-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
There are 2 config maps in typical deployment:
(1) This can be just read from a local file. It's just configuration (2) This is critical information that most not be lost. The In a bare metal deployment the cluster-checkpoint would have to stored and replicated to multiple nodes. |
Beta Was this translation helpful? Give feedback.
There are 2 config maps in typical deployment:
coordinator-statuswhere the cluster status is checkpointed(1) This can be just read from a local file. It's just configuration
(2) This is critical information that most not be lost. The
termof a shard cannot be reset to an earlier value, or it will lead to data corruption issues.In a bare metal deployment the cluster-checkpoint would have to stored and replicated to multiple nodes.