adoroszlai commented on code in PR #8843:
URL: https://github.com/apache/ozone/pull/8843#discussion_r2987432293


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/utils/SlidingWindow.java:
##########
@@ -149,12 +149,16 @@ private long getCurrentTime() {
     return clock.millis();
   }
 
+  public long getExpiryDurationMillis() {
+    return expiryDurationMillis;
+  }
+
   /**
    * A custom monotonic clock implementation.
    * Implementation of Clock that uses System.nanoTime() for real usage.
    * See {@see org.apache.ozone.test.TestClock}

Review Comment:
   ```
   [WARNING] 
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/utils/SlidingWindow.java:159:
 warning - invalid usage of tag {@see org.apache.ozone.test.TestClock}
   ```
   
   ```suggestion
      * @see org.apache.ozone.test.TestClock
   ```



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