adoroszlai commented on PR #7522:
URL: https://github.com/apache/ozone/pull/7522#issuecomment-2520369515

   Thanks @Tejaskriya for updating the patch.
   
   `findbugs` 
[complains](https://github.com/Tejaskriya/ozone/actions/runs/12180200384/job/33974013839#step:8:15):
   
   ```
   M M LI: Incorrect lazy initialization of static field 
org.apache.hadoop.hdds.scm.block.ScmBlockDeletingServiceMetrics.instance in 
org.apache.hadoop.hdds.scm.block.ScmBlockDeletingServiceMetrics.create()  At 
ScmBlockDeletingServiceMetrics.java:[lines 110-112]
   ```
   
   but `create()` is not being changed in this PR, so this is a flaky check in 
findbugs.  (Not the first one we encounter.)  We still need to fix it, 
otherwise it will keep complaining on `master` if this is merged.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to