You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Huaxiang Sun (Jira)" <ji...@apache.org> on 2020/09/30 22:33:00 UTC

[jira] [Created] (HBASE-25129) serial replication, addReplicationBarrier is writing to rep_barrier family even there is no serial replication peer.

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)