We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ms
1 parent 860b5c2 commit acc36faCopy full SHA for acc36fa
server/src/main/java/org/elasticsearch/cluster/coordination/JoinHelper.java
@@ -208,7 +208,7 @@ static Level getLogLevel(TransportException e) {
208
}
209
210
void logWarnWithTimestamp() {
211
- logger.info(() -> new ParameterizedMessage("last failed join attempt was {} ms ago, failed to join {} with {}",
+ logger.info(() -> new ParameterizedMessage("last failed join attempt was {} ago, failed to join {} with {}",
212
TimeValue.timeValueMillis(TimeValue.nsecToMSec(System.nanoTime() - timestamp)),
213
destination,
214
joinRequest),
0 commit comments