开发者社区 问答 正文

使用HBase Replication步骤是什么?

使用HBase Replication步骤是什么?

展开
收起
游客fbdr25iajcjto 2021-12-06 20:31:39 657 分享 版权
1 条回答
写回答
取消 提交回答
    1. HBase Client向Master写入数据

    2. 对应RegionServer写完HLog后返回Client请求

    3. 同时replication线程轮询HLog发现有新的数据,发送给Slave

    4. Slave处理完数据后返回给Master

    5. Master收到Slave的返回信息,在Zookeeper中标记已经发送到Slave的HLog位置

    2021-12-06 20:32:06
    赞同 展开评论