Skip to content

Commit 765f66f

Browse files
author
Andrey Ershov
committed
Change log order
1 parent 7c0798f commit 765f66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ public void onFailure(Exception e) {
9696
@Override
9797
protected void doRun() {
9898
if (isActive()) {
99-
logger.warn(clusterFormationStateSupplier.get().getDescription());
10099
logLastFailedJoinAttempt.run();
100+
logger.warn(clusterFormationStateSupplier.get().getDescription());
101101
}
102102
}
103103

0 commit comments

Comments
 (0)