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

Fix Checkpoint/Restart #776

Merged
merged 6 commits into from
Feb 14, 2024
Merged

Fix Checkpoint/Restart #776

merged 6 commits into from
Feb 14, 2024

Conversation

jtronge
Copy link
Collaborator

@jtronge jtronge commented Feb 7, 2024

Steven's fixes for checkpoint/restart, addressing issue #750.

After multiple restarts of a task that exceeds num_tries, the workflow should be put in a Failed state. I'm not sure if this should be the Archived state instead, which I think happens with other workflows?

The checkpoint-restart tests can be run locally, after starting beeflow, with ./ci/integration_test.py -t checkpoint_restart_failure,checkpoint_restart --timeout 10000 (this might take >10 minutes).

Copy link
Collaborator

@pagrubel pagrubel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to the test's now passing, I ran the long checkpoint/restart test for clamr which failed since the max number of retries was set at 3 in my bee.conf. The only concern I have is that the only indication as to what happened is in the wf_manager log. We definitely need something in the query to inform us about what happened, bu t that would be a separate issue. Also, the integration tests also failed for me due to an issue with not having any anonymous pulls left, again the issue can be found by examining the logs.
Thanks for fixing the checkpoint/restart issue @Boogie3D & @jtronge

@pagrubel pagrubel merged commit 228ec58 into develop Feb 14, 2024
4 checks passed
@pagrubel pagrubel deleted the issue750/fix-checkpoint-restart branch February 14, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants