You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/13 12:21:40 UTC

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 2162 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/2162/

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

Error Message:
Invalid replica : core_node3 in shard/collection : shard2/delLiveColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid replica : core_node3 in shard/collection : shard2/delLiveColl
	at __randomizedtesting.SeedInfo.seed([7B93EB8EF13586B2:FA756596866AE68E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:154)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:141)
	at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:115)
	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:616)
	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:679)


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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
	at __randomizedtesting.SeedInfo.seed([7B93EB8EF13586B2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:343)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:135)
	at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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:679)


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

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest:     1) Thread[id=4326, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]         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:386)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)    2) Thread[id=4325, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-SendThread(localhost:51579), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.KqueueArrayWrapper.kevent(Native Method)         at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:146)         at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)         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.DeleteReplicaTest: 
   1) Thread[id=4326, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
        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:386)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   2) Thread[id=4325, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-SendThread(localhost:51579), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.KqueueArrayWrapper.kevent(Native Method)
        at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:146)
        at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)
        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([7B93EB8EF13586B2]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4325, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-SendThread(localhost:51579), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.KqueueArrayWrapper.kevent(Native Method)         at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:146)         at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)         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=4325, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-SendThread(localhost:51579), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.KqueueArrayWrapper.kevent(Native Method)
        at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:146)
        at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)
        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([7B93EB8EF13586B2]:0)




