mirror of https://github.com/apache/druid.git
041d0bff5e
The default value for druid.coordinator.kill.period (if unspecified) has changed from P1D to the value of druid.coordinator.period.indexingPeriod. Operators can choose to override druid.coordinator.kill.period and that will take precedence over the default behavior. The default value for the coordinator dynamic config killTaskSlotRatio is updated from 1.0 to 0.1. This ensures that that kill tasks take up only 1 task slot right out-of-the-box instead of taking up all the task slots. * Remove stale comment and inline canDutyRun() * druid.coordinator.kill.period defaults to druid.coordinator.period.indexingPeriod if not set. - Remove the default P1D value for druid.coordinator.kill.period. Instead default druid.coordinator.kill.period to whatever value druid.coordinator.period.indexingPeriod is set to if the former config isn't specified. - If druid.coordinator.kill.period is set, the value will take precedence over druid.coordinator.period.indexingPeriod * Update server/src/test/java/org/apache/druid/server/coordinator/DruidCoordinatorConfigTest.java * Fix checkstyle error * Clarify comment * Update server/src/main/java/org/apache/druid/server/coordinator/DruidCoordinatorConfig.java * Put back canDutyRun() * Default killTaskSlotsRatio to 0.1 instead of 1.0 (all slots) * Fix typo DEFAULT_MAX_COMPACTION_TASK_SLOTS * Remove unused test method. * Update default value of killTaskSlotsRatio in docs and web-console default mock * Move initDuty() after params and config setup. |
||
---|---|---|
.. | ||
alerts.md | ||
auth-ldap.md | ||
auth.md | ||
basic-cluster-tuning.md | ||
clean-metadata-store.md | ||
deep-storage-migration.md | ||
dump-segment.md | ||
durable-storage.md | ||
dynamic-config-provider.md | ||
export-metadata.md | ||
high-availability.md | ||
http-compression.md | ||
insert-segment-to-db.md | ||
java.md | ||
kubernetes.md | ||
metadata-migration.md | ||
metrics.md | ||
migrate-from-firehose-ingestion.md | ||
mixed-workloads.md | ||
other-hadoop.md | ||
password-provider.md | ||
pull-deps.md | ||
request-logging.md | ||
reset-cluster.md | ||
rolling-updates.md | ||
rule-configuration.md | ||
security-overview.md | ||
security-user-auth.md | ||
segment-optimization.md | ||
single-server.md | ||
tls-support.md | ||
use_sbt_to_build_fat_jar.md | ||
web-console.md |