sarvekshayr opened a new pull request, #10813: URL: https://github.com/apache/ozone/pull/10813
## What changes were proposed in this pull request? Adds the SCM leader-side container ID export worker. Jobs paginate through `ContainerManager.getContainerIDs()` with lifecycle/health filters, write sharded text files, and pack them into a TAR. `ContainerExportLimits.java` - Shared page/shard defaults and caps `ContainerExportStatus.java` - Job status snapshot (State, filters, row count, TAR path, error) `ContainerExportManager.java` - Async export worker: submit, paginate, shard, TAR append, job tracking `ContainerExportMetrics.java` - Export job counters and last-success gauges `TestContainerExportManager.java` - Unit tests with mocked ContainerManager Part **3 of 5** in splitting [HDDS-15496](https://issues.apache.org/jira/browse/HDDS-15496) https://github.com/apache/ozone/pull/10673 container ID export. ## What is the link to the Apache JIRA [HDDS-15839](https://issues.apache.org/jira/browse/HDDS-15839) ## How was this patch tested? Added a new unit test class `TestContainerExportManager` (no RPC or CLI yet). -- 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]
