sashapolo commented on code in PR #6477:
URL: https://github.com/apache/ignite-3/pull/6477#discussion_r2297817008


##########
check-rules/spotbugs-excludes.xml:
##########
@@ -57,6 +57,12 @@
       <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN"/>
       <!-- we specifically catch even not thrown exceptions is some places to 
be extra defendant -->
       <Bug pattern="REC_CATCH_EXCEPTION"/>
+      <!-- We assume 64-bit writes to be atomic. -->
+      <Bug pattern="AT_NONATOMIC_64BIT_PRIMITIVE"/>

Review Comment:
   The code that it complains about is a million years old, so I would say that 
we do not support 32 bit architectures (we definitely don't have tests for them)



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