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

default log store backend to WAL raft #21759

Closed
wants to merge 2 commits into from

Conversation

dhiaayachi
Copy link
Contributor

Description

This PR change the default log store config to use WAL when starting with a fresh database. If a bolt db already exist bolt db will be used as a backend and a warning will be logged.

It also allow the log verifier, enabled by default, to be disabled.

Testing & Reproduction steps

Added tests to verify combination of configs.

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

@dhiaayachi dhiaayachi requested a review from a team as a code owner September 17, 2024 16:39
@github-actions github-actions bot added the theme/config Relating to Consul Agent configuration, including reloading label Sep 17, 2024
@dhiaayachi dhiaayachi added backport/1.20 Changes are backported to 1.20 and removed backport/1.20 Changes are backported to 1.20 labels Sep 17, 2024
@dhiaayachi
Copy link
Contributor Author

closing in favour of #21700

@dhiaayachi dhiaayachi closed this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/config Relating to Consul Agent configuration, including reloading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant