bithw1 opened a new issue, #18032: URL: https://github.com/apache/hudi/issues/18032
### Describe the problem you faced Hi, I am using Hudi 0.15.0, I would ask how the configuration `compaction.async.enabled` really works in Flink on Hudi. Please correct me if I am wrong. 1. `compaction.async.enabled=false`, it means that flink will do compaction after normal data write to Hudi in the same flink job,so that it may cause data write latency. 2. `compaction.async.enabled=true` means that flink write and flink compaction run in the same flink job, but different threads? Then, how to configure so that flink write job(with compaction schedule) and flink compaction job run two different processes. ### To Reproduce 1. 2. 3. 4. ### Expected behavior 1 ### Environment Description * Hudi version: * Spark version: * Flink version: * Hive version: * Hadoop version: * Storage (HDFS/S3/GCS..): * Running on Docker? (yes/no): ### Additional context _No response_ ### Stacktrace ```shell ``` -- 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]
