Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4116/

4 tests failed.
REGRESSION:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:11281/_opr/p returned non ok status:503, 
message:Server is shutting down

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at 
http://127.0.0.1:11281/_opr/p returned non ok status:503, message:Server is 
shutting down
        at 
__randomizedtesting.SeedInfo.seed([E66C784C6709F049:678AF65410569075]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:231)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:75)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
        at java.lang.Thread.run(Thread.java:722)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.UnloadDistributedZkTest

Error Message:
ERROR: SolrZkClient opens=14 closes=13

Stack Trace:
java.lang.AssertionError: ERROR: SolrZkClient opens=14 closes=13
        at __randomizedtesting.SeedInfo.seed([E66C784C6709F049]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:290)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:123)
        at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
        at java.lang.Thread.run(Thread.java:722)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.UnloadDistributedZkTest

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.UnloadDistributedZkTest:     1) Thread[id=2847, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-EventThread,
 state=WAITING, group=TGRP-UnloadDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)    
2) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]         at 
sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)         at 
sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)         at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.UnloadDistributedZkTest: 
   1) Thread[id=2847, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-EventThread,
 state=WAITING, group=TGRP-UnloadDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   2) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
        at __randomizedtesting.SeedInfo.seed([E66C784C6709F049]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.UnloadDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]         at 
sun.nio.ch.IOUtil.drain(Native Method)         at 
sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)   
      at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)    
     at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
        at sun.nio.ch.IOUtil.drain(Native Method)
        at 
sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
        at __randomizedtesting.SeedInfo.seed([E66C784C6709F049]:0)




Build Log:
[...truncated 10627 lines...]
   [junit4]   2> 1087137 T2773 oas.SolrTestCaseJ4.endTrackingZkClients ERROR 
ERROR: SolrZkClient opens=14 closes=13
   [junit4]   2> 78155 T2772 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> 1088018 T2866 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1088018 T2866 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeChildrenChanged 
path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1088018 T2866 oascc.ZkStateReader$2.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 98365 T2772 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 2 
threads leaked from SUITE scope at 
org.apache.solr.cloud.UnloadDistributedZkTest: 
   [junit4]   2>           1) Thread[id=2847, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-EventThread,
 state=WAITING, group=TGRP-UnloadDistributedZkTest]
   [junit4]   2>                at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>                at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2>                at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2>                at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>                at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]   2>           2) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]   2>                at sun.nio.ch.KQueueArrayWrapper.kevent0(Native 
Method)
   [junit4]   2>                at 
sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
   [junit4]   2>                at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2>                at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2>                at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> 98365 T2772 ccr.ThreadLeakControl.tryToInterruptAll Starting 
to interrupt leaked threads:
   [junit4]   2>           1) Thread[id=2847, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-EventThread,
 state=WAITING, group=TGRP-UnloadDistributedZkTest]
   [junit4]   2>           2) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]   2> 1107354 T2847 oaz.ClientCnxn$EventThread.run ERROR Event 
thread exiting due to interruption java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
   [junit4]   2>        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]   2> 
   [junit4]   2> 1107856 T2846 oaz.ClientCnxn$SendThread.run WARN Unexpected 
exception java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:984)
   [junit4]   2> 
   [junit4]   2> 1108358 T2846 oazc.StaticHostProvider.next WARN Unexpected 
exception java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method)
   [junit4]   2>        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:86)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:937)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   [junit4]   2> 
   [junit4]   2> 101376 T2772 ccr.ThreadLeakControl.tryToInterruptAll SEVERE 
There are still zombie threads that couldn't be terminated:
   [junit4]   2>           1) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]   2>                at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]   2>                at 
sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)
   [junit4]   2>                at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2>                at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2>                at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2>                at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, 
