mreutegg commented on code in PR #2393:
URL: https://github.com/apache/jackrabbit-oak/pull/2393#discussion_r2239958766


##########
oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/tar/TarReader.java:
##########
@@ -511,7 +491,7 @@ TarReader sweep(@NotNull Set<UUID> reclaim, @NotNull 
Set<UUID> reclaimed) throws
             log.debug("None of the entries of {} are referenceable.", name);
             return null;
         }
-        if (afterSize >= beforeSize * 3 / 4 && hasGraph()) {
+        if (afterSize >= beforeSize * 3 / 4) {

Review Comment:
   Comment below is not correct 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: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to