adoroszlai opened a new pull request, #9082:
URL: https://github.com/apache/ozone/pull/9082

   ## What changes were proposed in this pull request?
   
   Some proto generated code (`StorageContainerLocationProtocolProtos`) from 
`hdds-interface-admin` is currently used by some classes in `hdds-common`:
   
   ```
   
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/protocol/StorageContainerLocationProtocol.java
   
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/security/token/ContainerTokenIdentifier.java
   
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/client/ScmClient.java
   ```
   
   These classes in turn are only used in admin CLI, server components and 
tests, but not in common and clients.  Thus, we can move these classes out of 
`hdds-common`, and remove the `hdds-common -> hdds-interface-admin` dependency.
   
   https://issues.apache.org/jira/browse/HDDS-13721
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/18109297738


-- 
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]

Reply via email to