hangc0276 opened a new pull request, #3726:
URL: https://github.com/apache/bookkeeper/pull/3726

   ### Motivation
   When the BookKeeper client creates a ledger with illegal parameters, such as 
`EnsembleSize = 0`, `WriteQuorumSize = 0`, and `AckQuorumSize = 0`, the ledger 
can be created successfully. However, when we use the ledgerHandle to write 
entries into this ledger, the write operation will be blocked without any logs 
or exceptions. It will be hard to debug.
   
   ### Modification
   Add parameters check on ledger creation.


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

Reply via email to