Hi ShinyRabbit94 ,
Do you get any error when you attempt to delete the Tasks?
ShinyRabbit94 I assume you're using a Self-Hosted server? If so, what version?
Perhaps linked to https://github.com/allegroai/clearml-server/issues/112 ?
CostlyOstrich36 Yes, I am getting the exact same error as Malcolm (thanks for the link!) except I can see the URLs of my artifacts instead of undefined
.
SuccessfulKoala55 I am running a self-hosted server. I installed it about 3 months ago, so I would assume my current version is v1.1.1
, how can I check for sure ?
ShinyRabbit94 go to the profile page, it should be listed in the bottom-right corner
ShinyRabbit94 while I'm not sure all issues were resolved, we have fixed a few bugs related to these issues - I would recommend upgrading to the latest server version (1.3.0)
I updated my clearml-server, but the issue is still present
ShinyRabbit94 - The github issue reported by SuperiorPanda77 is a display issue - meaning the files are deleted, and only the "undefined" display is incorrect. This should be fixed in the next release (1.4).
In your case the files are not deleted from the filesystem - so I assume this is a different issue. Can you provide more info so that I can try to reproduce:
How are the artifacts created? Are the links in the popup describing the un-deleted files correct? Can you add a screenshot?
For example to create a dataset, I use this :from clearml import Dataset ds = Dataset.create(dataset_project='XX', dataset_name='XX') ds.add_files( path='/tmp/tmpbk2g6c3h' ) ds.upload() ds.finalize()
The URLs are correct, I can use them to download the dataset zip.
I can provide a screenshot, but I'd need to hide the urls 😅 and if do so it would look just like Malcolm's screenshot.
CumbersomeCormorant74 just to confirm in my case the file's aren't actually deleted - I have to manually delete them from the fileserver via a terminal
SuperiorPanda77 - thanks for updating. So indeed these may be similar issues. I will re-check this and udpate
SuperiorPanda77 , how did you deploy your server?
CostlyOstrich36 I use the GCP disk image to launch a Compute Engine instance which sits behind an HTTP load balancer
Is this bug resolved in latest version?
Hi MagnificentWorm7 , we've managed to reproduce a few of the related issues, but I suspect not all - I hope most of it is fixed. We would appreciate any additional info on related unresolved bugs to help us reproduce and fix as soon as possible.