I am using SOLR 4.3.0, I am trying to incorporate custom components in to 4.3.0 version..
I am getting the below error when I test one of the custom components but not sure why.. All the test cases pass, but still I am getting the below error every time I run the test... I am not sure if this issue is related to JIRA issue 4736.. Can someone help me fix this issue? https://issues.apache.org/jira/browse/LUCENE-4736 [junit] com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: [junit] 1) Thread[id=19, name=ActiveMQ Scheduler, state=WAITING, group=TGRP-TestWPSolrWriter] [junit] at java.lang.Object.wait(Native Method) [junit] at java.lang.Object.wait(Object.java:503) [junit] at java.util.TimerThread.mainLoop(Timer.java:526) [junit] at java.util.TimerThread.run(Timer.java:505) [junit] at __randomizedtesting.SeedInfo.seed([A22BC3E06CEC0036]:0) -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-related-to-LUCENE-4736-There-are-still-zombie-threads-that-couldn-t-be-terminated-tp4064653.html Sent from the Lucene - General mailing list archive at Nabble.com.
