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'M Using A Self Hosted Version Of Clearml. I Am Querying Experiments From Ui And I Am Getting Such Error:

Hi, I'm using a self hosted version of ClearML. I am querying experiments from UI and I am getting such error:
Fetch experiments for selection failed
Error 1 : Internal server error: err=multiplanner encountered a failure while selecting best plan :: caused by :: Sort exceeded memory limit of 196100200 bytes, but did not opt in to external sorting. Aborting operation. Pass allowDiskUse:true to opt in., full error: {'ok': 0.0, 'errmsg': 'multiplanner encountered a failure while selecting best plan :: caused by :: Sort exceeded memory limit of 196100200 bytes, but did not opt in to external sorting. Aborting operation. Pass allowDiskUse:true to opt in.', 'code': 292, 'codeName': 'QueryExceededMemoryLimitNoDiskUseAllowed'}

Is it something that I can repair with some setting in configuration?

  
  
Posted one year ago
Votes Newest

Answers 7


ClearML Server Version: 1.7.0-232

  
  
Posted one year ago

This seems like a bug in the UI/server interaction can you please open a GitHub issue? 🙂

  
  
Posted one year ago

I am using UI and I am clicking select all. If it is calling API server then yes

  
  
Posted one year ago

Can you check the machine status? Is the storage running low?

  
  
Posted one year ago

Hi RoundMosquito25 , where is this error coming from? API server?

  
  
Posted one year ago

Hi RoundMosquito25 , what is your clearml server version?

  
  
Posted one year ago
727 Views
7 Answers
one year ago
one year ago
Tags