dlmarion commented on code in PR #3079:
URL: https://github.com/apache/accumulo/pull/3079#discussion_r1023265950
##########
server/base/src/main/java/org/apache/accumulo/server/compaction/FileCompactor.java:
##########
@@ -313,7 +313,8 @@ public CompactionStats call() throws IOException,
CompactionCanceledException {
reader = fileFactory.newReaderBuilder()
.forFile(mapFile.getPathStr(), fs, fs.getConf(), cryptoService)
-
.withTableConfiguration(acuTableConf).withRateLimiter(env.getReadLimiter()).build();
+
.withTableConfiguration(acuTableConf).withRateLimiter(env.getReadLimiter())
+ .dropCachesBehind().build();
Review Comment:
> this is setting the compaction input files to drop behind
Yes
> Did you consider setting it for the compaction output file as well?
I put my thoughts
[here](https://github.com/apache/accumulo/issues/3078#issuecomment-1315293006).
Maybe you know the answer...
--
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]