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 sequencing issue #96

Merged
merged 7 commits into from
Mar 19, 2021

Conversation

wi-y
Copy link
Contributor

@wi-y wi-y commented Mar 18, 2021

There was a bug where the the checkpoints being uploaded were not always in the correct sequence. There were some issues with the code where the tasks were executing out of order.

Now, we await each step (flush, consume, checkpoint) which ensures that checkpoints are uploaded in the correct sequence.

@wi-y wi-y merged commit 24028c5 into master Mar 19, 2021
@dustinburson dustinburson deleted the personal/wiyochum/fix-checkpoint-sequencing-issue branch November 8, 2022 18:36
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.

4 participants