Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ConcurrentModificationException error after scala test suite completes #1140

Closed
andygrove opened this issue Nov 17, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Contributor

Describe the bug
I've noticed this error a few times lately after the Scala test suite completes.

Exception in thread "Thread-7" java.util.ConcurrentModificationException
	at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1239)
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
	at ai.rapids.cudf.MemoryCleaner.stringJoin(MemoryCleaner.java:271)
	at ai.rapids.cudf.MemoryCleaner.access$200(MemoryCleaner.java:59)
	at ai.rapids.cudf.MemoryCleaner$Cleaner.logRefCountDebug(MemoryCleaner.java:94)
	at ai.rapids.cudf.ColumnVector$OffHeapState.cleanImpl(ColumnVector.java:3468)
	at ai.rapids.cudf.MemoryCleaner$Cleaner.clean(MemoryCleaner.java:104)
	at ai.rapids.cudf.MemoryCleaner$CleanerWeakReference.clean(MemoryCleaner.java:150)
	at ai.rapids.cudf.MemoryCleaner.lambda$static$1(MemoryCleaner.java:213)
	at java.lang.Thread.run(Thread.java:748)

Steps/Code to reproduce bug
mvn clean verify

Expected behavior
We should not see this error.

Environment details (please complete the following information)
Running on Ubuntu desktop

Additional context
N/A

@andygrove andygrove added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 17, 2020
@abellina
Copy link
Collaborator

This one is a duplicate of #1128

@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Dec 14, 2020
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
…IDIA#1140)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants