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 2019/05/14 17:54:16 UTC

[GitHub] [bookkeeper] ankit-j opened a new issue #2095: Entries must be acknowledged by bookies in multiple fault domains before being acknowledged to client

ankit-j opened a new issue #2095: Entries must be acknowledged by bookies in multiple fault domains before being acknowledged to client
URL: https://github.com/apache/bookkeeper/issues/2095
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   Bookkeeper write logic makes sure that there are at least `ackQuorumSize` number of successful writes before sending ack back to the client. In many cases these may fall into the same fault domain. A mechanism to force bookkeeper to make sure that there are acks from at least `minNumRacksPerWriteQuorum` number of fault domains and a configuration to enforce this.
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have).
      Are you currently using any workarounds to address this issue?
   must-have
   
   3. Provide any additional detail on your proposed use case for this feature.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services