sarvekshayr opened a new pull request, #7803: URL: https://github.com/apache/ozone/pull/7803
## What changes were proposed in this pull request? The `DFSConfigKeysLegacy` has config keys prefixed with `dfs.` which is the prefix used by HDFS. Instead we should prefix them with `hdds.`, since they belong to HDDS. When changing config keys, backward compatibility must be ensured by adding DeprecationDelta for the pairs of old/new keys in `OzoneConfiguration`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12164 ## How was this patch tested? CI: -- 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]
