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/05 04:13:18 UTC

[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1732 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1732/

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

Error Message:
Invalid replica : core_node1 in shard/collection : shard1/delLiveColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Invalid replica : core_node1 in shard/collection : shard1/delLiveColl
	at __randomizedtesting.SeedInfo.seed([E771F176BE813ACA:66977F6EC9DE5AF6]: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:149)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:135)
	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:606)
	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:724)


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([E771F176BE813ACA]: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:606)
	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:724)


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=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)         at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)    2) Thread[id=411, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-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:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   1) Thread[id=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   2) Thread[id=411, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-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:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
	at __randomizedtesting.SeedInfo.seed([E771F176BE813ACA]: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=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)         at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
	at __randomizedtesting.SeedInfo.seed([E771F176BE813ACA]:0)




Build Log:
[...truncated 9928 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 124184 T324 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 124189 T324 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./solrtest-DeleteReplicaTest-1383620192772
   [junit4]   2> 124190 T324 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 124191 T325 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 124292 T324 oasc.ZkTestServer.run start zk server on port:42504
   [junit4]   2> 124293 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 124298 T331 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d6ace21 name:ZooKeeperConnection Watcher:127.0.0.1:42504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 124298 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 124299 T324 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 124311 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 124314 T333 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4324298d name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 124314 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 124315 T324 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 124325 T324 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 124329 T324 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 124332 T324 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 124336 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 124337 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 124349 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 124350 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 124456 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 124456 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 124460 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 124461 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 124465 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 124466 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 124470 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 124470 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 124474 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 124474 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 124478 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 124479 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 124482 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 124483 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 124487 T324 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 124487 T324 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 124690 T324 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 124693 T324 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24185
   [junit4]   2> 124694 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 124694 T324 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 124694 T324 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383620193080
   [junit4]   2> 124694 T324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383620193080/'
   [junit4]   2> 124720 T324 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383620193080/solr.xml
   [junit4]   2> 124780 T324 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 124785 T324 oasc.CoreContainer.<init> New CoreContainer 1348182868
   [junit4]   2> 124785 T324 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383620193080/]
   [junit4]   2> 124786 T324 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 124787 T324 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 124787 T324 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 124787 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 124787 T324 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 124788 T324 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 124788 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 124788 T324 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 124789 T324 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 124793 T324 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 124793 T324 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 124794 T324 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42504/solr
   [junit4]   2> 124794 T324 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 124795 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 124800 T344 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d2dec3a name:ZooKeeperConnection Watcher:127.0.0.1:42504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 124800 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 124810 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 124812 T346 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3da804f1 name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 124812 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 124815 T324 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 124825 T324 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 124830 T324 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 124833 T324 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24185_
   [junit4]   2> 124839 T324 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24185_
   [junit4]   2> 124843 T324 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 124857 T324 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 124861 T324 oasc.Overseer.start Overseer (id=90676932953833475-127.0.0.1:24185_-n_0000000000) starting
   [junit4]   2> 124870 T324 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 124880 T348 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 124881 T324 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 124884 T324 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 124887 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 124890 T347 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 124894 T324 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383620193080
   [junit4]   2> 125182 T324 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-controljetty-1383620193080/conf/
   [junit4]   2> 125188 T324 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 125189 T324 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 125189 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 125324 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 125326 T351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6faa589b name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 125327 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 125329 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 125335 T324 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 125629 T324 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 125632 T324 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:65148
   [junit4]   2> 125633 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 125633 T324 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 125634 T324 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918
   [junit4]   2> 125634 T324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/'
   [junit4]   2> 125672 T324 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/solr.xml
   [junit4]   2> 125762 T324 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 125763 T324 oasc.CoreContainer.<init> New CoreContainer 1754449302
   [junit4]   2> 125763 T324 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/]
   [junit4]   2> 125765 T324 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 125765 T324 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 125766 T324 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 125766 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 125767 T324 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 125767 T324 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 125767 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 125768 T324 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 125768 T324 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 125775 T324 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 125776 T324 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 125776 T324 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42504/solr
   [junit4]   2> 125776 T324 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 125777 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 125784 T362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e686764 name:ZooKeeperConnection Watcher:127.0.0.1:42504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 125784 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 125800 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 125803 T364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@374d565a name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 125803 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 125815 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 126819 T324 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65148_
   [junit4]   2> 126824 T324 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65148_
   [junit4]   2> 126828 T346 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 126828 T364 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 126828 T351 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 126847 T324 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918
   [junit4]   2> 126856 T324 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/conf/
   [junit4]   2> 127019 T324 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 127020 T324 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 127020 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 127313 T324 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 127316 T324 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38723
   [junit4]   2> 127317 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 127318 T324 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 127318 T324 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609
   [junit4]   2> 127318 T324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/'
   [junit4]   2> 127357 T324 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/solr.xml
   [junit4]   2> 127447 T324 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 127447 T324 oasc.CoreContainer.<init> New CoreContainer 406224945
   [junit4]   2> 127448 T324 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/]
   [junit4]   2> 127450 T324 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 127450 T324 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 127450 T324 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 127451 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 127451 T324 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 127452 T324 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 127452 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 127453 T324 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 127453 T324 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 127460 T324 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 127460 T324 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 127461 T324 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42504/solr
   [junit4]   2> 127461 T324 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 127462 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 127467 T376 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39a6344b name:ZooKeeperConnection Watcher:127.0.0.1:42504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 127468 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 127472 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 127479 T378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51188c1c name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 127480 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 127487 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 128492 T324 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38723_
   [junit4]   2> 128501 T324 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38723_
   [junit4]   2> 128505 T364 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 128505 T378 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 128505 T351 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 128505 T346 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 128521 T324 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609
   [junit4]   2> 128791 T324 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/conf/
   [junit4]   2> 128798 T324 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 128799 T324 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 128799 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 129084 T324 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 129087 T324 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48439
   [junit4]   2> 129087 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 129087 T324 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 129088 T324 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388
   [junit4]   2> 129088 T324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/'
   [junit4]   2> 129113 T324 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/solr.xml
   [junit4]   2> 129187 T324 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 129188 T324 oasc.CoreContainer.<init> New CoreContainer 131148399
   [junit4]   2> 129188 T324 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/]
   [junit4]   2> 129190 T324 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 129191 T324 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 129191 T324 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 129192 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 129192 T324 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 129192 T324 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 129193 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 129193 T324 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 129194 T324 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 129201 T324 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 129201 T324 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 129201 T324 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42504/solr
   [junit4]   2> 129202 T324 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 129203 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 129206 T390 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2410a383 name:ZooKeeperConnection Watcher:127.0.0.1:42504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 129206 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 129210 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 129218 T392 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65fd6823 name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 129218 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 129225 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 130229 T324 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48439_
   [junit4]   2> 130239 T324 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48439_
   [junit4]   2> 130244 T346 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 130244 T351 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 130244 T364 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 130244 T392 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 130244 T378 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 130252 T324 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388
   [junit4]   2> 130254 T324 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/conf/
   [junit4]   2> 130426 T324 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 130427 T324 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 130427 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 130729 T324 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 130732 T324 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42754
   [junit4]   2> 130734 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 130734 T324 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 130735 T324 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019
   [junit4]   2> 130735 T324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/'
   [junit4]   2> 130773 T324 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/solr.xml
   [junit4]   2> 130863 T324 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 130864 T324 oasc.CoreContainer.<init> New CoreContainer 1273170174
   [junit4]   2> 130864 T324 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/]
   [junit4]   2> 130866 T324 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 130866 T324 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 130867 T324 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 130867 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 130868 T324 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 130868 T324 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 130869 T324 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 130869 T324 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 130869 T324 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 130876 T324 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 130877 T324 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 130877 T324 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42504/solr
   [junit4]   2> 130878 T324 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 130879 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 130885 T404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4466731d name:ZooKeeperConnection Watcher:127.0.0.1:42504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 130886 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 130890 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 130897 T406 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d84ce24 name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 130897 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 130904 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 131908 T324 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42754_
   [junit4]   2> 131911 T324 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42754_
   [junit4]   2> 131915 T392 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 131915 T346 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 131916 T351 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 131916 T406 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 131915 T378 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 131916 T364 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 131931 T324 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019
   [junit4]   2> 132097 T324 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/conf/
   [junit4]   2> 132102 T324 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 132102 T324 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 132103 T324 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 132111 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 132114 T409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19633982 name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 132114 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 132116 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 132121 T324 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 132123 T411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29a1387d name:ZooKeeperConnection Watcher:127.0.0.1:42504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 132123 T324 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 132125 T324 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 133244 T368 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=2&name=delLiveColl&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 133248 T346 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 133256 T348 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> 133258 T348 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> 133913 T347 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 133915 T347 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl
   [junit4]   2> 133916 T347 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2]
   [junit4]   2> 133961 T346 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> 133961 T364 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> 133961 T378 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> 133961 T409 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> 133961 T406 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> 133961 T351 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> 133961 T411 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> 133961 T392 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> 133973 T348 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 133973 T348 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:48439_
   [junit4]   2> 133975 T348 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:38723_
   [junit4]   2> 133975 T348 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:65148_
   [junit4]   2> 133976 T348 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:42754_
   [junit4]   2> 134014 T382 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down
   [junit4]   2> 134014 T354 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down
   [junit4]   2> 134014 T396 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down
   [junit4]   2> 134014 T369 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down
   [junit4]   2> 134016 T382 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 134017 T354 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 134027 T396 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 134028 T369 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 135467 T347 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 135469 T347 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:48439",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48439_",
   [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> 135523 T347 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:65148",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65148_",
   [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> 135546 T347 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:42754",
   [junit4]   2> 	  "core":"delLiveColl_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42754_",
   [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> 135603 T347 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:38723",
   [junit4]   2> 	  "core":"delLiveColl_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38723_",
   [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> 135629 T392 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> 135629 T378 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> 135629 T409 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> 135629 T364 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> 135629 T351 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> 135629 T406 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> 135629 T411 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> 135629 T346 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> 136021 T382 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1
   [junit4]   2> 136021 T354 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1
   [junit4]   2> 136024 T354 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1
   [junit4]   2> 136024 T382 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1
   [junit4]   2> 136024 T354 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 136025 T382 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 136026 T354 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 136026 T382 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:delLiveColl
   [junit4]   2> 136026 T354 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 136027 T382 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 136028 T354 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 136028 T382 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 136029 T354 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 136029 T382 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl
   [junit4]   2> 136030 T396 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2
   [junit4]   2> 136031 T369 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2
   [junit4]   2> 136032 T396 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using instanceDir: ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2
   [junit4]   2> 136032 T396 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 136033 T369 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2
   [junit4]   2> 136034 T369 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl
   [junit4]   2> 136035 T382 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 136035 T369 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 136035 T369 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 136035 T396 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 136035 T354 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 136036 T396 oasc.ZkController.readConfigName Load collection config from:/collections/delLiveColl
   [junit4]   2> 136037 T382 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1/'
   [junit4]   2> 136037 T369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2/'
   [junit4]   2> 136038 T354 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1/'
   [junit4]   2> 136038 T396 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2/'
   [junit4]   2> 136209 T354 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 136210 T382 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 136211 T369 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 136211 T396 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 136302 T354 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 136304 T382 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 136305 T396 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 136305 T369 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 136405 T354 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 136407 T396 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 136407 T369 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 136407 T382 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 136422 T354 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test
   [junit4]   2> 136423 T382 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test
   [junit4]   2> 136423 T369 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test
   [junit4]   2> 136423 T396 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test
   [junit4]   2> 137284 T369 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137285 T369 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137286 T369 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 137288 T396 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137288 T396 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137290 T396 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 137300 T369 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 137301 T396 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 137305 T369 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 137306 T396 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 137327 T354 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137328 T354 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137329 T396 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137329 T369 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137329 T354 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 137329 T382 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137330 T382 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 137331 T382 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 137334 T396 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137334 T369 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137340 T354 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 137341 T369 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137341 T396 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137342 T382 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 137342 T369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137343 T396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137343 T369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137343 T396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137343 T369 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137344 T396 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137344 T354 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 137345 T369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137346 T396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137346 T369 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137346 T382 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 137346 T396 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137346 T369 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 137347 T396 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 137347 T369 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2/, dataDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2/data/
   [junit4]   2> 137348 T396 oasc.SolrCore.<init> [delLiveColl_shard2_replica2] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2/data/
   [junit4]   2> 137349 T369 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78d7a9a3
   [junit4]   2> 137349 T396 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78d7a9a3
   [junit4]   2> 137350 T369 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2/data
   [junit4]   2> 137351 T396 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2/data
   [junit4]   2> 137351 T369 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2/data/index/
   [junit4]   2> 137351 T396 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2/data/index/
   [junit4]   2> 137352 T369 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 137352 T396 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica2] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 137353 T369 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DeleteReplicaTest-jetty2-1383620195609/delLiveColl_shard1_replica2/data/index
   [junit4]   2> 137354 T396 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty4-1383620199019/delLiveColl_shard2_replica2/data/index
   [junit4]   2> 137355 T369 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3042400050157602]
   [junit4]   2> 137355 T396 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3042400050157602]
   [junit4]   2> 137356 T369 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6ae903b2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6305e629),segFN=segments_1,generation=1}
   [junit4]   2> 137356 T369 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 137356 T396 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11ff6ed4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2720c851),segFN=segments_1,generation=1}
   [junit4]   2> 137357 T396 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 137361 T369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 137362 T369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 137362 T369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 137362 T369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137362 T396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 137363 T369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137363 T396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 137364 T369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 137364 T396 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 137364 T369 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137365 T396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137365 T369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137365 T396 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137366 T369 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 137366 T396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 137367 T369 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 137367 T369 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 137368 T369 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 137367 T396 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137368 T369 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 137368 T396 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137369 T396 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 137369 T369 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 137370 T396 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 137370 T369 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 137370 T382 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137371 T354 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137370 T396 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 137371 T396 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 137372 T396 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 137373 T396 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 137373 T396 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 137378 T354 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137378 T382 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 137384 T354 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137384 T382 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137386 T354 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137386 T382 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137387 T382 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137386 T354 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137387 T382 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137387 T354 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 137389 T382 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137389 T354 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 137390 T354 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137389 T382 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 137390 T354 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 137391 T382 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 137391 T354 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1/data/
   [junit4]   2> 137392 T382 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1/, dataDir=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1/data/
   [junit4]   2> 137392 T354 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78d7a9a3
   [junit4]   2> 137392 T382 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78d7a9a3
   [junit4]   2> 137393 T354 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1/data
   [junit4]   2> 137394 T382 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1/data
   [junit4]   2> 137394 T354 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1/data/index/
   [junit4]   2> 137394 T382 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1/data/index/
   [junit4]   2> 137395 T396 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 137395 T369 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 137394 T354 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 137395 T382 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory './org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 137396 T354 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty1-1383620193918/delLiveColl_shard2_replica1/data/index
   [junit4]   2> 137396 T382 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DeleteReplicaTest-jetty3-1383620197388/delLiveColl_shard1_replica1/data/index
   [junit4]   2> 137397 T354 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3042400050157602]
   [junit4]   2> 137397 T382 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3042400050157602]
   [junit4]   2> 137398 T354 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5a1188df lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c4a3e60),segFN=segments_1,generation=1}
   [junit4]   2> 137398 T382 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@646a36cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11d5969f),segFN=segments_1,generation=1}
   [junit4]   2> 137398 T354 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 137399 T382 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 137401 T396 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 137402 T396 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 137402 T369 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 137402 T369 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 137403 T396 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=81.2197265625, floorSegmentMB=1.6123046875, forceMergeDeletesPctAllowed=15.23907540811157, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8275733829492767
   [junit4]   2> 137403 T369 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=81.2197265625, floorSegmentMB=1.6123046875, forceMergeDeletesPctAllowed=15.23907540811157, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8275733829492767
   [junit4]   2> 137404 T396 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@11ff6ed4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2720c851),segFN=segments_1,generation=1}
   [junit4]   2> 137404 T369 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6ae903b2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6305e629),segFN=segments_1,generation=1}
   [junit4]   2> 137404 T396 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 137404 T382 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 137404 T354 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 137405 T382 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 137405 T396 oass.SolrIndexSearcher.<init> Opening Searcher@7fca2063 main
   [junit4]   2> 137404 T369 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 137406 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 137405 T354 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 137407 T382 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137406 T369 oass.SolrIndexSearcher.<init> Opening Searcher@64a03d94 main
   [junit4]   2> 137408 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137408 T354 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 137409 T382 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 137409 T354 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137410 T382 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137410 T354 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 137410 T382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137410 T354 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 137411 T416 oasc.SolrCore.registerSearcher [delLiveColl_shard2_replica2] Registered new searcher Searcher@7fca2063 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 137411 T382 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 137412 T417 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica2] Registered new searcher Searcher@64a03d94 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 137411 T354 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137412 T382 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 137412 T396 oasc.CoreContainer.registerCore registering core: delLiveColl_shard2_replica2
   [junit4]   2> 137413 T354 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 137413 T382 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 137414 T382 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 137413 T396 oasc.ZkController.register Register replica - core:delLiveColl_shard2_replica2 address:http://127.0.0.1:42754 collection:delLiveColl shard:shard2
   [junit4]   2> 137414 T369 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica2
   [junit4]   2> 137415 T369 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica2 address:http://127.0.0.1:38723 collection:delLiveColl shard:shard1
   [junit4]   2> 137414 T382 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 137413 T354 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 137416 T382 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 137416 T354 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 137416 T382 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 137417 T354 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 137417 T354 oasc.RequestHandlers.initHandle

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

teReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
   [junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> 	   2) Thread[id=411, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]   2> 129479 T323 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	   2) Thread[id=411, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-EventThread, state=WAITING, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 253663 T411 oaz.ClientCnxn$EventThread.run ERROR Event thread exiting due to interruption java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]   2> 
   [junit4]   2> 255667 T410 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> 256168 T410 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> 132485 T323 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
   [junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=da, timezone=GB
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=3,free=139175456,total=376438784
   [junit4]   2> NOTE: All tests run in this JVM: [BinaryUpdateRequestHandlerTest, RegexBoostProcessorTest, DirectUpdateHandlerTest, ConvertedLegacyTest, PrimUtilsTest, ZkNodePropsTest, FieldAnalysisRequestHandlerTest, TestAnalyzedSuggestions, QueryParsingTest, SolrInfoMBeanTest, TestManagedSchemaFieldResource, ZkControllerTest, TestSort, TestStressVersions, TestFastOutputStream, SuggesterTSTTest, IndexSchemaTest, HdfsChaosMonkeySafeLeaderTest, TestSchemaVersionResource, TestSurroundQueryParser, DocValuesMissingTest, DeleteReplicaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.seed=E771F176BE813ACA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=GB -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | DeleteReplicaTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=15 closes=14
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E771F176BE813ACA]: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:724)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.DeleteReplicaTest: 
   [junit4]    >    1) Thread[id=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
   [junit4]    >         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]    >    2) Thread[id=411, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-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:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:491)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E771F176BE813ACA]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=410, name=TEST-DeleteReplicaTest.testDistribSearch-seed#[E771F176BE813ACA]-SendThread(localhost:42504), state=RUNNABLE, group=TGRP-DeleteReplicaTest]
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
   [junit4]    >         at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
   [junit4]    >         at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]    >         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E771F176BE813ACA]:0)
   [junit4] Completed on J1 in 132.53s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 880 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:408: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/common-build.xml:483: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1263: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:906: There were test failures: 334 suites, 1468 tests, 3 suite-level errors, 1 error, 964 ignored (2 assumptions)

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



