File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/main/java/org/elasticsearch/cluster/coordination Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -569,13 +569,13 @@ public void setInitialConfiguration(final VotingConfiguration votingConfiguratio
569569 "[knownNodes=" + knownNodes + ", " + votingConfiguration + "]" );
570570 }
571571
572- logger .debug ("setting initial configuration to {}" , votingConfiguration );
572+ logger .info ("setting initial configuration to {}" , votingConfiguration );
573573 final Builder builder = masterService .incrementVersion (currentState );
574574 builder .lastAcceptedConfiguration (votingConfiguration );
575575 builder .lastCommittedConfiguration (votingConfiguration );
576576 coordinationState .get ().setInitialState (builder .build ());
577- startElectionScheduler ();
578577 preVoteCollector .update (getPreVoteResponse (), null ); // pick up the change to last-accepted version
578+ startElectionScheduler ();
579579 }
580580 }
581581
You can’t perform that action at this time.
0 commit comments