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

etcdserver: separate "raft log compact" from snapshot #18235

Closed
wants to merge 8 commits into from

Commits on Jun 26, 2024

  1. etcdserver: separate compact from snapshot

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1998a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc2a42 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    641eb41 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. etcdserver: compact the raft log up to the minimum snapshot index of …

    …all ongoing snapshots
    
    Signed-off-by: Clement <[email protected]>
    clement2026 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    93d0484 View commit details
    Browse the repository at this point in the history
  2. fix lint errorgs

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    302254b View commit details
    Browse the repository at this point in the history
  3. fix vet errors

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fcb154f View commit details
    Browse the repository at this point in the history
  4. fix test cases

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    99b3806 View commit details
    Browse the repository at this point in the history
  5. add license header

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5745418 View commit details
    Browse the repository at this point in the history