Jake Henning

Results 365 comments of Jake Henning

This is from the server machine? If so, it indeed indicates the server is not up. Can you do `sudo docker ps`? I assume you're using `docker-compose` to run the...

So it seems your `clearml-apiserver` container keeps restarting. Did you use any special configuration or made any changes to the docker-compose file? Can you include the output of `sudo docker...

@amedyukhina this is very strange - can you share your `docker-compose.yml` file?

Well, it seems like you are using the latest `docker-compose.yml`, but I think your docker images are from older versions (i.e. 0.17/0 and below). The best thing to try is...

@zylprivate the docker status indicates the elastic service is restarting, there's obviously something wrong - can you do `sudo docker logs clearml-elastic` and share the result?

Hi @orpatashnik, We're checking this - can you please attach: - The full command line you used to start the script (since you use non-standard trains directory) - The log...

Hi @orpatashnik , The reason for the failure seems to be not enough free disk space in your system. Elastic has a couple of watermarks (by default 85% and 90%...

@orpatashnik, the issue is not the actual amount of free space available, but the watermarks that act as a fail-safe for Elastic. If you absolutely can't free up more space,...