Compute worker issues
Docker pull failing
-
Docker pull failing
Pull for image: codalab/codalab-legacy:py39 returned a non-zero exit code! Check if the docker image exists on docker hub.
Related issues:
- #1184 (closed)
- #1278
- #1263
Solution:
- To have more logs, we need to update
compute_worker.py
so we print more logs in the logger (#1283).
Submissions stuck in "Scoring" status
-
Submissions stuck in "Scoring" state instead of "Failed" when the compute worker crashes
Related issues:
- #1203 (closed)
- #1184 (closed)
- #1257
Logs at the wrong place
-
Docker pull error during scoring are written in ingestion stderr instead of scoring stdrerr (#1204) Solved by: #1214