yihua opened a new pull request, #19170: URL: https://github.com/apache/hudi/pull/19170
### Describe the issue this Pull Request addresses Closes #17345. Every Spark write logs several diagnostic / config-state lines at INFO in the commit path, which is noise for operators (it fires on every write, including every streaming micro-batch). ### Summary and Changelog Demote six per-write diagnostic log statements in `HoodieSparkSqlWriter` from INFO to DEBUG: - `commitAndPerformPostOperations`: "Proceeding to commit the write", "Compaction Scheduled is ...", "Clustering Scheduled is ...", "Is Async Compaction Enabled ? ...". - `isAsyncCompactionEnabled`: "Config.inlineCompactionEnabled ? ...". - `isAsyncClusteringEnabled`: "Config.asyncClusteringEnabled ? ...". The meaningful "Commit `<instant>` successful!/failed!" INFO lines are kept. ### Impact Less per-write log noise. No functional or behavior change (log level only). ### Risk Level low - log-level changes only. ### Documentation Update none ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
