You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Guanghao Zhang (Jira)" <ji...@apache.org> on 2020/07/14 04:01:00 UTC

[jira] [Created] (HBASE-24736) Remove ReplicationSourceInterface#enqueueLog method and get the WAL to replicate from ReplicationQueueStorage directly

Guanghao Zhang created HBASE-24736:
--------------------------------------

             Summary: Remove ReplicationSourceInterface#enqueueLog method and get the WAL to replicate from ReplicationQueueStorage directly
                 Key: HBASE-24736
                 URL: https://issues.apache.org/jira/browse/HBASE-24736
             Project: HBase
          Issue Type: Sub-task
            Reporter: Guanghao Zhang


There are two choices for this now.
 # Start a backgroud thread and keep to read the new WAL from ReplicationQueueStorage.
 # The default ReplicationQueueStorage is based on ZK. Set watcher on znode and read the WAL when there are zk event. 



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