[flink] Bugfix expire snapshot don't work when some snapshot between …#4744
Closed
bridgeDream wants to merge 2 commits intoapache:masterfrom
Closed
Conversation
55d0395 to
0b55a4e
Compare
…earliest and latest are removed unexpectedly
7691d1f to
152e3a3
Compare
…n_max_exclusive_snapshot_miss
Contributor
|
Hi @bridgeDream , Due to lack of activity for too long, this PR has been closed. Please feel free to submit a new PR if you wish to continue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
When performing snapshot expiration, identify whether the maxExclusiveSnapshotID exists to prevent the expiration failing due to its absence. This ensures that the expired work can proceed, the earliest snapshot ID can be updated, and the issue of repetitive failure in the expiration process is avoided.
Linked issue: #4743
Tests
API and Format
Documentation