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

[BUG] Worker calls Get method on Webapi plugin long after it's completed #1379

Closed
csenel opened this issue Aug 26, 2021 · 1 comment · Fixed by flyteorg/flyteplugins#212 or flyteorg/flytepropeller#327
Assignees
Labels
bug Something isn't working propeller Issues related to flyte propeller
Milestone

Comments

@csenel
Copy link

csenel commented Aug 26, 2021

Describe the bug
We have observed that Get method on webapi plugin is called by worker long after it's marked as succeeded on Flyte UI. For the particular case, we are using bigquery plugin and added logging to debug a separate issue when observed this behavior.

Restarting the flytepropeller stops the calls made by worker. Although we haven't observed when the calls would be stopped on their own, in one case they happened 10 hours after the task is successfully completed before the restart.

Expected behavior
Worker should remove task from the list once the task is succeeded and we shouldn't observe Get calls afterwards.

Screenshots
Please find attached the logs we have added with timestamps after 3 hours the task is successfully completed.

Screenshot 2021-08-26 at 09 55 19
Screenshot 2021-08-26 at 10 00 21

@csenel csenel added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Aug 26, 2021
@welcome
Copy link

welcome bot commented Aug 26, 2021

Thank you for opening your first issue here! 🛠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working propeller Issues related to flyte propeller
Projects
None yet
4 participants