anujmodi2021 commented on code in PR #8043:
URL: https://github.com/apache/hadoop/pull/8043#discussion_r2470514912


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsRestOperation.java:
##########
@@ -114,6 +116,7 @@ public class AbfsRestOperation {
    */
   private String failureReason;
   private AbfsRetryPolicy retryPolicy;
+  private boolean shouldTailLatencyTimeout = true;

Review Comment:
   That might be misleading.
   This variable is not a flag for this feature. Even when feature is enabled, 
we might have this as false.
   
   This is to indicate that all the retried due to TailLatencyTimeout are 
exhausted and even though the feature is still enabled, for the next retry we 
should not Timeout due to tail latency



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