dlmarion commented on code in PR #4439:
URL: https://github.com/apache/accumulo/pull/4439#discussion_r1555734324


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java:
##########
@@ -132,6 +132,7 @@ public class Tablet extends TabletBase {
   private final AtomicLong dataSourceDeletions = new AtomicLong(0);
 
   private volatile TabletMetadata latestMetadata;
+  private long refreshCount = 0;

Review Comment:
   should this be volatile?



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