hangc0276 commented on a change in pull request #13833:
URL: https://github.com/apache/pulsar/pull/13833#discussion_r795014971



##########
File path: 
tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreBackedReadHandleImpl.java
##########
@@ -233,7 +242,10 @@ public static ReadHandle open(ScheduledExecutorService 
executor,
         // If we use a backoff to control the retry, it will introduce a 
concurrent operation.
         // We don't want to make it complicated, because in the most of case 
it shouldn't in the retry loop.
         while (retryCount-- > 0) {
+            long readIndexStartTime = System.nanoTime();

Review comment:
       The retry logic doesn't exist before snip 20 created




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


Reply via email to