Description
- set
druid.coordinator.kill.pendingSegments.on to true by default
- remove config option entirely
Motivation
There is no reason to set it to false and no downside to setting it to true.
If its going to be true always, it makes sense to remove the config option entirely, since it reduces the overhead of understanding one more config for the user.
Description
druid.coordinator.kill.pendingSegments.ontotrueby defaultMotivation
There is no reason to set it to
falseand no downside to setting it totrue.If its going to be
truealways, it makes sense to remove the config option entirely, since it reduces the overhead of understanding one more config for the user.