Increase defaults for ensemble size, write quorum, and ack quorum to 2 (#570)
This commit is contained in:
parent
0b6b03002c
commit
ab46d2165e
@ -1016,9 +1016,9 @@ broker:
|
|||||||
-XX:-ResizePLAB
|
-XX:-ResizePLAB
|
||||||
-XX:+ExitOnOutOfMemoryError
|
-XX:+ExitOnOutOfMemoryError
|
||||||
-XX:+PerfDisableSharedMem
|
-XX:+PerfDisableSharedMem
|
||||||
managedLedgerDefaultEnsembleSize: "1"
|
managedLedgerDefaultEnsembleSize: "2"
|
||||||
managedLedgerDefaultWriteQuorum: "1"
|
managedLedgerDefaultWriteQuorum: "2"
|
||||||
managedLedgerDefaultAckQuorum: "1"
|
managedLedgerDefaultAckQuorum: "2"
|
||||||
|
|
||||||
## Add a custom command to the start up process of the broker pods (e.g. update-ca-certificates, jvm commands, etc)
|
## Add a custom command to the start up process of the broker pods (e.g. update-ca-certificates, jvm commands, etc)
|
||||||
additionalCommand:
|
additionalCommand:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user