Build Log:
[...truncated 10268 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 2047666 T4239 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /oc/d
   [junit4]   2> 2047670 T4239 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./solrtest-DeleteReplicaTest-1384341532811
   [junit4]   2> 2047672 T4239 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2047673 T4240 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2047773 T4239 oasc.ZkTestServer.run start zk server on port:51579
   [junit4]   2> 2047774 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2047778 T4246 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3efadb0a name:ZooKeeperConnection Watcher:127.0.0.1:51579 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2047778 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2047779 T4239 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2047791 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2047803 T4248 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f8e063f name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2047804 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2047804 T4239 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2047813 T4239 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2047816 T4239 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2047818 T4239 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2047821 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2047821 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2047833 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2047834 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2047937 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2047938 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2047940 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2047941 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2047952 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2047952 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2047955 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2047955 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2047958 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2047959 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2047961 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2047962 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2047969 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2047970 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2047973 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2047973 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2047976 T4239 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2047976 T4239 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2048255 T4239 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2048258 T4239 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:51587
   [junit4]   2> 2048259 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2048259 T4239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2048260 T4239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127
   [junit4]   2> 2048260 T4239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/'
   [junit4]   2> 2048298 T4239 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/solr.xml
   [junit4]   2> 2048370 T4239 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2048371 T4239 oasc.CoreContainer.<init> New CoreContainer 833449127
   [junit4]   2> 2048371 T4239 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/]
   [junit4]   2> 2048373 T4239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2048374 T4239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2048374 T4239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2048375 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2048375 T4239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2048376 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2048376 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2048376 T4239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2048377 T4239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2048384 T4239 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2048384 T4239 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2048385 T4239 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51579/solr
   [junit4]   2> 2048385 T4239 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2048386 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048389 T4259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70b8616b name:ZooKeeperConnection Watcher:127.0.0.1:51579 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2048389 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2048400 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048408 T4261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11472d1d name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2048408 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2048419 T4239 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2048428 T4239 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2048439 T4239 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2048446 T4239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51587_oc%2Fd
   [junit4]   2> 2048452 T4239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51587_oc%2Fd
   [junit4]   2> 2048545 T4239 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2048619 T4239 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2048622 T4239 oasc.Overseer.start Overseer (id=90724206694694915-127.0.0.1:51587_oc%2Fd-n_0000000000) starting
   [junit4]   2> 2048641 T4239 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2048652 T4263 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2048653 T4239 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2048704 T4239 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2048706 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2048708 T4262 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2048712 T4239 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127
   [junit4]   2> 2048718 T4239 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/conf/
   [junit4]   2> 2048983 T4239 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2048984 T4239 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 2048984 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2048992 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2048996 T4266 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@186807a8 name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2048996 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2048997 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2048999 T4239 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2049271 T4239 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2049274 T4239 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:51600
   [junit4]   2> 2049275 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2049275 T4239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2049276 T4239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384341534139
   [junit4]   2> 2049276 T4239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384341534139/'
   [junit4]   2> 2049314 T4239 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384341534139/solr.xml
   [junit4]   2> 2049386 T4239 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2049387 T4239 oasc.CoreContainer.<init> New CoreContainer 1037923497
   [junit4]   2> 2049387 T4239 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384341534139/]
   [junit4]   2> 2049389 T4239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2049389 T4239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2049390 T4239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2049390 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2049391 T4239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2049391 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2049392 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2049392 T4239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2049392 T4239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2049399 T4239 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2049400 T4239 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2049400 T4239 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51579/solr
   [junit4]   2> 2049401 T4239 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2049402 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2049418 T4277 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@161622fa name:ZooKeeperConnection Watcher:127.0.0.1:51579 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2049419 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2049434 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2049436 T4279 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1685e31c name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2049437 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2049448 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2050452 T4239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51600_oc%2Fd
   [junit4]   2> 2050454 T4239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51600_oc%2Fd
   [junit4]   2> 2050456 T4266 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2050457 T4261 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2050457 T4279 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2050469 T4239 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384341534139
   [junit4]   2> 2050479 T4239 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1384341534139/conf/
   [junit4]   2> 2050743 T4239 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2050744 T4239 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 2050744 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2051021 T4239 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2051024 T4239 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:51603
   [junit4]   2> 2051025 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2051025 T4239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2051026 T4239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891
   [junit4]   2> 2051026 T4239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/'
   [junit4]   2> 2051064 T4239 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/solr.xml
   [junit4]   2> 2051135 T4239 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2051136 T4239 oasc.CoreContainer.<init> New CoreContainer 1602384301
   [junit4]   2> 2051136 T4239 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/]
   [junit4]   2> 2051138 T4239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2051139 T4239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2051139 T4239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2051140 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2051140 T4239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2051140 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2051141 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2051141 T4239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2051142 T4239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2051149 T4239 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2051149 T4239 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2051150 T4239 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51579/solr
   [junit4]   2> 2051150 T4239 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2051151 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2051153 T4291 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cf545d7 name:ZooKeeperConnection Watcher:127.0.0.1:51579 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2051154 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2051158 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2051165 T4293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b1c8d0f name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2051165 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2051170 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2052172 T4239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51603_oc%2Fd
   [junit4]   2> 2052174 T4239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51603_oc%2Fd
   [junit4]   2> 2052177 T4279 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2052177 T4266 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2052177 T4293 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2052177 T4261 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2052194 T4239 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891
   [junit4]   2> 2052536 T4239 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/conf/
   [junit4]   2> 2052537 T4239 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2052537 T4239 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 2052538 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2052860 T4239 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2052862 T4239 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:51606
   [junit4]   2> 2052863 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2052863 T4239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2052863 T4239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686
   [junit4]   2> 2052864 T4239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/'
   [junit4]   2> 2052894 T4239 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/solr.xml
   [junit4]   2> 2052949 T4239 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2052949 T4239 oasc.CoreContainer.<init> New CoreContainer 1718713160
   [junit4]   2> 2052950 T4239 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/]
   [junit4]   2> 2052951 T4239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2052951 T4239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2052952 T4239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2052952 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2052952 T4239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2052953 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2052953 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2052953 T4239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2052954 T4239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2052959 T4239 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2052960 T4239 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2052960 T4239 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51579/solr
   [junit4]   2> 2052960 T4239 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2052961 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2052978 T4305 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2454e883 name:ZooKeeperConnection Watcher:127.0.0.1:51579 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2052979 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2052982 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2052990 T4307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c0d7993 name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2052990 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2052994 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2053996 T4239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51606_oc%2Fd
   [junit4]   2> 2053998 T4239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51606_oc%2Fd
   [junit4]   2> 2054001 T4279 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2054001 T4307 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2054001 T4261 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2054001 T4266 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2054001 T4293 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2054017 T4239 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686
   [junit4]   2> 2054183 T4239 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/conf/
   [junit4]   2> 2054184 T4239 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2054185 T4239 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 2054186 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2054463 T4239 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2054466 T4239 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:51609
   [junit4]   2> 2054467 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2054467 T4239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2054468 T4239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332
   [junit4]   2> 2054468 T4239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/'
   [junit4]   2> 2054505 T4239 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/solr.xml
   [junit4]   2> 2054583 T4239 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 2054583 T4239 oasc.CoreContainer.<init> New CoreContainer 995515943
   [junit4]   2> 2054584 T4239 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/]
   [junit4]   2> 2054586 T4239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2054586 T4239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2054587 T4239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2054587 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2054588 T4239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2054588 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2054588 T4239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2054589 T4239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2054589 T4239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2054596 T4239 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2054597 T4239 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2054597 T4239 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51579/solr
   [junit4]   2> 2054598 T4239 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2054599 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2054602 T4319 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@233f70e0 name:ZooKeeperConnection Watcher:127.0.0.1:51579 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2054602 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2054619 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2054621 T4321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5be541ea name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2054621 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2054630 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2055633 T4239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51609_oc%2Fd
   [junit4]   2> 2055660 T4239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51609_oc%2Fd
   [junit4]   2> 2055663 T4266 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2055663 T4307 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2055663 T4321 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2055663 T4261 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2055663 T4279 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2055663 T4293 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 2055669 T4239 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332
   [junit4]   2> 2055672 T4239 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/conf/
   [junit4]   2> 2055838 T4239 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2055839 T4239 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0
   [junit4]   2> 2055839 T4239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2055848 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2055850 T4324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2612c71 name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2055850 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2055851 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2055854 T4239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2055855 T4326 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb519a5 name:ZooKeeperConnection Watcher:127.0.0.1:51579/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2055855 T4239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2055856 T4239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2055860 T4283 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delLiveColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 2055861 T4261 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2055862 T4263 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"delLiveColl",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 2055863 T4263 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"delLiveColl",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 2056219 T4262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2056220 T4262 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl
   [junit4]   2> 2056220 T4262 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2]
   [junit4]   2> 2056232 T4324 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056232 T4326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056232 T4279 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056232 T4307 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056232 T4321 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056232 T4293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056232 T4261 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056232 T4266 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2056277 T4263 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 2056277 T4263 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:51587_oc%2Fd
   [junit4]   2> 2056277 T4263 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:51606_oc%2Fd
   [junit4]   2> 2056278 T4263 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:51603_oc%2Fd
   [junit4]   2> 2056279 T4263 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:51609_oc%2Fd
   [junit4]   2> 2056282 T4284 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down
   [junit4]   2> 2056283 T4297 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down
   [junit4]   2> 2056282 T4311 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down
   [junit4]   2> 2056284 T4284 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2056288 T4251 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down
   [junit4]   2> 2056300 T4297 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2056300 T4311 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2056300 T4251 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2057736 T4262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2057737 T4262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51603/oc/d",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51603_oc%2Fd",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2057740 T4262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51606/oc/d",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51606_oc%2Fd",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2057755 T4262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51609/oc/d",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51609_oc%2Fd",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2057766 T4262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51587/oc/d",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51587_oc%2Fd",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delLiveColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2057777 T4324 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2057778 T4321 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2057778 T4293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2057778 T4266 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2057778 T4307 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2057778 T4279 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2057778 T4326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2057778 T4261 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 2058286 T4284 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 2058288 T4284 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1
   [junit4]   2> 2058289 T4284 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2058290 T4284 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 2058290 T4284 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 2058291 T4284 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 2058291 T4284 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 2058293 T4284 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2058294 T4284 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1/'
   [junit4]   2> 2058302 T4297 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 2058303 T4251 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 2058303 T4311 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 2058305 T4297 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2
   [junit4]   2> 2058305 T4297 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2058306 T4311 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2
   [junit4]   2> 2058306 T4297 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2058307 T4297 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2058306 T4311 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2058307 T4251 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1
   [junit4]   2> 2058308 T4297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2/'
   [junit4]   2> 2058308 T4251 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 2058308 T4311 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2058309 T4251 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2058309 T4251 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2058309 T4311 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 2058310 T4251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1/'
   [junit4]   2> 2058311 T4311 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2/'
   [junit4]   2> 2058416 T4251 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2058417 T4311 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2058417 T4284 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2058417 T4297 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2058492 T4251 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2058493 T4311 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2058495 T4297 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2058496 T4284 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2058594 T4311 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2058594 T4251 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2058596 T4297 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2058598 T4284 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2058606 T4311 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 2058606 T4251 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 2058607 T4297 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 2058610 T4284 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 2059378 T4251 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059378 T4311 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059380 T4251 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059382 T4311 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059383 T4251 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2059383 T4311 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2059386 T4297 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059386 T4297 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059387 T4297 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2059397 T4251 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2059397 T4311 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2059398 T4297 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2059400 T4284 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059401 T4284 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2059401 T4284 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2059402 T4251 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2059403 T4311 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2059403 T4297 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2059411 T4284 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2059415 T4284 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2059417 T4251 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059417 T4297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059417 T4311 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059422 T4251 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059422 T4297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059423 T4311 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059427 T4251 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059427 T4284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059428 T4297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059428 T4311 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059428 T4251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059429 T4297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059429 T4311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059429 T4251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059430 T4311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059430 T4297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059431 T4311 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059431 T4251 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059432 T4284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2059433 T4311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059433 T4251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059432 T4297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059434 T4251 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059433 T4311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059435 T4297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059435 T4251 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2059435 T4297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059435 T4311 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2059436 T4297 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2059436 T4251 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1/, dataDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1/data/
   [junit4]   2> 2059437 T4297 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2/data/
   [junit4]   2> 2059437 T4284 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059437 T4311 oasc.SolrCore.<init> [delLiveColl_shard2_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2/data/
   [junit4]   2> 2059438 T4297 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25a41cc7
   [junit4]   2> 2059439 T4284 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059439 T4284 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059440 T4297 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2/data
   [junit4]   2> 2059437 T4251 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25a41cc7
   [junit4]   2> 2059440 T4297 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2/data/index/
   [junit4]   2> 2059440 T4284 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2059439 T4311 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25a41cc7
   [junit4]   2> 2059441 T4251 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1/data
   [junit4]   2> 2059442 T4284 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2059443 T4284 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2059441 T4297 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2059443 T4284 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2059444 T4297 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1384341537686/delLiveColl_shard1_replica2/data/index
   [junit4]   2> 2059443 T4311 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2/data
   [junit4]   2> 2059442 T4251 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1/data/index/
   [junit4]   2> 2059445 T4311 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2/data/index/
   [junit4]   2> 2059445 T4297 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=0.5693359375, floorSegmentMB=1.484375, forceMergeDeletesPctAllowed=5.363939807927486, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2059444 T4284 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1/, dataDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1/data/
   [junit4]   2> 2059446 T4311 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica2] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2059445 T4251 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2059447 T4311 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1384341539332/delLiveColl_shard2_replica2/data/index
   [junit4]   2> 2059448 T4251 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1384341533127/delLiveColl_shard1_replica1/data/index
   [junit4]   2> 2059447 T4297 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@9a47f19 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@794f8c02; maxCacheMB=0.4765625 maxMergeSizeMB=0.78125)),segFN=segments_1,generation=1}
   [junit4]   2> 2059447 T4284 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25a41cc7
   [junit4]   2> 2059449 T4297 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2059449 T4251 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=0.5693359375, floorSegmentMB=1.484375, forceMergeDeletesPctAllowed=5.363939807927486, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2059448 T4311 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=0.5693359375, floorSegmentMB=1.484375, forceMergeDeletesPctAllowed=5.363939807927486, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2059450 T4284 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1/data
   [junit4]   2> 2059451 T4251 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@34b719 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@798cef70; maxCacheMB=0.4765625 maxMergeSizeMB=0.78125)),segFN=segments_1,generation=1}
   [junit4]   2> 2059451 T4311 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@c7de7c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4bc88ac3; maxCacheMB=0.4765625 maxMergeSizeMB=0.78125)),segFN=segments_1,generation=1}
   [junit4]   2> 2059451 T4284 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1/data/index/
   [junit4]   2> 2059452 T4311 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2059452 T4251 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2059453 T4297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2059453 T4284 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2059454 T4297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059455 T4284 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1384341535891/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 2059455 T4297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059455 T4284 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=0.5693359375, floorSegmentMB=1.484375, forceMergeDeletesPctAllowed=5.363939807927486, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2059456 T4297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059457 T4311 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2059457 T4284 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@c16134a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a9a1d9a; maxCacheMB=0.4765625 maxMergeSizeMB=0.78125)),segFN=segments_1,generation=1}
   [junit4]   2> 2059457 T4297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059457 T4284 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2059457 T4311 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059457 T4251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2059459 T4311 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059458 T4297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2059460 T4311 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059459 T4251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059460 T4311 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059460 T4297 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059462 T4284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2059461 T4311 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2059461 T4251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059463 T4311 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059462 T4284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059462 T4297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059464 T4284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2059463 T4311 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059463 T4251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059465 T4311 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2059465 T4284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059464 T4297 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2059466 T4284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059466 T4311 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2059465 T4251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2059468 T4311 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2059467 T4284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2059467 T4297 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2059469 T4284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059468 T4311 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2059468 T4251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2059470 T4311 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2059470 T4284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059469 T4297 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2059471 T4284 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2059471 T4311 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2059471 T4251 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059473 T4311 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2059472 T4284 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2059472 T4297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2059474 T4284 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2059473 T4251 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2059474 T4284 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2059474 T4297 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2059475 T4284 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2059475 T4251 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2059476 T4284 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2059476 T4297 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2059477 T4284 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2059477 T4251 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2059477 T4297 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2059478 T4251 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2059479 T4251 oasc.RequestHandlers.in

