提交 71474cd8 编写于 作者: B Brian Johnson

Fix error from change to support over 21 nodes. GH #4973

上级 aee0cd71
......@@ -812,6 +812,9 @@ class Cluster(object):
Ensure nodes are inter-connected prior to this call. One way to validate this will be to check if every node has block 1."""
Utils.Print("Starting cluster bootstrap.")
if totalProducers is None:
totalProducers=totalNodes
biosNode=Node(biosHost, biosPort)
if not biosNode.checkPulse():
Utils.Print("ERROR: Bios node doesn't appear to be running...")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册