dlmarion commented on issue #3868: URL: https://github.com/apache/accumulo/issues/3868#issuecomment-1789447596
I ran the MinC IT twice using JDK 17 and `mvn clean verify -Dit.test=MemoryStarvedMinCIT -Dtest=foo -Dspotbugs.skip` and both times the `tserver` process failed with: ``` java.lang.OutOfMemoryError: Java heap space at org.apache.accumulo.test.functional.MemoryConsumingIterator.seek(MemoryConsumingIterator.java:80) at org.apache.accumulo.core.iterators.WrappingIterator.seek(WrappingIterator.java:107) at org.apache.accumulo.core.iterators.user.VersioningIterator.seek(VersioningIterator.java:84) at org.apache.accumulo.core.iteratorsImpl.system.SourceSwitchingIterator.readNext(SourceSwitchingIterator.java:165) at org.apache.accumulo.core.iteratorsImpl.system.SourceSwitchingIterator.seek(SourceSwitchingIterator.java:237) at org.apache.accumulo.tserver.tablet.TabletBase.nextBatch(TabletBase.java:278) at org.apache.accumulo.tserver.tablet.Scanner.read(Scanner.java:120) at org.apache.accumulo.tserver.scan.NextBatchTask.run(NextBatchTask.java:78) ... ``` -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org