jmark99 commented on a change in pull request #2214:
URL: https://github.com/apache/accumulo/pull/2214#discussion_r677819447
##########
File path:
test/src/main/java/org/apache/accumulo/test/functional/GarbageCollectorIT.java
##########
@@ -90,6 +90,9 @@ public void configure(MiniAccumuloConfigImpl cfg,
Configuration hadoopCoreSite)
cfg.setProperty(Property.GC_PORT, "0");
cfg.setProperty(Property.TSERV_MAXMEM, "5K");
cfg.setProperty(Property.TSERV_MAJC_DELAY, "1");
+ // reduce the batch size significantly in order to cause the integration
tests to have
+ // to process many batches of deletion candidates.
+ cfg.setProperty(Property.GC_CANDIDATE_BATCH_SIZE, "256K");
Review comment:
@keith-turner, yes. That was the reasoning behind the modification. With
the gcLotsOfCandidatesIT test it has to process a lot of batches.
--
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]