rmahindra123 opened a new pull request #4186: URL: https://github.com/apache/hudi/pull/4186
When metadata is enabled, and with Single writer, an async service such as clustering on the data table can cause archival at the same time the regular writer may trigger archival on the metadata table. To ensure that async services on the data table do not trigger archival, we remove archival as a separate table service in the write client, and explicitly trigger archival on metadata table only when there is a write from the regular writer. -- 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]
