This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 547f179  HDFS-15157. Fix compilation failure for branch-3.1. 
Contributed by Ayush Saxena
547f179 is described below

commit 547f1798aad0a7ab9a1c586402317f728f29d1e7
Author: Ayush Saxena <[email protected]>
AuthorDate: Sun Feb 9 08:14:33 2020 +0530

    HDFS-15157. Fix compilation failure for branch-3.1. Contributed by Ayush 
Saxena
---
 .../server/datanode/fsdataset/impl/TestLazyPersistReplicaRecovery.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/TestLazyPersistReplicaRecovery.java
 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/TestLazyPersistReplicaRecovery.java
index 5fa470c..bf2b5b5 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/TestLazyPersistReplicaRecovery.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/TestLazyPersistReplicaRecovery.java
@@ -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;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to