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

core: swap bolt impl and enable configuring raft freelist sync behavior #12107

Merged
merged 6 commits into from
Feb 24, 2022

Commits on Feb 23, 2022

  1. core: switch to go.etc.io/bbolt

    This PR swaps the underlying BoltDB implementation from boltdb/bolt
    to go.etc.io/bbolt.
    
    In addition, the Server has a new configuration option for disabling
    NoFreelistSync on the underlying database.
    
    Freelist option: https://github.com/etcd-io/bbolt/blob/master/db.go#L81
    Consul equivelent PR: hashicorp/consul#11720
    shoenig committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    16efcf4 View commit details
    Browse the repository at this point in the history
  2. agent: switch to go.etc.io/bbolt for state store

    This PR modifies the server and client agents to use `go.etc.io/bbolt` as the
    implementation for their state stores.
    shoenig committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b2fe196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    615d08b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6cc062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42c6d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

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