Huaxiang Sun created HBASE-25129:
------------------------------------
Summary: serial replication, addReplicationBarrier is writing to
rep_barrier family even there is no serial replication peer.
Key: HBASE-25129
URL: https://issues.apache.org/jira/browse/HBASE-25129
Project: HBase
Issue Type: Bug
Reporter: Huaxiang Sun
Assignee: Huaxiang Sun
We found that there are quite some data in rep_barrier family even there is no
serial replication enabled. Checked the code, it is checking if table has
replication enabled. Think there is another check needed (i.e, is there any
serial replication peers configured).
[https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionStateStore.java#L215]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)