echonesis commented on code in PR #11035: URL: https://github.com/apache/ozone/pull/11035#discussion_r3800616403
########## hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/client/ScmClient.java: ########## @@ -55,13 +54,6 @@ */ @InterfaceStability.Unstable Review Comment: Thanks @ivandika3 Yes, that makes sense. `ScmClient` is an internal Ozone/SCM abstraction rather than a supported public client API. Since it is already marked `Unstable`, adding `InterfaceAudience.Private` makes the existing contract explicit. I’ll add it. -- 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]