sim=DefaultSimilarity, locale=pl_PL, timezone=Singapore
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_21 
(64-bit)/cpus=16,threads=2,free=153214040,total=364904448
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestReversedWildcardFilterFactory, SoftAutoCommitTest, TestQueryUtils, 
TestPseudoReturnFields, TestCoreContainer, ResourceLoaderTest, 
TestUniqueKeyFieldResource, TestSolrDeletionPolicy2, 
TestSweetSpotSimilarityFactory, TestSolrCoreProperties, ZkControllerTest, 
ReturnFieldsTest, DateFieldTest, TestSort, QueryElevationComponentTest, 
SystemInfoHandlerTest, SliceStateUpdateTest, ParsingFieldUpdateProcessorsTest, 
SimpleFacetsTest, TestPhraseSuggestions, HdfsDirectoryTest, 
CSVRequestHandlerTest, SpatialFilterTest, ChaosMonkeyNothingIsSafeTest, 
TestFieldTypeResource, TestBadConfig, OverseerTest, PreAnalyzedFieldTest, 
TestFaceting, TestDefaultSearchFieldResource, TestSolrQueryParser, 
DocValuesTest, SolrTestCaseJ4Test, TestSolrDeletionPolicy1, SuggesterFSTTest, 
TestStressVersions, ClusterStateUpdateTest, TermVectorComponentTest, 
TestWriterPerf, SolrIndexSplitterTest, TestRandomDVFaceting, 
CachingDirectoryFactoryTest, CircularListTest, TestQuerySenderListener, 
SchemaVersionSpecificBehaviorTest, LoggingHandlerTest, QueryEqualityTest, 
AliasIntegrationTest, TestSolrIndexConfig, SolrCoreTest, 
WordBreakSolrSpellCheckerTest, MinimalSchemaTest, ResponseLogComponentTest, 
DocumentBuilderTest, SynonymTokenizerTest, FieldMutatingUpdateProcessorTest, 
HdfsUnloadDistributedZkTest, BlockDirectoryTest, TestSearchPerf, 
SolrInfoMBeanTest, OverseerCollectionProcessorTest, ZkCLITest, JsonLoaderTest, 
TestDocumentBuilder, TestPerFieldSimilarity, TestSurroundQueryParser, 
TestFieldResource, PrimitiveFieldTypeTest, PeerSyncTest, TestSolrXml, 
TestStressRecovery, AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, 
TestLRUCache, MBeansHandlerTest, DistributedSpellCheckComponentTest, 
BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UnloadDistributedZkTest -Dtests.seed=E66C784C6709F049 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl_PL 
-Dtests.timezone=Singapore -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | UnloadDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient 
opens=14 closes=13
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E66C784C6709F049]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:290)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:123)
   [junit4]    >        at java.lang.Thread.run(Thread.java:722)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.UnloadDistributedZkTest: 
   [junit4]    >    1) Thread[id=2847, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-EventThread,
 state=WAITING, group=TGRP-UnloadDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]    >    2) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]    >         at 
sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
   [junit4]    >         at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E66C784C6709F049]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=2846, 
name=TEST-UnloadDistributedZkTest.testDistribSearch-seed#[E66C784C6709F049]-SendThread(localhost:11268),
 state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]    >         at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]    >         at 
sun.nio.ch.KQueueSelectorImpl.updateSelectedKeys(KQueueSelectorImpl.java:167)
   [junit4]    >         at 
sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:108)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E66C784C6709F049]:0)
   [junit4] Completed on J0 in 101.43s, 1 test, 1 failure, 3 errors <<< 
FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ShardRoutingTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4] Completed on J0 in 0.02s, 14 tests, 14 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestHashPartitioner
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRealTimeGet
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestStressReorder
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestJoin
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestReload
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.handler.component.DistributedTermsComponentTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.StatsComponentTest
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4] Completed on J0 in 0.01s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestGroupingSearch
   [junit4] Completed on J0 in 0.02s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
   [junit4] Completed on J0 in 0.02s, 17 tests, 17 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.ConvertedLegacyTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestFiltering
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestManagedSchema
   [junit4] Completed on J1 in 14.08s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CSVStrategyTest
   [junit4] Completed on J1 in 0.00s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.search.function.TestFunctionQuery
   [junit4] Completed on J0 in 0.02s, 14 tests, 14 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.BasicFunctionalityTest
   [junit4] Completed on J0 in 0.02s, 24 tests, 24 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.HighlighterTest
   [junit4] Completed on J0 in 0.02s, 30 tests, 30 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.ShowFileRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestPropInject
   [junit4] Completed on J1 in 1.64s, 2 tests
   [junit4] 
   [junit4] Suite: 
