roryqi opened a new issue, #11298: URL: https://github.com/apache/gravitino/issues/11298
### Describe the subtask Implement `IcebergCleanupManager`, the server-wide worker engine for async hard deletion in the Iceberg REST catalog. It pulls `PENDING` jobs from the `iceberg_cleanup_job` store (added in #11266), drives the cleanup state machine (claim → heartbeat → succeed / fail-after-max-attempts), deletes a dropped table's reachable files in bulk through a shared delete pool, renews claim heartbeats on a thread decoupled from deletion, and prunes finished rows past the retention window. This is PR 2 of 3 for the feature: (1) persistence layer (#11266, merged), (2) cleanup manager engine (this subtask), (3) REST integration. ### Parent issue #11265 -- 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]
