ektravel commented on code in PR #16412: URL: https://github.com/apache/druid/pull/16412#discussion_r1597041296
########## docs/release-info/release-notes.md: ########## @@ -461,12 +536,23 @@ Parallel compaction task completion reports now have `segmentsRead` and `segment [#15947](https://github.com/apache/druid/pull/15947) +#### Changes to segment schema cleanup default values + +The following are the changes to the default values of segment schema cleanup: + +* The default value for `druid.coordinator.kill.segmentSchema.period` has changes from `PT1H` to `P1D`. +* The default value for `druid.coordinator.kill.segmentSchema.durationToRetain` has changed from `PR6H` to `P90D`. + +[#16354](https://github.com/apache/druid/pull/16354) + Review Comment: I'll add it to the Centralized datasource schema (alpha) section. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
