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 478f65c commit d366b80Copy full SHA for d366b80
server/src/main/java/org/elasticsearch/cluster/coordination/JoinHelper.java
@@ -243,7 +243,7 @@ static Level getLogLevel(TransportException e) {
243
}
244
245
void logWarnWithTimestamp() {
246
- 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 {}",
247
TimeValue.timeValueMillis(TimeValue.nsecToMSec(System.nanoTime() - timestamp)),
248
destination,
249
joinRequest),
0 commit comments