adoroszlai commented on PR #9581: URL: https://github.com/apache/ozone/pull/9581#issuecomment-3709244055
Thanks @cchung100m for the patch. Since this is such a small change, can you please also fix some other warnings in the same file? - Replace `Thread.currentThread().sleep` with `Thread.sleep`, since it's a `static` method. - `orderingQueue`, `dataMap` and `droppedCount` may be `final`. -- 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]
