com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at fr.pilato.elasticsearch.crawler.fs.test.integration.FsCrawlerImplAllParametersIT: 1) Thread[id=60, name=pool-25-thread-1, state=TIMED_WAITING, group=TGRP-FsCrawlerImplAllParametersIT]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by dadoonet
, 1 year agovia gossamer-threads.com by Unknown author, 2 years ago
via GitHub by dadoonet
, 2 years agovia nabble.com by Unknown author, 1 year ago
via osdir.com by Unknown author, 2 years ago
via lucene-dev by Apache Jenkins Server, 3 months ago
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at fr.pilato.elasticsearch.crawler.fs.test.integration.FsCrawlerImplAllParametersIT: 1) Thread[id=60, name=pool-25-thread-1, state=TIMED_WAITING, group=TGRP-FsCrawlerImplAllParametersIT]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)