DadanielZ commented on a change in pull request #1697: Hadoop 16660: ABFS: Make 
RetryCount in ExponentialRetryPolicy Configurable
URL: https://github.com/apache/hadoop/pull/1697#discussion_r344978212
 
 

 ##########
 File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsRestOperation.java
 ##########
 @@ -122,8 +122,11 @@ public AbfsHttpOperation getResult() {
    */
   void execute() throws AzureBlobFileSystemException {
     int retryCount = 0;
+    LOG.debug("First execution of REST operation - " + operationType);
     while (!executeHttpOperation(retryCount++)) {
       try {
+        LOG.debug("Retrying REST operation " + operationType + ". RetryCount"
 
 Review comment:
   nit: String.format?

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

Reply via email to