提交 9f779b33 编写于 作者: S Salvatore Sanfilippo 提交者: GitHub

Merge pull request #3340 from rojingeorge/unstable

Display the nodes' proper summary once the cluster is created using redis-trib
...@@ -1305,6 +1305,11 @@ class RedisTrib ...@@ -1305,6 +1305,11 @@ class RedisTrib
sleep 1 sleep 1
wait_cluster_join wait_cluster_join
flush_nodes_config # Useful for the replicas flush_nodes_config # Useful for the replicas
# Reset the node information, so that when the
# final summary is listed in check_cluster about the newly created cluster
# all the nodes would get properly listed as slaves or masters
reset_nodes
load_cluster_info_from_node(argv[0])
check_cluster check_cluster
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册