HDFS-15157. Fix compilation failure for branch-3.1. Contributed by Ayush Saxena

This commit is contained in:
Ayush Saxena 2020-02-09 08:14:33 +05:30
parent 5dfd1dcfe3
commit 547f1798aa
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class TestLazyPersistReplicaRecovery extends LazyPersistTestCase {
GenericTestUtils
.waitFor(() -> lastCount != storage.getBlockReportCount(), 10, 10000);
} catch (TimeoutException te) {
LOG.error("Timeout waiting for block report for {}", dnd);
LOG.error("Timeout waiting for block report for datanode: " + dnd);
return false;
}
return true;