-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Experiment: also don't write clock tags to WAL in partial state #5352
Merged
Conversation
This file contains 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
generall
approved these changes
Nov 4, 2024
This change is potentially have impact on the ability to use wal-delta transfer multiple times in a row, so we should not release version with this patch |
I'll prepare a revert PR so we can easily undo the experiment. |
This was referenced Nov 4, 2024
timvisee
added a commit
that referenced
this pull request
Nov 8, 2024
timvisee
added a commit
that referenced
this pull request
Nov 8, 2024
* Revert "Experiment: in stream records, set cutoff to latest clocks receiver is guaranteed to have (#5375)" This reverts commit e843647. * Revert "Set replica state function does not need to be async anymore (#5379)" This reverts commit fdf08e0. * Revert "Experiment: disable clocks in initializing state, propagate ignore flag (#5372)" This reverts commit 0d98f6f. * Revert "Experiment: also don't write clock tags to WAL in partial state (#5352)" This reverts commit f69ec61. * Revert "Experiment: ignore clock tags when replica is in partial state (#5349)" This reverts commit 1b8a38f. * Keep change to not send updates to replicas in recovery state Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com> --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
timvisee
added a commit
that referenced
this pull request
Nov 8, 2024
* Revert "Experiment: in stream records, set cutoff to latest clocks receiver is guaranteed to have (#5375)" This reverts commit e843647. * Revert "Set replica state function does not need to be async anymore (#5379)" This reverts commit fdf08e0. * Revert "Experiment: disable clocks in initializing state, propagate ignore flag (#5372)" This reverts commit 0d98f6f. * Revert "Experiment: also don't write clock tags to WAL in partial state (#5352)" This reverts commit f69ec61. * Revert "Experiment: ignore clock tags when replica is in partial state (#5349)" This reverts commit 1b8a38f. * Keep change to not send updates to replicas in recovery state Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com> --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
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.
Extends experiment in #5349.
Don't just ignore the clock tag in partial state, but also prevent writing it in the WAL.
Otherwise we'll still bump our last seen clocks with the tags replayed from the WAL.
All Submissions:
dev
branch. Did you create your branch fromdev
?