Skip to content

Commit 00b27f3

Browse files
Remove logger.info
1 parent 0e227f7 commit 00b27f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/coordination/Coordinator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ private long getTermForNewElection() {
554554

555555
private void startElection() {
556556
synchronized (mutex) {
557-
logger.info("starting election");
558557
// The preVoteCollector is only active while we are candidate, but it does not call this method with synchronisation, so we have
559558
// to check our mode again here.
560559
if (mode == Mode.CANDIDATE) {

0 commit comments

Comments
 (0)