You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/07/29 03:16:20 UTC

[GitHub] [hbase] ddupg commented on pull request #3477: HBASE-26084 Add owner of replication queue for ReplicationQueueInfo

ddupg commented on pull request #3477:
URL: https://github.com/apache/hbase/pull/3477#issuecomment-888768407


   @Apache9 Thank you for reviewing.
   
   > What does the owner mean here? I think we have the region server name in the queue name on zk?
   
   The owner is the region server holding replication queue. And yes, the region server name is included in zk path. But replication server is first to get region server holding queue and queueid, and then use them to form the zk path of queue. 
   
   For compatibility, replication server does not actually move the queue to its own zk directory, so replication server needs to know which zk directory of regionserver the queues that it consumes are in.
   
   On the regionserver, the holder and consumer of the queue are its own, so there is no need to record the owner extra, which is different for the replication server.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org