[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1733 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1733/

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Wrong doc count on shard1_0 expected:<364> but was:<318>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0 expected:<364> but was:<318>
	at __randomizedtesting.SeedInfo.seed([BC4CC537A2B11D49:3DAA4B2FD5EE7D75]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:477)
	at org.apache.solr.cloud.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:249)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:113)
	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:606)
	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:724)




Build Log:
[...truncated 10222 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 951652 T1962 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 951659 T1962 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./solrtest-ShardSplitTest-1383648509553
   [junit4]   2> 951661 T1962 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 951661 T1963 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 951762 T1962 oasc.ZkTestServer.run start zk server on port:18227
   [junit4]   2> 951763 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951767 T1969 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51ed3442 name:ZooKeeperConnection Watcher:127.0.0.1:18227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951767 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951768 T1962 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 951772 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 951780 T1971 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a87a544 name:ZooKeeperConnection Watcher:127.0.0.1:18227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 951780 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 951780 T1962 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 951784 T1962 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 951786 T1962 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 951789 T1962 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 951792 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 951793 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 951798 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 951799 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 951904 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 951905 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 951913 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 951914 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 951917 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 951918 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 951921 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 951922 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 951925 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 951926 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 951928 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 951929 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 951932 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 951933 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 951936 T1962 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 951937 T1962 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 952239 T1962 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 952243 T1962 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18535
   [junit4]   2> 952244 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 952245 T1962 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 952245 T1962 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834
   [junit4]   2> 952246 T1962 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/'
   [junit4]   2> 952287 T1962 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/solr.xml
   [junit4]   2> 952380 T1962 oasc.CoreContainer.<init> New CoreContainer 1030739384
   [junit4]   2> 952382 T1962 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/]
   [junit4]   2> 952384 T1962 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 952384 T1962 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 952385 T1962 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 952385 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 952386 T1962 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 952386 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 952387 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 952387 T1962 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 952388 T1962 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 952395 T1962 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 952395 T1962 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 952396 T1962 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18227/solr
   [junit4]   2> 952397 T1962 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 952398 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 952400 T1982 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c57d21c name:ZooKeeperConnection Watcher:127.0.0.1:18227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 952401 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 952405 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 952413 T1984 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@744ed303 name:ZooKeeperConnection Watcher:127.0.0.1:18227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 952413 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 952415 T1962 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 952421 T1962 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 952429 T1962 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 952432 T1962 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18535_
   [junit4]   2> 952434 T1962 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18535_
   [junit4]   2> 952443 T1962 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 952457 T1962 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 952461 T1962 oasc.Overseer.start Overseer (id=90678788722655235-127.0.0.1:18535_-n_0000000000) starting
   [junit4]   2> 952465 T1962 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 952478 T1986 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 952479 T1962 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 952482 T1962 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 952484 T1962 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 952487 T1985 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 952492 T1987 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 952493 T1987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 952494 T1987 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 953991 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 953992 T1985 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:18535",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:18535_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 953992 T1985 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 953992 T1985 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 954012 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 954497 T1987 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 954497 T1987 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/collection1
   [junit4]   2> 954497 T1987 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 954498 T1987 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 954499 T1987 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 954500 T1987 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/collection1/'
   [junit4]   2> 954501 T1987 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/collection1/lib/classes/' to classloader
   [junit4]   2> 954502 T1987 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/collection1/lib/README' to classloader
   [junit4]   2> 954570 T1987 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 954638 T1987 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 954739 T1987 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 954750 T1987 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 955399 T1987 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 955404 T1987 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 955406 T1987 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 955412 T1987 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 955439 T1987 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 955439 T1987 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-controljetty-1383648509834/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1383648509552/control/data/
   [junit4]   2> 955439 T1987 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bb1883f
   [junit4]   2> 955441 T1987 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/control/data
   [junit4]   2> 955441 T1987 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1383648509552/control/data/index/
   [junit4]   2> 955441 T1987 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1383648509552/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 955442 T1987 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/control/data/index
   [junit4]   2> 955443 T1987 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 955444 T1987 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@44348cf0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12560060),segFN=segments_1,generation=1}
   [junit4]   2> 955444 T1987 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 955449 T1987 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 955449 T1987 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 955450 T1987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 955450 T1987 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 955451 T1987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 955451 T1987 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 955452 T1987 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 955452 T1987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 955453 T1987 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 955453 T1987 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 955454 T1987 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 955454 T1987 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 955455 T1987 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 955455 T1987 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 955456 T1987 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 955473 T1987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 955479 T1987 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 955480 T1987 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 955480 T1987 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6214105245765569]
   [junit4]   2> 955481 T1987 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@44348cf0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12560060),segFN=segments_1,generation=1}
   [junit4]   2> 955482 T1987 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 955482 T1987 oass.SolrIndexSearcher.<init> Opening Searcher@6c728902 main
   [junit4]   2> 955487 T1988 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c728902 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 955489 T1987 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 955489 T1987 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18535 collection:control_collection shard:shard1
   [junit4]   2> 955491 T1987 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 955511 T1987 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 955520 T1987 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 955521 T1987 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 955521 T1987 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:18535/collection1/
   [junit4]   2> 955521 T1987 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 955522 T1987 oasc.SyncStrategy.syncToMe http://127.0.0.1:18535/collection1/ has no replicas
   [junit4]   2> 955522 T1987 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:18535/collection1/ shard1
   [junit4]   2> 955522 T1987 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 957022 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 957043 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 957060 T1987 oasc.ZkController.register We are http://127.0.0.1:18535/collection1/ and leader is http://127.0.0.1:18535/collection1/
   [junit4]   2> 957060 T1987 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18535
   [junit4]   2> 957060 T1987 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 957061 T1987 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 957061 T1987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 957063 T1987 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 957064 T1962 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 957064 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 957067 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 957069 T1991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5005af69 name:ZooKeeperConnection Watcher:127.0.0.1:18227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957070 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 957071 T1962 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 957074 T1962 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 957366 T1962 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 957370 T1962 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:27097
   [junit4]   2> 957371 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 957371 T1962 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 957372 T1962 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967
   [junit4]   2> 957373 T1962 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/'
   [junit4]   2> 957414 T1962 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/solr.xml
   [junit4]   2> 957507 T1962 oasc.CoreContainer.<init> New CoreContainer 730417391
   [junit4]   2> 957508 T1962 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/]
   [junit4]   2> 957510 T1962 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 957511 T1962 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 957511 T1962 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 957512 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 957512 T1962 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 957513 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 957513 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 957514 T1962 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 957515 T1962 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 957521 T1962 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 957522 T1962 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 957523 T1962 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18227/solr
   [junit4]   2> 957523 T1962 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 957524 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 957527 T2002 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@81dd65b name:ZooKeeperConnection Watcher:127.0.0.1:18227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957528 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 957545 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 957547 T2004 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62ec28e4 name:ZooKeeperConnection Watcher:127.0.0.1:18227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 957547 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 957559 T1962 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 958550 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 958551 T1985 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:18535",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:18535_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 958556 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 958556 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 958556 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 958562 T1962 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:27097_
   [junit4]   2> 958564 T1962 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:27097_
   [junit4]   2> 958574 T1991 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 958574 T2004 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 958574 T1984 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 958583 T2005 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 958583 T2005 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 958585 T2005 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 960061 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 960062 T1985 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:27097",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:27097_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 960063 T1985 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 960063 T1985 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 960085 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 960085 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 960085 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 960587 T2005 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 960587 T2005 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/collection1
   [junit4]   2> 960588 T2005 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 960588 T2005 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 960589 T2005 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 960590 T2005 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/collection1/'
   [junit4]   2> 960592 T2005 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/collection1/lib/README' to classloader
   [junit4]   2> 960592 T2005 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/collection1/lib/classes/' to classloader
   [junit4]   2> 960663 T2005 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 960731 T2005 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 960833 T2005 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 960844 T2005 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 961423 T2005 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 961427 T2005 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 961428 T2005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961432 T2005 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 961455 T2005 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 961455 T2005 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty1-1383648514967/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty1/
   [junit4]   2> 961455 T2005 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bb1883f
   [junit4]   2> 961456 T2005 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty1
   [junit4]   2> 961457 T2005 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty1/index/
   [junit4]   2> 961457 T2005 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 961458 T2005 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty1/index
   [junit4]   2> 961459 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 961459 T2005 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2d9820c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a86fbc7),segFN=segments_1,generation=1}
   [junit4]   2> 961460 T2005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 961463 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 961464 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 961464 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 961464 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 961465 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 961465 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 961465 T2005 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 961466 T2005 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 961466 T2005 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 961467 T2005 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 961467 T2005 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 961467 T2005 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 961468 T2005 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 961468 T2005 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 961469 T2005 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 961479 T2005 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 961483 T2005 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 961483 T2005 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 961484 T2005 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6214105245765569]
   [junit4]   2> 961485 T2005 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2d9820c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a86fbc7),segFN=segments_1,generation=1}
   [junit4]   2> 961485 T2005 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 961485 T2005 oass.SolrIndexSearcher.<init> Opening Searcher@319a2f1d main
   [junit4]   2> 961490 T2006 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@319a2f1d main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 961492 T2005 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 961492 T2005 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:27097 collection:collection1 shard:shard1
   [junit4]   2> 961494 T2005 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 961513 T2005 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 961516 T2005 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 961516 T2005 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 961516 T2005 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:27097/collection1/
   [junit4]   2> 961517 T2005 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 961517 T2005 oasc.SyncStrategy.syncToMe http://127.0.0.1:27097/collection1/ has no replicas
   [junit4]   2> 961518 T2005 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:27097/collection1/ shard1
   [junit4]   2> 961518 T2005 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 961590 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 961606 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 961606 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 961606 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 961626 T2005 oasc.ZkController.register We are http://127.0.0.1:27097/collection1/ and leader is http://127.0.0.1:27097/collection1/
   [junit4]   2> 961626 T2005 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:27097
   [junit4]   2> 961626 T2005 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 961627 T2005 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 961627 T2005 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 961628 T2005 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 961630 T1962 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 961630 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 961821 T1962 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 961824 T1962 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59674
   [junit4]   2> 961825 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 961825 T1962 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 961825 T1962 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524
   [junit4]   2> 961826 T1962 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/'
   [junit4]   2> 961854 T1962 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/solr.xml
   [junit4]   2> 961917 T1962 oasc.CoreContainer.<init> New CoreContainer 267475718
   [junit4]   2> 961917 T1962 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/]
   [junit4]   2> 961919 T1962 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 961919 T1962 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 961920 T1962 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 961920 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 961920 T1962 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 961921 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 961921 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 961921 T1962 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 961922 T1962 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 961926 T1962 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 961927 T1962 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 961927 T1962 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18227/solr
   [junit4]   2> 961927 T1962 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 961928 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 961931 T2018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a1414f2 name:ZooKeeperConnection Watcher:127.0.0.1:18227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 961932 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 961935 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 961948 T2020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b05972c name:ZooKeeperConnection Watcher:127.0.0.1:18227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 961948 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 961953 T1962 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 962957 T1962 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59674_
   [junit4]   2> 962967 T1962 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59674_
   [junit4]   2> 962971 T1991 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 962971 T2020 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 962971 T2004 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 962971 T1984 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 962980 T2021 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 962980 T2021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 962982 T2021 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 963112 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 963113 T1985 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:27097",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:27097_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 963135 T1985 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:59674",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59674_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 963136 T1985 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 963136 T1985 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 963193 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 963194 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 963194 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 963194 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 963983 T2021 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 963983 T2021 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/collection1
   [junit4]   2> 963983 T2021 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 963984 T2021 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 963985 T2021 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 963986 T2021 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/collection1/'
   [junit4]   2> 963987 T2021 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/collection1/lib/classes/' to classloader
   [junit4]   2> 963988 T2021 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/collection1/lib/README' to classloader
   [junit4]   2> 964082 T2021 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 964149 T2021 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 964251 T2021 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 964262 T2021 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 964866 T2021 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 964870 T2021 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 964871 T2021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 964875 T2021 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 964897 T2021 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 964897 T2021 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty2-1383648519524/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty2/
   [junit4]   2> 964898 T2021 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bb1883f
   [junit4]   2> 964899 T2021 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty2
   [junit4]   2> 964899 T2021 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty2/index/
   [junit4]   2> 964899 T2021 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 964900 T2021 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty2/index
   [junit4]   2> 964901 T2021 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 964902 T2021 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@74059431 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3efd3554),segFN=segments_1,generation=1}
   [junit4]   2> 964902 T2021 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 964905 T2021 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 964906 T2021 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 964906 T2021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 964907 T2021 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 964907 T2021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 964907 T2021 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 964908 T2021 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 964908 T2021 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 964908 T2021 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 964909 T2021 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 964909 T2021 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 964909 T2021 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 964910 T2021 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 964910 T2021 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 964911 T2021 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 964921 T2021 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 964925 T2021 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 964926 T2021 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 964926 T2021 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6214105245765569]
   [junit4]   2> 964927 T2021 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@74059431 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3efd3554),segFN=segments_1,generation=1}
   [junit4]   2> 964927 T2021 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 964927 T2021 oass.SolrIndexSearcher.<init> Opening Searcher@78870119 main
   [junit4]   2> 964931 T2022 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78870119 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 964933 T2021 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 964934 T2021 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59674 collection:collection1 shard:shard2
   [junit4]   2> 964935 T2021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 964960 T2021 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 964963 T2021 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 964963 T2021 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 964963 T2021 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59674/collection1/
   [junit4]   2> 964964 T2021 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 964964 T2021 oasc.SyncStrategy.syncToMe http://127.0.0.1:59674/collection1/ has no replicas
   [junit4]   2> 964964 T2021 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59674/collection1/ shard2
   [junit4]   2> 964965 T2021 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 966221 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 966241 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 966241 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 966241 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 966241 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 966303 T2021 oasc.ZkController.register We are http://127.0.0.1:59674/collection1/ and leader is http://127.0.0.1:59674/collection1/
   [junit4]   2> 966303 T2021 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59674
   [junit4]   2> 966303 T2021 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 966304 T2021 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 966304 T2021 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 966306 T2021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 966307 T1962 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 966308 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 966599 T1962 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 966603 T1962 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48688
   [junit4]   2> 966604 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 966605 T1962 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966605 T1962 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202
   [junit4]   2> 966606 T1962 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/'
   [junit4]   2> 966647 T1962 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/solr.xml
   [junit4]   2> 966741 T1962 oasc.CoreContainer.<init> New CoreContainer 29457100
   [junit4]   2> 966742 T1962 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/]
   [junit4]   2> 966744 T1962 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 966745 T1962 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 966746 T1962 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 966746 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 966747 T1962 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 966747 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 966748 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 966748 T1962 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 966749 T1962 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 966756 T1962 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966756 T1962 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966757 T1962 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18227/solr
   [junit4]   2> 966758 T1962 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 966759 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 966762 T2034 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44a9c801 name:ZooKeeperConnection Watcher:127.0.0.1:18227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966762 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 966779 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 966782 T2036 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@efa7632 name:ZooKeeperConnection Watcher:127.0.0.1:18227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966782 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 966787 T1962 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 967756 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 967757 T1985 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59674",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59674_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 967774 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 967774 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 967774 T2036 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 967774 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 967774 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 967790 T1962 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48688_
   [junit4]   2> 967792 T1962 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48688_
   [junit4]   2> 967795 T1991 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 967795 T2036 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 967795 T1984 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 967795 T2004 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 967795 T2020 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 967811 T2037 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 967811 T2037 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 967813 T2037 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 969281 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 969282 T1985 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:48688",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48688_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 969282 T1985 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 969282 T1985 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 969305 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 969305 T2036 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 969305 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 969305 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 969305 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 969815 T2037 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 969815 T2037 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/collection1
   [junit4]   2> 969815 T2037 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 969816 T2037 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 969816 T2037 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 969818 T2037 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/collection1/'
   [junit4]   2> 969820 T2037 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/collection1/lib/README' to classloader
   [junit4]   2> 969821 T2037 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/collection1/lib/classes/' to classloader
   [junit4]   2> 969890 T2037 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 969958 T2037 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 970059 T2037 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 970070 T2037 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 970699 T2037 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 970703 T2037 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 970706 T2037 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 970711 T2037 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 970736 T2037 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 970737 T2037 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1383648524202/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty3/
   [junit4]   2> 970737 T2037 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bb1883f
   [junit4]   2> 970739 T2037 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty3
   [junit4]   2> 970740 T2037 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty3/index/
   [junit4]   2> 970740 T2037 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 970741 T2037 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty3/index
   [junit4]   2> 970741 T2037 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 970743 T2037 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@68fd8a41 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b99ad0c),segFN=segments_1,generation=1}
   [junit4]   2> 970743 T2037 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 970748 T2037 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 970749 T2037 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 970749 T2037 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 970749 T2037 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 970750 T2037 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 970750 T2037 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 970751 T2037 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 970751 T2037 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 970752 T2037 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 970753 T2037 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 970753 T2037 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 970754 T2037 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 970754 T2037 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 970755 T2037 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 970756 T2037 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 970772 T2037 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 970778 T2037 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 970778 T2037 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 970779 T2037 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6214105245765569]
   [junit4]   2> 970780 T2037 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@68fd8a41 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b99ad0c),segFN=segments_1,generation=1}
   [junit4]   2> 970780 T2037 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 970781 T2037 oass.SolrIndexSearcher.<init> Opening Searcher@72a90ee8 main
   [junit4]   2> 970786 T2038 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72a90ee8 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 970789 T2037 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 970789 T2037 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48688 collection:collection1 shard:shard1
   [junit4]   2> 970794 T2037 oasc.ZkController.register We are http://127.0.0.1:48688/collection1/ and leader is http://127.0.0.1:27097/collection1/
   [junit4]   2> 970794 T2037 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48688
   [junit4]   2> 970794 T2037 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 970795 T2037 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C521 name=collection1 org.apache.solr.core.SolrCore@6d3f8f0c url=http://127.0.0.1:48688/collection1 node=127.0.0.1:48688_ C521_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:48688, core=collection1, node_name=127.0.0.1:48688_}
   [junit4]   2> 970795 T2039 C521 P48688 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 970796 T2037 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 970796 T2039 C521 P48688 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 970796 T2039 C521 P48688 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 970797 T2039 C521 P48688 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 970797 T1962 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 970798 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 970801 T1994 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 970810 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 970811 T1985 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48688",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48688_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node3"}
   [junit4]   2> 970824 T1984 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 970824 T2036 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 970824 T2020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 970824 T2004 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 970824 T1991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 971082 T1962 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 971085 T1962 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:64920
   [junit4]   2> 971086 T1962 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 971087 T1962 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 971087 T1962 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty4-1383648528692
   [junit4]   2> 971088 T1962 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty4-1383648528692/'
   [junit4]   2> 971129 T1962 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1383648528692/solr.xml
   [junit4]   2> 971222 T1962 oasc.CoreContainer.<init> New CoreContainer 1168652478
   [junit4]   2> 971223 T1962 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty4-1383648528692/]
   [junit4]   2> 971225 T1962 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 971226 T1962 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 971226 T1962 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 971227 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 971227 T1962 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 971228 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 971228 T1962 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 971229 T1962 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 971229 T1962 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 971236 T1962 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 971237 T1962 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 971238 T1962 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18227/solr
   [junit4]   2> 971238 T1962 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 971239 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971242 T2051 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@162be02e name:ZooKeeperConnection Watcher:127.0.0.1:18227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971244 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971260 T1962 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971262 T2053 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@519d211a name:ZooKeeperConnection Watcher:127.0.0.1:18227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971262 T1962 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971272 T1962 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 971802 T1994 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 971802 T1994 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=core_node3&state=recovering&nodeName=127.0.0.1:48688_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
   [junit4]   2> 972275 T1962 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64920_
   [junit4]   2> 972278 T1962 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:64920_
   [junit4]   2> 972282 T1984 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 972282 T2004 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 972282 T2053 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 972282 T2036 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 972282 T1991 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 972282 T2020 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 972298 T2054 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 972298 T2054 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 972300 T2054 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 972329 T1985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 972330 T1985 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:64920",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:64920_",
  

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

