Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task status PAUSED while it should be PENDING #3290

Open
Mykhailenko opened this issue Aug 7, 2018 · 1 comment
Open

Task status PAUSED while it should be PENDING #3290

Mykhailenko opened this issue Aug 7, 2018 · 1 comment

Comments

@Mykhailenko
Copy link
Contributor

Mykhailenko commented Aug 7, 2018

While fixing this issue we have noticed unexpected task status.

Steps to reproduce the problem:

  1. lock all nodes except one
  2. submit job with 2 tasks, first task should throw exception, second task depends on first, and could be simple hello world task
  3. wait until first task became "in-error"
  4. lock this single node that was not locked
  5. select "in-error" task, and click "Mark as Finished"
  6. then first task became FINISHED, and second - PAUSED.

Expected behaviour:
at the step 6, second task should be PENDING, not PAUSED (because nobody actually paused it)

@Mykhailenko
Copy link
Contributor Author

Fixed in 8.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant