I am using SOLR 4.3.0...I am currently getting the below error when running
test for custom SOLR components. The tests pass without any issues but I am
getting the below error after the tests are done.. Can someone let me how to
resolve this issue? 

thread leaked from SUITE scope at com.solr.activemq.TestWriter: 
    [junit]    1) Thread[id=19, name=ActiveMQ Scheduler, state=WAITING,
group=TGRP-TestWriter]
    [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] com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread
leaked from SUITE scope at com.solr.activemq.TestWriter: 
    [junit]    1) Thread[id=19, name=ActiveMQ Scheduler, state=WAITING,
group=TGRP-TestWriter]
    [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([64E0A7A0D98E09EE]:0)




--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-Junit-test-How-to-resolve-error-thread-leaked-from-SUITE-scope-tp4064026.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to