You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "alexeykudinkin (via GitHub)" <gi...@apache.org> on 2023/02/06 20:48:11 UTC

[GitHub] [hudi] alexeykudinkin commented on pull request #6815: [HUDI-4937] Fix `HoodieTable` injecting non-reusable `HoodieBackedTableMetadata` aggressively flushing MT readers

alexeykudinkin commented on PR #6815:
URL: https://github.com/apache/hudi/pull/6815#issuecomment-1419728908

   This change is currently blocked on HUDI-3397: now that `HoodieTable` is going to become a stateful object, we need to make sure that resources are cleaned up appropriately. This in turn requires to make sure that all of the actual write operations (except being committed to the timeline) be _completed_ by the time WriteClient returns from its operations (which is currently not the case)


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org