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 18:15:16 UTC

[GitHub] [bookkeeper] ankit-j opened a new pull request #2096: Entries must be acknowledged by bookies in multiple fault domains bef…

ankit-j opened a new pull request #2096: Entries must be acknowledged by bookies in multiple fault domains bef…
URL: https://github.com/apache/bookkeeper/pull/2096
 
 
   Descriptions of the changes in this PR:
   
   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.
   
   Signed-off-by: Ankit Jain <ja...@salesforce.com>
   
   Master Issue: #2095 

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