We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a0437 commit fbc529dCopy full SHA for fbc529d
python/paddle/fluid/transpiler/details/checkport.py
@@ -43,7 +43,7 @@ def wait_server_ready(endpoints):
43
result = sock.connect_ex((ip_port[0], int(ip_port[1])))
44
if result != 0:
45
all_ok = False
46
- not_ready_endpoints.append(ip_port)
+ not_ready_endpoints.append(ep)
47
if not all_ok:
48
sys.stderr.write("pserver not ready, wait 3 sec to retry...\n")
49
sys.stderr.write("not ready endpoints:" + str(not_ready_endpoints) +
0 commit comments