-
Notifications
You must be signed in to change notification settings - Fork 670
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
[BUG] AWS batch job failed and plugin report failed but flyte console shows task still running #2979
Comments
Thank you for opening your first issue here! 🛠 |
Ok, it seems no matter if the batch job state is succeeded or failed the flyte console is always hanging, this time the exception is thrown instead of captured in a batch job, so the batch job goes to the "FAILED" state. Flyte console still show it running. |
@jw0515 Thanks, I'm looking at this issue. will get back to you once I know how to address this issue. |
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Describe the bug
When there's an exception happened, flyte will catch the error and the AWS batch job status goes into a SUCCEEDED state and the flyte AWS batch plugin reports catch the error back. So when clicking the running task on the execution page the task "Map Execution" tab will show the AWS batch job failed. But on the execution page, the task's status is still "running" and never stops.
One can only abort the execution to stop the execution.
Expected behavior
Once the exception happened, although flyte catches it, the AWS batch job status should go to "Failed", the flyte task should failed and the execution should stop.
Additional context to reproduce
Screenshots
This shows that flyte catches the error and log the error but didn't raise the exception in aws batch:
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: