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/05/22 00:54:18 UTC

[JENKINS] Lucene-Solr-Tests-4.3-Java6 - Build # 17 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.3-Java6/17/

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

Error Message:
Server at http://127.0.0.1:38162/a returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:38162/a returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([B366A2104C76BDFE:32802C083B29DDC2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:372)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)


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

Error Message:
Wrong doc count on shard1_0 expected:<417> but was:<416>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0 expected:<417> but was:<416>
	at __randomizedtesting.SeedInfo.seed([B366A2104C76BDFE:32802C083B29DDC2]: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:166)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:142)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)




Build Log:
[...truncated 9327 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.701; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /a/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.706; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.707; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.708; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.809; org.apache.solr.cloud.ZkTestServer; start zk server on port:52132
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.810; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.819; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7a0c9bce name:ZooKeeperConnection Watcher:127.0.0.1:52132 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.819; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.820; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.829; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.839; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6d1ae087 name:ZooKeeperConnection Watcher:127.0.0.1:52132/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.839; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.840; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.857; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.859; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.862; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.873; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.874; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.891; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.892; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.998; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:30.999; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.010; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.011; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.014; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.014; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.022; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.023; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.026; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.026; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.037; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.037; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.045; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.046; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.367; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.373; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:53116
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.374; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.375; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.375; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.376; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.376; org.apache.solr.core.CoreContainer; New CoreContainer 80008470
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.377; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.378; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.571; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.572; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.573; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.573; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.574; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.574; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.575; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.576; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.576; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.577; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.592; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.593; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52132/solr
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.593; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.594; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.597; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16982b9f name:ZooKeeperConnection Watcher:127.0.0.1:52132 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.598; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.601; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.612; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.617; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3b1bc626 name:ZooKeeperConnection Watcher:127.0.0.1:52132/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.617; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.625; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.636; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.639; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.641; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53116_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.649; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:53116_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.657; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.671; org.apache.solr.cloud.Overseer; Overseer (id=89730355738378243-127.0.0.1:53116_a-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.675; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.679; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.679; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.681; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.683; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.685; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.689; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.689; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.690; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.690; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.691; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.693; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.694; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.746; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.814; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.915; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:31.921; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.503; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.508; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.510; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.515; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.535; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.535; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1369176571049/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/control/data/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.536; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5675b3ee
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.536; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.537; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/control/data
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.537; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/control/data/index/
[junit4:junit4]   1> WARN  - 2013-05-21 22:49:32.538; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.538; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/control/data/index
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.543; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@27e7723d lockFactory=org.apache.lucene.store.NativeFSLockFactory@7bb2aa2a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.543; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.546; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.546; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.547; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.548; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.548; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.548; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.549; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.549; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.550; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.560; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.568; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5ebab6fe main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.568; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/control/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.569; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.570; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.574; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5ebab6fe main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.576; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:32.576; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.189; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.190; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53116_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53116/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.190; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.190; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.222; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.604; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.604; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:53116/a collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.605; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.623; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.633; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.634; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.634; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:53116/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.634; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.635; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:53116/a/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.635; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:53116/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:33.635; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.726; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.745; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.773; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:53116/a/collection1/ and leader is http://127.0.0.1:53116/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.773; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53116/a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.773; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.774; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.774; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.775; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.776; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.777; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.778; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.793; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.795; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.797; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@59e9f2de name:ZooKeeperConnection Watcher:127.0.0.1:52132/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.797; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.798; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:34.800; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.120; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.124; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38162
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.125; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.126; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.126; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.127; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.127; org.apache.solr.core.CoreContainer; New CoreContainer 7462653
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.128; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.129; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.326; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.327; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.327; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.328; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.328; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.329; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.329; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.330; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.331; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.331; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.348; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.349; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52132/solr
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.350; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.351; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.367; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6f4538a1 name:ZooKeeperConnection Watcher:127.0.0.1:52132 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.367; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.370; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.382; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.384; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@76ec49ae name:ZooKeeperConnection Watcher:127.0.0.1:52132/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.385; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:35.389; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.250; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.251; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53116_a_collection1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53116_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53116/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.360; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.360; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.360; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.392; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38162_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38162_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.412; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.412; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.412; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.413; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.413; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.413; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.426; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.427; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.427; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.427; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.429; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.431; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.431; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.484; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.545; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.646; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:36.654; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.279; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.284; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.286; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.292; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.312; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.312; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1369176574800/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.312; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5675b3ee
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.313; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.314; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.314; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-05-21 22:49:37.314; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.316; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty1/index
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.320; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e86950a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1156d548),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.320; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.323; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.324; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.324; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.325; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.326; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.327; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.327; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.328; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.328; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.338; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.346; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@58bc1001 main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.347; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty1/tlog
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.348; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.348; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.355; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@58bc1001 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.357; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.358; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.866; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.867; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38162_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38162/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.867; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.868; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.883; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.883; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:37.883; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.361; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.361; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38162/a collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.379; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.382; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.382; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.382; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:38162/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.383; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.383; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:38162/a/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.383; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:38162/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:38.384; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.387; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.404; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.404; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.404; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.412; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38162/a/collection1/ and leader is http://127.0.0.1:38162/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.412; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38162/a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.412; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.413; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.413; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.414; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.415; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.416; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.417; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.750; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.754; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38167
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.755; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.755; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.756; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.756; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.757; org.apache.solr.core.CoreContainer; New CoreContainer 2048237853
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.757; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.758; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.954; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.955; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.955; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.956; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.956; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.957; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.958; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.958; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.959; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.959; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.975; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.975; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52132/solr
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.976; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.977; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.980; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@632a46d1 name:ZooKeeperConnection Watcher:127.0.0.1:52132 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.981; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:39.996; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.008; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.010; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@68d0b627 name:ZooKeeperConnection Watcher:127.0.0.1:52132/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.010; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.021; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.910; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.911; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38162_a_collection1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38162_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38162/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.926; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.926; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.926; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:40.926; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.026; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38167_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.028; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38167_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.030; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.030; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.030; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.031; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.031; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.039; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.044; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.045; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.045; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.046; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.047; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.049; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.049; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.110; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.179; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.281; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.288; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.909; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.914; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.916; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.922; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.942; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.943; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1369176579432/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty2/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.943; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5675b3ee
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.944; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.944; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.945; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-05-21 22:49:41.945; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.946; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty2/index
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.949; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d6dc0f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@539d5d58),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.950; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.953; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.954; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.954; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.955; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.956; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.956; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.957; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.958; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.958; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.969; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.976; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@41b5822c main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.977; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty2/tlog
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.978; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.979; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.985; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@41b5822c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.987; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:41.988; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.431; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.432; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38167_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38167/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.432; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.433; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.446; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.446; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.446; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:42.446; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.016; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.016; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38167/a collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.017; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.034; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.045; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.045; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.045; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:38167/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.046; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.046; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:38167/a/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.046; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:38167/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.047; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.951; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.981; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.981; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.981; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:43.981; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.033; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38167/a/collection1/ and leader is http://127.0.0.1:38167/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.033; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38167/a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.033; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.034; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.034; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.036; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.037; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.038; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.038; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.305; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.309; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38177
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.310; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.310; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.311; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.312; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.312; org.apache.solr.core.CoreContainer; New CoreContainer 2097095891
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.313; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.313; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.475; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.476; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.477; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.477; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.480; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.480; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.497; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.498; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52132/solr
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.498; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.499; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.513; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@35c915e name:ZooKeeperConnection Watcher:127.0.0.1:52132 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.513; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.531; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.543; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.546; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@726ce23e name:ZooKeeperConnection Watcher:127.0.0.1:52132/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.546; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:44.558; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.500; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.501; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38167_a_collection1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38167_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38167/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.518; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.518; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.518; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.518; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.518; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.563; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38177_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.565; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38177_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.567; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.567; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.567; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.567; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.567; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.568; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.569; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.568; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.568; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.577; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.581; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.582; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.582; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.583; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.584; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.586; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.586; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.638; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.697; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.798; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:45.805; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.375; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.380; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.382; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.387; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.406; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.406; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1369176584055/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.407; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5675b3ee
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.407; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.408; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.408; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-05-21 22:49:46.409; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.411; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.414; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a62fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@40bb70d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.415; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.418; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.418; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.419; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.420; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.421; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.421; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.421; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.422; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.423; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.432; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.439; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@11ea2112 main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.440; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/tlog
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.441; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.441; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.448; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@11ea2112 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.450; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:46.451; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.028; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.029; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38177_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38177/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.029; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.030; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.034; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.034; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.034; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.034; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.034; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.458; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.458; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38177/a collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.461; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38177/a/collection1/ and leader is http://127.0.0.1:38162/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.461; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38177/a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.462; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.462; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.463; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.463; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.463; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.464; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.464; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.464; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.465; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.465; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.466; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.484; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:38177_a_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.728; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.732; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:38185
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.733; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.733; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.734; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.734; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.735; org.apache.solr.core.CoreContainer; New CoreContainer 839231441
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.736; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.736; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.906; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.907; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.907; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.908; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.909; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.909; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.910; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.910; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.911; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.911; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.926; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.927; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52132/solr
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.927; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.929; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.932; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@27fb9eff name:ZooKeeperConnection Watcher:127.0.0.1:52132 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.932; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.945; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.955; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.957; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5a417303 name:ZooKeeperConnection Watcher:127.0.0.1:52132/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.958; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:47.969; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.539; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.540; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38177_a_collection1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38177_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38177/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.580; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.580; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.580; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.580; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.580; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.580; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.973; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38185_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.975; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38185_a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.977; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.977; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.977; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.979; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.978; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.979; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.987; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.987; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.987; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.992; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.992; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.993; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.993; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.994; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.996; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:48.997; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.049; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.109; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.211; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.218; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.487; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:38177_a_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.487; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:38177_a_collection1&state=recovering&nodeName=127.0.0.1:38177_a&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2003 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.784; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.788; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.793; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.799; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.818; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.818; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1369176587482/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.818; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5675b3ee
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.819; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.820; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.820; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-05-21 22:49:49.821; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.822; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.826; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35cbf519 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6014b841),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.826; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.829; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.830; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.830; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.831; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.832; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.832; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.832; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.833; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.834; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.843; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.850; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@20cca48c main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.851; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/tlog
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.852; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.852; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.857; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@20cca48c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.859; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:49.859; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.085; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.086; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38185_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38185/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.086; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.086; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.099; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.099; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.099; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.099; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.099; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.099; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.863; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.863; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:38185/a collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.897; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38185/a/collection1/ and leader is http://127.0.0.1:38167/a/collection1/
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.897; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38185/a
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.897; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.898; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.898; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.899; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.899; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.899; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.900; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.900; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.901; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.901; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.901; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.926; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.927; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:38185_a_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.927; org.apache.solr.cloud.AbstractFullDistribZkTestBase; Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.928; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:50.929; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.489; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38162/a/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.489; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:38177/a START replicas=[http://127.0.0.1:38162/a/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-21 22:49:51.490; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.492; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.492; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.492; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.492; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.493; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38162/a/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.493; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.498; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.505; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.507; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e86950a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1156d548),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.508; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.508; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e86950a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1156d548),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e86950a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1156d548),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.509; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.510; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@152cab35 realtime
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.510; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.510; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.511; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.512; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.514; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.514; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.515; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.515; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.516; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.518; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.519; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.520; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index.20130521184951519
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.520; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@3bafde1e lockFactory=org.apache.lucene.store.NativeFSLockFactory@75dafc0d) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.523; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.524; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.525; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.525; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.527; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a62fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@40bb70d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a62fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@40bb70d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.527; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.528; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.528; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2e22cc06 main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.529; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@2e22cc06 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.530; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index.20130521184951519 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index.20130521184951519;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.530; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index.20130521184951519
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.530; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty3/index.20130521184951519
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.531; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.531; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.531; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.532; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.533; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.603; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.604; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38185_a_collection1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38185_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38185/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.607; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38177_a_collection1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38177_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38177/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.621; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.621; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.621; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.621; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.621; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.621; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.929; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:38185_a_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.929; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:38185_a_collection1&state=recovering&nodeName=127.0.0.1:38185_a&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:51.932; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:52.935; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.931; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38167/a/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.931; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:38185/a START replicas=[http://127.0.0.1:38167/a/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-21 22:49:53.932; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.932; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.932; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.933; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.933; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.933; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38167/a/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.933; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.938; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.938; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.944; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.947; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d6dc0f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@539d5d58),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.948; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.949; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d6dc0f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@539d5d58),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d6dc0f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@539d5d58),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.949; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.950; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@50ba0e1c realtime
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.950; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.951; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.951; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.952; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.953; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.953; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.954; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.954; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.955; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.957; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.958; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.959; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index.20130521184953958
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.959; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4cef60ac lockFactory=org.apache.lucene.store.NativeFSLockFactory@60f2706d) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.963; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.964; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.965; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.965; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.966; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35cbf519 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6014b841),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35cbf519 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6014b841),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.967; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.967; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.967; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5aa568e8 main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.969; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5aa568e8 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.969; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index.20130521184953958 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index.20130521184953958;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.970; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index.20130521184953958
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.970; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1369176570706/jetty4/index.20130521184953958
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.970; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.970; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.971; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.971; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:53.972; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.630; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.631; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38185_a_collection1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38185_a",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38185/a"}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.643; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.643; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.643; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.644; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.643; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.643; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.941; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.942; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: collection1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.950; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.954; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@27e7723d lockFactory=org.apache.lucene.store.NativeFSLockFactory@7bb2aa2a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.954; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.955; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@27e7723d lockFactory=org.apache.lucene.store.NativeFSLockFactory@7bb2aa2a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@27e7723d lockFactory=org.apache.lucene.store.NativeFSLockFactory@7bb2aa2a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.955; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.956; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@17335c67 main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.957; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.957; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@17335c67 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.958; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.968; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.969; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d6dc0f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@539d5d58),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d6dc0f3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@539d5d58),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.970; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.970; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@504e60be main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.971; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.971; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@504e60be main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.972; org.apache.solr.update.SolrCmdDistributor; Distrib commit to:[StdNode: http://127.0.0.1:38162/a/collection1/, StdNode: http://127.0.0.1:38177/a/collection1/, StdNode: http://127.0.0.1:38185/a/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.975; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.976; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e86950a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1156d548),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e86950a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1156d548),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.976; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.977; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4409e3d main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.977; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.978; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4409e3d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.979; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.981; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.981; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.982; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a62fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@40bb70d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a62fa lockFactory=org.apache.lucene.store.NativeFSLockFactory@40bb70d),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.982; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35cbf519 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6014b841),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35cbf519 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6014b841),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.982; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.983; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.984; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3b97ee91 main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.984; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@b212bc7 main
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.984; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.985; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3b97ee91 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.986; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@b212bc7 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.986; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.985; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.987; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.988; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.989; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.991; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.993; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.995; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:54.996; org.apache.solr.core.SolrCore; [collection1] webapp=/a path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.002; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435685719375872000)} 0 2
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.009; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={update.distrib=FROMLEADER&_version_=-1435685719381114880&update.from=http://127.0.0.1:38167/a/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435685719381114880)} 0 1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.013; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={update.distrib=FROMLEADER&_version_=-1435685719384260608&update.from=http://127.0.0.1:38162/a/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435685719384260608)} 0 1
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.014; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435685719384260608)} 0 6
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.015; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435685719381114880)} 0 10
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.018; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[0 (1435685719394746368)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.023; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1435685719396843520)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.024; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[0 (1435685719396843520)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.027; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[1 (1435685719404183552)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.034; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1435685719409426432)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.035; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1435685719409426432)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.035; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[1]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.038; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[2 (1435685719415717888)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.044; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1435685719419912192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.045; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[2 (1435685719419912192)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.048; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[3 (1435685719426203648)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.055; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1435685719431446528)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.056; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1435685719431446528)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.056; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[3]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.059; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[4 (1435685719437737984)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.066; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1435685719441932288)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.067; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[4 (1435685719441932288)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.070; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[5 (1435685719449272320)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.078; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1435685719455563776)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.079; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1435685719455563776)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.079; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[5]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.082; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[6 (1435685719461855232)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.088; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1435685719465000960)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.089; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[6 (1435685719465000960)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.091; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[7 (1435685719471292416)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.098; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1435685719476535296)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.099; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1435685719476535296)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.099; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[7]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.102; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[8 (1435685719482826752)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.108; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1435685719487021056)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.109; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[8 (1435685719487021056)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.111; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[9 (1435685719492263936)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.117; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1435685719496458240)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.118; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[9 (1435685719496458240)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.120; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[10 (1435685719501701120)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.127; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1435685719506944000)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.128; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1435685719506944000)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.128; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[10]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.131; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[11 (1435685719513235456)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.138; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1435685719518478336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.139; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1435685719518478336)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.139; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[11]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.142; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[12 (1435685719524769792)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.149; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1435685719530012672)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.150; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[12 (1435685719530012672)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.150; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[12]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.153; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[13 (1435685719536304128)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.161; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1435685719542595584)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.162; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[13 (1435685719542595584)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.162; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[13]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.165; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[14 (1435685719548887040)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.172; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1435685719554129920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.173; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[14 (1435685719554129920)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.173; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[14]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.177; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[15 (1435685719561469952)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.184; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1435685719566712832)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.185; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[15 (1435685719566712832)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.185; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[15]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.189; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[16 (1435685719574052864)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.196; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1435685719579295744)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.197; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[16 (1435685719579295744)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.197; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[16]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.200; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[17 (1435685719585587200)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.207; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1435685719590830080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.208; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[17 (1435685719590830080)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.208; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[17]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.211; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[18 (1435685719597121536)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.216; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1435685719600267264)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.217; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[18 (1435685719600267264)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.219; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[19 (1435685719605510144)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.224; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1435685719608655872)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.225; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[19 (1435685719608655872)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.227; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[20 (1435685719613898752)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.234; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1435685719619141632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.235; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[20 (1435685719619141632)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.235; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[20]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.238; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[21 (1435685719625433088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.243; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1435685719628578816)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.244; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[21 (1435685719628578816)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.246; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[22 (1435685719633821696)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.251; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1435685719636967424)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.252; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[22 (1435685719636967424)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.254; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[23 (1435685719642210304)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.262; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1435685719647453184)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.263; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[23 (1435685719647453184)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.263; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[23]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.266; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[24 (1435685719654793216)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.274; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1435685719661084672)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.275; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[24 (1435685719661084672)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.275; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[24]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.278; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[25 (1435685719667376128)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.285; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1435685719672619008)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.286; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1435685719672619008)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.286; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[25]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.289; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[26 (1435685719678910464)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.294; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1435685719682056192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.295; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[26 (1435685719682056192)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.298; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[27 (1435685719688347648)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.306; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1435685719694639104)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.307; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[27 (1435685719694639104)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.307; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[27]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.310; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[28 (1435685719700930560)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.315; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1435685719704076288)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.316; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[28 (1435685719704076288)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.318; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[29 (1435685719709319168)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.327; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1435685719715610624)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.328; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38162/a/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[29 (1435685719715610624)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.328; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[29]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.331; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[30 (1435685719722950656)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.336; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1435685719726096384)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.337; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[30 (1435685719726096384)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.340; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[31 (1435685719732387840)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.346; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={distrib.from=http://127.0.0.1:38167/a/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1435685719735533568)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.347; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[31 (1435685719735533568)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.350; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/a path=/update params={wt=javabin&version=2} {add=[32 (1435685719742873600)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-21 22:49:57.3

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

lection1 url=http://127.0.0.1:38276  couldn't connect to http://127.0.0.1:38268/collection1/, counting as success
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.310; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:38276 DONE. sync succeeded
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.311; org.apache.solr.cloud.SyncStrategy; We have been closed, won't attempt to sync replicas back to leader
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.313; org.apache.solr.cloud.ShardLeaderElectionContext; Not rejoining election because CoreContainer is shutdown
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.313; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@56094043
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.321; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=827,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.322; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.322; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.322; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.325; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.325; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.326; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1369176608977/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1369176608977/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.326; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1369176608977/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.326; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1369176608977/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1369176608977/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.326; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1369176608977/jetty4
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.327; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-05-21 22:54:04.327; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-21 22:54:04.327; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-21 22:54:04.327; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-05-21 22:54:04.328; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-21 22:54:04.328; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=239), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=239)), sim=DefaultSimilarity, locale=in, timezone=Etc/GMT0
[junit4:junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=249605008,total=377552896
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SpellCheckComponentTest, TestSchemaVersionResource, TestSystemIdResolver, TestFieldResource, TestPostingsSolrHighlighter, HardAutoCommitTest, TestDefaultSimilarityFactory, TestPropInject, XsltUpdateRequestHandlerTest, TestCollationKeyRangeQueries, ChaosMonkeySafeLeaderTest, PathHierarchyTokenizerFactoryTest, BasicZkTest, OutputWriterTest, TestFieldCollectionResource, DirectUpdateHandlerTest, StatsComponentTest, TermVectorComponentDistributedTest, TestCloudManagedSchema, TestLazyCores, TestDFRSimilarityFactory, SolrIndexConfigTest, TestFiltering, ZkSolrClientTest, SignatureUpdateProcessorFactoryTest, IndexReaderFactoryTest, TestOmitPositions, EchoParamsTest, RequiredFieldsTest, TestMergePolicyConfig, ClusterStateTest, TestSolrQueryParserResource, TestCSVResponseWriter, TestFastOutputStream, TestCodecSupport, MultiTermTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestStressLucene, RequestHandlersTest, PingRequestHandlerTest, TestComponentsName, TestRangeQuery, TestRandomFaceting, TestFieldTypeResource, DefaultValueUpdateProcessorTest, TestStressReorder, TestSolrXMLSerializer, TestZkChroot, DebugComponentTest, TestDynamicFieldResource, FullSolrCloudDistribCmdsTest, TestIndexingPerformance, OpenExchangeRatesOrgProviderTest, TestSolrQueryParserDefaultOperatorResource, UniqFieldsUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, DOMUtilTest, DateMathParserTest, SortByFunctionTest, IndexBasedSpellCheckerTest, HighlighterConfigTest, SpellCheckCollatorTest, SpellPossibilityIteratorTest, CurrencyFieldOpenExchangeTest, SuggesterWFSTTest, TestLuceneMatchVersion, TestSolr4Spatial, TestIndexSearcher, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, ShardRoutingTest, TestDistributedSearch, TestRecovery, TestMultiCoreConfBootstrap, TestStressVersions, TestCoreContainer, SolrCoreTest, QueryElevationComponentTest, TestSort, TestBadConfig, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrRequestParserTest, TestTrie, NoCacheHeaderTest, TestUpdate, TestWordDelimiterFilterFactory, DocValuesMultiTest, TestSolrDeletionPolicy1, CacheHeaderTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, TestArbitraryIndexDir, LoggingHandlerTest, TestJmxIntegration, ReturnFieldsTest, JSONWriterTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestBinaryResponseWriter, SOLR749Test, TestPropInjectDefaults, AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, TestBinaryField, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestNumberUtils, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, LegacyHTMLStripCharFilterTest, TimeZoneUtilsTest, ChaosMonkeyNothingIsSafeTest, TestSolrJ, TestUtils, ZkNodePropsTest, FileUtilsTest, AliasIntegrationTest, ShardSplitTest]
[junit4:junit4] Completed on J1 in 235.82s, 1 test, 1 failure <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/lucene/common-build.xml:887: There were test failures: 291 suites, 1206 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-Tests-4.3-Java6 - Build # 18 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.3-Java6/18/

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

Error Message:
Server at http://127.0.0.1:52450/wx/us returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:52450/wx/us returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([213103B1D8A58BB5:A0D78DA9AFFAEB89]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:372)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:208)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:133)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)




Build Log:
[...truncated 8427 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:40.188; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /wx/us
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:40.194; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:40.202; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:40.209; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:40.410; org.apache.solr.cloud.ZkTestServer; start zk server on port:52442
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:40.772; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> WARN  - 2013-05-22 06:54:40.850; org.apache.zookeeper.server.NIOServerCnxn; Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.539; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@512a5253 name:ZooKeeperConnection Watcher:127.0.0.1:52442 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.539; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.545; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.651; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.653; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@18aa6bfd name:ZooKeeperConnection Watcher:127.0.0.1:52442/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.654; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.654; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.673; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.678; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.679; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.700; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.701; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.807; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.808; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.813; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.814; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.819; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.820; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.825; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.825; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.830; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.831; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.836; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.837; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.841; org.apache.solr.cloud.AbstractZkTestCase; put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:42.842; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.105; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.110; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:52446
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.111; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.111; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.112; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.112; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.113; org.apache.solr.core.CoreContainer; New CoreContainer 426207912
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.114; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.114; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.296; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.297; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.297; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.298; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.298; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.299; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.299; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.300; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.300; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.301; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.318; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.319; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52442/solr
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.354; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.356; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.362; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@52e52123 name:ZooKeeperConnection Watcher:127.0.0.1:52442 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.362; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.365; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.382; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.384; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3e3b9b12 name:ZooKeeperConnection Watcher:127.0.0.1:52442/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.385; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.399; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.438; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.441; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52446_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52446_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.455; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.487; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.491; org.apache.solr.cloud.Overseer; Overseer (id=89732263486619651-127.0.0.1:52446_wx%2Fus-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.514; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.540; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.544; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.547; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.578; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.591; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.592; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.593; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.593; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.596; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.597; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.598; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.678; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.757; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.859; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:43.867; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.510; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.514; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.517; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.523; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.564; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.564; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-controljetty-1369205682849/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/control/data/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.565; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53d439fe
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.565; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.566; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/control/data
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.566; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1369205680194/control/data/index/
[junit4:junit4]   1> WARN  - 2013-05-22 06:54:44.566; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1369205680194/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.567; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/control/data/index
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.572; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5238e759 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c6b9056),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.572; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.575; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.575; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.576; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.577; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.577; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.577; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.578; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.578; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.579; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.588; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.596; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@24c2ffbc main
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.596; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/control/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.597; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.598; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.601; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@24c2ffbc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.604; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:44.604; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.090; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.092; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52446_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52446/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.092; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.102; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.130; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.631; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.631; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:52446/wx/us collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.649; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.667; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.692; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.696; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.696; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.697; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:52446/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.697; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.697; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:52446/wx/us/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.698; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:52446/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:45.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.637; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.659; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.677; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52446/wx/us/collection1/ and leader is http://127.0.0.1:52446/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.677; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52446/wx/us
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.677; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.677; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.678; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.680; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.682; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.682; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.683; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.694; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.702; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.704; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6a761eb4 name:ZooKeeperConnection Watcher:127.0.0.1:52442/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.705; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.707; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.713; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.958; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.961; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:52450
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.962; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.962; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.963; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.963; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.964; org.apache.solr.core.CoreContainer; New CoreContainer 1068863502
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.964; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:46.965; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.131; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.131; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.132; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.132; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.133; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.133; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.134; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.134; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.135; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.135; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.153; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.154; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52442/solr
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.154; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.159; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@19a8ac5e name:ZooKeeperConnection Watcher:127.0.0.1:52442 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.160; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.176; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.190; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.194; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@54432395 name:ZooKeeperConnection Watcher:127.0.0.1:52442/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.194; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:47.202; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.174; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.176; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52446_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52446/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.193; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.193; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.193; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.207; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52450_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.236; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52450_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.240; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.240; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.241; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.242; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.243; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.243; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.256; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.257; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.257; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.258; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.260; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.261; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.262; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.315; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.378; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.480; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:48.487; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.089; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.094; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.096; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.102; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.146; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.147; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty1-1369205686713/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.147; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53d439fe
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.148; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.149; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.149; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-05-22 06:54:49.149; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.150; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty1/index
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.153; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784504dd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a0f411),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.154; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.157; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.157; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.158; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.159; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.160; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.161; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.161; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.162; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.162; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.172; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.180; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@6a47808b main
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.180; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty1/tlog
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.181; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.182; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.187; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@6a47808b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.190; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.190; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.701; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.702; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52450_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52450/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.702; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.703; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:49.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.194; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.194; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:52450/wx/us collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.195; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.214; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.226; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.226; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.227; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:52450/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.227; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.227; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:52450/wx/us/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.227; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:52450/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:50.228; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.226; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.248; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.248; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.248; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.259; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52450/wx/us/collection1/ and leader is http://127.0.0.1:52450/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.259; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52450/wx/us
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.259; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.260; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.260; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.262; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.264; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.264; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.265; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.534; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.537; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:52453
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.538; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.538; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.539; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.539; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.540; org.apache.solr.core.CoreContainer; New CoreContainer 2048568114
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.541; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.541; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.703; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.704; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.705; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.705; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.706; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.706; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.707; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.707; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.708; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.708; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.725; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.725; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52442/solr
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.726; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.727; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.730; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@49c03048 name:ZooKeeperConnection Watcher:127.0.0.1:52442 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.731; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.746; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.757; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.760; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@214f95bf name:ZooKeeperConnection Watcher:127.0.0.1:52442/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.760; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:51.773; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.763; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.764; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52450_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52450/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.781; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.781; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52453_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.781; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.781; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.781; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.783; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52453_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.793; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.793; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.793; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.793; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.794; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.794; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.795; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.796; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.803; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.803; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.804; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.804; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.806; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.808; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.808; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.859; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:52.919; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.020; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.027; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.605; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.609; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.612; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.618; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.657; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.658; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty2-1369205691282/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty2/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.658; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53d439fe
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.659; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.660; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty2
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.660; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-05-22 06:54:53.660; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.661; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty2/index
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.665; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@29935317 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e900995),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.665; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.668; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.669; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.670; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.670; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.671; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.671; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.672; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.673; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.673; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.682; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.690; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@75d74ab4 main
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.690; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty2/tlog
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.691; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.692; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.700; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@75d74ab4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.703; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:53.703; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.295; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.296; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52453_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52453/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.296; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.297; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.353; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.353; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.353; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.353; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.707; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.707; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:52453/wx/us collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.708; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.729; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.740; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.741; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.741; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:52453/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.741; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.741; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:52453/wx/us/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.742; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:52453/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:54.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.861; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.884; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.884; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.884; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.884; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.931; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52453/wx/us/collection1/ and leader is http://127.0.0.1:52453/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.931; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52453/wx/us
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.931; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.931; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.932; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.934; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.936; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.936; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:55.937; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.203; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.206; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:52456
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.207; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.208; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.208; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.209; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.209; org.apache.solr.core.CoreContainer; New CoreContainer 1742546142
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.210; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.210; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.372; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.373; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.374; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.374; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.375; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.375; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.375; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.376; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.376; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.377; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.393; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.394; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52442/solr
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.394; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.395; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.399; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@20c77b27 name:ZooKeeperConnection Watcher:127.0.0.1:52442 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.399; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.415; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.426; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.429; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6903b425 name:ZooKeeperConnection Watcher:127.0.0.1:52442/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.429; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:56.441; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.393; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.394; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52453_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52453/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.411; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.411; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.411; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.411; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.411; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.445; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52456_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.447; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52456_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.451; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.451; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.451; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.451; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.451; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.452; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.452; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.454; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.454; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.455; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.461; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.461; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.462; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.462; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.464; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.466; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.466; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.516; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.576; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.677; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:57.684; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.267; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.271; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.274; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.284; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.321; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.321; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty3-1369205695953/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.321; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53d439fe
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.322; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.323; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.323; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-05-22 06:54:58.323; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.324; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.327; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e50039c lockFactory=org.apache.lucene.store.NativeFSLockFactory@57d94c7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.328; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.331; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.331; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.332; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.333; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.334; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.334; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.334; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.335; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.336; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.345; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.353; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@245a690 main
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.353; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/tlog
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.354; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.355; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.360; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@245a690 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.363; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.363; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.919; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.920; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52456_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52456/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.920; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.921; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.934; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.934; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.934; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.934; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:58.934; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.367; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.367; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:52456/wx/us collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.373; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52456/wx/us/collection1/ and leader is http://127.0.0.1:52450/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.374; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52456/wx/us
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.374; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.374; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.382; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.382; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.382; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.383; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.383; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.384; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.385; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.385; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.387; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.437; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.664; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.667; org.eclipse.jetty.server.AbstractConnector; Started SocketConnector@127.0.0.1:52460
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.668; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.669; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.669; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.669; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.670; org.apache.solr.core.CoreContainer; New CoreContainer 1282618801
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.671; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.671; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.834; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.835; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.835; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.836; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.836; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.837; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.837; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.838; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.838; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.839; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.857; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.857; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52442/solr
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.858; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.859; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@49df819 name:ZooKeeperConnection Watcher:127.0.0.1:52442 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.866; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.879; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.881; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2f1b2b6f name:ZooKeeperConnection Watcher:127.0.0.1:52442/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.881; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-22 06:54:59.887; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.455; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.457; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52456_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52456/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.893; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52460_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.895; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52460_wx%2Fus
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.898; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.898; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.898; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.899; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.899; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.899; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.899; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.899; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.900; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.901; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.901; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.903; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.909; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.909; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.910; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.910; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.912; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/collection1/'
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.914; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.914; org.apache.solr.core.SolrResourceLoader; Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:00.964; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.024; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.126; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.133; org.apache.solr.schema.IndexSchema; [collection1] Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.440; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.440; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:52456_wx%252Fus&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2012 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.716; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.720; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.722; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.728; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.763; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.763; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1369205699410/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.764; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53d439fe
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.764; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.765; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.765; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:01.765; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.766; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.770; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e1d1648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073534),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.770; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.773; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.773; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.774; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.775; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.775; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.776; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.776; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.777; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.777; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.786; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.793; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@71f12b9e main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.793; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/tlog
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.794; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.794; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.799; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@71f12b9e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.802; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:01.802; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.005; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.006; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52460_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52460/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.007; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.007; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.022; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.022; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.022; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.022; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.022; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.022; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.805; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.805; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:52460/wx/us collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.810; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52460/wx/us/collection1/ and leader is http://127.0.0.1:52453/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.810; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52460/wx/us
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.810; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.810; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.811; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.812; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.812; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.812; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.813; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.814; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.814; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.814; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.815; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.834; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.834; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.836; org.apache.solr.cloud.AbstractFullDistribZkTestBase; Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.836; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:02.837; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.442; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:52450/wx/us/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.454; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.473; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:52456/wx/us START replicas=[http://127.0.0.1:52450/wx/us/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:03.486; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.487; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.487; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.487; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.487; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.488; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:52450/wx/us/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.488; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.501; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.505; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.508; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784504dd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a0f411),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.508; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.509; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784504dd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a0f411),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784504dd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a0f411),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.509; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.510; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2797fd81 realtime
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.510; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.511; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.529; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.530; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52460_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52460/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.546; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.546; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.546; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.585; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.585; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.607; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.610; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.611; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.612; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.612; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.612; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.614; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.615; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.616; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index.20130522075503615
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.616; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@462e1da8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@61234e59) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.631; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=6 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.647; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.648; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.649; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.651; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e50039c lockFactory=org.apache.lucene.store.NativeFSLockFactory@57d94c7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e50039c lockFactory=org.apache.lucene.store.NativeFSLockFactory@57d94c7b),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.651; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.651; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.652; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@34c945ea main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.653; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@34c945ea main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.654; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index.20130522075503615 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index.20130522075503615;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.654; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index.20130522075503615
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.654; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty3/index.20130522075503615
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.655; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.655; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.655; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.655; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.657; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.836; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.836; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:52460_wx%252Fus&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:03.840; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:04.845; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.052; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.053; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52456_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52456/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.838; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:52453/wx/us/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.838; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:52460/wx/us START replicas=[http://127.0.0.1:52453/wx/us/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:05.839; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.839; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.839; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.839; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.839; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.840; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:52453/wx/us/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.841; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.847; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.851; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.858; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.861; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@29935317 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e900995),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.861; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.862; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@29935317 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e900995),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@29935317 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e900995),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.862; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.863; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@56f86d9e realtime
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.863; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.864; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.865; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.865; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.867; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.867; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.868; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.868; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.868; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.871; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.872; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.876; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index.20130522075505872
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.876; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f855a27 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c0a9ec) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.879; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.880; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.881; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.881; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.883; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e1d1648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073534),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e1d1648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073534),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.884; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.884; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.884; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2feaad1 main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.886; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@2feaad1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.886; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index.20130522075505872 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index.20130522075505872;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.887; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index.20130522075505872
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.887; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index.20130522075505872
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.887; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.887; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.888; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.888; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:05.890; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.579; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.581; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52460_wx%2Fus",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52460/wx/us"}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.596; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.596; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.596; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.596; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.596; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.596; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.850; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.852; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: collection1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.859; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.863; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5238e759 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c6b9056),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.864; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.864; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5238e759 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c6b9056),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5238e759 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c6b9056),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.865; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.865; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@593680e1 main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.866; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.867; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@593680e1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.868; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.895; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.896; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784504dd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a0f411),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@784504dd lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a0f411),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.896; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.897; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2a03803 main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.897; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.898; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@2a03803 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.899; org.apache.solr.update.SolrCmdDistributor; Distrib commit to:[StdNode: http://127.0.0.1:52456/wx/us/collection1/, StdNode: http://127.0.0.1:52453/wx/us/collection1/, StdNode: http://127.0.0.1:52460/wx/us/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.902; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.903; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@29935317 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e900995),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@29935317 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e900995),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.904; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.904; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1c90ca10 main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.905; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.906; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1c90ca10 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.906; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.908; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.908; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.909; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e50039c lockFactory=org.apache.lucene.store.NativeFSLockFactory@57d94c7b),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e50039c lockFactory=org.apache.lucene.store.NativeFSLockFactory@57d94c7b),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.910; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e1d1648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073534),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e1d1648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073534),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.910; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.910; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.911; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@10e3c6a3 main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.911; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3fe9aade main
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.911; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.912; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.912; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@10e3c6a3 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.913; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3fe9aade main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.913; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.913; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.914; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.915; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.919; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.921; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.922; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:06.925; org.apache.solr.core.SolrCore; [collection1] webapp=/wx/us path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.931; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435716245445935104)} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.940; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={update.distrib=FROMLEADER&_version_=-1435716245451177984&update.from=http://127.0.0.1:52453/wx/us/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435716245451177984)} 0 2
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.944; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={update.distrib=FROMLEADER&_version_=-1435716245456420864&update.from=http://127.0.0.1:52450/wx/us/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1435716245456420864)} 0 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.945; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1435716245456420864)} 0 7
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.946; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1435716245451177984)} 0 12
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.949; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[a!0 (1435716245465858048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.956; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!0 (1435716245470052352)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.956; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[a!0 (1435716245470052352)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.959; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[b!1 (1435716245477392384)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.965; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!1 (1435716245480538112)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.966; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[b!1 (1435716245480538112)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.969; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[c!2 (1435716245487878144)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.974; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!2 (1435716245491023872)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.975; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[c!2 (1435716245491023872)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.977; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[d!3 (1435716245496266752)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.991; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!3 (1435716245507801088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.992; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!3 (1435716245507801088)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.992; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[d!3]} 0 12
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:08.995; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[e!4 (1435716245515141120)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.000; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!4 (1435716245518286848)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.001; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[e!4 (1435716245518286848)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.003; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[f!5 (1435716245523529728)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.008; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!5 (1435716245526675456)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.009; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[f!5 (1435716245526675456)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.011; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[g!6 (1435716245531918336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.018; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!6 (1435716245537161216)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.019; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[g!6 (1435716245537161216)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.019; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[g!6]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.022; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[h!7 (1435716245543452672)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.029; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!7 (1435716245548695552)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.030; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!7 (1435716245548695552)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.030; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[h!7]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.033; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[i!8 (1435716245554987008)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.038; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!8 (1435716245558132736)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.039; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[i!8 (1435716245558132736)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.042; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[j!9 (1435716245564424192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.050; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[j!9 (1435716245569667072)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.051; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[j!9 (1435716245569667072)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.052; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[j!9]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.055; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[k!10 (1435716245578055680)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.060; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[k!10 (1435716245581201408)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.061; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[k!10 (1435716245581201408)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.063; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[l!11 (1435716245586444288)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.070; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[l!11 (1435716245591687168)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.071; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[l!11 (1435716245591687168)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.072; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[l!11]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.074; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[m!12 (1435716245597978624)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.079; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[m!12 (1435716245601124352)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.080; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[m!12 (1435716245601124352)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.082; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[n!13 (1435716245606367232)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.089; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[n!13 (1435716245611610112)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.090; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[n!13 (1435716245611610112)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.090; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[n!13]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.093; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[o!14 (1435716245617901568)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.100; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[o!14 (1435716245623144448)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.101; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[o!14 (1435716245623144448)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.101; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[o!14]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.104; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[p!15 (1435716245629435904)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.111; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[p!15 (1435716245634678784)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.112; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[p!15 (1435716245634678784)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.112; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[p!15]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.115; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[q!16 (1435716245640970240)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.122; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[q!16 (1435716245646213120)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.123; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[q!16 (1435716245646213120)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.123; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[q!16]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.126; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[r!17 (1435716245652504576)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.133; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[r!17 (1435716245657747456)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.134; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[r!17 (1435716245657747456)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.134; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[r!17]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.137; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[s!18 (1435716245664038912)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.142; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[s!18 (1435716245667184640)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.143; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[s!18 (1435716245667184640)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.145; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[t!19 (1435716245672427520)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.150; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[t!19 (1435716245675573248)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.151; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[t!19 (1435716245675573248)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.153; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[u!20 (1435716245680816128)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.160; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[u!20 (1435716245686059008)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.161; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[u!20 (1435716245686059008)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.161; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[u!20]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.164; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[v!21 (1435716245692350464)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.171; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[v!21 (1435716245697593344)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.172; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[v!21 (1435716245697593344)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.172; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[v!21]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.175; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[w!22 (1435716245703884800)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.182; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[w!22 (1435716245709127680)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.183; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[w!22 (1435716245709127680)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.183; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[w!22]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.186; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[x!23 (1435716245715419136)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.193; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[x!23 (1435716245720662016)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.194; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[x!23 (1435716245720662016)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.194; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[x!23]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.197; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[y!24 (1435716245726953472)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.202; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[y!24 (1435716245730099200)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.203; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[y!24 (1435716245730099200)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.205; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[z!25 (1435716245735342080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.210; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[z!25 (1435716245738487808)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.211; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[z!25 (1435716245738487808)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.213; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[a!26 (1435716245743730688)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.220; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[a!26 (1435716245748973568)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.221; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[a!26 (1435716245748973568)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.221; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[a!26]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.224; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[b!27 (1435716245755265024)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.229; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[b!27 (1435716245758410752)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.230; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[b!27 (1435716245758410752)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.232; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[c!28 (1435716245763653632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.238; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[c!28 (1435716245766799360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.238; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[c!28 (1435716245766799360)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.241; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[d!29 (1435716245773090816)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.248; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[d!29 (1435716245778333696)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.249; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[d!29 (1435716245778333696)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.249; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[d!29]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.252; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[e!30 (1435716245784625152)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.259; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[e!30 (1435716245789868032)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.260; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[e!30 (1435716245789868032)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.261; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[e!30]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.263; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[f!31 (1435716245796159488)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.270; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[f!31 (1435716245801402368)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.271; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[f!31 (1435716245801402368)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.271; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[f!31]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.274; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[g!32 (1435716245807693824)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.280; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[g!32 (1435716245810839552)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.281; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[g!32 (1435716245810839552)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.283; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[h!33 (1435716245817131008)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.290; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[h!33 (1435716245822373888)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.291; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52453/wx/us/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[h!33 (1435716245822373888)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.292; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[h!33]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.294; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={wt=javabin&version=2} {add=[i!34 (1435716245828665344)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.303; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx/us path=/update params={distrib.from=http://127.0.0.1:52450/wx/us/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[i!34 (1435716245834956800)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:09.304; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/wx

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

50.396; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:52460/wx/us/collection1/
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.396; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@68520c8a
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.408; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=10,adds=10,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.409; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.410; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.410; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.417; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e1d1648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073534),segFN=segments_4,generation=4,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_Lucene40_0.frq, _0.fdx, _0.si, _0.fdt, _0_Lucene40_0.tip, segments_4]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3e1d1648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e073534),segFN=segments_5,generation=5,filenames=[_1_Lucene40_0.tim, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0.fdx, segments_5, _0.si, _0.fdt]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.418; org.apache.solr.core.SolrDeletionPolicy; newest commit = 5[_1_Lucene40_0.tim, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0.fdx, segments_5, _0.si, _0.fdt]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.518; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.569; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.569; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.570; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.570; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.571; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1369205680194/jetty4
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.571; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:50.572; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/election/89732263486619660-5-n_0000000001
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:152)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:149)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:149)
[junit4:junit4]   1> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63)
[junit4:junit4]   1> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:260)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:50.573; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.573; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:50.574; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-22 06:55:50.574; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:50.574; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-22 06:55:50.574; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_GT, timezone=GB
[junit4:junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=221588576,total=518914048
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestUtils, SampleTest, TestNumberUtils, TestOmitPositions, TestFastOutputStream, DefaultValueUpdateProcessorTest, SpellCheckCollatorTest, TestCSVLoader, XmlUpdateRequestHandlerTest, TestElisionMultitermQuery, JSONWriterTest, ConvertedLegacyTest, TestSystemIdResolver, SuggesterTSTTest, TestCodecSupport, CurrencyFieldXmlFileTest, ClusterStateTest, OpenCloseCoreStressTest, TestCSVResponseWriter, TestPropInject, SolrCoreCheckLockOnStartupTest, TestFieldTypeResource, TestSolrXMLSerializer, SolrCmdDistributorTest, IndexBasedSpellCheckerTest, ShardSplitTest]
[junit4:junit4] Completed on J1 in 70.74s, 1 test, 1 error <<< FAILURES!

[...truncated 804 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/solr/common-build.xml:437: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/lucene/common-build.xml:1243: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.3-Java6/lucene/common-build.xml:887: There were test failures: 291 suites, 1206 tests, 1 error, 13 ignored (7 assumptions)

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