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

   
https://github.com/apache/bookkeeper/blob/3c80cefa50173924453985d536f91fa845f4161b/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java#L641
   
   Use random numbers in the code to determine whether a bookie should be 
quarantined. If there are many failures, the number of bookies that will 
eventually be quarantined will be greater than the set ratio, which is not in 
line with expectations. You should use the number of bookies that have already 
been quarantined to judge, rather than a random number.


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

Reply via email to