[
https://issues.apache.org/jira/browse/HBASE-24137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17079571#comment-17079571
]
Nick Dimiduk commented on HBASE-24137:
--------------------------------------
Hi [[email protected]] -- we no longer accept contributions at patches on
Jira. Please open a GitHub PR.
This configuration, {{hbase.master.metafixer.max.merge.count}}, is already
exposed to configuration. This patch doesn't change that. You can try it for
yourself on existing released code by adding to your {{conf/hbase-site.xml}}
something like
{noformat}
+ <property>
+ <name>hbase.master.metafixer.max.merge.count</name>
+ <value>100</value>
+ </property>
{noformat}
With this change, you can go to {{/conf}} on the webui and see that this
configuration value is upped to 100.
> The max merge count of metafixer should be configurable in MetaFixer
> --------------------------------------------------------------------
>
> Key: HBASE-24137
> URL: https://issues.apache.org/jira/browse/HBASE-24137
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Yu Wang
> Priority: Minor
> Fix For: 3.0.0
>
> Attachments: 24137_master_1.patch
>
>
> The max merge count of metafixer should be configurable in MetaFixer
--
This message was sent by Atlassian Jira
(v8.3.4#803005)