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

Checkpoint might be empty #5933

Closed
Tristan1900 opened this issue Apr 14, 2021 · 0 comments · Fixed by #5943
Closed

Checkpoint might be empty #5933

Tristan1900 opened this issue Apr 14, 2021 · 0 comments · Fixed by #5943
Assignees

Comments

@Tristan1900
Copy link
Member

Describe the bug
A Stream names that the reader group can read from cannot be empty error happened during Flink longevity run. After checking the code, it might be the case that initiateCheckpoint returns a checkpoint that does not contain any stream information. Currently there is no guarantee that the checkpoint cannot be empty, it's better to add an assert clause to fail fast before it returns to the caller.

To Reproduce
Flink longevity run. It looks like a rare case, no clear steps to reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants