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 one protobuf (`SCMListContainerRequestProto`) 
and one Java carrier (`ListContainerQuery`), with 
`ScmListContainerRequestCodec` bridging paging + optional filters (state, 
replication, suppressed, etc.).
   
   Drop the old `listContainer(long, …)` overloads from 
`StorageContainerLocationProtocol`, the client side PB translator, and 
`SCMClientProtocolServer`; keep thin `@Deprecated` wrappers on `ScmClient` / 
`ContainerOperationClient` that assemble a `ListContainerQuery` via 
`newBuilder(start, count).…build()`.
   
   Additional list behavior is added as optional proto fields, 
`ListContainerQuery` builder setters, codec encode/decode, and server 
filter/audit, without widening `listContainer` with more Java overloads on 
`StorageContainerLocationProtocol`.
   
   ## 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]

Reply via email to