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)