sijie commented on issue #6127: Broker can't start with 2.5.0 helm release
URL: https://github.com/apache/pulsar/issues/6127#issuecomment-577980177
 
 
   @Lanayx 
   
   the error "org.apache.bookkeeper.mledger.ManagedLedgerException: Not enough 
non-faulty bookies available".
   
   The bookkeeper replicaCount was 3 in values-mini.yaml. If you are changing 
it to 1, you need to change the ensemble size, write quorum and ack quorum to 1.
   
   ```
       PULSAR_PREFIX_managedLedgerDefaultEnsembleSize: "2"
       PULSAR_PREFIX_managedLedgerDefaultWriteQuorum: "2"
       PULSAR_PREFIX_managedLedgerDefaultAckQuorum: "2"
   ```
   
   

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

Reply via email to