Doc on configuration source priority contradicts with source code
Author: dbw9580Created Nov 25, 2022Updated Apr 27, 2026
Labelstype-docspriority-mediumtask-mediumtype-ease-of-usestale
The doc on the priorities of different configuration sources contradicts with the source code:
Specifically, doc says path defaults has second lowest priority, while code says it has third highest priority, even higher than configurations set by system properties.
This should be a documentation defect introduced in https://github.com/Alluxio/alluxio/pull/9292
Source: Alluxio/alluxio