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 2022/11/17 13:14:47 UTC

[GitHub] [hbase] Apache9 commented on pull request #4863: HBASE-27463 Reset sizeOfLogQueue when refresh replication source

Apache9 commented on PR #4863:
URL: https://github.com/apache/hbase/pull/4863#issuecomment-1318618109

   So the fix here is to create the new replication source after terminating the old replication source.
   
   First, how could this fix the problem?
   Second, I guess why we create the replication source outside the lock is to reduce the locking time, but anyway, IIRC the start up of a replication source is asynchronous, so probably it is OK to move it into the lock protection.


-- 
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