> Seed doesn't reproduce for me... and it's a test suite timeout thing... > shrug. >
Test timeouts print the stack trace at the moment the timeout happened, so you can look at it. To me, even if it doesn't reproduce, it does look suspicious -- seems like the core deadlocked on join(). [junit4] 2> "TEST-SpatialHeatmapFacetsTest.test-seed#[84B7C7CDA2E33448]" ID=2828 WAITING on org.apache.solr.core.CloserThread@724cdd5d [junit4] 2> at java.lang.Object.wait(Native Method) [junit4] 2> - waiting on org.apache.solr.core.CloserThread@724cdd5d [junit4] 2> at java.lang.Thread.join(Thread.java:1245) [junit4] 2> at java.lang.Thread.join(Thread.java:1319) [junit4] 2> at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:594) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.destroy(SolrDispatchFilter.java:199) [junit4] 2> at org.eclipse.jetty.servlet.FilterHolder.destroyInstance(FilterHolder.java:172) [junit4] 2> at org.eclipse.jetty.servlet.FilterHolder.doStop(FilterHolder.java:150) [junit4] 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) Dawid
