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, Were Running Clearml Webserver (Version On The Ui Says: 1.1.1-135 • 1.1.1 • 2.14) On A Dedicated Ubuntu 20.04 Machine With 15G Ram And 8 Cores. Lately We Experience Slowdowns And Sometimes Even Stretches Of 0.5-1 Hour In Which The Webui Does Not Resp

hi, were running clearml webserver (version on the ui says: 1.1.1-135 • 1.1.1 • 2.14) on a dedicated ubuntu 20.04 machine with 15g ram and 8 cores. Lately we experience slowdowns and sometimes even stretches of 0.5-1 hour in which the webui does not respond at all. While monitoring the logs and the vitals of the machines there is nothing in the webai logs, but the cpu and ram usages are ~100% and the culprit seems to be the mongo docker. It spawns many processes that increase mongos ram size like so :

mongod --setParameter internalQueryExecMaxBlockingSortBytes=196100200 --bind_ip_all
I tried reading about troubleshooting this kind of issues in mongo, but before sabotaging all of my teammate's work i would be glad if anyone had a similar experience, or knows what needs to be done.

  
  
Posted one year ago
Votes Newest

Answers 2


Hi NervousFrog58 , versions 1.1.1 seem to be quite old. I would suggest upgrading your server. Please note that since then there have been a couple of DB migrations, so make sure to follow all steps 🙂

  
  
Posted one year ago

If you upgrade to the latest versions and this issue still occurs it will be possible to debug but your current version is very old

  
  
Posted one year ago
564 Views
2 Answers
one year ago
one year ago
Tags