Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have deployed ozone in a 3 node HA Cluster.
We have found that if a node goes down then writes to the s3 gateway will fail. Our assumption is that this is due to the strong consistency requirement of Ratis.
Our question is if we change
Changing this to CHAINED does this just change to eventual consistency?
Are there any other settings where we can set the minimum replication prior to a write confirmation?
Are there any drawbacks to this?
Will it perform as expected in that if a node goes offline or two we will continue to be able to write and read?
Since we only have three nodes we do not want the cluster to effectively fall down if we loose a node.
Beta Was this translation helpful? Give feedback.
All reactions