[...truncated too long message...]

at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]   2> 
   [junit4]   2> 2176131 T4325 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> 2176632 T4325 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> 130972 T4238 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=4325, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-SendThread(localhost:51579), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	        at sun.nio.ch.KqueueArrayWrapper.kevent(Native Method)
   [junit4]   2> 	        at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:146)
   [junit4]   2> 	        at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)
   [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=Asserting, sim=DefaultSimilarity, locale=es, timezone=Europe/Copenhagen
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=3,free=216652104,total=413532160
   [junit4]   2> NOTE: All tests run in this JVM: [LegacyHTMLStripCharFilterTest, ZkCLITest, TestSolrDeletionPolicy1, TestSolrIndexConfig, MoreLikeThisHandlerTest, DistributedTermsComponentTest, TestSolrQueryParser, TestRealTimeGet, TestClassNameShortening, AnalysisAfterCoreReloadTest, TestConfig, TestSystemIdResolver, TestValueSourceCache, TestExtendedDismaxParser, TestElisionMultitermQuery, TestFieldTypeResource, EchoParamsTest, AddBlockUpdateTest, TestDocSet, QueryParsingTest, PolyFieldTest, TestCoreContainer, TestLFUCache, TestSolrQueryParserResource, TestDefaultSearchFieldResource, TestCopyFieldCollectionResource, SpatialFilterTest, TestSort, TestQueryUtils, AutoCommitTest, TestStressVersions, TestFieldTypeCollectionResource, SimpleFacetsTest, ScriptEngineTest, SchemaVersionSpecificBehaviorTest, TestSchemaNameResource, QueryEqualityTest, SampleTest, UpdateRequestProcessorFactoryTest, TestSearchPerf, DocValuesTest, TestRecoveryHdfs, TestLMJelinekMercerSimilarityFactory, TestTrie, TestAddFieldRealTimeGet, TestCloudManagedSchema, StatelessScriptUpdateProcessorFactoryTest, ClusterStateUpdateTest, RegexBoostProcessorTest, SuggesterTest, ResponseLogComponentTest, SoftAutoCommitTest, TestNRTOpen, SynonymTokenizerTest, FastVectorHighlighterTest, TestPseudoReturnFields, TestJmxMonitoredMap, TestLuceneMatchVersion, BasicFunctionalityTest, TestPHPSerializedResponseWriter, ZkControllerTest, TestSuggestSpellingConverter, MBeansHandlerTest, TestPostingsSolrHighlighter, TestFaceting, LoggingHandlerTest, TestDocumentBuilder, DocumentBuilderTest, TermVectorComponentTest, FileBasedSpellCheckerTest, AliasIntegrationTest, ExternalFileFieldSortTest, BadCopyFieldTest, TermsComponentTest, OverseerTest, ShardRoutingTest, RecoveryZkTest, TestCharFilters, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, BasicZkTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, SliceStateUpdateTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, OverseerCollectionProcessorTest, HighlighterTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SolrInfoMBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, RequestHandlersTest, TestArbitraryIndexDir, IndexSchemaTest, TestCollationField, TestCSVResponseWriter, JsonLoaderTest, CSVRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, AlternateDirectoryTest, SolrIndexConfigTest, TestStressRecovery, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=7B93EB8EF13586B2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Europe/Copenhagen -Dtests.file.encoding=ISO8859-1
   [junit4] ERROR   0.00s J0 | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7B93EB8EF13586B2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:343)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:135)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]    >    1) Thread[id=4326, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
   [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:386)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]    >    2) Thread[id=4325, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-SendThread(localhost:51579), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.KqueueArrayWrapper.kevent(Native Method)
   [junit4]    >         at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:146)
   [junit4]    >         at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)
   [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([7B93EB8EF13586B2]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4325, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[7B93EB8EF13586B2]-SendThread(localhost:51579), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.KqueueArrayWrapper.kevent(Native Method)
   [junit4]    >         at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:146)
   [junit4]    >         at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)
   [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([7B93EB8EF13586B2]:0)
   [junit4] Completed on J0 in 131.02s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 134 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:429: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:409: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/common-build.xml:489: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:1276: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:912: There were test failures: 335 suites, 1475 tests, 3 suite-level errors, 1 error, 174 ignored (6 assumptions)

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