You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/11/10 06:22:54 UTC

[GitHub] [hadoop] ferhui commented on a change in pull request #3615: HDFS-16298. Improve error msg for BlockMissingException

ferhui commented on a change in pull request #3615:
URL: https://github.com/apache/hadoop/pull/3615#discussion_r746278835



##########
File path: hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSInputStream.java
##########
@@ -1003,7 +1003,7 @@ private LocatedBlock refetchLocations(LocatedBlock block,
       String description = "Could not obtain block: " + blockInfo;
       DFSClient.LOG.warn(description + errMsg

Review comment:
       Here we can see the Warning message on client side, is it?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org