sarvekshayr commented on code in PR #10428:
URL: https://github.com/apache/ozone/pull/10428#discussion_r3422576027
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocol/OMAdminProtocol.java:
##########
@@ -41,10 +41,14 @@ public interface OMAdminProtocol extends Closeable {
void decommission(OMNodeDetails removeOMNode) throws IOException;
/**
- * Requests compaction of a column family of om.db.
- * @param columnFamily
+ * Requests compaction of a column family of om.db with the specified
+ * BottommostLevelCompaction option.
+ *
+ * @param columnFamily column family name
+ * @param bottommostLevelCompaction rocksId of BottommostLevelCompaction
+ * (0=kSkip, 1=kIfHaveCompactionFilter,
2=kForce)
Review Comment:
Also mention `3=kForceOptimized` here.
```suggestion
* (0=kSkip, 1=kIfHaveCompactionFilter,
2=kForce, 3=kForceOptimized)
```
--
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]