gentlewangyu commented on a change in pull request #1478: HBASE-24137:The max 
merge count of metafixer may be remind in hbase-site.xml
URL: https://github.com/apache/hbase/pull/1478#discussion_r409238837
 
 

 ##########
 File path: hbase-common/src/main/resources/hbase-default.xml
 ##########
 @@ -1946,4 +1946,10 @@ possible configurations would overwhelm and obscure the 
important.
       responses with complete data.
     </description>
   </property>
+  <property>
+    <name>hbase.master.metafixer.max.merge.count</name>
+    <value>10</value>
+    <description>Maximum regions to merge at a time when we fix overlaps noted 
in
+      CJ consistency report, but avoid merging 100 regions in one 
go!</description>
 
 Review comment:
   
![image](https://user-images.githubusercontent.com/24363196/79406633-2d65f780-7fca-11ea-9bc7-5a0d6a1eff75.png)
   
   this description that I reference the calculateMerges method of MetaFixer
   
   Thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to