hudi-bot opened a new issue, #16949: URL: https://github.com/apache/hudi/issues/16949
[https://github.com/apache/hudi/blob/720e7eb9e7107202b67b261fc20772d3a6394b7d/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/EightToSevenDowngradeHandler.java#L222] We are reading entire record from LSM timeline as GenericRecord and creating equivalent archived metaEntry. But if we have a large commit metadata along w/ a large compaction plan, this might potentially cause OOM in driver. Not sure if there is a easier way out since the record is represented as GenericRecord. but filing a tracking ticket. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-9271 - Type: Improvement - Fix version(s): - 1.1.0 -- 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]
