Skip to content

Commit 6791061

Browse files
HDDS-13525. Rename configuration property to ozone.om.compaction.service.enabled (apache#8928)
1 parent 54f2649 commit 6791061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-hdds/common/src/main/resources/ozone-default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
</property>
15361536

15371537
<property>
1538-
<name>ozone.compaction.service.enabled</name>
1538+
<name>ozone.om.compaction.service.enabled</name>
15391539
<value>false</value>
15401540
<tag>OZONE, OM, PERFORMANCE</tag>
15411541
<description>

hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ public final class OMConfigKeys {
639639
/**
640640
* Configuration properties for Compaction Service.
641641
*/
642-
public static final String OZONE_OM_COMPACTION_SERVICE_ENABLED = "ozone.compaction.service.enabled";
642+
public static final String OZONE_OM_COMPACTION_SERVICE_ENABLED = "ozone.om.compaction.service.enabled";
643643
public static final boolean OZONE_OM_COMPACTION_SERVICE_ENABLED_DEFAULT = false;
644644
public static final String OZONE_OM_COMPACTION_SERVICE_RUN_INTERVAL =
645645
"ozone.om.compaction.service.run.interval";

0 commit comments

Comments
 (0)