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

[3.5] fix revision loss issue caused by compaction - 17780 #17865

Merged
merged 4 commits into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. server/mvcc: introduce compactBeforeSetFinishedCompact failpoint

    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6b03446 View commit details
    Browse the repository at this point in the history
  2. tests/e2e: reproduce etcd-io#17780

    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    (cherry picked from commit 7173391)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7beff57 View commit details
    Browse the repository at this point in the history
  3. server/storage: update currentRev if scheduledCompact > currentRev

    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    (cherry picked from commit 9ea2349)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c06b17b View commit details
    Browse the repository at this point in the history
  4. server/mvcc: should update currentRev in revMu

    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0af22ab View commit details
    Browse the repository at this point in the history