Tejaskriya commented on code in PR #8260:
URL: https://github.com/apache/ozone/pull/8260#discussion_r2038832383
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -1518,6 +1518,43 @@
</description>
</property>
+ <property>
+ <name>ozone.compaction.service.enabled</name>
+ <value>true</value>
+ <tag>OZONE, OM, PERFORMANCE</tag>
+ <description>
+ Enable or disable a background job that periodically compacts rocksdb
tables flagged for compaction.
+ </description>
+ </property>
+ <property>
+ <name>ozone.om.compaction.service.run.interval</name>
+ <value>5m</value>
Review Comment:
Oh, I was using that for testing! Will change it to 6hrs. Thanks!
--
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]