[ https://issues.apache.org/jira/browse/HADOOP-19548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17946952#comment-17946952 ]
ASF GitHub Bot commented on HADOOP-19548: ----------------------------------------- manika137 commented on code in PR #7642: URL: https://github.com/apache/hadoop/pull/7642#discussion_r2057637991 ########## hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java: ########## @@ -347,8 +347,9 @@ public void registerListener(Listener listener1) { @Override public FSDataInputStream open(final Path path, final int bufferSize) throws IOException { - LOG.debug("AzureBlobFileSystem.open path: {} bufferSize: {}", path, bufferSize); // bufferSize is unused. + LOG.debug("AzureBlobFileSystem.open path: {} bufferSize: {}", path, Review Comment: Makes sense, taken > [ABFS] Fix logging in FSDataInputStream buffersize as that is not used and > confusing the customer > ------------------------------------------------------------------------------------------------- > > Key: HADOOP-19548 > URL: https://issues.apache.org/jira/browse/HADOOP-19548 > Project: Hadoop Common > Issue Type: Sub-task > Components: hadoop-common > Affects Versions: 3.4.1 > Reporter: Mukund Thakur > Assignee: Manika Joshi > Priority: Major > Labels: pull-request-available > > Fix debug logs here. > https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java#L350 -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org