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

Upgrade default raft version to 3 #157

Open
dotdiego opened this issue Sep 24, 2022 · 0 comments
Open

Upgrade default raft version to 3 #157

dotdiego opened this issue Sep 24, 2022 · 0 comments

Comments

@dotdiego
Copy link

Raft protocol version 2 was deprecated in Nomad 1.3.0 and will be removed from version 1.4.0

It would be nice to have some default values up to date with this.

A solution could be to have the following defaults :

nomad_version < 1.3.0 use Raft 2
nomad_version >= 1.3.0 use Raft 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant