cm-druid
cm-druid copied to clipboard
support Druid upgrade
Provide upgrade path.
- create new CSD & Parcel with proper release tag.
- call rolling restart function upon deployment.
http://druid.io/docs/latest/operations/rolling-updates.html
I tried upgrading the Druid version from 0.9.2 to 0.10.0. Noticed some keys are missing, and default behavior changed. For example the new key druid.javascript.enabled
is default false
. For a seamless upgrading probably the default value should be true
?