git-hulk opened a new issue, #1216: URL: https://github.com/apache/incubator-kvrocks/issues/1216
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation Currently, the cluster nodes' topology is stored in memory and we need to re-sync the cluster topology to every node after restarting. There are a bit inconvenient and confusing for many users even though it's the design intention. So I think we can persist the cluster topology info in the local file to avoid re-syncing if it's unchanged. ### Solution Dump the nodes' info into the local file, then load this file if exists. ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
