sarvekshayr opened a new pull request, #11097: URL: https://github.com/apache/ozone/pull/11097
## 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 gzip-compressed TAR archive (or succeed with zero matches and no archive). `ContainerExportManager.java` - Async export worker: submit, paginate, shard, TAR append, job tracking. `ExportJob.java` - In-memory job state: Id, execution state, and Status (state, total rows, TAR path, error message). `ExportFileManager.java` - Extended with shard write, archive creation, and failed-job cleanup helpers. ## 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`. -- 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]
