wangbo opened a new pull request, #22058: URL: https://github.com/apache/doris/pull/22058
## Proposed changes When a task status=PENDING_FINISH, and its status changed from ```is_pending_finish =true``` changed to ```is_pending_finish =false```, it should be changed to runable and finish the task. But currently even a task' status changed to ``` is_pending_finish=false```, it's still marked pending finish. Then the task can never go into acitve task queue. -- 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]
