peng-xin commented on issue #2448: URL: https://github.com/apache/hudi/issues/2448#issuecomment-765355270
> @peng-xin : Can you enable hoodie.compact.inline -> true and hoodie.auto.commit -> true. The log files are growing because they need to be compacted and if you set the first config, it will periodically run compactions. Cleaner will eventually remove old log files and parquet files after that. thank you so much. when i set `hoodie.compact.inline -> true`,the size of log be limited. but `hoodie.auto.commit -> true` will cause the same error  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