to close ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty4;done=false>>]
   [junit4]   2> 1199283 T2053 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty4
   [junit4]   2> 1199283 T2053 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty4/index;done=false>>]
   [junit4]   2> 1199283 T2053 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1383648509552/jetty4/index
   [junit4]   2> 1199284 T2053 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1199284 T2053 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:196)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:193)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:193)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:404)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:373)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:360)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:98)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:261)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 	
   [junit4]   2> 1199285 T2053 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/election/90678788722655244-core_node4-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:164)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:161)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:161)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:66)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:264)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1199286 T2053 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1199286 T2053 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1199286 T2053 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1199287 T2053 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:247)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene46: {id=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=PostingsFormat(name=NestedPulsing), n_ti=PostingsFormat(name=MockRandom)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_GT, timezone=America/Ensenada
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=2,free=145875320,total=535822336
   [junit4]   2> NOTE: All tests run in this JVM: [CoreContainerCoreInitFailuresTest, TestCoreContainer, QueryElevationComponentTest, TestAnalyzedSuggestions, TestCoreDiscovery, SOLR749Test, TestQueryTypes, CollectionsAPIDistributedZkTest, HdfsBasicDistributedZk2Test, BasicFunctionalityTest, TestArbitraryIndexDir, ShardRoutingCustomTest, TestTrie, BJQParserTest, TestShardHandlerFactory, RequiredFieldsTest, TestNoOpRegenerator, RecoveryZkTest, TestBinaryField, StandardRequestHandlerTest, StatsComponentTest, TestDocBasedVersionConstraints, TestSchemaNameResource, LukeRequestHandlerTest, TestReloadAndDeleteDocs, XsltUpdateRequestHandlerTest, InfoHandlerTest, ReturnFieldsTest, SolrIndexConfigTest, TestDistributedGrouping, TestRecoveryHdfs, TestSolrJ, DebugComponentTest, TestFieldTypeResource, TestCollationField, PathHierarchyTokenizerFactoryTest, TestStressRecovery, TestComponentsName, QueryResultKeyTest, AliasIntegrationTest, TestElisionMultitermQuery, TestUpdate, TestExtendedDismaxParser, ZkCLITest, FieldAnalysisRequestHandlerTest, TestRemoteStreaming, TestCopyFieldCollectionResource, AddSchemaFieldsUpdateProcessorFactoryTest, SystemInfoHandlerTest, TestSolrCoreProperties, TestRangeQuery, OutputWriterTest, TestDynamicFieldResource, TestFunctionQuery, CurrencyFieldOpenExchangeTest, TestBM25SimilarityFactory, CopyFieldTest, LeaderElectionIntegrationTest, EchoParamsTest, TestDistributedSearch, TestDefaultSimilarityFactory, TestPseudoReturnFields, TestSuggestSpellingConverter, TestLFUCache, UUIDFieldTest, HdfsSyncSliceTest, DocValuesTest, DOMUtilTest, ShowFileRequestHandlerTest, TestIBSimilarityFactory, SimplePostToolTest, DirectUpdateHandlerTest, TestStressLucene, TestLMDirichletSimilarityFactory, TestPhraseSuggestions, TermsComponentTest, TestCSVResponseWriter, RegexBoostProcessorTest, DistanceFunctionTest, ShardSplitTest]
   [junit4] Completed on J1 in 248.36s, 1 test, 1 failure <<< FAILURES!

[...truncated 555 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:408: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/common-build.xml:483: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1263: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:906: There were test failures: 334 suites, 1468 tests, 1 failure, 35 ignored (6 assumptions)

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