manika137 commented on code in PR #8050:
URL: https://github.com/apache/hadoop/pull/8050#discussion_r2489045520


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsConfiguration.java:
##########
@@ -638,6 +638,15 @@ public class AbfsConfiguration{
       DefaultValue = DEFAULT_FS_AZURE_TAIL_LATENCY_MAX_RETRY_COUNT)
   private int tailLatencyMaxRetryCount;
 
+  @BooleanConfigurationValidatorAnnotation(ConfigurationKey = 
FS_AZURE_ENABLE_PREFETCH_REQUEST_PRIORITY,
+      DefaultValue = DEFAULT_FS_AZURE_ENABLE_PREFETCH_REQUEST_PRIORITY)
+  private boolean enablePrefetchRequestPriority;
+
+  @IntegerConfigurationValidatorAnnotation(ConfigurationKey = 
FS_AZURE_PREFETCH_REQUEST_PRIORITY_VALUE,
+      MinValue = DEFAULT_FS_AZURE_STANDARD_MIN_REQUEST_PRIORITY_VALUE,
+      DefaultValue = DEFAULT_FS_AZURE_REQUEST_PRIORITY_VALUE)

Review Comment:
   Adding general terms for both to be used for future cases:
   
   DEFAULT_FS_AZURE_LOWEST_REQUEST_PRIORITY_VALUE- Value as 7- this can be used 
as default when we want the request to have lowest priority
   DEFAULT_FS_AZURE_STANDARD_REQUEST_PRIORITY_VALUE- Value as 3- this is the 
standard req priority value and will be set as minimum for reqs where we want 
lowest priorities and maximum  for reqs where we want highest priorities
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to