Skip to content

Commit

Permalink
Revert "Skip prevoting if single-node discovery (#91255)"
Browse files Browse the repository at this point in the history
This reverts commit 611c9b8.
  • Loading branch information
DaveCTurner committed Nov 4, 2022
1 parent 0b689b7 commit bdf3485
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1628,10 +1628,6 @@ public void run() {
}

if (prevotingRound != null) {
if (singleNodeDiscovery) {
logger.debug("skip prevoting as single-node discovery is enabled");
return;
}
prevotingRound.close();
}
prevotingRound = preVoteCollector.start(lastAcceptedState, getDiscoveredNodes());
Expand Down

0 comments on commit bdf3485

Please sign in to comment.