|
Hello, |
Answered by
merlimat
Sep 28, 2024
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. |
2 replies
Answer selected by
Nictec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.