GitHub user rkozlo added a comment to the discussion: Version 2.1 broken cluster?
Thanks for reply. You mean cluster --create? It says node is not running in cluster mode `[ERR] Node 10.32.68.251:6666 is not configured as a cluster node.` ``` 127.0.0.1:6666> config get cluster-enabled 1) "cluster-enabled" 2) "yes" ``` `redis-cli --cluster create 10.32.68.251:6666 10.32.68.250:6666 10.32.68.249:6666` My config mostly uses default values. Compared with config from try_cluster in repo and don't see a point where my config may be broken. GitHub link: https://github.com/apache/incubator-kvrocks/discussions/910#discussioncomment-3709823 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
