You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2018/04/24 12:49:00 UTC

[jira] [Created] (HBASE-20481) Add a setSerial method to ReplicationEndpoint

Duo Zhang created HBASE-20481:
---------------------------------

             Summary: Add a setSerial method to ReplicationEndpoint
                 Key: HBASE-20481
                 URL: https://issues.apache.org/jira/browse/HBASE-20481
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang


When debugging HBASE-20475, [~openinx] found that the HBaseInterClusterReplicationEndpoint may send the entries for the same regions concurrently, which breaks the serial replication.

As long as we can have multiple ReplicationEndpoint implementation, just fix HBaseInterClusterReplicationEndpoint is not enough, we need to add a setSerial method to ReplicationEndpoint, to tell the implementation that you should keep the order of the entries from the same region.



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