You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v0.9.2 of pynxtools, more specifically since merging of #474, the startup of our oasis is extremly slow, i.e. the startup of the "worker" container actually times out, and the oasis does not come up.
During startup a lot of nomad.processing workers are running and leading to 100% CPU consumption (one process per core):
Timeout after 10 Minutes:
nomad@pcr840:~/nomad-prod> docker-compose up -d
Creating network "nomad_oasis_network" with the default driver
Creating nomad_oasis_elastic ... done
Creating nomad_oasis_north ... done
Creating nomad_oasis_mongo ... done
Creating nomad_oasis_rabbitmq ... done
Creating nomad_oasis_app ... done
Creating nomad_oasis_worker ... done
ERROR: for proxy Container "0218eb7a29a5" is unhealthy.
ERROR: Encountered errors while bringing up the project.
The image used is this one:
ghcr.io/rettigl/oasis-fhi-pc-trarpes@sha256:94354887902138bc201b8b6a0b73f4d3cb6c9c7b70fbe147991354ab8fc00d56
This gets fixed by newer dev releases of nomad. We should reflect this in the requirements, so that a combination of packages giving this error cannot be installed.
Contact Details
[email protected]
What happened?
Since v0.9.2 of pynxtools, more specifically since merging of #474, the startup of our oasis is extremly slow, i.e. the startup of the "worker" container actually times out, and the oasis does not come up.
During startup a lot of nomad.processing workers are running and leading to 100% CPU consumption (one process per core):
Timeout after 10 Minutes:
The image used is this one:
ghcr.io/rettigl/oasis-fhi-pc-trarpes@sha256:94354887902138bc201b8b6a0b73f4d3cb6c9c7b70fbe147991354ab8fc00d56
Build from here:
7fc8655fc4d89313f0373ed3ca0bd04f4bcd0591
Relevant log output
No response
The text was updated successfully, but these errors were encountered: