suraj-goel opened a new issue, #17722: URL: https://github.com/apache/druid/issues/17722
### 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]) ``` * Logs were added to debug the issue: https://github.com/confluentinc/druid/pull/304 * Logs when the task failed: ``` 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
