Skip to content

Commit e38545b

Browse files
committed
raft: use fast restore by default
This is just a test of hashicorp/raft#613 and not intended for merging as-is. Since there is no corresponding raft-boltdb implementation, it's not possible to functionally test this change as-is.
1 parent 077c192 commit e38545b

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ module github.com/hashicorp/nomad
22

33
go 1.24
44

5+
//FIXME Temporary hack to test https://github.com/hashicorp/raft/pull/613
6+
replace github.com/hashicorp/raft => github.com/lalalalatt/raft v0.0.0-20250327164417-3a5d299222c6 // feat/commit-tracking-log-store-checker
7+
58
// Pinned dependencies are noted in github.com/hashicorp/nomad/issues/11826.
69
replace (
710
github.com/Microsoft/go-winio => github.com/endocrimes/go-winio v0.4.13-0.20190628114223-fb47a8b41948

0 commit comments

Comments
 (0)