Replies: 1 comment
-
HDDS_CONTAINER_CHUNK_WRITE_SYNC_KEY controls whether each data chunk write sync to disk file. Set it to true will have performance impact. As Ozone has high level mechanism to guarantee that data is persist to disk before acking the client, so it's fine to have it as false. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I see that the parameter HDDS_CONTAINER_CHUNK_WRITE_SYNC_KEY is false by default.
Is this paramter related to fault tolerance ?
Should we set it to true for a production setup ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions