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


##########
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Scanner.java:
##########
@@ -213,6 +215,8 @@ public Thread getLockOwner() {
    * read is in progress), it interrupts the reading thread. This ensures the 
reading thread can
    * finish its current operation and release the lock, allowing close to 
finish.
    */
+  @SuppressFBWarnings(value = "AT_STALE_THREAD_WRITE_OF_PRIMITIVE",
+      justification = "accesses non-volatile/non-atomic vars only when lock is 
held")

Review Comment:
   Nice suggestion, updated in 0b96b0898ca296e6a2771416854a1e44d7712786



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