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

Expand checkpoint id logging #3060

Merged
merged 2 commits into from
Nov 19, 2019
Merged

Expand checkpoint id logging #3060

merged 2 commits into from
Nov 19, 2019

Conversation

slfritchie
Copy link
Contributor

Prior to this commit, we would only store 2 pieces of info for local checkpoint state:

  1. last committed checkpoint #
  2. rollback checkpoint #

This commit adds a 3rd integer: current checkpoint #. Its purpose is to avoid reusing checkpoint #s, despite possible crashes by the initializer worker.

Fixes #3032

Prior to this commit, we would only store 2 pieces of info
for local checkpoint state:
1. last committed checkpoint #
2. rollback checkpoint #

This commit adds a 3rd integer: current checkpoint #.
Its purpose is to avoid reusing checkpoint #s, despite possible
crashes by the initializer worker.
@slfritchie slfritchie merged commit fcea2e3 into master Nov 19, 2019
@slfritchie slfritchie deleted the checkpoint-id-logging branch November 19, 2019 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wallaroo rolls back to checkpoint previously aborted at ConnectorSink
2 participants