You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/04/20 15:41:14 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b84) - Build # 5260 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5260/
Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseSerialGC

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

Error Message:
Server at http://127.0.0.1:41135/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:41135/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([383181D9D53229F:82659605EA0C42A3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:387)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	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:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
Server refused connection at: http://127.0.0.1:39057/m_/qb/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:39057/m_/qb/collection1
	at __randomizedtesting.SeedInfo.seed([383181D9D53229F:82659605EA0C42A3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:429)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:145)
	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:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:39057 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 46 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
	at java.net.Socket.connect(Socket.java:581)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 53 more




Build Log:
[...truncated 9070 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.008; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.012; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.013; 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-04-20 13:23:42.014; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.114; org.apache.solr.cloud.ZkTestServer; start zk server on port:48198
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.116; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.124; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@426e39 name:ZooKeeperConnection Watcher:127.0.0.1:48198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.124; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.125; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.130; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.132; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@859401 name:ZooKeeperConnection Watcher:127.0.0.1:48198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.132; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.137; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.146; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.150; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.150; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.156; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.157; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.161; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.162; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.165; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.169; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.173; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/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-04-20 13:23:42.174; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.177; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.178; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.183; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.188; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.188; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.391; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.473; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57085
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.487; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.488; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.488; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.489; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.489; org.apache.solr.core.CoreContainer; New CoreContainer 22846336
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.489; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.490; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.581; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.581; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.582; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.582; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.582; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.583; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.583; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.584; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.584; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.585; 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-04-20 13:23:42.588; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.589; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48198/solr
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.589; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.590; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.593; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1b945cd name:ZooKeeperConnection Watcher:127.0.0.1:48198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.595; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.597; 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-04-20 13:23:42.603; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.605; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a5bd9f name:ZooKeeperConnection Watcher:127.0.0.1:48198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.605; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.607; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.612; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.616; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.618; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57085_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.619; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57085_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.623; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.700; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.703; org.apache.solr.cloud.Overseer; Overseer (id=89552599254368259-127.0.0.1:57085_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.706; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.710; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.711; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.714; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.716; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.719; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.722; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.722; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.723; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.723; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.725; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.726; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.726; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.767; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.805; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.807; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:42.810; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.168; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.173; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.175; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.192; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.195; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.199; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:43.200; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:43.201; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.201; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:43.202; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:43.203; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.203; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.203; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1366464222194/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.204; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.205; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.205; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.205; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/index/
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:43.205; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.206; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/index
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.207; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c12f05 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b3f68),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.207; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.209; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.209; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.210; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.210; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.211; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.211; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.211; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.211; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.212; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.214; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.267; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@8cd2bf main
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.267; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.268; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.268; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.272; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@8cd2bf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.273; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:43.273; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.225; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.226; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57085_",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57085"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.226; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.228; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.235; 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-04-20 13:23:44.275; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.276; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:57085 collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.277; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.287; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.290; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.290; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.291; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:57085/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.291; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.292; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:57085/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.292; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:57085/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:44.292; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.741; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.787; 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-04-20 13:23:45.804; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:57085/collection1/ and leader is http://127.0.0.1:57085/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.804; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57085
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.805; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.805; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.805; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.807; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.809; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.809; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.824; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.832; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.835; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.837; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@ca42e5 name:ZooKeeperConnection Watcher:127.0.0.1:48198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.837; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.839; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.845; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.920; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.924; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40126
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.925; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.925; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.925; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.926; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.926; org.apache.solr.core.CoreContainer; New CoreContainer 19307547
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.927; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:45.927; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.013; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.014; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.015; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.015; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.016; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.016; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.017; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.018; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.018; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.019; 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-04-20 13:23:46.025; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.026; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48198/solr
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.026; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.027; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.029; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c0305c name:ZooKeeperConnection Watcher:127.0.0.1:48198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.029; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.032; 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-04-20 13:23:46.037; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.038; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1380579 name:ZooKeeperConnection Watcher:127.0.0.1:48198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.039; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:46.043; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.048; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40126_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.049; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40126_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.053; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.053; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.053; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.054; 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-04-20 13:23:47.060; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.061; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.061; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.062; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.063; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.064; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.064; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.091; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.120; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.121; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.125; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.296; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.297; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57085_",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57085"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.308; 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-04-20 13:23:47.308; 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-04-20 13:23:47.308; 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-04-20 13:23:47.473; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.478; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.480; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.497; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.501; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.504; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:47.506; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:47.507; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.507; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:47.509; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:47.509; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.510; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.510; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.510; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.511; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.511; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.511; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:47.512; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.512; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty1/index
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.513; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10c5b20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e426c4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.513; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.515; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.515; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.516; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.516; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.517; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.517; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.517; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.518; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.518; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.521; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.573; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1a66286 main
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.573; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty1/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.574; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.574; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.579; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1a66286 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.581; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:47.582; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:48.815; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:48.816; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40126"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:48.816; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:48.816; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:48.853; 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-04-20 13:23:48.854; 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-04-20 13:23:48.853; 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-04-20 13:23:49.584; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.584; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:40126 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.585; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.593; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.597; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.597; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.597; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:40126/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.598; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.598; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:40126/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.598; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:40126/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:49.598; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.359; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.368; 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-04-20 13:23:50.369; 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-04-20 13:23:50.368; 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-04-20 13:23:50.407; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40126/collection1/ and leader is http://127.0.0.1:40126/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.408; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40126
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.408; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.408; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.409; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.411; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.412; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.413; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.413; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.484; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.486; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41135
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.487; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.487; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.488; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.488; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.489; org.apache.solr.core.CoreContainer; New CoreContainer 2439009
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.489; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.489; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.568; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.569; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.569; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.570; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.570; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.570; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.571; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.571; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.572; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.572; 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-04-20 13:23:50.576; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.576; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48198/solr
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.577; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.578; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.579; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@dbfb81 name:ZooKeeperConnection Watcher:127.0.0.1:48198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.580; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.582; 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-04-20 13:23:50.586; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.587; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7ccbc8 name:ZooKeeperConnection Watcher:127.0.0.1:48198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.588; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:50.592; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.597; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41135_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.600; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41135_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.603; 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-04-20 13:23:51.604; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.604; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.604; 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-04-20 13:23:51.604; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.605; 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-04-20 13:23:51.606; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.610; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.610; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.611; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.612; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.613; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.614; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.615; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.647; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.685; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.687; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.691; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.876; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.877; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>   "core_node_name":"2",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40126"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.882; 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-04-20 13:23:51.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: 3)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.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: 3)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:51.882; 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-04-20 13:23:52.087; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.093; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.095; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.115; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.119; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.122; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:52.124; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:52.124; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.124; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:52.126; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:52.126; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.126; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.127; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1366464230417/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty2/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.127; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.127; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.128; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty2
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.128; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:52.128; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.129; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty2/index
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.130; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1706851 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b5da62),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.130; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.132; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.132; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.133; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.133; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.134; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.134; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.134; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.135; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.135; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.137; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.190; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1e166f0 main
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.190; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty2/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.191; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.191; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.195; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1e166f0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.196; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:52.197; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:53.390; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:53.391; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41135_",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41135"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:53.391; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:53.391; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:53.398; 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-04-20 13:23:53.398; 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-04-20 13:23:53.398; 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-04-20 13:23:53.399; 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-04-20 13:23:54.198; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.199; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:41135 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.200; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.207; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.210; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.211; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.211; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:41135/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.211; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.212; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:41135/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.212; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:41135/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.212; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.905; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.918; 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-04-20 13:23:54.918; 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-04-20 13:23:54.918; 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-04-20 13:23:54.918; 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-04-20 13:23:54.922; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41135/collection1/ and leader is http://127.0.0.1:41135/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.922; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41135
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.922; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.923; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.923; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.925; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.927; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.927; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:54.928; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.020; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.023; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:35726
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.024; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.024; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.025; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.025; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.026; org.apache.solr.core.CoreContainer; New CoreContainer 13117652
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.026; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.027; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.125; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.126; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.126; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.127; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.127; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.128; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.128; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.128; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.129; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.129; 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-04-20 13:23:55.133; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.134; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48198/solr
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.134; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.135; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.137; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@139c7de name:ZooKeeperConnection Watcher:127.0.0.1:48198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.137; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.139; 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-04-20 13:23:55.143; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.144; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@d812fc name:ZooKeeperConnection Watcher:127.0.0.1:48198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.145; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:55.149; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.153; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35726_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.156; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:35726_
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.159; 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-04-20 13:23:56.164; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.164; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.164; 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-04-20 13:23:56.164; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.164; 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-04-20 13:23:56.165; 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-04-20 13:23:56.167; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.167; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.175; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.175; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.176; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.176; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.178; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.178; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.179; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.201; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.241; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.243; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.248; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.430; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.432; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41135_",
[junit4:junit4]   1>   "core_node_name":"3",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41135"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.438; 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-04-20 13:23:56.438; 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-04-20 13:23:56.438; 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-04-20 13:23:56.438; 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-04-20 13:23:56.438; 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-04-20 13:23:56.608; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.614; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.616; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.636; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.639; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.642; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:56.644; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:56.644; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.644; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:56.646; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:56.646; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.646; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.646; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1366464234933/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.647; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.647; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.648; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.648; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-04-20 13:23:56.648; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.648; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.650; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5bd615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3466c6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.650; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.652; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.652; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.652; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.653; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.653; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.654; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.654; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.654; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.655; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.657; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.709; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@112f901 main
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.710; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.711; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.711; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.714; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@112f901 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.721; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:56.721; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:57.946; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:57.947; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:35726_",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35726"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:57.947; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:57.948; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:57.974; 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-04-20 13:23:57.974; 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-04-20 13:23:57.974; 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-04-20 13:23:57.974; 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-04-20 13:23:57.975; 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-04-20 13:23:58.723; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.723; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:35726 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.728; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:35726/collection1/ and leader is http://127.0.0.1:40126/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.728; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35726
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.728; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.728; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.732; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.732; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.733; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.733; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.733; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.734; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.735; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.734; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.736; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.838; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.841; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57343
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.843; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.844; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.844; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.845; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.845; org.apache.solr.core.CoreContainer; New CoreContainer 15778205
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.846; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.846; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.968; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.969; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.970; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.971; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.971; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.972; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.973; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.974; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.974; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.975; 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-04-20 13:23:58.979; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.980; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48198/solr
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.981; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.985; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:58.999; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1dacdb4 name:ZooKeeperConnection Watcher:127.0.0.1:48198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.000; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.011; 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-04-20 13:23:59.013; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.017; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.019; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@781645 name:ZooKeeperConnection Watcher:127.0.0.1:48198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.020; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.025; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.482; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.483; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:35726_",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35726"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:23:59.489; 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-04-20 13:23:59.489; 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-04-20 13:23:59.490; 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-04-20 13:23:59.489; 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-04-20 13:23:59.489; 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-04-20 13:23:59.490; 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-04-20 13:24:00.014; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.015; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&onlyIfLeader=true&state=recovering&wt=javabin&nodeName=127.0.0.1:35726_&action=PREPRECOVERY&coreNodeName=4&core=collection1&checkLive=true} status=0 QTime=1004 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.030; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57343_
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57343_
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.060; 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-04-20 13:24:00.061; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.061; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.062; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.062; 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-04-20 13:24:00.062; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.062; 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-04-20 13:24:00.061; 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-04-20 13:24:00.061; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.062; 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-04-20 13:24:00.063; 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-04-20 13:24:00.064; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.070; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.070; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.071; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.071; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.072; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.073; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.073; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.112; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.146; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.148; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.153; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.573; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.579; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.581; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.597; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.601; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.604; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:00.606; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:00.606; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.607; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:00.608; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:00.608; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.609; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.609; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1366464238743/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.609; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a000
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.610; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.610; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.611; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:00.611; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.611; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.613; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@93e037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c2f17f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.614; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.616; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.617; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.618; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.618; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.619; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.619; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.620; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.621; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.621; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.625; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.679; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@39da8b main
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.679; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.680; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.680; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.684; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@39da8b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.685; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.686; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.996; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.997; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57343_",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57343"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.997; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:00.997; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.002; 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-04-20 13:24:01.002; 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-04-20 13:24:01.002; 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-04-20 13:24:01.002; 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-04-20 13:24:01.002; 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-04-20 13:24:01.002; 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-04-20 13:24:01.687; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.688; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:57343 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.692; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:57343/collection1/ and leader is http://127.0.0.1:41135/collection1/
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.692; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57343
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.693; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.693; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.693; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.694; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.694; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.695; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.695; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.696; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.696; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.697; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.697; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.702; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.703; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.704; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.709; org.apache.solr.core.CoreContainer; Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.710; org.apache.solr.cloud.ZkController; Check for collection zkNode:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.711; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.711; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.713; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.716; org.apache.solr.cloud.ZkController; Load collection config from:/collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.717; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/onenodecollectioncore/'
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.755; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.783; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.785; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:01.789; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.049; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:40126/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.053; 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-04-20 13:24:02.059; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:35726 START replicas=[http://127.0.0.1:40126/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:02.061; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.062; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.062; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.062; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.063; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.063; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:40126/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.063; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.095; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={version=2&qt=/get&wt=javabin&getVersions=100&distrib=false} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.101; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.107; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10c5b20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e426c4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.107; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.108; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10c5b20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e426c4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10c5b20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e426c4),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.108; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.108; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@b97f5 realtime
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.109; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.109; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={version=2&softCommit=false&wt=javabin&commit_end_point=true&openSearcher=false&waitSearcher=true&commit=true} {commit=} 0 16
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.144; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.145; 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-04-20 13:24:02.152; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.154; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.159; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.162; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.167; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.167; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&qt=/replication&wt=javabin&command=indexversion} status=0 QTime=13 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.169; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.169; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.169; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.172; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&generation=2&qt=/replication&wt=javabin&command=filelist} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.173; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.174; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index.20130420142402174
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.175; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@100134c lockFactory=org.apache.lucene.store.NativeFSLockFactory@9ffefd) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.178; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.182; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={generation=2&checksum=true&qt=/replication&wt=filestream&file=segments_2&command=filecontent} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.185; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.188; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.188; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:02.190; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:02.191; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.191; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:02.193; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:02.193; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.193; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.194; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.194; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.194; org.apache.solr.core.SolrCore; [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1366464225846/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366464222013/onenodecollection/
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.196; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a000
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.196; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5bd615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3466c6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5bd615 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3466c6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.196; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.197; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.198; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366464222013/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.199; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.199; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366464222013/onenodecollection/index/
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.200; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1867cc2 main
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:02.200; org.apache.solr.core.SolrCore; [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366464222013/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.201; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366464222013/onenodecollection/index
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.202; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1867cc2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.203; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index.20130420142402174 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index.20130420142402174;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.203; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@31a572 lockFactory=org.apache.lucene.store.NativeFSLockFactory@242f67),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.204; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.203; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index.20130420142402174
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.205; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty3/index.20130420142402174
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.205; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.206; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.206; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.207; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.206; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.208; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.208; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.209; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.210; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.211; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.211; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.212; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.213; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.214; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.218; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.272; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1e966f main
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.273; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366464222013/onenodecollection/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.273; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.273; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.278; org.apache.solr.core.SolrCore; [onenodecollectioncore] Registered new searcher Searcher@1e966f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.280; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=down
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.509; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.510; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57343_",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57343"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.514; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:35726_",
[junit4:junit4]   1>   "core_node_name":"4",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35726"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.518; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"onenodecollectioncore",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40126"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.518; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection onenodecollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.519; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.531; 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-04-20 13:24:02.532; 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-04-20 13:24:02.531; 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-04-20 13:24:02.531; 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-04-20 13:24:02.531; 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-04-20 13:24:02.531; 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-04-20 13:24:02.704; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:02.704; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&onlyIfLeader=true&state=recovering&wt=javabin&nodeName=127.0.0.1:57343_&action=PREPRECOVERY&coreNodeName=5&core=collection1&checkLive=true} status=0 QTime=1001 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.281; org.apache.solr.core.CoreContainer; registering core: onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.282; org.apache.solr.cloud.ZkController; Register replica - core:onenodecollectioncore address:http://127.0.0.1:40126 collection:onenodecollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.283; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.291; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.294; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.295; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.295; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:40126/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.296; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.296; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:40126/onenodecollectioncore/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.297; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:40126/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:03.297; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.042; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.052; 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-04-20 13:24:04.052; 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-04-20 13:24:04.052; 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-04-20 13:24:04.052; 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-04-20 13:24:04.052; 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-04-20 13:24:04.052; 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-04-20 13:24:04.056; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40126/onenodecollectioncore/ and leader is http://127.0.0.1:40126/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.056; org.apache.solr.cloud.ZkController; No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:40126
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.057; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.057; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=active
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.059; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.061; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={roles=none&version=2&collection=onenodecollection&wt=javabin&name=onenodecollectioncore&action=CREATE&numShards=1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366464222013/onenodecollection} status=0 QTime=2352 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.062; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.063; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.705; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:41135/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.706; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:57343 START replicas=[http://127.0.0.1:41135/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-20 13:24:04.706; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.706; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.707; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.707; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.707; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.707; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:41135/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.707; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.711; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={version=2&qt=/get&wt=javabin&getVersions=100&distrib=false} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.713; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.714; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1706851 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b5da62),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.714; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.715; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1706851 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b5da62),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1706851 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b5da62),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.715; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.716; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@98d2ac realtime
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.716; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.716; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={version=2&softCommit=false&wt=javabin&commit_end_point=true&openSearcher=false&waitSearcher=true&commit=true} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.717; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.717; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.719; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.720; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&qt=/replication&wt=javabin&command=indexversion} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.721; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.721; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.721; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.723; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&generation=2&qt=/replication&wt=javabin&command=filelist} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.724; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.725; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index.20130420142404724
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.725; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@195920 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d9c679) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.728; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={generation=2&checksum=true&qt=/replication&wt=filestream&file=segments_2&command=filecontent} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.729; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.730; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.730; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.731; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@93e037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c2f17f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@93e037 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c2f17f),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.731; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.732; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.732; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1100c99 main
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.733; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1100c99 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.733; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index.20130420142404724 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index.20130420142404724;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.734; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index.20130420142404724
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.734; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/jetty4/index.20130420142404724
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.734; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.734; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.734; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.735; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:04.736; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:05.065; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:05.563; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:05.564; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40126__onenodecollectioncore",
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"onenodecollectioncore",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40126"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:05.568; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57343_",
[junit4:junit4]   1>   "core_node_name":"5",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57343"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:05.573; 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-04-20 13:24:05.573; 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-04-20 13:24:05.573; 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-04-20 13:24:05.573; 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-04-20 13:24:05.573; 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-04-20 13:24:05.573; 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-04-20 13:24:06.068; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:06.069; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:06.070; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:06.094; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:06.095; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@9aa2eb name:ZooKeeperConnection Watcher:127.0.0.1:48198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:06.096; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> / (2)
[junit4:junit4]   1> DATA:
[junit4:junit4]   1>     
[junit4:junit4]   1>  /solr (7)
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89552599254368264-127.0.0.1:41135_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89552599254368268-127.0.0.1:57343_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89552599254368266-127.0.0.1:35726_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89552599254368259-127.0.0.1:57085_-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89552599254368262-127.0.0.1:40126_-n_0000000001 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89552599254368259-127.0.0.1:57085_-n_0000000000"}
[junit4:junit4]   1>   /solr/collections (3)
[junit4:junit4]   1>    /solr/collections/onenodecollection (2)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {
[junit4:junit4]   1>          "configName":"conf1",
[junit4:junit4]   1>          "router":"compositeId"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/onenodecollection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/onenodecollection/leader_elect/shard1/election/89552599254368262-127.0.0.1:40126__onenodecollectioncore-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/onenodecollection/leaders (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>            "core":"onenodecollectioncore",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:40126"}
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89552599254368259-1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:57085_",
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:57085"}
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (2)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard2/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89552599254368268-5-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89552599254368264-3-n_0000000000 (0)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89552599254368262-2-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89552599254368266-4-n_0000000001 (0)
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>     /solr/collections/collection1/leaders (2)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:41135_",
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:41135"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:40126"}
[junit4:junit4]   1>   /solr/configs (1)
[junit4:junit4]   1>    /solr/configs/conf1 (9)
[junit4:junit4]   1>     /solr/configs/conf1/old_synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/protwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/solrconfig.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/schema.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/open-exchange-rates.json (0)
[junit4:junit4]   1>     DATA:
[junit4:junit4]   1>         {
[junit4:junit4]   1>           "disclaimer": "This data is not real, it was synthetically created to match currency.xml.  It is modeled after the data format available from openexchangerates.org.  See https://openexchangerates.org/documentation for details",
[junit4:junit4]   1>           "license": "http://www.apache.org/licenses/LICENSE-2.0",
[junit4:junit4]   1>           "timestamp": 1332070464,
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "IMPORTANT NOTE": "In order for tests to work, this data must be kept in sync with ./currency.xml",
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "base": "USD",
[junit4:junit4]   1>           "rates": {
[junit4:junit4]   1>             "USD": 1,
[junit4:junit4]   1>             "JPY": 81.29,
[junit4:junit4]   1>             "EUR": 2.5,
[junit4:junit4]   1>             "GBP": 0.5,
[junit4:junit4]   1>             "MXN": 2.0
[junit4:junit4]   1>           }
[junit4:junit4]   1>         }
[junit4:junit4]   1>         
[junit4:junit4]   1>     /solr/configs/conf1/currency.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>   /solr/live_nodes (5)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:35726_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:41135_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:57343_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:57085_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:40126_ (0)
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "shards":{
[junit4:junit4]   1>             "shard1":{
[junit4:junit4]   1>               "range":"80000000-ffffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "2":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:40126",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "4":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:35726_",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:35726"}}},
[junit4:junit4]   1>             "shard2":{
[junit4:junit4]   1>               "range":"0-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "3":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:41135_",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:41135",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "5":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57343_",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57343"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "onenodecollection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:40126__onenodecollectioncore":{
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:40126_",
[junit4:junit4]   1>                   "collection":"onenodecollection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"onenodecollectioncore",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:40126",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"1":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57085_",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57085",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:06.150; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 57085
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:06.152; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=22846336
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:07.081; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:07.082; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57085_",
[junit4:junit4]   1>   "core_node_name":"1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57085"}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:07.087; 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-04-20 13:24:07.088; 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-04-20 13:24:07.088; 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-04-20 13:24:07.087; 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-04-20 13:24:07.087; 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-04-20 13:24:08.154; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.154; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.157; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7ec03f
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.212; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.212; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.213; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.213; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.213; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.214; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.214; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.214; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data/index
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.215; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.215; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366464222013/control/data
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.216; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89552599254368259-127.0.0.1:57085_-n_0000000000) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.217; 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-04-20 13:24:08.218; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.218; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.218; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 13:24:08.219; 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> WARN  - 2013-04-20 13:24:08.219; org.apache.zookeeper.server.NIOServerCnxn; caught end of stream exce

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

 SolrDocument{id=513, _version_=1432842604594069504}]
