Skip to content

Commit

Permalink
Merge #131547
Browse files Browse the repository at this point in the history
131547: raft: remove unused store-liveness-nodes option r=nvanbenschoten a=nvanbenschoten

This was left over from one of the intermediate revisions of e20bf34.

Epic: None
Release note: None

Co-authored-by: Nathan VanBenschoten <[email protected]>
  • Loading branch information
craig[bot] and nvanbenschoten committed Sep 27, 2024
2 parents 630e676 + acd054d commit 5400cb9
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 5400cb9

Please sign in to comment.