ndimiduk 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_r408988313
##########
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:
How about
> The maximum regions to merge in one operation when fixing overlaps noted
in the CatalogJanitor consistency report.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services