dlmarion commented on code in PR #4872:
URL: https://github.com/apache/accumulo/pull/4872#discussion_r1758869540
##########
core/src/main/java/org/apache/accumulo/core/file/blockfile/impl/ScanCacheProvider.java:
##########
@@ -30,42 +32,45 @@ public class ScanCacheProvider implements CacheProvider {
public ScanCacheProvider(AccumuloConfiguration tableConfig, ScanDispatch
dispatch,
BlockCache indexCache, BlockCache dataCache) {
+
+ var loggingIndexCache = LoggingBlockCache.wrap(CacheType.INDEX,
indexCache);
+ var loggingDataCache = LoggingBlockCache.wrap(CacheType.DATA, dataCache);
Review Comment:
Ok, thanks, I missed that.
--
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]