Apache9 commented on PR #156:
URL: 
https://github.com/apache/hbase-operator-tools/pull/156#issuecomment-3476357588

   For hbase 3.0.0, the layout has been changed. In the HBase table, peer id 
will be the first part, while on zookeeper, region server will be the first 
part.
   
   So in this way, we do not need to scan all the region servers's directory to 
find out the undelete queues. So for 3.0.0, maybe we should add a 
listAllPeerIds method to ReplicationQueueStorage, and once there are peer ids 
which should be deleted, we call removeAllQueues(peerId) to cleanup these 
undeletedQueues.
   
   @petersomogyi WDYT?
   
   Thanks.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to