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/23 02:20:07 UTC

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

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

2 tests failed.
REGRESSION:  org.apache.solr.cloud.DeleteInactiveReplicaTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:26182, http://127.0.0.1:53126]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:26182, http://127.0.0.1:53126]
	at __randomizedtesting.SeedInfo.seed([87AC1FEF3FA6D7ED:64A91F748F9B7D1]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:354)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:138)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:120)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.doTest(DeleteInactiveReplicaTest.java:43)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: deletereplica the collection time out:60s
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:491)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:285)
	... 45 more


REGRESSION:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Wrong doc count on shard1_0 expected:<333> but was:<276>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0 expected:<333> but was:<276>
	at __randomizedtesting.SeedInfo.seed([87AC1FEF3FA6D7ED:64A91F748F9B7D1]: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 10494 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 1349874 T2444 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1349881 T2444 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-1385168327175
   [junit4]   2> 1349883 T2444 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1349884 T2445 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1349985 T2444 oasc.ZkTestServer.run start zk server on port:43482
   [junit4]   2> 1349986 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1349995 T2451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@342eb642 name:ZooKeeperConnection Watcher:127.0.0.1:43482 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1349995 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1349996 T2444 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1350012 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1350014 T2453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74cd3303 name:ZooKeeperConnection Watcher:127.0.0.1:43482/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1350015 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1350015 T2444 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1350026 T2444 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1350029 T2444 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1350031 T2444 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1350040 T2444 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> 1350040 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1350046 T2444 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> 1350047 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1350150 T2444 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> 1350151 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1350154 T2444 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> 1350155 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1350158 T2444 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> 1350159 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1350168 T2444 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> 1350168 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1350171 T2444 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/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1350172 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1350175 T2444 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> 1350176 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1350183 T2444 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> 1350184 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1350187 T2444 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> 1350187 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1350190 T2444 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> 1350191 T2444 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1350489 T2444 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1350494 T2444 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:16416
   [junit4]   2> 1350494 T2444 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1350495 T2444 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1350495 T2444 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1385168327494
   [junit4]   2> 1350496 T2444 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1385168327494/'
   [junit4]   2> 1350541 T2444 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-1385168327494/solr.xml
   [junit4]   2> 1350642 T2444 oasc.CoreContainer.<init> New CoreContainer 1658173889
   [junit4]   2> 1350643 T2444 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-controljetty-1385168327494/]
   [junit4]   2> 1350645 T2444 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1350646 T2444 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1350646 T2444 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1350647 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1350647 T2444 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1350648 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1350648 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1350649 T2444 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1350649 T2444 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1350657 T2444 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1350657 T2444 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1350658 T2444 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1350658 T2444 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43482/solr
   [junit4]   2> 1350659 T2444 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1350660 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1350688 T2464 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@539d3ef0 name:ZooKeeperConnection Watcher:127.0.0.1:43482 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1350688 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1350693 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1350701 T2466 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25a461e2 name:ZooKeeperConnection Watcher:127.0.0.1:43482/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1350701 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1350704 T2444 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1350714 T2444 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1350718 T2444 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1350720 T2444 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:16416_
   [junit4]   2> 1350727 T2444 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:16416_
   [junit4]   2> 1350730 T2444 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1350747 T2444 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1350750 T2444 oasc.Overseer.start Overseer (id=90778391490330627-127.0.0.1:16416_-n_0000000000) starting
   [junit4]   2> 1350763 T2444 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1350774 T2468 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1350775 T2444 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1350777 T2444 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1350779 T2444 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1350782 T2467 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1350788 T2469 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1350788 T2469 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1350790 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1350790 T2469 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1350791 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1350792 T2467 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:16416",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:16416_",
   [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> 1350792 T2467 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1350793 T2467 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1350796 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1350803 T2466 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> 1351791 T2469 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1351791 T2469 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1385168327494/collection1
   [junit4]   2> 1351791 T2469 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1351792 T2469 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1351793 T2469 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1351794 T2469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1385168327494/collection1/'
   [junit4]   2> 1351795 T2469 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-1385168327494/collection1/lib/README' to classloader
   [junit4]   2> 1351796 T2469 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-1385168327494/collection1/lib/classes/' to classloader
   [junit4]   2> 1351864 T2469 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1351933 T2469 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1352034 T2469 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1352046 T2469 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1352520 T2469 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1352524 T2469 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1352525 T2469 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1352529 T2469 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1352551 T2469 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1352551 T2469 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-controljetty-1385168327494/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1385168327175/control/data/
   [junit4]   2> 1352552 T2469 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a3eb45
   [junit4]   2> 1352552 T2469 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385168327175/control/data
   [junit4]   2> 1352553 T2469 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1385168327175/control/data/index/
   [junit4]   2> 1352553 T2469 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1385168327175/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1352553 T2469 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385168327175/control/data/index
   [junit4]   2> 1352554 T2469 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=74.5224609375, floorSegmentMB=2.0205078125, forceMergeDeletesPctAllowed=14.877701602136504, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1352554 T2469 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3bab90ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@61060e4d),segFN=segments_1,generation=1}
   [junit4]   2> 1352555 T2469 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1352558 T2469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1352558 T2469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1352559 T2469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1352559 T2469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1352559 T2469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1352559 T2469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1352560 T2469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1352560 T2469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1352560 T2469 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1352561 T2469 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1352561 T2469 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1352561 T2469 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1352562 T2469 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1352562 T2469 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1352562 T2469 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1352563 T2469 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1352575 T2469 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1352580 T2469 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1352580 T2469 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1352581 T2469 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.439453125, noCFSRatio=1.0]
   [junit4]   2> 1352581 T2469 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3bab90ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@61060e4d),segFN=segments_1,generation=1}
   [junit4]   2> 1352581 T2469 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1352582 T2469 oass.SolrIndexSearcher.<init> Opening Searcher@2a67715a main
   [junit4]   2> 1352584 T2470 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a67715a main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1352586 T2469 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1352586 T2469 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:16416 collection:control_collection shard:shard1
   [junit4]   2> 1352587 T2469 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1352611 T2469 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1352613 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1352614 T2469 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1352614 T2469 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C725 name=collection1 org.apache.solr.core.SolrCore@487e0989 url=http://127.0.0.1:16416/collection1 node=127.0.0.1:16416_ C725_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:16416, core=collection1, node_name=127.0.0.1:16416_}
   [junit4]   2> 1352614 T2469 C725 P16416 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:16416/collection1/
   [junit4]   2> 1352615 T2469 C725 P16416 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1352615 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1352615 T2469 C725 P16416 oasc.SyncStrategy.syncToMe http://127.0.0.1:16416/collection1/ has no replicas
   [junit4]   2> 1352615 T2469 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:16416/collection1/ shard1
   [junit4]   2> 1352615 T2469 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1352618 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1352618 T2466 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> 1352623 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1352625 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1352728 T2466 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> 1352775 T2469 oasc.ZkController.register We are http://127.0.0.1:16416/collection1/ and leader is http://127.0.0.1:16416/collection1/
   [junit4]   2> 1352775 T2469 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:16416
   [junit4]   2> 1352775 T2469 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1352775 T2469 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1352775 T2469 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1352777 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1352777 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1352777 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1352777 T2469 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1352779 T2444 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> 1352779 T2444 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1352779 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1352781 T2467 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:16416",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:16416_",
   [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> 1352783 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1352784 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1352793 T2473 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a6ffa45 name:ZooKeeperConnection Watcher:127.0.0.1:43482/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1352794 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1352796 T2444 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1352798 T2444 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1352896 T2466 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> 1352896 T2473 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> 1353033 T2444 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1353035 T2444 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47730
   [junit4]   2> 1353036 T2444 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1353036 T2444 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1353037 T2444 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-jetty1-1385168330092
   [junit4]   2> 1353037 T2444 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-jetty1-1385168330092/'
   [junit4]   2> 1353066 T2444 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-jetty1-1385168330092/solr.xml
   [junit4]   2> 1353131 T2444 oasc.CoreContainer.<init> New CoreContainer 1512335355
   [junit4]   2> 1353132 T2444 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-jetty1-1385168330092/]
   [junit4]   2> 1353133 T2444 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1353134 T2444 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1353134 T2444 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1353134 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1353135 T2444 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1353135 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1353135 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1353136 T2444 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1353136 T2444 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1353141 T2444 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1353141 T2444 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1353142 T2444 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1353142 T2444 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43482/solr
   [junit4]   2> 1353142 T2444 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1353143 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1353146 T2484 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17426f86 name:ZooKeeperConnection Watcher:127.0.0.1:43482 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1353146 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1353158 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1353160 T2486 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@682f4451 name:ZooKeeperConnection Watcher:127.0.0.1:43482/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1353161 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1353169 T2444 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1354172 T2444 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47730_
   [junit4]   2> 1354174 T2444 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47730_
   [junit4]   2> 1354178 T2473 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1354178 T2486 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1354178 T2466 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1354195 T2487 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1354195 T2487 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1354197 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1354197 T2487 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1354197 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1354197 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1354198 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1354199 T2467 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:47730",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47730_",
   [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> 1354199 T2467 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1354200 T2467 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1354203 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1354305 T2466 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> 1354306 T2486 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> 1354306 T2473 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> 1355198 T2487 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1355198 T2487 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-jetty1-1385168330092/collection1
   [junit4]   2> 1355198 T2487 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1355199 T2487 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1355200 T2487 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1355201 T2487 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-jetty1-1385168330092/collection1/'
   [junit4]   2> 1355203 T2487 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-1385168330092/collection1/lib/classes/' to classloader
   [junit4]   2> 1355204 T2487 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-1385168330092/collection1/lib/README' to classloader
   [junit4]   2> 1355275 T2487 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1355343 T2487 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1355445 T2487 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1355456 T2487 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1356102 T2487 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1356106 T2487 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1356109 T2487 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1356114 T2487 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1356136 T2487 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1356137 T2487 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-jetty1-1385168330092/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty1/
   [junit4]   2> 1356137 T2487 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a3eb45
   [junit4]   2> 1356138 T2487 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty1
   [junit4]   2> 1356139 T2487 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty1/index/
   [junit4]   2> 1356139 T2487 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1356140 T2487 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty1/index
   [junit4]   2> 1356141 T2487 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=74.5224609375, floorSegmentMB=2.0205078125, forceMergeDeletesPctAllowed=14.877701602136504, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1356142 T2487 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@373f1397 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50a479),segFN=segments_1,generation=1}
   [junit4]   2> 1356142 T2487 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1356147 T2487 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1356148 T2487 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1356148 T2487 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1356149 T2487 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1356149 T2487 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1356149 T2487 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1356150 T2487 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1356150 T2487 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1356151 T2487 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1356151 T2487 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1356152 T2487 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1356152 T2487 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1356153 T2487 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1356153 T2487 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1356154 T2487 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1356155 T2487 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1356172 T2487 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1356177 T2487 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1356178 T2487 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1356179 T2487 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.439453125, noCFSRatio=1.0]
   [junit4]   2> 1356179 T2487 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@373f1397 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@50a479),segFN=segments_1,generation=1}
   [junit4]   2> 1356180 T2487 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1356180 T2487 oass.SolrIndexSearcher.<init> Opening Searcher@7b43be41 main
   [junit4]   2> 1356185 T2488 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b43be41 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1356188 T2487 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1356188 T2487 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47730 collection:collection1 shard:shard1
   [junit4]   2> 1356190 T2487 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1356217 T2487 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1356227 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356227 T2487 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1356227 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356228 T2487 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1356228 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C726 name=collection1 org.apache.solr.core.SolrCore@359ee7a2 url=http://127.0.0.1:47730/collection1 node=127.0.0.1:47730_ C726_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:47730, core=collection1, node_name=127.0.0.1:47730_}
   [junit4]   2> 1356228 T2487 C726 P47730 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47730/collection1/
   [junit4]   2> 1356229 T2487 C726 P47730 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1356229 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1356229 T2487 C726 P47730 oasc.SyncStrategy.syncToMe http://127.0.0.1:47730/collection1/ has no replicas
   [junit4]   2> 1356230 T2487 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47730/collection1/ shard1
   [junit4]   2> 1356230 T2487 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1356232 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356241 T2466 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> 1356241 T2486 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> 1356241 T2473 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> 1356253 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356254 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1356257 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356359 T2466 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> 1356359 T2486 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> 1356359 T2473 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> 1356406 T2487 oasc.ZkController.register We are http://127.0.0.1:47730/collection1/ and leader is http://127.0.0.1:47730/collection1/
   [junit4]   2> 1356406 T2487 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47730
   [junit4]   2> 1356406 T2487 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1356406 T2487 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1356407 T2487 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1356408 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356409 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356409 T2487 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1356409 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356410 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1356410 T2444 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> 1356411 T2467 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:47730",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47730_",
   [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> 1356411 T2444 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1356419 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356539 T2466 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> 1356539 T2486 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> 1356539 T2473 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> 1356611 T2444 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1356613 T2444 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:58342
   [junit4]   2> 1356614 T2444 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1356614 T2444 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1356614 T2444 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-jetty2-1385168333705
   [junit4]   2> 1356615 T2444 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-jetty2-1385168333705/'
   [junit4]   2> 1356643 T2444 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-jetty2-1385168333705/solr.xml
   [junit4]   2> 1356706 T2444 oasc.CoreContainer.<init> New CoreContainer 2021384647
   [junit4]   2> 1356707 T2444 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-jetty2-1385168333705/]
   [junit4]   2> 1356708 T2444 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1356709 T2444 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1356709 T2444 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1356709 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1356710 T2444 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1356710 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1356710 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1356711 T2444 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1356711 T2444 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1356716 T2444 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1356716 T2444 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1356716 T2444 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1356717 T2444 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43482/solr
   [junit4]   2> 1356717 T2444 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1356718 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356720 T2500 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cfee2d4 name:ZooKeeperConnection Watcher:127.0.0.1:43482 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1356721 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1356725 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356732 T2502 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2429a105 name:ZooKeeperConnection Watcher:127.0.0.1:43482/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1356733 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1356737 T2444 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1357740 T2444 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58342_
   [junit4]   2> 1357743 T2444 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58342_
   [junit4]   2> 1357746 T2473 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1357747 T2466 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1357747 T2502 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1357747 T2486 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1357762 T2503 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1357762 T2503 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1357763 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357763 T2503 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1357763 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357764 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357765 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1357765 T2467 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:58342",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58342_",
   [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> 1357766 T2467 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1357766 T2467 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1357769 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357872 T2466 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> 1357872 T2486 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> 1357872 T2502 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> 1357872 T2473 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> 1358765 T2503 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1358765 T2503 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-jetty2-1385168333705/collection1
   [junit4]   2> 1358765 T2503 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1358766 T2503 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1358767 T2503 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1358768 T2503 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-jetty2-1385168333705/collection1/'
   [junit4]   2> 1358770 T2503 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-1385168333705/collection1/lib/README' to classloader
   [junit4]   2> 1358771 T2503 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-1385168333705/collection1/lib/classes/' to classloader
   [junit4]   2> 1358843 T2503 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1358916 T2503 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1359017 T2503 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1359029 T2503 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1359696 T2503 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1359701 T2503 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1359704 T2503 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1359709 T2503 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1359734 T2503 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1359734 T2503 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-jetty2-1385168333705/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty2/
   [junit4]   2> 1359734 T2503 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a3eb45
   [junit4]   2> 1359736 T2503 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty2
   [junit4]   2> 1359736 T2503 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty2/index/
   [junit4]   2> 1359736 T2503 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1359737 T2503 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385168327175/jetty2/index
   [junit4]   2> 1359738 T2503 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=74.5224609375, floorSegmentMB=2.0205078125, forceMergeDeletesPctAllowed=14.877701602136504, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1359739 T2503 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3da197f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a5c04d),segFN=segments_1,generation=1}
   [junit4]   2> 1359739 T2503 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1359745 T2503 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1359746 T2503 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1359746 T2503 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1359747 T2503 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1359747 T2503 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1359747 T2503 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1359748 T2503 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1359748 T2503 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1359749 T2503 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1359749 T2503 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1359750 T2503 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1359750 T2503 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1359751 T2503 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1359752 T2503 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1359752 T2503 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1359753 T2503 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1359770 T2503 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1359775 T2503 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1359776 T2503 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1359777 T2503 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.439453125, noCFSRatio=1.0]
   [junit4]   2> 1359777 T2503 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3da197f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a5c04d),segFN=segments_1,generation=1}
   [junit4]   2> 1359778 T2503 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1359778 T2503 oass.SolrIndexSearcher.<init> Opening Searcher@3f3d8974 main
   [junit4]   2> 1359783 T2504 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f3d8974 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1359786 T2503 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1359786 T2503 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58342 collection:collection1 shard:shard2
   [junit4]   2> 1359788 T2503 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1359865 T2503 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1359898 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1359898 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1359898 T2503 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1359898 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1359899 T2503 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C727 name=collection1 org.apache.solr.core.SolrCore@5ff230bf url=http://127.0.0.1:58342/collection1 node=127.0.0.1:58342_ C727_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:58342, core=collection1, node_name=127.0.0.1:58342_}
   [junit4]   2> 1359899 T2503 C727 P58342 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58342/collection1/
   [junit4]   2> 1359899 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1359899 T2503 C727 P58342 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1359900 T2503 C727 P58342 oasc.SyncStrategy.syncToMe http://127.0.0.1:58342/collection1/ has no replicas
   [junit4]   2> 1359900 T2503 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58342/collection1/ shard2
   [junit4]   2> 1359901 T2503 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1359903 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1359904 T2502 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> 1359904 T2466 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> 1359904 T2486 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> 1359904 T2473 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> 1359951 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1359958 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360065 T2473 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> 1360065 T2486 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> 1360065 T2502 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> 1360065 T2466 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> 1360102 T2503 oasc.ZkController.register We are http://127.0.0.1:58342/collection1/ and leader is http://127.0.0.1:58342/collection1/
   [junit4]   2> 1360102 T2503 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58342
   [junit4]   2> 1360102 T2503 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1360102 T2503 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1360103 T2503 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1360104 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360105 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360105 T2503 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1360105 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360106 T2444 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> 1360107 T2444 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1360106 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1360108 T2467 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:58342",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58342_",
   [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> 1360120 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360227 T2473 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> 1360227 T2486 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> 1360227 T2466 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> 1360227 T2502 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> 1360314 T2444 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1360317 T2444 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:60794
   [junit4]   2> 1360317 T2444 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1360318 T2444 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1360318 T2444 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-1385168337401
   [junit4]   2> 1360318 T2444 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-1385168337401/'
   [junit4]   2> 1360350 T2444 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-1385168337401/solr.xml
   [junit4]   2> 1360424 T2444 oasc.CoreContainer.<init> New CoreContainer 408837227
   [junit4]   2> 1360424 T2444 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-1385168337401/]
   [junit4]   2> 1360426 T2444 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1360426 T2444 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1360427 T2444 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1360427 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1360427 T2444 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1360428 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1360428 T2444 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1360428 T2444 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1360429 T2444 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1360434 T2444 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1360435 T2444 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1360435 T2444 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1360435 T2444 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43482/solr
   [junit4]   2> 1360436 T2444 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1360437 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1360443 T2516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50faf7d3 name:ZooKeeperConnection Watcher:127.0.0.1:43482 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1360443 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1360446 T2444 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1360457 T2518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4fadbe23 name:ZooKeeperConnection Watcher:127.0.0.1:43482/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1360458 T2444 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1360462 T2444 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1361465 T2444 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60794_
   [junit4]   2> 1361471 T2444 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60794_
   [junit4]   2> 1361475 T2473 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1361475 T2502 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1361475 T2518 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1361475 T2466 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1361475 T2486 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1361490 T2519 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1361490 T2519 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1361492 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361492 T2519 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1361492 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361492 T2466 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361494 T2467 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1361494 T2467 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:60794",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60794_",
   [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

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

:"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53126",
   [junit4]   2> 	  "core":"delDeadColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53126_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node4"}
   [junit4]   2> 2260067 T4427 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2260068 T4629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovery_failed",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53126",
   [junit4]   2> 	  "core":"delDeadColl_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53126_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"delDeadColl",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node4"}
   [junit4]   2> 2260070 T4427 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2260173 T4427 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> 2260173 T4460 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> 2272359 T4630 oasc.SolrException.log ERROR Collection deletereplica of deletereplica failed:java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 		at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.waitForCoreNodeGone(OverseerCollectionProcessor.java:321)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.deleteReplica(OverseerCollectionProcessor.java:309)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.processMessage(OverseerCollectionProcessor.java:249)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:175)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 	
   [junit4]   2> 2272360 T4460 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 2272360 T4373 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2272362 T4630 oasc.OverseerCollectionProcessor.run WARN Overseer cannot talk to ZK
   [junit4]   2> 2272414 T4373 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 26185
   [junit4]   2> 2272414 T4373 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 26188
   [junit4]   2> 2272419 T4373 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2272421 T4373 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:47362 47362
   [junit4]   2> 2272655 T4460 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@360e4b34 name:ZooKeeperConnection Watcher:127.0.0.1:47362/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 2272655 T4460 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteInactiveReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=87AC1FEF3FA6D7ED -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_AT -Dtests.timezone=MET -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    215s J0 | DeleteInactiveReplicaTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:26182, http://127.0.0.1:53126]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([87AC1FEF3FA6D7ED:64A91F748F9B7D1]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:354)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:138)
   [junit4]    > 	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:120)
   [junit4]    > 	at org.apache.solr.cloud.DeleteInactiveReplicaTest.doTest(DeleteInactiveReplicaTest.java:43)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: deletereplica the collection time out:60s
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:491)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:285)
   [junit4]    > 	... 45 more
   [junit4]   2> 2272673 T4373 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 215123 T4372 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 2273861 T4427 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=de_AT, timezone=MET
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=259926984,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ParsingFieldUpdateProcessorsTest, InfoHandlerTest, DefaultValueUpdateProcessorTest, BasicDistributedZkTest, HighlighterTest, ClusterStateTest, TestSolr4Spatial, SimpleFacetsTest, TestShardHandlerFactory, TestIBSimilarityFactory, SyncSliceTest, OverseerTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, HdfsBasicDistributedZk2Test, SliceStateTest, TestClassNameShortening, PrimitiveFieldTypeTest, CollectionsAPIDistributedZkTest, TestQueryTypes, TestStressReorder, TestSearchPerf, TestDistributedGrouping, TestMergePolicyConfig, BadCopyFieldTest, TestSurroundQueryParser, SolrInfoMBeanTest, PingRequestHandlerTest, PluginInfoTest, TestRandomDVFaceting, TestPostingsSolrHighlighter, LegacyHTMLStripCharFilterTest, TestNumberUtils, TestJmxIntegration, BlockCacheTest, NumericFieldsTest, BadIndexSchemaTest, SynonymTokenizerTest, XsltUpdateRequestHandlerTest, LeaderElectionTest, SolrIndexSplitterTest, TestPseudoReturnFields, TestUniqueKeyFieldResource, CopyFieldTest, TestDFRSimilarityFactory, DirectSolrConnectionTest, AlternateDirectoryTest, TestGroupingSearch, TestSchemaSimilarityResource, TestCollapseQParserPlugin, DistributedQueryElevationComponentTest, TestDocBasedVersionConstraints, BinaryUpdateRequestHandlerTest, FullSolrCloudDistribCmdsTest, DebugComponentTest, URLClassifyProcessorTest, LeaderElectionIntegrationTest, DocumentBuilderTest, HdfsRecoveryZkTest, TestJoin, HdfsDirectoryTest, SuggesterTest, TestSolrDeletionPolicy2, OverseerCollectionProcessorTest, UpdateRequestProcessorFactoryTest, TestModifyConfFiles, HdfsBasicDistributedZkTest, UUIDFieldTest, StandardRequestHandlerTest, TestSolrQueryParserResource, DocValuesMultiTest, TestReload, TestFuzzyAnalyzedSuggestions, BlockDirectoryTest, TestPhraseSuggestions, TestHashPartitioner, TermVectorComponentDistributedTest, HdfsChaosMonkeySafeLeaderTest, OpenExchangeRatesOrgProviderTest, SimplePostToolTest, CacheHeaderTest, TestReplicationHandler, ShardRoutingCustomTest, PreAnalyzedFieldTest, TriLevelCompositeIdRoutingTest, TestRandomFaceting, AliasIntegrationTest, TestCloudManagedSchema, TestStressRecovery, TestRecovery, DeleteInactiveReplicaTest]
   [junit4] Completed on J0 in 216.41s, 1 test, 1 error <<< FAILURES!

[...truncated 486 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:426: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.xml:406: 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/extra-targets.xml:37: 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:489: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:1276: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/common-build.xml:912: There were test failures: 341 suites, 1498 tests, 1 error, 1 failure, 35 ignored (7 assumptions)

Total time: 69 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