kevinrr888 commented on code in PR #6025:
URL: https://github.com/apache/accumulo/pull/6025#discussion_r2640451862


##########
server/base/src/main/java/org/apache/accumulo/server/tablets/TabletTime.java:
##########
@@ -67,6 +69,7 @@ public static MetadataTime maxMetadataTime(MetadataTime mv1, 
MetadataTime mv2) {
     return mv1.compareTo(mv2) < 0 ? mv2 : mv1;
   }
 
+  @NotThreadSafe
   static class MillisTime extends TabletTime {

Review Comment:
   Added a suppression in f827d1a99a1902ccd8386f65ad88a70f97392b48. Method it 
was complaining about is only called in Tablet constructor before TabletTime 
would be available to multiple threads.



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