sarvekshayr commented on code in PR #10419:
URL: https://github.com/apache/ozone/pull/10419#discussion_r3578216919
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -1591,6 +1591,16 @@
If this is empty, no column families are compacted.
</description>
</property>
+ <property>
+ <name>ozone.om.compaction.service.bottommostlevelcompaction</name>
+ <value>0</value>
+ <tag>OZONE, OM, PERFORMANCE</tag>
+ <description>
+ Bottommost level compaction type for compaction.
+ Invalid values will default to kSkip.
+ Valid values: 0 (kSkip), 1 (kIfHaveCompactionFilter), 2 (kForce), 3
(kForceOptimized).
+ </description>
+ </property>
Review Comment:
```suggestion
<value>kSkip</value>
<tag>OZONE, OM, PERFORMANCE</tag>
<description>
Bottommost level compaction type for compaction.
Invalid values will default to kSkip.
Valid values: kSkip, kIfHaveCompactionFilter, kForce, kForceOptimized).
</description>
```
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -1591,6 +1591,16 @@
If this is empty, no column families are compacted.
</description>
</property>
+ <property>
+ <name>ozone.om.compaction.service.bottommostlevelcompaction</name>
+ <value>0</value>
+ <tag>OZONE, OM, PERFORMANCE</tag>
+ <description>
+ Bottommost level compaction type for compaction.
+ Invalid values will default to kSkip.
+ Valid values: 0 (kSkip), 1 (kIfHaveCompactionFilter), 2 (kForce), 3
(kForceOptimized).
+ </description>
+ </property>
Review Comment:
```suggestion
<value>kSkip</value>
<tag>OZONE, OM, PERFORMANCE</tag>
<description>
Bottommost level compaction type for compaction.
Invalid values will default to kSkip.
Valid values: kSkip, kIfHaveCompactionFilter, kForce, kForceOptimized).
</description>
```
--
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]