Guanghao Zhang created HBASE-18170: -------------------------------------- Summary: Refactor ReplicationSourceWALReaderThread Key: HBASE-18170 URL: https://issues.apache.org/jira/browse/HBASE-18170 Project: HBase Issue Type: Improvement Reporter: Guanghao Zhang Assignee: Guanghao Zhang
HBASE-18130 add some get* method to ReplicationSource. So ReplicationSourceWALReaderThread doesn't need so many parameter to initialize. And the WALEntryFilter only used by ReplicationSourceWALReaderThread, so we don't need to new it for every ReplicationSourceWALReaderThread. Meanwhile, we can separate a new RecoveredReplicationSourceWALReaderThread for recovered replication source. Thanks. -- This message was sent by Atlassian JIRA (v6.3.15#6346)