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

[jira] [Created] (HBASE-19633) Clean up the replication queues in the postPeerModification stage when removing a peer

Duo Zhang created HBASE-19633:
---------------------------------

             Summary: Clean up the replication queues in the postPeerModification stage when removing a peer
                 Key: HBASE-19633
                 URL: https://issues.apache.org/jira/browse/HBASE-19633
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang


In the previous implementation, we can not always cleanly remove all the replication queues when removing a peer since the removing work is done by RS and if an RS is crashed then some queues may left there forever. That's why we need to check if there are already some queues for a newly created peer since we may reuse the peer id and causes problem.

With the new procedure based replication peer modification, I think we can do it cleanly. After the RefreshPeerProcedures are done on all RSes, we can make sure that no RS will create queue for this peer again, then we can iterate over all the queues for all Rses and do another round of clean up.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)