Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hadoop-hdds/common/src/main/resources/ozone-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@
</property>

<property>
<name>ozone.compaction.service.enabled</name>
<name>ozone.om.compaction.service.enabled</name>
<value>false</value>
<tag>OZONE, OM, PERFORMANCE</tag>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ public final class OMConfigKeys {
/**
* Configuration properties for Compaction Service.
*/
public static final String OZONE_OM_COMPACTION_SERVICE_ENABLED = "ozone.compaction.service.enabled";
public static final String OZONE_OM_COMPACTION_SERVICE_ENABLED = "ozone.om.compaction.service.enabled";
public static final boolean OZONE_OM_COMPACTION_SERVICE_ENABLED_DEFAULT = false;
public static final String OZONE_OM_COMPACTION_SERVICE_RUN_INTERVAL =
"ozone.om.compaction.service.run.interval";
Expand Down
Loading