codope commented on issue #6825: URL: https://github.com/apache/hudi/issues/6825#issuecomment-1263231014
Yes from the stack trace it seems like the timeline server crashed. To root cause, we will have to look into driver resource monitors. In the upcoming release version, we have added a retry mechanism based on exponential backoff to avoid any throttling issues: https://github.com/apache/hudi/commit/c597eb5d206b528d201a47194e144b8aed732c0e However, in the meantime, perhaps you could disable timeline server and remote filesytem view using ``` hoodie.embed.timeline.server=false hoodie.filesystem.view.type=MEMORY ``` -- 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]
