mukund-thakur commented on pull request #2667: URL: https://github.com/apache/hadoop/pull/2667#issuecomment-774044341
> I don't get the warning sign findbugs provided; `multipartUpload` field is already accessed via both synchronized/unsynchronized ways before this change, so probably something to ignore here? > > https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2667/1/artifact/out/new-findbugs-hadoop-tools_hadoop-aws.html This is the reason. The number of unsynchronized field accesses (reads and writes) was no more than one third of all accesses, with writes being weighed twice as high as reads I think we can ignore this. What do you think @steveloughran ? ---------------------------------------------------------------- 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]
