Re: run repository garbage collector for segment store

2018-07-16 Thread Amit Jain
Hi, Currently, the progress and completion status information is only logged and directed to a StatisticsProvider if configured. Apart from *getStats* which as you rightly pointed out makes sense when the blob store is shared there's a newly introduced *getOperationStats()* which can help but

Re: run repository garbage collector for segment store

2018-07-12 Thread Marco Piovesana
Ok I think I got it: the FileStore.fullGC() runs the GC on the segment store, while the *MarkSweepGarbageCollector.collectGarbage *runs it on the BlobStore. But I still have one question: I can check the segment store GC status defining a *GCMonitor*, but how do I check the blob GC status? The