Skip to content

Commit 3ddebe0

Browse files
committed
update the log - addressing review
1 parent 8c520fc commit 3ddebe0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/mover

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/mover/TestMover.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,8 @@ public void testMoverWithStripedFile() throws Exception {
970970
for (LocatedBlock lb : blocks.getLocatedBlocks()) {
971971
for (StorageType type : lb.getStorageTypes()) {
972972
if (!StorageType.ARCHIVE.equals(type)) {
973-
LOG.info("Block {} has unexpected StorageType: {}",
973+
LOG.info("Block {} has StorageType: {}. It might not have been "
974+
+ "updated yet, awaiting the latest update.",
974975
lb.getBlock().toString(), type);
975976
return false;
976977
}

0 commit comments

Comments
 (0)