parisni opened a new issue, #5780: URL: https://github.com/apache/hudi/issues/5780
hudi 0.11.0 spark 3.2.0 I had to turn OFF `"hoodie.embed.timeline.server", "false"` because of below limitations: 1. Server is not resilient to 500 errors `s3 slow down`. It is supposed to limit the risk of triggering such error, but when such error happens, then it does not catch 500 errors and timeline server goes down. (while s3 based timeline s3 slow down can be mitigated with fs.s3 configs, which makes it much more robust) 2. It makes very `cleaning` MUCH slower. -- 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]
