You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/02/07 01:29:58 UTC

[GitHub] athanatos edited a comment on issue #1937: [bk-gc] Fix GC thread gets blocked

athanatos edited a comment on issue #1937: [bk-gc] Fix GC thread gets blocked
URL: https://github.com/apache/bookkeeper/pull/1937#issuecomment-461255873
 
 
   @rdhabalia No, the patch I linked above addresses a problem with the zk client side cxid (which unlike the zxid increments with reads), not the zk server side zxid.  Rolling the client side cxid is actually harmless and does not require a leader election.  With that patch, this call won't hang in the first place.  However, that may not be the only such bug and there are other ways for zk calls to hang, so this patch may nevertheless be useful for some auxiliary zk users like the gc scan.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services