Step: "Waiting for 1 of 3 site" Taking too much time.
Is it normal the step "Waiting for 1 of 3 sites" stay blocked? I can't pass this step. What it trying to do? My Last log msg is: May 20 00:43:05 root@15.185.115.21: ['(echo \'#!/usr/local/bin/python\' && echo \'\' && echo \'import socket\' && echo \'\' && echo \'import time\' && echo \'\' && echo \'attempt=0\' && echo \'done=False\' && echo \'while not done and attempt < 5:\' && echo \' attempt = attempt+1\' && echo \' try:\' && echo \' s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\' && echo \' s.connect(("15.185.115.21", 48656))\' && echo \' s.send("ECHO FROM 15.185.115.21")\' && echo \' starttime = time.time()\' && echo \' bytes_to_receive = 1024*10240\' && echo \' while(bytes_to_receive > 0):\' && echo \' data = s.recv(bytes_to_receive)\' && echo \' bytes_to_receive = bytes_to_receive - len(data)\' && echo \' endtime = time.time()\' && echo \' s.close()\' && echo \' sec = endtime - starttime\' && echo \' print 1024*10240, "bytes received from 15.185.115.21 in", sec, "secs, throughput", 1024*10240*8/(1024*1024*sec), "Mbps"\' && echo \' done = True\' && echo \' except socket.error, (errno, errmsg):\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.115.21: " %(attempt) + str(errmsg)\' && echo \' time.sleep(1)\' && echo \' except Exception, mye:\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.115.21: " %(attempt) + str(mye)\' && echo \' except ValueError, vye:\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.115.21: " %(attempt) + str(vye)\' && echo \'if not done:\' && echo \' print "Host 15.185.115.21 could not send a message to 15.185.115.21: " + str(errmsg)\' && echo \'\' && echo \'attempt=0\' && echo \'done=False\' && echo \'while not done and attempt < 5:\' && echo \' attempt = attempt+1\' && echo \' try:\' && echo \' s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\' && echo \' s.connect(("15.185.113.21", 48656))\' && echo \' s.send("ECHO FROM 15.185.115.21")\' && echo \' starttime = time.time()\' && echo \' bytes_to_receive = 1024*10240\' && echo \' while(bytes_to_receive > 0):\' && echo \' data = s.recv(bytes_to_receive)\' && echo \' bytes_to_receive = bytes_to_receive - len(data)\' && echo \' endtime = time.time()\' && echo \' s.close()\' && echo \' sec = endtime - starttime\' && echo \' print 1024*10240, "bytes received from 15.185.113.21 in", sec, "secs, throughput", 1024*10240*8/(1024*1024*sec), "Mbps"\' && echo \' done = True\' && echo \' except socket.error, (errno, errmsg):\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.113.21: " %(attempt) + str(errmsg)\' && echo \' time.sleep(1)\' && echo \' except Exception, mye:\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.113.21: " %(attempt) + str(mye)\' && echo \' except ValueError, vye:\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.113.21: " %(attempt) + str(vye)\' && echo \'if not done:\' && echo \' print "Host 15.185.115.21 could not send a message to 15.185.113.21: " + str(errmsg)\' && echo \'\' && echo \'attempt=0\' && echo \'done=False\' && echo \'while not done and attempt < 5:\' && echo \' attempt = attempt+1\' && echo \' try:\' && echo \' s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\' && echo \' s.connect(("15.185.113.120", 48656))\' && echo \' s.send("ECHO FROM 15.185.115.21")\' && echo \' starttime = time.time()\' && echo \' bytes_to_receive = 1024*10240\' && echo \' while(bytes_to_receive > 0):\' && echo \' data = s.recv(bytes_to_receive)\' && echo \' bytes_to_receive = bytes_to_receive - len(data)\' && echo \' endtime = time.time()\' && echo \' s.close()\' && echo \' sec = endtime - starttime\' && echo \' print 1024*10240, "bytes received from 15.185.113.120 in", sec, "secs, throughput", 1024*10240*8/(1024*1024*sec), "Mbps"\' && echo \' done = True\' && echo \' except socket.error, (errno, errmsg):\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.113.120: " %(attempt) + str(errmsg)\' && echo \' time.sleep(1)\' && echo \' except Exception, mye:\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.113.120: " %(attempt) + str(mye)\' && echo \' except ValueError, vye:\' && echo \' print "(Attempt #%d) Host 15.185.115.21 could not send a message to 15.185.113.120: " %(attempt) + str(vye)\' && echo \'if not done:\' && echo \' print "Host 15.185.115.21 could not send a message to 15.185.113.120: " + str(errmsg)\') | python ']
0
Comments