Attila Doroszlai created HDDS-14030:
---------------------------------------
Summary: Add ConfigGroup prefix to all configs where missing
Key: HDDS-14030
URL: https://issues.apache.org/jira/browse/HDDS-14030
Project: Apache Ozone
Issue Type: Improvement
Reporter: Attila Doroszlai
After HDDS-12424, {{ConfigGroup#prefix}} can now be included in {{Config#key}}
to search by full config property name. The goal of this task is to add the
prefix to all keys where currently missing, to ensure a consistent style.
Example:
{code:title=https://github.com/apache/ozone/blob/ffa50c5313ea39fdefcb373f9d2bafd3add8ab50/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OmConfig.java#L36}
@ConfigGroup(prefix = "ozone.om")
{code}
{code:title=https://github.com/apache/ozone/blob/ffa50c5313ea39fdefcb373f9d2bafd3add8ab50/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OmConfig.java#L41}
key = "enable.filesystem.paths",
{code}
{code:title=https://github.com/apache/ozone/blob/ffa50c5313ea39fdefcb373f9d2bafd3add8ab50/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OmConfig.java#L56}
key = "ozone.om.keyname.character.check.enabled",
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]