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: add auto compaction interval option #18472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. etcdserver: add auto compaction interval option

    With enough key revisions per second, the constant 5 minute interval on
    revision compaction isn't fast enough to keep up with growth. Make the
    interval configurable, which will override the default behavior.
    
    Also pass the configuration through to periodic compaction for finer
    control of when compaction happens based on time.
    
    Fixes:
    etcd-io#18471
    
    Signed-off-by: Justin Cichra <[email protected]>
    jrcichra committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f30e9dd View commit details
    Browse the repository at this point in the history