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 Everyone Looking To Get Some Input How Clearml Server Set Tasks Status How Does Server Differentiate Between Tasks In Different States:

Hey everyone
looking to get some input how ClearML server set tasks status
how does server differentiate between tasks in different states: stopped , failed , aborted
is there a way to get more details about the state?

our rationale is to utilize ClearML to understand better why tasks do not complete

  
  
Posted 2 months ago
Votes Newest

Answers 4


to my understating:
failed means that python job exited non gracefully, with errors originated from python

what I miss is how to refer to aborted vs. stopped
does the user initiated the job to stop?
or it's something came from the system running the job?

I did note STATUS MESSAGE: and STATUS REASON:
it N/A in many cases, some get Singal None value, or Forced stop (non-responsive) , but not sure how to refer these fields and what can I learn from them

  
  
Posted 2 months ago

Hi @<1523701842515595264:profile|PleasantOwl46> , what do you mean more details about the state? Usually in the INFO section of the task you have all history of actions

  
  
Posted 2 months ago

@<1876800977114238976:profile|ShakyCrocodile77> perhaps can elaborate
e.g

what is diff between jobs stopped vs. aborted?
it's sig kill sent from user?
how does clearml set if job is stopped or aborted?

  
  
Posted 2 months ago

hey there @<1523701070390366208:profile|CostlyOstrich36>

any chance I get more input on this? anywhere to look in the docs?
I hope you understood what am I looking for

  
  
Posted 2 months ago
294 Views
4 Answers
2 months ago
2 months ago
Tags