hemantk-12 commented on code in PR #7563: URL: https://github.com/apache/ozone/pull/7563#discussion_r1881223183
########## hadoop-hdds/rocksdb-checkpoint-differ/src/main/java/org/apache/ozone/rocksdiff/RocksDBCheckpointDiffer.java: ########## @@ -580,8 +580,8 @@ private void createLink(Path link, Path source) { private long getSSTFileSummary(String filename) throws RocksDBException, FileNotFoundException { - if (!filename.endsWith(SST_FILE_EXTENSION)) { - filename += SST_FILE_EXTENSION; + if (!filename.endsWith(ManagedRocksDB.SST_FILE_EXTENSION)) { Review Comment: SST_FILE_EXTENSION is moved back to this class. `ManagedRocksDB.SST_FILE_EXTENSIO` is not valid 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org