ankit-j commented on a change in pull request #2096: Entries must be acknowledged by bookies in multiple fault domains before being acknowledged to client URL: https://github.com/apache/bookkeeper/pull/2096#discussion_r286271036
########## File path: conf/bk_server.conf ########## @@ -891,6 +891,11 @@ zkEnableSecurity=false # bookie then it would throw BKNotEnoughBookiesException instead of picking random one. # enforceMinNumRacksPerWriteQuorum=false +# Enforce write being acknowledged by bookies belonging to atleast minimum +# number of fault domains(depending on the placement policy) before being +# acknowledged by bookkeeper. +# enforceMinNumFaultDomainsForWrite=true Review comment: Modifying. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
