adoroszlai commented on PR #9648: URL: https://github.com/apache/ozone/pull/9648#issuecomment-3768487747
Thanks @cchung100m for the patch. There is a [checkstyle](https://github.com/cchung100m/ozone/actions/runs/21139831066/job/60790746730#step:16:18) and a [findbugs](https://github.com/cchung100m/ozone/actions/runs/21139831066/job/60790746746#step:16:18) problem each. ``` hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/GrpcOmTransport.java 26: Unused import - io.grpc.Channel. ``` ``` M D DLS: Dead store to pollIntervalMillis in org.apache.hadoop.ozone.om.protocolPB.GrpcOmTransport.shutdown() At GrpcOmTransport.java:[line 306] ``` (It's best to wait for clean CI run in fork before opening pull request to reduce noise.) -- 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]
