sadanand48 commented on code in PR #8678: URL: https://github.com/apache/ozone/pull/8678#discussion_r2192988104
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotCache.java: ########## @@ -139,6 +139,7 @@ public void invalidate(UUID key) { LOG.warn("SnapshotId: '{}' does not exist in snapshot cache.", k); } else { try { + v.get().getMetadataManager().getStore().flushDB(); Review Comment: Without this, I didn't find the .sst file visible in the rocksdb directory which is why I added it. -- 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