Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello! When I Delete Tasks, Models Or Datasets From The Fileserver'S Ui, The Associated Artifacts (In

Hello!
When I delete Tasks, Models or Datasets from the fileserver's UI, the associated artifacts (in /opt/clearml/data/fileserver ) are not deleted. Any idea why ? Should I enable it somehow ?

  
  
Posted 2 years ago
Votes Newest

Answers 21


image

  
  
Posted 2 years ago

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 ?

  
  
Posted 2 years ago

ShinyRabbit94 go to the profile page, it should be listed in the bottom-right corner

  
  
Posted 2 years ago

ShinyRabbit94 I assume you're using a Self-Hosted server? If so, what version?

  
  
Posted 2 years ago

Hi ShinyRabbit94 ,
Do you get any error when you attempt to delete the Tasks?

  
  
Posted 2 years ago

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?

  
  
Posted 2 years ago

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()

  
  
Posted 2 years ago

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)

  
  
Posted 2 years ago

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.

  
  
Posted 2 years ago

The URLs are correct, I can use them to download the dataset zip.

  
  
Posted 2 years ago

I updated my clearml-server, but the issue is still present

  
  
Posted 2 years ago

Thanks! Version: 1.1.1-135 • 1.1.1 • 2.14

  
  
Posted 2 years ago

ShinyRabbit94 let me check

  
  
Posted 2 years ago

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.

  
  
Posted one year ago

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

  
  
Posted 2 years ago

CostlyOstrich36 I use the GCP disk image to launch a Compute Engine instance which sits behind an HTTP load balancer

  
  
Posted 2 years ago

SuperiorPanda77 - thanks for updating. So indeed these may be similar issues. I will re-check this and udpate

  
  
Posted 2 years ago

SuperiorPanda77 , how did you deploy your server?

  
  
Posted 2 years ago

Is this bug resolved in latest version?

  
  
Posted one year ago

Thanks CumbersomeCormorant74

  
  
Posted 2 years ago
649 Views
21 Answers
2 years ago
13 days ago
Tags