rangareddy commented on issue #17445: URL: https://github.com/apache/hudi/issues/17445#issuecomment-3616762046
You can’t enable both; they are mutually exclusive by design. To “schedule immediately and execute immediately” you should: Set `hoodie.compact.inline = true` Leave `hoodie.compact.schedule.inline = false` With hoodie.compact.inline = true, the writer both schedules and executes compaction inline after writes; hoodie.compact.schedule.inline is only for the pattern where writers only schedule and a separate async job executes compaction later. -- 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]
