trushev commented on PR #7626:
URL: https://github.com/apache/hudi/pull/7626#issuecomment-1386515641
> The thing which I want to share is that caching write handles could take a
lot of memory, because each handle obtains an instance of `HoodieTable`, and
there is a `viewManager` in every `HoodieTable`, which will load all pending
compaction plans from Hudi timeline when the
`FileSystemViewManager#getFileSystemView` is called.
@TengHuo I've reworked this PR, we don't cache handles at all now. If it's
possible could you pls apply this commit and verify that your scenario is fixed?
--
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]