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 10 months ago
Votes Newest

Answers 9


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

  
  
Posted 10 months ago

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

  
  
Posted 10 months 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 10 months ago

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

  
  
Posted 10 months ago

on a nother machine with the relevant queue

  
  
Posted 10 months ago

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

  
  
Posted 10 months 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 10 months ago

have any idea?

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago