Increase defaults for ensemble size, write quorum, and ack quorum to 2 (#570)

This commit is contained in:
Philipp Dolif 2025-02-19 07:27:34 +01:00 committed by GitHub
parent 0b6b03002c
commit ab46d2165e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1016,9 +1016,9 @@ broker:
-XX:-ResizePLAB
-XX:+ExitOnOutOfMemoryError
-XX:+PerfDisableSharedMem
managedLedgerDefaultEnsembleSize: "1"
managedLedgerDefaultWriteQuorum: "1"
managedLedgerDefaultAckQuorum: "1"
managedLedgerDefaultEnsembleSize: "2"
managedLedgerDefaultWriteQuorum: "2"
managedLedgerDefaultAckQuorum: "2"
## Add a custom command to the start up process of the broker pods (e.g. update-ca-certificates, jvm commands, etc)
additionalCommand: