Skip to content

Commit

Permalink
raft: remove unused store-liveness-nodes option
Browse files Browse the repository at this point in the history
This was left over from one of the intermediate revisions of e20bf34.

Epic: None
Release note: None
  • Loading branch information
nvanbenschoten committed Sep 27, 2024
1 parent 630e676 commit acd054d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/raft/testdata/snapshot_succeed_via_app_resp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ log-level none
ok

# Start with two nodes, but the config already has a third.
# We set store-liveness-nodes=3 because we add 3 voters despite having 2 nodes.
add-nodes 2 voters=(1,2,3) index=10 store-liveness-nodes=3
add-nodes 2 voters=(1,2,3) index=10
----
ok

Expand Down Expand Up @@ -48,9 +47,7 @@ status 1

# Add the node that will receive a snapshot (it has no state at all, does not
# even have a config).
# We set store-liveness-nodes=0 because we already added a third
# store-liveness-node earlier.
add-nodes 1 store-liveness-nodes=0
add-nodes 1
----
INFO 3 switched to configuration voters=()
INFO 3 became follower at term 0
Expand Down

0 comments on commit acd054d

Please sign in to comment.