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
Hi, I Deleted Some Archived Experiments In Clearml Server 1.0 And The Popup In The Dashboard Showed “The Following Artifacts Were Not Deleted”, With A List Of Files That Are Under

Hi, I deleted some archived experiments in clearml server 1.0 and the popup in the dashboard showed “the following artifacts were not deleted”, with a list of files that are under /opt/clearml/data/fileserver . The server should be able to delete these files right? Is it intended that it cannot? or is this a bug?

  
  
Posted 2 years ago
Votes Newest

Answers 12


JitteryCoyote63 what are the exact URLs you received? The WebApp is the entity sending the delete requests for uploaded objects (as they are handled by the fileserver, usually, and only registered in the server). However, I would expect those to have a fileserver URL (i.e. something like http://<host-name-or-ip>:8081/path-to-file ) and now a direct file path

  
  
Posted 2 years ago

SuccessfulKoala55 They do have the right filepath, eg:
https://***.com:8081/my-project-name/experiment_name.b1fd9df5f4d7488f96d928e9a3ab7ad4/metrics/metric_name/predictions/sample_00000001.png

  
  
Posted 2 years ago

/opt/clearml/data/fileserver does not appear anywhere, sorry for the confusion - It’s the actual location where the files are stored

  
  
Posted 2 years ago

Do you simply mean these images are actually stored there? or does it appear in any of the responses?

  
  
Posted 2 years ago

I can also access these files directly if I enter the url in the browser

  
  
Posted 2 years ago

Oh, OK, so where exactly does /opt/clearml/data/fileserver appear?

  
  
Posted 2 years ago

Well, since the WebApp sends the delete request to the fileserver, you can try deleting another experiment and monitoring the requests sent by the WebApp in the developer tools Network section

  
  
Posted 2 years ago

I can also access these files directly if I enter the url in the browser

You mean using a DELETE request?

  
  
Posted 2 years ago

Oh, sorry, I thought you meant you can delete them 🙂

  
  
Posted 2 years ago

no, simple GET

  
  
Posted 2 years ago

I could delete the files manually with sudo rm (sudo is required, otherwise I get Permission Denied )

  
  
Posted 2 years ago

These images are actually stored there and I can access them via the url shared above (the one written in the pop up message saying that these files could not be deleted)

  
  
Posted 2 years ago
559 Views
12 Answers
2 years ago
one year ago
Tags