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/02/10 23:38:46 UTC

[GitHub] [bookkeeper] fantapsody commented on pull request #2799: Add a REST API to get or update bookie readOnly state

fantapsody commented on pull request #2799:
URL: https://github.com/apache/bookkeeper/pull/2799#issuecomment-1035645769


   @lujiwen The selection of bookies for the quorum is determined by the bookkeeper client which watches the changes of bookies and selects active bookies based on configurations and predefined policies. You may find a detailed description in https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/EnsemblePlacementPolicy.java. This PR is just a start, and there would be follow-ups as you may see in the TODOs in the issue description and the discussion in the [mail list](http://mail-archives.apache.org/mod_mbox/bookkeeper-dev/202109.mbox/raw/%3CCAJdLeK03g8K0h6swn%3D9yVP1Ze2zHxe8TDobK6a-zpTdABkeQEA%40mail.gmail.com%3E).
   
   @eolivelli @sijie Could you take a look at the PR again?


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