elek commented on a change in pull request #933:
URL: https://github.com/apache/hadoop-ozone/pull/933#discussion_r431684589
##########
File path: hadoop-ozone/common/dev-support/findbugsExcludeFile.xml
##########
@@ -19,4 +19,10 @@
<Match>
<Package name="org.apache.hadoop.ozone.protocol.proto"/>
</Match>
+
+ <Match>
+ <Class name="org.apache.hadoop.ozone.protocolPB.OzonePBHelper" />
+ <Method name="getFixedByteString" />
+ <Bug pattern="AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION" />
Review comment:
Can you please help me to understand why is it safe to ignore this
warning?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]