Make forceSync by default as "yes" (#63)
### Motivation * It's not recommended to run a production zookkeeper cluster with forceSync as "no". This is also mentioned in the forceSync section in https://pulsar.apache.org/docs/en/next/reference-configuration/#zookeeper ### Modifications * Removed ```-Dzookeeper.forceSync=no``` from ```values.yaml``` as default ```forceSync``` is ```yes```.
This commit is contained in:
parent
bf349a8c05
commit
bf5db574d1
@ -345,7 +345,6 @@ zookeeper:
|
||||
-XX:+DoEscapeAnalysis
|
||||
-XX:+DisableExplicitGC
|
||||
-XX:+PerfDisableSharedMem
|
||||
-Dzookeeper.forceSync=no
|
||||
## Zookeeper service
|
||||
## templates/zookeeper-service.yaml
|
||||
##
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user