duongkame commented on code in PR #5916: URL: https://github.com/apache/ozone/pull/5916#discussion_r1442113294
########## hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/utils/LeakDetector.java: ########## @@ -18,13 +18,15 @@ */ package org.apache.hadoop.hdds.utils; +import org.apache.ratis.util.UncheckedAutoCloseable; Review Comment: I don't love that Ozone depends on ratis for such a basic need. I guess it's ok for this PR as it's a general issue in Ozone. -- 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]
