Skip to content

Commit

Permalink
Merge pull request #9405 from jpbetz/automated-cherry-pick-of-#9347-o…
Browse files Browse the repository at this point in the history
…rigin-release-3.2

Automated cherry pick of #9347
  • Loading branch information
gyuho authored Mar 8, 2018
2 parents 3710c24 + cbea4ef commit fe90bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etcdserver/raft.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe90bc4

Please sign in to comment.