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 00:47:46 UTC

[GitHub] rdhabalia commented on issue #1937: [bk-gc] Fix GC thread gets blocked

rdhabalia commented on issue #1937: [bk-gc] Fix GC thread gets blocked
URL: https://github.com/apache/bookkeeper/pull/1937#issuecomment-461247687
 
 
   @reddycharan 
   > without fixing the real issue (taking forever to fetch ledgerznodes), how would this fix help? It can run into the same issue again, right?
   
   the real issue is when zk does zxid rollover, it restarts the leader and zk-client doesn't receive the callback for in transit requests. however, new outgoing requests will not have the issue once zk quorum will come back. so, with this fix, blocked zk-call will be timeout and next time it will succeed. 

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