Tejaskriya commented on code in PR #8016:
URL: https://github.com/apache/ozone/pull/8016#discussion_r2024424269
##########
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##########
@@ -322,10 +271,6 @@ public void close() {
private final MutableGraph<CompactionNode> backwardCompactionDAG =
GraphBuilder.directed().build();
- public static final Integer DEBUG_DAG_BUILD_UP = 2;
- public static final Integer DEBUG_DAG_TRAVERSAL = 3;
- public static final Integer DEBUG_DAG_LIVE_NODES = 4;
- public static final Integer DEBUG_READ_ALL_DB_KEYS = 5;
private static final HashSet<Integer> DEBUG_LEVEL = new HashSet<>();
Review Comment:
Moved it to the test code
--
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]