jugomezv commented on code in PR #10777:
URL: https://github.com/apache/pinot/pull/10777#discussion_r1204814974


##########
pinot-common/src/main/java/org/apache/pinot/common/utils/fetcher/HttpSegmentFetcher.java:
##########
@@ -106,7 +108,8 @@ public File fetchUntarSegmentToLocalStreamed(URI 
downloadURI, File dest, long ma
     AtomicReference<File> ret = new AtomicReference<>(); // return the untared 
segment directory
     _logger.info("Retry downloading for {} times. retryCount from pinot server 
config: {}, number of IP addresses for "
         + "download URI: {}", retryCount, _retryCount, 
uriProvider.numAddresses());
-    RetryPolicies.exponentialBackoffRetryPolicy(retryCount, _retryWaitMs, 
_retryDelayScaleFactor).attempt(() -> {
+    int tries = RetryPolicies.exponentialBackoffRetryPolicy(retryCount, 
_retryWaitMs,

Review Comment:
   Completed on previous commit



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to