org.apache.solr.handler.component.DistributedQueryElevationComponentTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.CurrencyFieldXmlFileTest
   [junit4] Completed on J0 in 0.01s, 11 tests, 11 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestCoreDiscovery
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestExtendedDismaxParser
   [junit4] Completed on J0 in 0.01s, 18 tests, 18 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
   [junit4] Completed on J0 in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.SolrRequestParserTest
   [junit4] Completed on J0 in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTSTTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestStressLucene
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.TestTrie
   [junit4] Completed on J0 in 0.01s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterWFSTTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.PolyFieldTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.NoCacheHeaderTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.SolrCoreCheckLockOnStartupTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.TestUpdate
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.TestAtomicUpdateErrorCases
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerOptimizeTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.update.processor.DefaultValueUpdateProcessorTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.update.processor.StatelessScriptUpdateProcessorFactoryTest
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.request.TestRemoteStreaming
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.XsltUpdateRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.CacheHeaderTest
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.IndexBasedSpellCheckerTest
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.admin.LukeRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.StandardRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.DirectSolrSpellCheckerTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4] IGNOR/A 0.03s J1 | TestSolr4Spatial.testSortMultiVal 
{p0=pointvector}
   [junit4]    > Assumption #1: Multivalue not supported for this field
   [junit4] Completed on J1 in 6.82s, 28 tests, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestQueryTypes
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestOmitPositions
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.FileBasedSpellCheckerTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.NotRequiredUniqueKeyTest
   [junit4] Completed on J1 in 0.84s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.TermsComponentTest
   [junit4] Completed on J0 in 0.01s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.XmlUpdateRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestValueSourceCache
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.TestIndexingPerformance
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.MoreLikeThisHandlerTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.RequiredFieldsTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.FieldAnalysisRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.FastVectorHighlighterTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.RegexBoostProcessorTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.function.SortByFunctionTest
   [junit4] Completed on J1 in 2.37s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.IndexSchemaTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestJmxIntegration
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.search.similarities.TestDefaultSimilarityFactory
   [junit4] Completed on J1 in 0.50s, 2 tests
   [junit4] 
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4] Completed on J0 in 0.00s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.QueryParsingTest
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.BinaryUpdateRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.update.processor.TestPartialUpdateDeduplication
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.response.TestPHPSerializedResponseWriter
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.IndexSchemaRuntimeFieldTest
   [junit4] Completed on J1 in 1.76s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.SearchHandlerTest
   [junit4] Completed on J0 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestLFUCache
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.SOLR749Test
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestPropInjectDefaults
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.AlternateDirectoryTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestQuerySenderNoQuery
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.CopyFieldTest
   [junit4] Completed on J0 in 0.01s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.BadComponentTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestMergePolicyConfig
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.MultiTermTest
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestDocSet
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestBinaryField
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestElisionMultitermQuery
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestConfig
   [junit4] Completed on J0 in 0.01s, 8 tests, 8 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions
   [junit4] Completed on J0 in 0.01s, 4 tests, 4 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CSVPrinterTest
   [junit4] Completed on J0 in 0.70s, 6 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.ExternalFileFieldSortTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.TestPostingsSolrHighlighter
   [junit4] Completed on J0 in 0.01s, 12 tests, 12 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestMultiCoreConfBootstrap
   [junit4] Completed on J1 in 5.16s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.servlet.DirectSolrConnectionTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.TestLuceneMatchVersion
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.TestCharFilters
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestXIncludeConfig
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.EchoParamsTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestDFRSimilarityFactory
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.SimplePostToolTest
   [junit4] Completed on J1 in 1.50s, 11 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestNumberUtils
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.search.similarities.TestLMDirichletSimilarityFactory
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.search.similarities.TestLMJelinekMercerSimilarityFactory
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.similarities.TestIBSimilarityFactory
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestFastWriter
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.analysis.LegacyHTMLStripCharFilterTest
   [junit4] Completed on J0 in 0.01s, 13 tests, 13 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestJmxMonitoredMap
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.highlight.HighlighterConfigTest
   [junit4] Completed on J1 in 1.97s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.TestPluginEnable
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.TestFastOutputStream
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.ScriptEngineTest
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.update.processor.URLClassifyProcessorTest
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.NumericFieldsTest
   [junit4] Completed on J1 in 1.08s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.core.PluginInfoTest
   [junit4] Completed on J0 in 0.02s, 9 tests, 9 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestFastLRUCache
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.PrimUtilsTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.TestSuggestSpellingConverter
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.store.blockcache.BlockCacheTest
   [junit4] Completed on J1 in 0.86s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.util.DateMathParserTest
   [junit4] Completed on J1 in 0.06s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CSVParserTest
   [junit4] Completed on J0 in 0.02s, 23 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.SpellingQueryConverterTest
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.util.DOMUtilTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.RAMDirectoryFactoryTest
   [junit4] Completed on J0 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.ClusterStateTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestSolrJ
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.spelling.suggest.TestAnalyzedSuggestions
   [junit4] Completed on J1 in 1.44s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVConfigGuesserTest
   [junit4] Completed on J1 in 0.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.CSVUtilsTest
   [junit4] Completed on J0 in 0.01s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.SliceStateTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.UUIDFieldTest
   [junit4] Completed on J0 in 0.00s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.ExtendedBufferedReaderTest
   [junit4] Completed on J0 in 0.01s, 8 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.internal.csv.writer.CSVFieldTest
   [junit4] Completed on J0 in 0.00s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.AbstractCurrencyFieldTest
   [junit4] Completed on J0 in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRTGBase
   [junit4] Completed on J0 in 0.00s, 0 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AssignTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.BasicHdfsTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestReloadAndDeleteDocs
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.core.TestShardHandlerFactory
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestClassNameShortening
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestCopyFieldCollectionResource
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.rest.schema.TestDynamicFieldCollectionResource
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestDynamicFieldResource
   [junit4] Completed on J0 in 0.01s, 3 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldCollectionResource
   [junit4] Completed on J0 in 0.01s, 7 tests, 7 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestFieldTypeCollectionResource
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestManagedSchemaFieldResource
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaNameResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaSimilarityResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSchemaVersionResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.rest.schema.TestSolrQueryParserDefaultOperatorResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.rest.schema.TestSolrQueryParserResource
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.BadCopyFieldTest
   [junit4] Completed on J0 in 0.01s, 5 tests, 5 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchemaAddField
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestAddFieldRealTimeGet
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestMaxScoreQueryParser
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRecoveryHdfs
   [junit4] Completed on J0 in 0.01s, 10 tests, 10 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.store.hdfs.HdfsLockFactoryTest
   [junit4] Completed on J0 in 0.01s, 1 test, 1 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactoryTest
   [junit4] Completed on J0 in 0.01s, 6 tests, 6 skipped
   [junit4] 
   [junit4] Suite: 
