bilaharith commented on a change in pull request #1893: HADOOP-16920 ABFS: Make
list page size configurable
URL: https://github.com/apache/hadoop/pull/1893#discussion_r393439890
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsConfiguration.java
##########
@@ -125,6 +125,11 @@
DefaultValue = MAX_CONCURRENT_WRITE_THREADS)
private int maxConcurrentWriteThreads;
+ @IntegerConfigurationValidatorAnnotation(ConfigurationKey =
AZURE_LIST_MAX_RESULTS,
+ MinValue = 1,
+ DefaultValue = DEFAULT_AZURE_LIST_MAX_RESULTS)
Review comment:
Currently server has a maximum limit which is 5000. values >= 5000 will be
defaulted to 5000. Did not want to keep max value 5000 here, in case server in
future plans making changes to this.
----------------------------------------------------------------
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]