[
https://issues.apache.org/jira/browse/HBASE-10915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13965803#comment-13965803
]
Ted Yu commented on HBASE-10915:
--------------------------------
This method in HRegionServer can be package private:
{code}
+ public ConsensusProvider getConsensus() {
{code}
{code}
+ /** Config for pluggable consensus providers */
+ public static final String HBASE_CONSENSUS_PROVIDER_CLASS =
"hbase.consensus.provider.class";
{code}
nit: 'pluggable consensus providers' -> 'pluggable consensus provider'
lgtm
> Decouple region closing from ZooKeeper
> --------------------------------------
>
> Key: HBASE-10915
> URL: https://issues.apache.org/jira/browse/HBASE-10915
> Project: HBase
> Issue Type: Sub-task
> Components: Zookeeper
> Reporter: Mikhail Antonov
> Assignee: Mikhail Antonov
> Attachments: HBASE-10915.patch, HBASE-10915.patch, HBASE-10915.patch,
> HBASE-10915.patch, HBASE-10915.patch, HBASE-10915.patch
>
>
> Decouple CloseRegionHandler class and code using it (HRegionServer,
> ProtobufUtil) from ZK API.
--
This message was sent by Atlassian JIRA
(v6.2#6252)