Details
Description
The offline compaction instantiates FileStore using a deprecated constructor. This constructor forces a no-op GCMonitor that swallows log messages and caught exception.
It would be more appropriate to create the FileStore using the corresponding Builder. This has the side effect of configuring a LoggingGCMonitor, which provides way more information than the current default.