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 2022/05/25 16:27:54 UTC

[GitHub] [bookkeeper] merlimat commented on issue #3292: Bookkeeper shutdown when we stop ZK leader node - Pulsar V2.9.2

merlimat commented on issue #3292:
URL: https://github.com/apache/bookkeeper/issues/3292#issuecomment-1137505624

   The restart is caused by the auto-recovery component of the bookies. In general, it is better to run the auto-recovery as a separate service (it's completely stateless), rather than as part of the bookies. 
   That will make the bookies not to restart on ZK session loss. 


-- 
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@bookkeeper.apache.org

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