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
Hey All I See This Error Repeating Constantly, And My Metrics Are Not Updated, What Does It Mean?

Hey all
I see this error repeating constantly, and my metrics are not updated, what does it mean?

2024-01-07 03:41:09,676 - clearml.Metrics - ERROR - Action failed <500/100: events.add_batch/v1.0 (General data error: err=('10 document(s) failed to index.', [{'index': {'_index': 'events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b', '_type': '_doc', '_id': 'a9260d4302bd347010af6e182dd7c0ea', 'status': 400,..., extra_info=Number of documents in the index can't exceed [2147483519])
  
  
Posted 10 months ago
Votes Newest

Answers 4


looking into ES index events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b

docs.count docs.deleted store.size pri.store.size
2118131043     29352476    265.1gb        265.1gb

sounds we're hitting some ES limitation?

  
  
Posted 10 months ago

Yeah, indeed that it. ClearML should still be able to read the data from it, but it can't add new data. In general I would advise to maintain your instance, delete old stuff periodically and make sure you don't get to this state 🙂

  
  
Posted 10 months ago

@<1523701842515595264:profile|PleasantOwl46> were you able to fix this?
@<1523701087100473344:profile|SuccessfulKoala55> what might be a fix for this?

  
  
Posted 7 months ago

unfortunately I couldn't fix this
the ES state in hectic, can't delete anything
clearml is still live, read-only mode, all existing indices are readable
new jobs can't write to this clearml server

  
  
Posted 7 months ago
666 Views
4 Answers
10 months ago
7 months ago
Tags