HDFS-15157. Fix compilation failure for branch-3.1. Contributed by Ayush Saxena
This commit is contained in:
parent
5dfd1dcfe3
commit
547f1798aa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue