hemantk-12 commented on code in PR #5236:
URL: https://github.com/apache/ozone/pull/5236#discussion_r1324054006
##########
hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java:
##########
@@ -137,6 +139,11 @@ public class RocksDBCheckpointDiffer implements
AutoCloseable,
*/
private static final String COMPACTION_LOG_ENTRY_LINE_PREFIX = "C ";
+ /**
+ * Marks the beginning of a compaction log entry.
+ */
+ private static final String COMPACTION_LOG_ENTRY_LINE_PREFIX_V1 = "C1 ";
Review Comment:
It is not used anymore.
--
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]