sarvekshayr opened a new pull request, #10144: URL: https://github.com/apache/ozone/pull/10144
## What changes were proposed in this pull request? Unified SCM list container on `SCMListContainerRequestProto` so one message carries paging and filters, and route client/server code through `ScmListContainerRequestCodec` + `ListContainerQuery`. Drop the old `listContainer(long, …)` overloads from `StorageContainerLocationProtocol`, the client side PB translator, and `SCMClientProtocolServer`; keep thin `@Deprecated` wrappers on `ScmClient` / `ContainerOperationClient` that build the proto. New list filters can be added as optional proto fields plus codec/server logic, without new Java overloads on the core protocol. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15121 ## How was this patch tested? CI: https://github.com/sarvekshayr/ozone/actions/runs/24960197016 -- 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]
