ashishkumar50 commented on code in PR #10428:
URL: https://github.com/apache/ozone/pull/10428#discussion_r3370914871
##########
hadoop-ozone/cli-repair/src/main/java/org/apache/hadoop/ozone/repair/ldb/RocksDBManualCompaction.java:
##########
@@ -62,6 +62,13 @@ public class RocksDBManualCompaction extends RepairTool {
description = "Column family name")
private String columnFamilyName;
+ @CommandLine.Option(names = {"--bottommost-level-compaction", "--blc"},
+ description = "BottommostLevelCompaction option for RocksDB compaction."
+
+ " Valid values: 0 (kSkip), 1 (kIfHaveCompactionFilter), 2 (kForce)."
+
+ " Default: 0 (kSkip).",
+ defaultValue = "0")
+ private int bottommostLevelCompaction;
Review Comment:
Can we use `kSkip/kForce` for better readability.
--
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]