gaozhangmin opened a new pull request, #3542: URL: https://github.com/apache/bookkeeper/pull/3542
### Motivation During autoRecovery, there were so many `Bookie handle is not available` errors, it was because replicateWorker would tried to read entry from bookie even if it's already offline. We could just skip sending read request to the unavailable bookie. ``` INFO org.apache.bookkeeper.client.PendingReadOp - Error: Bookie handle is not available while reading L61530597 E0 from bookie: x.x.x.x:3181 ``` ### Changes Before `sendReadTo` sending request to bookie, we judged if bookie is available or not. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
