Skip to content

Commit fe90bc4

Browse files
authored
Merge pull request #9405 from jpbetz/automated-cherry-pick-of-#9347-origin-release-3.2
Automated cherry pick of #9347
2 parents 3710c24 + cbea4ef commit fe90bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etcdserver/raft.go

+1
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ func restartAsStandaloneNode(cfg *ServerConfig, snapshot *raftpb.Snapshot) (type
498498
Storage: s,
499499
MaxSizePerMsg: maxSizePerMsg,
500500
MaxInflightMsgs: maxInflightMsgs,
501+
CheckQuorum: true,
501502
}
502503
n := raft.RestartNode(c)
503504
raftStatus = n.Status

0 commit comments

Comments
 (0)