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 Fails on pause request due to intermediate change in task status #17722

Closed
suraj-goel opened this issue Feb 13, 2025 · 1 comment · Fixed by #17723
Closed

Task Fails on pause request due to intermediate change in task status #17722

suraj-goel opened this issue Feb 13, 2025 · 1 comment · Fixed by #17723

Comments

@suraj-goel
Copy link
Contributor

Description

  • After upgrading to Druid-30, One task is occasionally failing per day.
  • Task fails with the following exception:
Can't pause, task is not in a pausable state (state: [PAUSED])
Feb 12, 2025 @ 15:21:08.165	Pausing the task with state: [READING]

Feb 12, 2025 @ 15:21:08.165	Returning 409 conflict for task with state: [PAUSED]
  • As per the above logs, status is changing during the evaluation of the if statement.
@kfaraz
Copy link
Contributor

kfaraz commented Feb 13, 2025

Thanks for reporting the issue, @suraj-goel !
I have seen a similar issue on some of our clusters as well.

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

Successfully merging a pull request may close this issue.

2 participants