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:51:18 UTC

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

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



##########
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:
       Thanks @ferhui for your comments. In some cases, such as Presto, only show exception msg on the web UI. If we want to know those dn info, we need to look for the log file, It's a bit of a hassle.




-- 
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