Hi all, I'm running some tests with the MarkSweepGarbageCollector to run a garbage collection on a local file store. I'm running it with the maxLastModifiedInterval set to 0, so I expected the garbage collector to remove the binary right after I delete the file. What happens, however, is that the binary is never deleted, and for each execution of the garbage collector I see a new segment tar file (doesn't matter if I run a FileStore.fullGC() or not before). Why is that? What am I missing?
Marco.
