You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2021/09/29 13:34:00 UTC

[jira] [Resolved] (HBASE-26220) Use P2P communicate between region servers to sync the list for bootstrap node

     [ https://issues.apache.org/jira/browse/HBASE-26220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-26220.
-------------------------------
    Hadoop Flags: Reviewed
      Resolution: Fixed

Merged to master.

Thanks [~niuyulin] for reviewing.

> Use P2P communicate between region servers to sync the list for bootstrap node
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-26220
>                 URL: https://issues.apache.org/jira/browse/HBASE-26220
>             Project: HBase
>          Issue Type: Sub-task
>          Components: master, regionserver
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>
> For returning bootstrap nodes to client, we do not need to always track exactly the current live region server. But now, we just set a watcher on zookeeper to watch all the live region servers, on every region server, for large cluster, it will be a big pressure for zookeeper.
> So here I think, we could let region servers to communicate with each other to sync the available bootstrap node, like a P2P network.
> Will put a simple design doc soon.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)