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

Lines changed: 3 additions & 0 deletions
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)