Skip to content

[Do not merge] raft: use fast restore by default #25567

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module github.com/hashicorp/nomad

go 1.24

//FIXME Temporary hack to test https://github.com/hashicorp/raft/pull/613
replace github.com/hashicorp/raft => github.com/lalalalatt/raft v0.0.0-20250327164417-3a5d299222c6 // feat/commit-tracking-log-store-checker

// Pinned dependencies are noted in github.com/hashicorp/nomad/issues/11826.
replace (
github.com/Microsoft/go-winio => github.com/endocrimes/go-winio v0.4.13-0.20190628114223-fb47a8b41948
Expand Down
Loading
Loading