You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "hanmz (via GitHub)" <gi...@apache.org> on 2023/04/24 08:44:03 UTC

[GitHub] [bookkeeper] hanmz opened a new issue, #3931: Stuck recovery read when bookie is not available.

hanmz opened a new issue, #3931:
URL: https://github.com/apache/bookkeeper/issues/3931

   **BUG REPORT**
   
   ***Describe the bug***
   When recovery reads, we should return BookieHandleNotAvailableException immediately if bookie is not available. This is because, in the case of network isolation, reading a faulty bookie node will time out, which will cause a slow recovery or even timeout.
   
   ***Additional context***
   
   <img width="1034" alt="image" src="https://user-images.githubusercontent.com/16524922/233945206-39b89591-db26-43ea-b4a9-7f06f371f98f.png">
   


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

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