steveloughran commented on a change in pull request #1790: [HADOOP-16818] ABFS:
Combine append+flush calls for blockblob & appendblob
URL: https://github.com/apache/hadoop/pull/1790#discussion_r386481585
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/ConfigurationKeys.java
##########
@@ -60,6 +61,12 @@
* documentation does not have such expectations of data being persisted.
* Default value of this config is true. **/
public static final String FS_AZURE_DISABLE_OUTPUTSTREAM_FLUSH =
"fs.azure.disable.outputstream.flush";
+ public static final String FS_AZURE_ENABLE_APPEND_WITH_FLUSH =
"fs.azure.enable.appendwithflush";
+ /** Provides a config control to disable or enable OutputStream Flush API
Review comment:
javadocs should be above the new option
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]