Automated cherry pick of #9347
@@ -498,6 +498,7 @@ func restartAsStandaloneNode(cfg *ServerConfig, snapshot *raftpb.Snapshot) (type
Storage: s,
MaxSizePerMsg: maxSizePerMsg,
MaxInflightMsgs: maxInflightMsgs,
+ CheckQuorum: true,
}
n := raft.RestartNode(c)
raftStatus = n.Status