yihua commented on issue #7246: URL: https://github.com/apache/hudi/issues/7246#issuecomment-1352225930
+1 to @nsivabalan 's point. Based on the stacktrace, the OOM happens while writing the commit metadata to the archived log file, so decreasing the value for `hoodie.commits.archival.batch` may help. `hoodie.archive.merge.enable` is going to enable the batching of existing log files under `archived` folder, which does not help to resolve this particular OOM. -- 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]
