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
Does Any One Know This Error While Running A Pipeline:

does any one know this error while running a pipeline:
User aborted: stopping task (3) >?

  
  
Posted 2 years ago
Votes Newest

Answers 9


Hi @<1559711623147425792:profile|PlainPelican41> , How are you running the pipeline? Where is agent running ?

  
  
Posted 2 years ago

on a nother machine with the relevant queue

  
  
Posted 2 years ago

not a memo issue.. I also tried to switch the queue to another new machine with new clearml-agent installation
But I get the same result ..

  
  
Posted 2 years ago

Is it possible the machines are running out of memory? Do you get this error on the pipeline controller itself? Does this constantly reproduce?

  
  
Posted 2 years ago

Can you paste here the code of the pipeline that you're trying to run?

  
  
Posted 2 years ago

have any idea?

  
  
Posted 2 years ago

@<1559711623147425792:profile|PlainPelican41> status reason 3 means the task status was changed mid-run

  
  
Posted 2 years ago

if I use start_locally instead of start this issue doesn't occur

  
  
Posted 2 years ago

It might be the task was stopped/reset from the UI?

  
  
Posted 2 years ago