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
Unanswered
Hey Everyone! I'Ve Been Using Clearml For Few Years Now And Love It. Recently Started Getting This Error When I Try To Enqueue A Task:


Hi @<1523701070390366208:profile|CostlyOstrich36> .

  • At first I was getting alot of errors there showing it couldnt connect to clearml-elastic (urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='elasticsearch', port='9200'): Read timed out. (read timeout=60)) so i reset both apiserver adn clearml-elastic.
  • After the reset, when I tried deleting in the frontend, I got more the informative error on the frontend: General data error (TransportError(503, 'search_phase_execution_exception', '[clearml][172.20.0.2:9300][indices:data/read/search[phase/query]]')) . In the docker logs on apiserver, I am getting: :
[2025-07-14 17:51:07,439] [9] [WARNING] [elasticsearch] POST 
 [status:503 request:0.009s]
[2025-07-14 17:51:07,449] [9] [WARNING] [elasticsearch] POST 
 [status:503 request:0.010s]
[2025-07-14 17:51:07,512] [9] [WARNING] [elasticsearch] POST 
 [status:503 request:0.012s]

Not sure what to do from here though...

  
  
Posted one month ago
30 Views
0 Answers
one month ago
one month ago