TakaHiR07 opened a new pull request, #3707: URL: https://github.com/apache/bookkeeper/pull/3707
### Motivation If we need to do recovery when one bookie down, in the current RackAwarePolicy, it would try picking a candidate from same rack to replace the down bookie firstly. There is a risk that if many bookie in the same rack shutdown, it would result in replacing bookie to the several bookie remain in this rack, making these bookies become hot spot. ### Changes choose the replaced bookie from different rack of other quorum when do recovery or do ensemble change. -- 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]
