提交 5f1bcf78 编写于 作者: C Ciju John

Null nodes initialization to enable launcher issues debugging.

上级 29cdf331
......@@ -1195,6 +1195,7 @@ class Cluster(object):
Utils.Print("ERROR: Launcher failed to launch.")
return False
self.nodes=range(total_nodes) # placeholder for cleanup purposes only
nodes=self.discoverLocalNodes(total_nodes)
if total_nodes != len(nodes):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册