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 maybeCompactRaftLog function to compact raft log independently #18635

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. separate maybeCompactRaftLog function to compact raft log independent…

    …ly from snapshots
    
    Signed-off-by: Clement <[email protected]>
    clement2026 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dff5305 View commit details
    Browse the repository at this point in the history
  2. separate maybeCompactRaftLog function to compact raft log independent…

    …ly from snapshots
    
    Signed-off-by: Clement <[email protected]>
    clement2026 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9b04e4d View commit details
    Browse the repository at this point in the history
  3. separate maybeCompactRaftLog function to compact raft log independent…

    …ly from snapshots
    
    Signed-off-by: Clement <[email protected]>
    clement2026 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d08b34 View commit details
    Browse the repository at this point in the history
  4. add compacti field to etcdProgress; add a test case

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

Commits on Sep 25, 2024

  1. apply suggestions

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2028c24 View commit details
    Browse the repository at this point in the history
  2. apply suggestions

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    96d8985 View commit details
    Browse the repository at this point in the history
  3. apply suggestions

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7f0ada2 View commit details
    Browse the repository at this point in the history
  4. apply suggestions: at most N occurrences

    Signed-off-by: Clement <[email protected]>
    clement2026 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bc9a3fa View commit details
    Browse the repository at this point in the history
  5. typo

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