Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Unstable Problem #2387

Closed
whyou5945 opened this issue Aug 31, 2018 · 5 comments
Closed

Server Unstable Problem #2387

whyou5945 opened this issue Aug 31, 2018 · 5 comments

Comments

@whyou5945
Copy link

I'm trying to attend the CTW-Recognition competition, and evaluate my algorithm on the server. But i often got the following problem, got FAILED result...

It seems that the server is not very stable. It would be kind if you could fix it.
Thanks.

@whyou5945
Copy link
Author

Traceback (most recent call last):
File "/worker/worker.py", line 275, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 142, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 142, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 92, in get_bundle
urllib.urlretrieve(url, bundle_file.name)
File "/usr/local/lib/python2.7/urllib.py", line 98, in urlretrieve
return opener.retrieve(url, filename, reporthook, data)
File "/usr/local/lib/python2.7/urllib.py", line 273, in retrieve
block = fp.read(bs)
File "/usr/local/lib/python2.7/socket.py", line 384, in read
data = self._sock.recv(left)
File "/usr/local/lib/python2.7/ssl.py", line 766, in recv
return self.read(buflen)
File "/usr/local/lib/python2.7/ssl.py", line 653, in read
v = self._sslobj.read(len)
File "/usr/local/lib/python2.7/site-packages/billiard/pool.py", line 235, in soft_timeout_sighandler
raise SoftTimeLimitExceeded()
SoftTimeLimitExceeded: SoftTimeLimitExceeded()

@whyou5945
Copy link
Author

It seems that the server doesn't work well. The evaluation status stays Submitted for a day, what happened?

@ckcollab
Copy link
Contributor

ckcollab commented Sep 4, 2018

The CTW competition is using its own Queue and nothing is picking up the jobs. I don't believe it's a Codalab problem as the jobs are being passed to their own workers. Are you the competition organizer? Can you contact them to see?

@whyou5945
Copy link
Author

Thanks for your reply.
I'm not the competition organizer and i'll try to contact them.

@ckcollab
Copy link
Contributor

ckcollab commented Sep 4, 2018

@whyou5945 cool, let us know if there's anything we can do to help! Hopefully they just turned the workers off temporarily.

@ckcollab ckcollab closed this as completed Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants