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
569
569
"[knownNodes=" + knownNodes + ", " + votingConfiguration + "]" );
570
570
}
571
571
572
- logger .debug ("setting initial configuration to {}" , votingConfiguration );
572
+ logger .info ("setting initial configuration to {}" , votingConfiguration );
573
573
final Builder builder = masterService .incrementVersion (currentState );
574
574
builder .lastAcceptedConfiguration (votingConfiguration );
575
575
builder .lastCommittedConfiguration (votingConfiguration );
576
576
coordinationState .get ().setInitialState (builder .build ());
577
- startElectionScheduler ();
578
577
preVoteCollector .update (getPreVoteResponse (), null ); // pick up the change to last-accepted version
578
+ startElectionScheduler ();
579
579
}
580
580
}
581
581
You can’t perform that action at this time.
0 commit comments