[junit4:junit4]   2> ######http://127.0.0.1:50782/m_/qb/collection1: SolrDocumentList[sz=247]=[SolrDocument{id=2, _version_=1432842556210675712}, SolrDocument{id=3, _version_=1432842556221161472}, SolrDocument{id=5, _version_=1432842556240035840}, SolrDocument{id=6, _version_=1432842556247375872}, SolrDocument{id=7, _version_=1432842556255764480}] , [...] , [SolrDocument{id=509, _version_=1432842604211339264}, SolrDocument{id=510, _version_=1432842604301516800}, SolrDocument{id=511, _version_=1432842604406374400}, SolrDocument{id=513, _version_=1432842604594069504}, SolrDocument{id=515, _version_=1432842604819513344}]
[junit4:junit4]   2> ###### sizes=246,247
[junit4:junit4]   2> ###### Only in http://127.0.0.1:50782/m_/qb/collection1: [{_version_=1432842604819513344, id=515}]
[junit4:junit4]   2> !!!! WARNING: best effort to remove /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1366465119446 FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=383181D9D53229F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt_BR -Dtests.timezone=Asia/Pyongyang -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR    151s J1 | ChaosMonkeyShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:39057/m_/qb/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([383181D9D53229F:82659605EA0C42A3]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:429)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
[junit4:junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:145)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:39057 refused
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]    > Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
[junit4:junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
[junit4:junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
[junit4:junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
[junit4:junit4]    > 	at java.net.Socket.connect(Socket.java:581)
[junit4:junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
[junit4:junit4]    > 	... 53 more
[junit4:junit4]   1> INFO  - 2013-04-20 13:41:10.706; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 151267 T3472 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {_version_=Pulsing41(freqCutoff=8 minBlockSize=5 maxBlockSize=33), multiDefault=MockFixedIntBlock(blockSize=765), timestamp=Pulsing41(freqCutoff=8 minBlockSize=5 maxBlockSize=33), range_facet_l=Pulsing41(freqCutoff=8 minBlockSize=5 maxBlockSize=33), rnd_b=PostingsFormat(name=SimpleText), range_facet_sl=PostingsFormat(name=Asserting), range_facet_si=MockFixedIntBlock(blockSize=765), intDefault=Pulsing41(freqCutoff=8 minBlockSize=5 maxBlockSize=33), id=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=pt_BR, timezone=Asia/Pyongyang
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=103809544,total=222056448
[junit4:junit4]   2> NOTE: All tests run in this JVM: [OpenExchangeRatesOrgProviderTest, XmlUpdateRequestHandlerTest, TestRecovery, TestElisionMultitermQuery, TestOmitPositions, CopyFieldTest, TestMultiCoreConfBootstrap, TestAnalyzedSuggestions, SolrTestCaseJ4Test, DateMathParserTest, TestFoldingMultitermQuery, SpellCheckComponentTest, SignatureUpdateProcessorFactoryTest, RequestHandlersTest, TestLMJelinekMercerSimilarityFactory, TestReload, CurrencyFieldOpenExchangeTest, TestPropInject, TestSolr4Spatial, DocValuesMultiTest, TestSystemIdResolver, NotRequiredUniqueKeyTest, TestMergePolicyConfig, ZkNodePropsTest, HighlighterConfigTest, BasicDistributedZk2Test, TestQuerySenderNoQuery, DOMUtilTest, TestFieldTypeResource, DirectSolrSpellCheckerTest, TestHashPartitioner, TestBinaryField, HighlighterTest, TestRandomFaceting, ChaosMonkeySafeLeaderTest, XsltUpdateRequestHandlerTest, TestCoreDiscovery, TestAtomicUpdateErrorCases, TestDefaultSimilarityFactory, TestNumberUtils, TestDFRSimilarityFactory, TestArbitraryIndexDir, RequiredFieldsTest, SortByFunctionTest, TestLazyCores, ShardSplitTest, NumericFieldsTest, SimplePostToolTest, DisMaxRequestHandlerTest, NoCacheHeaderTest, TestJmxMonitoredMap, TestSolrQueryParserResource, TestJmxIntegration, TestBinaryResponseWriter, PreAnalyzedUpdateProcessorTest, TestBM25SimilarityFactory, TestUpdate, TestZkChroot, BadIndexSchemaTest, TestFiltering, SuggesterTSTTest, TestFastOutputStream, TestWordDelimiterFilterFactory, CoreContainerCoreInitFailuresTest, LeaderElectionIntegrationTest, CurrencyFieldXmlFileTest, FieldAnalysisRequestHandlerTest, TestFieldCollectionResource, UnloadDistributedZkTest, OpenCloseCoreStressTest, BasicZkTest, TestReplicationHandler, LeaderElectionTest, TestDistributedSearch, TestFaceting, TestStressReorder, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, SolrCmdDistributorTest, ConvertedLegacyTest, TestFunctionQuery, DirectUpdateHandlerTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SolrRequestParserTest, TestStressLucene, SuggesterWFSTTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, QueryEqualityTest, DefaultValueUpdateProcessorTest, DistanceFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, SolrIndexConfigTest, SampleTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, URLClassifyProcessorTest, PluginInfoTest, TestSolrXMLSerializer, TestSuggestSpellingConverter, ClusterStateTest, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, FileUtilsTest, TestRTGBase, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed on J1 in 151.79s, 1 test, 1 error <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 290 suites, 1202 tests, 2 errors, 13 ignored (7 assumptions)

Total time: 38 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b84) - Build # 5261 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5261/
Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([E379A0B0E52FD418:629F2EA89270B424]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	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:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9155 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.310; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.314; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.315; 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-04-20 14:55:49.315; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.415; org.apache.solr.cloud.ZkTestServer; start zk server on port:52287
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.416; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.529; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e024d2 name:ZooKeeperConnection Watcher:127.0.0.1:52287 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.530; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.530; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.534; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.537; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@27d67e name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.537; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.537; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.541; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.543; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.544; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.545; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.548; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.548; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.551; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.553; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.553; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.555; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.556; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.558; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/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-04-20 14:55:49.558; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.560; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.560; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.562; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.562; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.564; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.564; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.638; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.641; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:51182
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.642; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.643; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.643; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366469749567
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.644; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366469749567/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.644; org.apache.solr.core.CoreContainer; New CoreContainer 4584087
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.645; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366469749567/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.645; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366469749567/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.743; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.744; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.744; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.744; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.745; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.745; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.745; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.746; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.746; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.747; 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-04-20 14:55:49.750; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.750; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52287/solr
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.751; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.751; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.753; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4f25e2 name:ZooKeeperConnection Watcher:127.0.0.1:52287 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.753; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.755; 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-04-20 14:55:49.760; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.761; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@13f7849 name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.761; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.762; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.765; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.767; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.769; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51182_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.770; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:51182_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.772; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.776; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.777; org.apache.solr.cloud.Overseer; Overseer (id=89552961491238915-127.0.0.1:51182_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.781; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.783; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.784; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.786; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.787; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.789; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.790; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.790; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.791; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.793; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.794; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.795; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e3fbdb name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.795; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.796; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.798; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.859; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.861; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:56254
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.861; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.862; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.862; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.862; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.863; org.apache.solr.core.CoreContainer; New CoreContainer 9101709
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.863; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.863; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.945; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.946; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.946; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.946; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.947; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.947; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.948; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.948; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.948; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.949; 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-04-20 14:55:49.952; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.953; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52287/solr
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.953; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.954; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.957; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@329075 name:ZooKeeperConnection Watcher:127.0.0.1:52287 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.957; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.959; 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-04-20 14:55:49.962; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.964; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fd1e7 name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.964; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:49.967; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.971; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56254_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.972; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:56254_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.975; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.975; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.975; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.979; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.979; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:50.979; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.042; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.044; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40046
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.044; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.045; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.045; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.045; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.045; org.apache.solr.core.CoreContainer; New CoreContainer 13607904
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.046; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.046; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.127; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.127; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.128; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.128; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.128; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.129; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.129; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.129; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.130; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.130; 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-04-20 14:55:51.133; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.133; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52287/solr
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.134; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.134; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.136; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c80ec9 name:ZooKeeperConnection Watcher:127.0.0.1:52287 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.136; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.138; 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-04-20 14:55:51.140; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.141; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1851222 name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:51.144; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.147; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40046_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.149; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40046_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.153; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.153; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.153; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.153; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.160; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.161; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.162; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.257; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.258; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57253
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.259; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.259; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.260; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.260; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.261; org.apache.solr.core.CoreContainer; New CoreContainer 314018
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.261; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.262; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.353; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.353; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.354; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.354; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.355; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.355; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.355; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.356; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.356; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.357; 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-04-20 14:55:52.361; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.362; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52287/solr
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.363; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@18ff04e name:ZooKeeperConnection Watcher:127.0.0.1:52287 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.365; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.369; 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-04-20 14:55:52.372; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.374; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@184fbd8 name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.374; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:52.377; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.380; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57253_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57253_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.384; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.384; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.384; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.384; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.384; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.389; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.389; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.390; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.454; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.455; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57041
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.456; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.456; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.457; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366469753392
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.457; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366469753392/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.457; org.apache.solr.core.CoreContainer; New CoreContainer 21476946
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.458; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366469753392/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.458; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366469753392/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.537; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.537; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.538; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.538; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.538; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.540; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.540; 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-04-20 14:55:53.543; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.543; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52287/solr
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.544; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.545; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.546; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1ad6781 name:ZooKeeperConnection Watcher:127.0.0.1:52287 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.546; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.548; 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-04-20 14:55:53.558; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.559; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@291677 name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.559; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:53.562; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.565; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57041_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.567; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57041_
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.573; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.573; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.573; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.573; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.573; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.573; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.581; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.582; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.582; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.587; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.594; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.595; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.596; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.597; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.598; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.599; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.603; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.605; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.655; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.701; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.702; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:54.706; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.076; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.082; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.085; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.097; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.100; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.103; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:55.104; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:55.104; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.105; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:55.106; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:55.106; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.106; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.106; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469754592unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.107; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1149530
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.107; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.108; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469754592unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.108; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469754592unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:55.109; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469754592unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.109; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469754592unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.110; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@bbbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1986c2e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.111; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.113; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.113; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.114; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.114; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.115; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.115; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.115; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.116; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.116; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.120; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.127; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1ade942 main
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.128; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469754592unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.128; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.129; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.132; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@1ade942 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.133; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.798; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.798; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:56254",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:56254_",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.798; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.799; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:55.802; 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-04-20 14:55:55.802; 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-04-20 14:55:55.802; 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-04-20 14:55:55.802; 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-04-20 14:55:55.802; 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-04-20 14:55:55.802; 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-04-20 14:55:56.149; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.150; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:56254 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.161; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.165; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.166; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.167; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:56254/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.167; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.168; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:56254/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.168; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:56254/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:56.169; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.306; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.312; 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-04-20 14:55:57.312; 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-04-20 14:55:57.312; 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-04-20 14:55:57.312; 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-04-20 14:55:57.312; 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-04-20 14:55:57.312; 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-04-20 14:55:57.331; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:56254/unloadcollection1/ and leader is http://127.0.0.1:56254/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.331; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:56254
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.331; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.332; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.334; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.335; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.335; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366469749798/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.336; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469754592unloadcollection1_1n&wt=javabin&name=unloadcollection1&action=CREATE&collection=unloadcollection&version=2&numShards=1} status=0 QTime=2742 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.336; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.338; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.339; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@befd38 name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.339; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.341; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.343; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.344; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.347; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.348; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.348; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.348; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.349; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.381; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.415; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.416; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.420; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.853; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.859; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.861; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.875; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.878; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.881; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:57.882; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:57.882; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.882; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:57.883; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:57.884; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.884; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.884; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.884; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1149530
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.885; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.886; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.886; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-20 14:55:57.886; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.887; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.888; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11564a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@514095),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.889; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.891; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.892; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.893; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.893; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.894; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.901; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.901; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.902; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.902; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.906; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.909; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1dcf99 main
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.909; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.910; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.911; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.916; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1dcf99 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.918; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:57.919; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.817; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.818; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:56254",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:56254_",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:56254__unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.820; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40046",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40046_",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.821; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.821; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.823; 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-04-20 14:55:58.823; 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-04-20 14:55:58.823; 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-04-20 14:55:58.823; 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-04-20 14:55:58.823; 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-04-20 14:55:58.823; 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-04-20 14:55:58.823; 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-04-20 14:55:58.921; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.922; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:40046 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.925; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40046/unloadcollection2/ and leader is http://127.0.0.1:56254/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.926; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:40046
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.926; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.926; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.927; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.928; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.928; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.928; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.928; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.929; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.929; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.929; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366469750981/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.930; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n&wt=javabin&name=unloadcollection2&action=CREATE&collection=unloadcollection&version=2} status=0 QTime=1583 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.931; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.932; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.933; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:40046__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:58.933; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:55:59.935; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:00.328; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:00.329; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40046",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40046_",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40046__unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:00.448; 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-04-20 14:56:00.449; 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-04-20 14:56:00.449; 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-04-20 14:56:00.449; 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-04-20 14:56:00.449; 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-04-20 14:56:00.449; 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-04-20 14:56:00.448; 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-04-20 14:56:00.933; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:40046__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:00.934; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:40046_&wt=javabin&state=recovering&checkLive=true&core=unloadcollection1&coreNodeName=127.0.0.1:40046__unloadcollection2&onlyIfLeader=true&action=PREPRECOVERY&version=2} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:00.936; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:01.938; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.935; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:56254/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.935; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:40046 START replicas=[http://127.0.0.1:56254/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-20 14:56:02.935; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.936; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.936; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.936; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.936; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.936; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:56254/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.936; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.939; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.942; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={distrib=false&getVersions=100&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.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-04-20 14:56:02.945; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@bbbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1986c2e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.946; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.946; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@bbbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1986c2e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@bbbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1986c2e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.946; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.947; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1f92141 realtime
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.947; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.947; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&openSearcher=false&waitSearcher=true&softCommit=false&commit_end_point=true&version=2&commit=true} {commit=} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.948; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.948; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.950; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.951; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.951; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.951; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.952; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.953; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&command=filelist&qt=/replication&version=2&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.954; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.955; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index.20130420215602954
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.955; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@15f08b1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e18f22) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.957; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=filestream&checksum=true&command=filecontent&file=segments_2&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.958; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.959; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.959; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.960; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11564a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@514095),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11564a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@514095),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.960; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.960; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.961; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1ea03c1 main
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.962; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1ea03c1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.962; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index.20130420215602954 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index.20130420215602954;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.963; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index.20130420215602954
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.963; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469757346unloadcollection1_2n/index.20130420215602954
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.963; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.963; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.963; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.963; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:02.965; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.455; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.455; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40046",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40046_",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40046__unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.459; 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-04-20 14:56:03.459; 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-04-20 14:56:03.459; 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-04-20 14:56:03.459; 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-04-20 14:56:03.459; 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-04-20 14:56:03.459; 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-04-20 14:56:03.459; 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-04-20 14:56:03.941; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.943; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.943; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.950; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.951; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.952; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.952; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:03.955; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.010; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.048; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.050; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.054; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.444; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.450; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.453; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.468; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.472; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.476; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 14:56:04.478; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 14:56:04.478; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.479; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-20 14:56:04.480; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-20 14:56:04.480; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.481; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.481; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.482; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1149530
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.482; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.483; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.484; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-20 14:56:04.484; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.485; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.487; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17f26b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bb41e0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.487; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.490; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.490; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.491; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.492; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.493; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.493; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.494; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.494; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.495; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.497; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.500; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1f41ad main
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.500; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.501; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.501; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.504; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@1f41ad main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.505; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.505; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.963; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.964; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57253",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57253_",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.964; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:04.965; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.059; 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-04-20 14:56:05.059; 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-04-20 14:56:05.059; 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-04-20 14:56:05.059; 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-04-20 14:56:05.059; 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-04-20 14:56:05.059; 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-04-20 14:56:05.059; 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-04-20 14:56:05.507; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.507; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:57253 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.512; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:57253/unloadcollection3/ and leader is http://127.0.0.1:56254/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.512; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:57253
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.513; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.514; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.515; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.515; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.515; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.516; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.516; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.517; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.518; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366469752166/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.518; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.519; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n&wt=javabin&name=unloadcollection3&action=CREATE&collection=unloadcollection&version=2} status=0 QTime=1569 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.520; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.522; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:05.525; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:57253__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:06.524; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:06.564; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:06.565; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57253",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57253_",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57253__unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:06.569; 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-04-20 14:56:06.569; 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-04-20 14:56:06.569; 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-04-20 14:56:06.569; 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-04-20 14:56:06.569; 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-04-20 14:56:06.569; 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-04-20 14:56:06.569; 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-04-20 14:56:07.525; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:57253__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:07.526; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:57253_&wt=javabin&state=recovering&checkLive=true&core=unloadcollection1&coreNodeName=127.0.0.1:57253__unloadcollection3&onlyIfLeader=true&action=PREPRECOVERY&version=2} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:07.526; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:08.529; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.527; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:56254/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.528; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:57253 START replicas=[http://127.0.0.1:56254/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-20 14:56:09.528; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.529; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.529; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.529; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.529; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.530; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:56254/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.530; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.531; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={distrib=false&getVersions=100&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.532; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.536; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.537; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@bbbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1986c2e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@bbbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@1986c2e),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.539; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.539; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.540; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&openSearcher=false&waitSearcher=true&softCommit=false&commit_end_point=true&version=2&commit=true} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.541; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.542; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.544; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.545; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.545; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.546; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.548; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&command=filelist&qt=/replication&version=2&generation=3} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.549; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.550; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index.20130420215609549
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.551; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@f293be lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f8466) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.554; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=filestream&checksum=true&command=filecontent&file=segments_3&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.555; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.556; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.557; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.559; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17f26b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bb41e0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17f26b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bb41e0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.560; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.560; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.561; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@80385d main
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.562; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@80385d main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.563; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index.20130420215609549 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index.20130420215609549;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.564; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index.20130420215609549
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.564; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469763948unloadcollection_3n/index.20130420215609549
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.564; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.565; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.565; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.565; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.567; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.577; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.579; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57253",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57253_",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57253__unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:09.585; 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-04-20 14:56:09.585; 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-04-20 14:56:09.586; 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-04-20 14:56:09.586; 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-04-20 14:56:09.585; 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-04-20 14:56:09.585; 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-04-20 14:56:09.586; 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-04-20 14:56:10.534; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.536; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.537; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.562; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[20 (1432847406126333952)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.566; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[20 (1432847406126333952)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.568; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[20 (1432847406126333952)]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.569; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[20]} 0 20
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.581; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[21 (1432847406149402624)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.581; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[21 (1432847406149402624)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.583; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[21 (1432847406149402624)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.584; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[21]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.594; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[22 (1432847406165131264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.595; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[22 (1432847406165131264)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.596; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[22 (1432847406165131264)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.597; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[22]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.607; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[23 (1432847406178762752)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.607; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[23 (1432847406178762752)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.608; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[23 (1432847406178762752)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.609; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[23]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.619; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[24 (1432847406191345664)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.619; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[24 (1432847406191345664)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.620; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[24 (1432847406191345664)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.621; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[24]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.631; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[25 (1432847406203928576)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.631; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[25 (1432847406203928576)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.633; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[25 (1432847406203928576)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.634; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[25]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.644; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[26 (1432847406217560064)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.644; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[26 (1432847406217560064)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.645; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[26 (1432847406217560064)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[26]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.656; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[27 (1432847406230142976)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.656; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[27 (1432847406230142976)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.658; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[27 (1432847406230142976)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.659; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[27]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.668; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[28 (1432847406243774464)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.668; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[28 (1432847406243774464)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.669; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[28 (1432847406243774464)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.670; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[28]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.679; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[29 (1432847406255308800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.680; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[29 (1432847406255308800)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.681; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[29 (1432847406255308800)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.682; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[29]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.689; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[30 (1432847406266843136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.689; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[30 (1432847406266843136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.689; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[30 (1432847406266843136)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.690; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[30]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[31 (1432847406274183168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[31 (1432847406274183168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[31 (1432847406274183168)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[31]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.704; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[32 (1432847406282571776)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.704; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[32 (1432847406282571776)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.705; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[32 (1432847406282571776)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.706; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[32]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.712; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[33 (1432847406290960384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.712; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[33 (1432847406290960384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.713; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[33 (1432847406290960384)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.713; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[33]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.726; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[34 (1432847406305640448)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.726; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[34 (1432847406305640448)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[34 (1432847406305640448)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.728; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[34]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.735; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[35 (1432847406315077632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.735; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[35 (1432847406315077632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.736; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[35 (1432847406315077632)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.737; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[35]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.744; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[36 (1432847406323466240)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.744; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[36 (1432847406323466240)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.745; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[36 (1432847406323466240)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.745; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[36]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.753; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[37 (1432847406332903424)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.753; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[37 (1432847406332903424)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.754; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[37 (1432847406332903424)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.755; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[37]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.762; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[38 (1432847406343389184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.762; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[38 (1432847406343389184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.763; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[38 (1432847406343389184)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.764; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[38]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.771; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[39 (1432847406352826368)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.771; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[39 (1432847406352826368)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.772; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[39 (1432847406352826368)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.772; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[39]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.780; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[40 (1432847406361214976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.780; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[40 (1432847406361214976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.781; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[40 (1432847406361214976)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.782; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[40]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.790; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[41 (1432847406371700736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.790; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[41 (1432847406371700736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.790; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[41 (1432847406371700736)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.791; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[41]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.798; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[42 (1432847406381137920)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.798; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[42 (1432847406381137920)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.799; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[42 (1432847406381137920)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.799; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[42]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.807; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[43 (1432847406390575104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.807; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[43 (1432847406390575104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.808; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[43 (1432847406390575104)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.809; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[43]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.817; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[44 (1432847406400012288)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.817; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[44 (1432847406400012288)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.818; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[44 (1432847406400012288)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.819; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[44]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.827; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[45 (1432847406410498048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.827; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[45 (1432847406410498048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.828; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[45 (1432847406410498048)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.828; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[45]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.835; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[46 (1432847406419935232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.835; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[46 (1432847406419935232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.836; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[46 (1432847406419935232)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.837; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[46]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.845; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[47 (1432847406430420992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.845; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[47 (1432847406430420992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.845; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[47 (1432847406430420992)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.846; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[47]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.852; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[48 (1432847406438809600)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.852; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[48 (1432847406438809600)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.853; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[48 (1432847406438809600)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.854; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[48]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.861; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[49 (1432847406447198208)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.861; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[49 (1432847406447198208)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.862; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[49 (1432847406447198208)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.863; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[49]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.870; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[50 (1432847406456635392)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.870; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[50 (1432847406456635392)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.871; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[50 (1432847406456635392)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.871; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[50]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.878; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[51 (1432847406465024000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.878; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[51 (1432847406465024000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.879; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[51 (1432847406465024000)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.879; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[51]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.886; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[52 (1432847406473412608)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.886; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[52 (1432847406473412608)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.886; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[52 (1432847406473412608)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.887; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[52]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.894; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[53 (1432847406481801216)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.894; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[53 (1432847406481801216)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.894; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[53 (1432847406481801216)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.895; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[53]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.902; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[54 (1432847406490189824)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.902; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[54 (1432847406490189824)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.903; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[54 (1432847406490189824)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.904; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[54]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.910; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[55 (1432847406499627008)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.910; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[55 (1432847406499627008)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.911; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[55 (1432847406499627008)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.912; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[55]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.918; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[56 (1432847406506967040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.918; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[56 (1432847406506967040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.919; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[56 (1432847406506967040)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.919; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[56]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.927; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[57 (1432847406515355648)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.927; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[57 (1432847406515355648)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.928; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[57 (1432847406515355648)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.930; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[57]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.937; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[58 (1432847406526889984)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.937; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[58 (1432847406526889984)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.938; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[58 (1432847406526889984)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.939; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[58]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.946; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[59 (1432847406536327168)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.946; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[59 (1432847406536327168)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.947; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[59 (1432847406536327168)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.948; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[59]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.955; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[60 (1432847406545764352)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.955; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[60 (1432847406545764352)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.955; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[60 (1432847406545764352)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.956; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[60]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.963; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[61 (1432847406554152960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.963; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[61 (1432847406554152960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.964; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[61 (1432847406554152960)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.964; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[61]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.972; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[62 (1432847406562541568)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.972; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[62 (1432847406562541568)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.973; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[62 (1432847406562541568)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.973; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[62]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.980; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[63 (1432847406571978752)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.983; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[63 (1432847406571978752)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.983; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[63 (1432847406571978752)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.984; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[63]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.991; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[64 (1432847406583513088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.991; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[64 (1432847406583513088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.992; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[64 (1432847406583513088)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.992; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[64]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.999; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[65 (1432847406591901696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:10.999; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[65 (1432847406591901696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.000; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[65 (1432847406591901696)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.000; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[65]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.007; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[66 (1432847406600290304)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.007; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[66 (1432847406600290304)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.008; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[66 (1432847406600290304)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.009; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[66]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.016; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[67 (1432847406609727488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.016; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[67 (1432847406609727488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.016; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[67 (1432847406609727488)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.017; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[67]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.024; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[68 (1432847406618116096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.024; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[68 (1432847406618116096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.025; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[68 (1432847406618116096)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.025; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[68]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.037; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[69 (1432847406626504704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.040; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[69 (1432847406626504704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.041; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[69 (1432847406626504704)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.041; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[69]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.048; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[70 (1432847406643281920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.048; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[70 (1432847406643281920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.049; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[70 (1432847406643281920)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.050; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[70]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.057; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[71 (1432847406652719104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.057; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[71 (1432847406652719104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.058; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[71 (1432847406652719104)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.058; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[71]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.065; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[72 (1432847406661107712)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.065; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[72 (1432847406661107712)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.066; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[72 (1432847406661107712)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.067; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[72]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.074; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[73 (1432847406670544896)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.075; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[73 (1432847406670544896)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.075; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[73 (1432847406670544896)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.076; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[73]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.084; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[74 (1432847406679982080)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.086; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[74 (1432847406679982080)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.086; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[74 (1432847406679982080)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.087; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[74]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.093; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[75 (1432847406691516416)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.093; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[75 (1432847406691516416)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.094; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[75 (1432847406691516416)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.101; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[75]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.108; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[76 (1432847406706196480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.108; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[76 (1432847406706196480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.109; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[76 (1432847406706196480)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.109; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[76]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.117; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[77 (1432847406714585088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.117; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[77 (1432847406714585088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.118; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[77 (1432847406714585088)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.119; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[77]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.126; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[78 (1432847406725070848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.126; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[78 (1432847406725070848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.127; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={wt=javabin&update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:57253/unloadcollection3/} {add=[78 (1432847406725070848)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.127; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[78]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.134; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[79 (1432847406733459456)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-20 14:56:11.134; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:56254/unloadcollection1/} {add=[79 (1432847406733459456)]} 0 0
[junit4:junit4]   1> IN

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

unit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:07.768; 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-04-20 14:58:07.768; 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-04-20 14:58:09.282; org.apache.solr.cloud.ZkController; publishing core=unloadcollection4 state=down
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.283; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.286; org.apache.solr.core.SolrCore; [unloadcollection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@d26562
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.296; 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=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.297; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.298; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.298; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.301; org.apache.solr.core.SolrCore; [unloadcollection4] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.301; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.302; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469773429unloadcollection_4n/index.20130420215626083 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469773429unloadcollection_4n/index.20130420215626083;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.303; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469773429unloadcollection_4n/index.20130420215626083
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.303; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469773429unloadcollection_4n [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469773429unloadcollection_4n;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.304; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315/1366469773429unloadcollection_4n
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.305; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89552961491238924-127.0.0.1:57041_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.308; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0)
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.308; 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: 0)
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.328; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.382; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.385; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:52287 52287
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.487; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@befd38 name:ZooKeeperConnection Watcher:127.0.0.1:52287/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.488; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366469749315
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=E379A0B0E52FD418 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is -Dtests.timezone=Asia/Phnom_Penh -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  140s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E379A0B0E52FD418:629F2EA89270B424]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:09.529; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 140227 T1369 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-20 14:58:10.607; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-20 14:58:10.608; 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> WARN  - 2013-04-20 14:58:10.608; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {text=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=Memory doPackFST= false), range_facet_si=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false), a_si=PostingsFormat(name=Asserting), other_tl1=PostingsFormat(name=Memory doPackFST= false), id=Pulsing41(freqCutoff=5 minBlockSize=28 maxBlockSize=83), range_facet_l=PostingsFormat(name=Memory doPackFST= false), range_facet_sl=PostingsFormat(name=Direct)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=is, timezone=Asia/Phnom_Penh
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=27945152,total=83369984
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestCloudManagedSchema, ChaosMonkeyShardSplitTest, DocValuesTest, TestConfig, SystemInfoHandlerTest, ZkControllerTest, UUIDFieldTest, TestCoreContainer, TermsComponentTest, StatelessScriptUpdateProcessorFactoryTest, TestReversedWildcardFilterFactory, TestTrie, MinimalSchemaTest, TestSweetSpotSimilarityFactory, PrimUtilsTest, ShardRoutingTest, ExternalFileFieldSortTest, SpellingQueryConverterTest, SimpleFacetsTest, CSVRequestHandlerTest, DistributedQueryElevationComponentTest, TestReplicationHandler, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 141.51s, 1 test, 1 failure <<< FAILURES!

[...truncated 624 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 290 suites, 1202 tests, 1 failure, 13 ignored (7 assumptions)

Total time: 39 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure