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 2022/04/14 00:36:37 UTC

[GitHub] [hadoop] raymondlam12 commented on a diff in pull request #4171: HADOOP-16965. Refactor abfs stream configuration. (#1956)

raymondlam12 commented on code in PR #4171:
URL: https://github.com/apache/hadoop/pull/4171#discussion_r849995252


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystemStore.java:
##########
@@ -435,9 +450,7 @@ public OutputStream openFileForWrite(final Path path, final boolean overwrite) t
         client,
         AbfsHttpConstants.FORWARD_SLASH + getRelativePath(path),
         offset,
-        abfsConfiguration.getWriteBufferSize(),
-        abfsConfiguration.isFlushEnabled(),
-        abfsConfiguration.isOutputStreamFlushDisabled());
+            populateAbfsOutputStreamContext());

Review Comment:
   Fix the indentation -- it seems like it's being changed from the previous format here (you're using 8spaces for parameters on new lines vs 4spaces previously) 



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