yihua opened a new pull request, #7770: URL: https://github.com/apache/hudi/pull/7770
### Change Logs This PR improves the defaults of early conflict detection configs: - `async.conflict.detector.initial_delay_ms`: 30,000 -> 0 - `maxAllowableHeartbeatIntervalInMs` for early conflict detection at the timeline server: 60,000 -> 120,000 to be aligned with existing heartbeat timeout This PR also fixes a bug in `EmbeddedTimelineService` to set the correct `maxAllowableHeartbeatIntervalInMs` for early conflict detection. ### Impact Gives better defaults for early conflict detection out of the box. ### Risk level low ### Documentation Update The defaults of the configs will be automatically updated on the Hudi website once the release docs are updated. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
