rishabhdaim commented on code in PR #1901:
URL: https://github.com/apache/jackrabbit-oak/pull/1901#discussion_r1883513521


##########
oak-blob-cloud/src/main/java/org/apache/jackrabbit/oak/blob/cloud/s3/S3Backend.java:
##########
@@ -1257,34 +1259,39 @@ private void renameKeys() throws DataStoreException {
             try {
                 // Wait until all threads are finish
                 while (taskAdded
-                    && !executor.awaitTermination(10, TimeUnit.SECONDS)) {
+                        && !executor.awaitTermination(10, TimeUnit.SECONDS)) {
                     LOG.info("Rename S3 keys tasks timedout. Waiting again");
                 }
             } catch (InterruptedException ie) {
 
             }
             LOG.info("Renamed [{}] keys, time taken [{}]sec", count,
-                ((System.currentTimeMillis() - startTime) / 1000));
+                    ((System.currentTimeMillis() - startTime) / 1000));

Review Comment:
   same as above



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