fabriziofortino commented on code in PR #771:
URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035640288
##########
oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java:
##########
@@ -1076,8 +1119,8 @@ void handleRemoves(GarbageCollectableBlobStore blobStore,
File removedIds, File
}
void checkConsistencyAfterGC(GarbageCollectableBlobStore blobStore,
GarbageCollectorFileState fs,
- OperationStatsCollector consistencyStatsCollector, File root)
throws IOException {
- consistencyStatsCollector.start();
+ GarbageCollectionOperationStats stats, File root) throws
IOException {
Review Comment:
`root` param is never used
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]