You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zheng Hu (JIRA)" <ji...@apache.org> on 2019/05/08 09:10:00 UTC

[jira] [Commented] (HBASE-22380) break circle replication when doing bulkload

    [ https://issues.apache.org/jira/browse/HBASE-22380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835445#comment-16835445 ] 

Zheng Hu commented on HBASE-22380:
----------------------------------

The WALEntry has no circle replication problem, because we attached a clusterId in it,  if the source find the target clusterId is the same as the clusterId in WALEntry, then it won't replicate this entry to sink.  for HFile,  seems we have no kind of clusterId in HFile, so has this bug.

> break circle replication when doing bulkload
> --------------------------------------------
>
>                 Key: HBASE-22380
>                 URL: https://issues.apache.org/jira/browse/HBASE-22380
>             Project: HBase
>          Issue Type: Bug
>          Components: Replication
>            Reporter: chenxu
>            Priority: Critical
>
> when enabled master-master bulkload replication, HFiles will be replicated circularly between two clusters



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)