org.apache.solr.update.processor.PreAnalyzedUpdateProcessorTest
   [junit4] Completed on J0 in 0.01s, 2 tests, 2 skipped
   [junit4] 
   [junit4] HEARTBEAT J1 PID([email protected]): 
2013-07-05T21:24:14, stalled for 60.1s at: BasicZkTest.testBasic
   [junit4] HEARTBEAT J1 PID([email protected]): 
2013-07-05T21:25:14, stalled for  120s at: BasicZkTest.testBasic
   [junit4] HEARTBEAT J1 PID([email protected]): 
2013-07-05T21:26:14, stalled for  180s at: BasicZkTest.testBasic
   [junit4] HEARTBEAT J1 PID([email protected]): 
2013-07-05T21:27:14, stalled for  240s at: BasicZkTest.testBasic
   [junit4] Suite: org.apache.solr.cloud.BasicZkTest
   [junit4] Completed on J1 in 311.34s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestIndexSearcher
   [junit4] Completed on J1 in 3.74s, 2 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures:
   [junit4]   - org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch
   [junit4]   - org.apache.solr.cloud.UnloadDistributedZkTest (suite)
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     1.54 ..  1155.52 =  1153.97s
   [junit4] JVM J1:     2.03 ..  1461.04 =  1459.01s
   [junit4] Execution time total: 24 minutes 21 seconds
   [junit4] Tests summary: 315 suites, 1327 tests, 3 suite-level errors, 1 
error, 578 ignored (5 assumptions)

BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:443:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1246:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:890:
 There were test failures: 315 suites, 1327 tests, 3 suite-level errors, 1 
error, 578 ignored (5 assumptions)

Total time: 45 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to