adoroszlai commented on PR #4688: URL: https://github.com/apache/ozone/pull/4688#issuecomment-1548238530
Thanks @sumitagrawl for updating the patch, test [passed in 900 runs](https://github.com/adoroszlai/hadoop-ozone/actions/runs/4982329474). Please take a look at findbugs failure though: ``` M M IS: Inconsistent synchronization of org.apache.hadoop.ozone.lease.LeaseManager.activeLeases; locked 66% of time Unsynchronized access at LeaseManager.java:[line 169] M C RV: Return value of java.util.concurrent.Semaphore.tryAcquire(long, TimeUnit) ignored in org.apache.hadoop.ozone.lease.LeaseManager$LeaseMonitor.run() At LeaseManager.java:[line 269] ``` https://github.com/apache/ozone/actions/runs/4981223788/jobs/8917653084?pr=4688#step:6:2329 -- 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]
