You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2023/01/03 14:54:38 UTC

[GitHub] [incubator-kvrocks] git-hulk opened a new issue, #1216: Persist the cluster nodes info in cluster mode

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: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #1216: Persist the cluster nodes info in cluster mode

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #1216:
URL: https://github.com/apache/incubator-kvrocks/issues/1216#issuecomment-1370506336

   @mapleFU Thanks for your reminder! I forgot we already have this issue, let's close it.


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] mapleFU commented on issue #1216: Persist the cluster nodes info in cluster mode

Posted by GitBox <gi...@apache.org>.
mapleFU commented on issue #1216:
URL: https://github.com/apache/incubator-kvrocks/issues/1216#issuecomment-1370486903

   What's the different between this issue and https://github.com/apache/incubator-kvrocks/issues/1021 ?


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #1216: Persist the cluster nodes info in cluster mode

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #1216: Persist the cluster nodes info in cluster mode
URL: https://github.com/apache/incubator-kvrocks/issues/1216


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org