billierinaldi commented on a change in pull request #1925:
URL: https://github.com/apache/hadoop/pull/1925#discussion_r596202590
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsConfiguration.java
##########
@@ -208,6 +209,15 @@
DefaultValue = DEFAULT_FS_AZURE_APPEND_BLOB_DIRECTORIES)
private String azureAppendBlobDirs;
+ @StringConfigurationValidatorAnnotation(ConfigurationKey =
FS_AZURE_INFINITE_LEASE_KEY,
+ DefaultValue = DEFAULT_FS_AZURE_INFINITE_LEASE_DIRECTORIES)
+ private String azureInfiniteLeaseDirs;
+
+ @IntegerConfigurationValidatorAnnotation(ConfigurationKey =
FS_AZURE_LEASE_THREADS,
Review comment:
I think it will still be useful to issue the acquire and release
operations in a thread pool for now. Possibly this could be removed if all
acquire and release operations are moved into create and flush-with-close in
the future.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]