-
|
Hi everyone, I have a question regarding state recovery in Fluss. What would be the recommended approach if the ZooKeeper data is lost? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
LiebingYu
Aug 12, 2025
Replies: 1 comment 1 reply
-
|
Hi @rafaelsmf. In my understanding, Fluss uses Zookeeper as the persistent metadata store, and once the Zookeeper data is lost, it would be difficult to recover the cluster. In a production environment, Zookeeper is usually deployed as a highly available distributed cluster, so data loss is very unlikely to occur. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wuchong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rafaelsmf. In my understanding, Fluss uses Zookeeper as the persistent metadata store, and once the Zookeeper data is lost, it would be difficult to recover the cluster. In a production environment, Zookeeper is usually deployed as a highly available distributed cluster, so data loss is very unlikely to occur.