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/03 12:39:56 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b83) - Build # 4993 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4993/
Java: 64bit/jdk1.8.0-ea-b83 -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:40302/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([E837BDDC85B9B861:69D133C4F2E6D85D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	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.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([E837BDDC85B9B861:69D133C4F2E6D85D]: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 9215 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.978; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.982; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.982; 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-03 10:29:45.983; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.984; org.apache.zookeeper.server.ZooKeeperServer; tickTime set to 1000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.984; org.apache.zookeeper.server.ZooKeeperServer; minSessionTimeout set to -1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.984; org.apache.zookeeper.server.ZooKeeperServer; maxSessionTimeout set to -1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.984; org.apache.zookeeper.server.NIOServerCnxnFactory; binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:45.985; org.apache.zookeeper.server.persistence.FileTxnSnapLog; Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1364984985982/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.083; org.apache.solr.cloud.ZkTestServer; start zk server on port:52404
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.083; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@64dc8528
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.084; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.085; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.085; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.085; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46624
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.085; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46624
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.086; org.apache.zookeeper.server.persistence.FileTxnLog; Creating new log file: log.1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.169; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810000 with negotiated timeout 10000 for client /127.0.0.1:46624
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.169; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810000, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.170; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@64dc8528 name:ZooKeeperConnection Watcher:127.0.0.1:52404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.170; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.171; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.175; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf71f9810000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.175; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf71f9810000 closed
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.175; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:46624 which had sessionid 0x13dcf71f9810000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.175; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.176; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a1b77c3
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.177; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.177; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.177; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.177; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46625
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.178; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46625
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.178; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810001 with negotiated timeout 10000 for client /127.0.0.1:46625
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.178; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810001, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.179; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6a1b77c3 name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.179; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.182; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.184; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.187; 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-03 10:29:46.188; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.192; 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-03 10:29:46.193; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.196; 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-03 10:29:46.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.198; 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-03 10:29:46.199; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.201; 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-03 10:29:46.201; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.203; 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-03 10:29:46.204; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.206; 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-03 10:29:46.206; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.209; 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-03 10:29:46.210; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.213; 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-03 10:29:46.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.218; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf71f9810001
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.219; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf71f9810001 closed
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.219; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:46625 which had sessionid 0x13dcf71f9810001
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.219; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.307; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.328; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:37080
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.329; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.329; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.329; 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-1364984986220
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.330; 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-1364984986220/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.330; org.apache.solr.core.CoreContainer; New CoreContainer 1938334963
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.331; 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-1364984986220/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.331; 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-1364984986220/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.360; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.361; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.361; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.361; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.362; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.362; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.363; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.363; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.364; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.364; 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-03 10:29:46.374; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.388; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52404/solr
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.389; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.389; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d0f8ab0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.390; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.390; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.392; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.392; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46626
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.392; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46626
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.393; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810002 with negotiated timeout 20000 for client /127.0.0.1:46626
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.393; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810002, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.393; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d0f8ab0 name:ZooKeeperConnection Watcher:127.0.0.1:52404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.394; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.394; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf71f9810002
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.395; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf71f9810002 closed
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.395; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:46626 which had sessionid 0x13dcf71f9810002
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.395; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.396; 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-03 10:29:46.400; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2bccff8d
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.401; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.401; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.402; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.402; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46627
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.403; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46627
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.403; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810003 with negotiated timeout 20000 for client /127.0.0.1:46627
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.404; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810003, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.404; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bccff8d name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.404; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.405; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.407; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.408; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.410; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.411; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37080_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.412; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37080_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37080_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.413; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:37080_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.416; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.419; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.420; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.422; org.apache.solr.cloud.Overseer; Overseer (id=89455656041512963-127.0.0.1:37080_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.423; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.423; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.424; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.425; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.427; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.428; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.429; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.430; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.432; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.434; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.436; 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-03 10:29:46.436; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.436; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.440; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.441; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d6f9e0b
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.442; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.442; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.443; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.443; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46628
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.443; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46628
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.444; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810004 with negotiated timeout 10000 for client /127.0.0.1:46628
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.444; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810004, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.444; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d6f9e0b name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.444; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.445; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.447; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.517; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.519; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:54831
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.519; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.520; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.520; 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-1364984986447
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.520; 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-1364984986447/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.520; org.apache.solr.core.CoreContainer; New CoreContainer 1450795099
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.521; 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-1364984986447/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.521; 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-1364984986447/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.538; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.538; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.538; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.540; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.540; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.540; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.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-03 10:29:46.546; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.554; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52404/solr
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.555; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.555; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b5b2334
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.556; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.556; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.557; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.557; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46629
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.557; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46629
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.559; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810005 with negotiated timeout 20000 for client /127.0.0.1:46629
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.559; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810005, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.559; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7b5b2334 name:ZooKeeperConnection Watcher:127.0.0.1:52404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.559; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.560; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf71f9810005
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.561; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf71f9810005 closed
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.561; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:46629 which had sessionid 0x13dcf71f9810005
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.561; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.561; 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-03 10:29:46.564; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@22f35328
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.565; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.565; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.565; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.566; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46630
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.566; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46630
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.566; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810006 with negotiated timeout 20000 for client /127.0.0.1:46630
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.566; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810006, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.567; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@22f35328 name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.567; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.568; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810006 type:create cxid:0x1 zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.568; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810006 type:create cxid:0x3 zxid:0x31 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:46.570; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.571; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54831_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.573; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810006 type:delete cxid:0xd zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54831_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54831_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.573; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:54831_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.576; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.576; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.577; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.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-03 10:29:47.582; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.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-03 10:29:47.647; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.649; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:53816
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.650; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.650; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.650; 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-1364984987585
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.651; 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-1364984987585/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.651; org.apache.solr.core.CoreContainer; New CoreContainer 1229536612
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.651; 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-1364984987585/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.652; 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-1364984987585/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.678; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.679; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.679; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.679; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.680; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.680; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.680; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.680; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.681; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.681; 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-03 10:29:47.686; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.694; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52404/solr
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.695; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.695; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@509162c
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.696; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.696; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.697; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.697; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46631
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.697; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46631
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.698; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810007 with negotiated timeout 20000 for client /127.0.0.1:46631
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.698; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810007, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.698; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@509162c name:ZooKeeperConnection Watcher:127.0.0.1:52404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.698; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.699; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf71f9810007
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.700; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf71f9810007 closed
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.700; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:46631 which had sessionid 0x13dcf71f9810007
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.700; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.700; 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-03 10:29:47.703; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@c038377
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.703; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.703; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.704; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.704; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46632
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.704; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46632
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.705; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810008 with negotiated timeout 20000 for client /127.0.0.1:46632
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.705; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810008, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.705; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c038377 name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.705; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.706; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810008 type:create cxid:0x1 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.707; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810008 type:create cxid:0x3 zxid:0x39 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:47.708; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.709; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53816_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.710; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810008 type:delete cxid:0xd zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53816_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53816_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.711; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:53816_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.713; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.713; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.713; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.713; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.716; 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-03 10:29:48.716; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.717; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.777; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.779; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40899
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.780; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.781; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.781; 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-1364984988719
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.781; 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-1364984988719/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.782; org.apache.solr.core.CoreContainer; New CoreContainer 902675053
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.782; 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-1364984988719/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.782; 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-1364984988719/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.800; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.800; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.800; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.801; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.801; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.801; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.801; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.802; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.802; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.802; 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-03 10:29:48.808; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.816; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52404/solr
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.816; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.817; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b7d9ca3
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.817; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.818; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.819; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.819; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46633
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.819; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46633
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.820; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f9810009 with negotiated timeout 20000 for client /127.0.0.1:46633
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.820; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f9810009, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.820; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1b7d9ca3 name:ZooKeeperConnection Watcher:127.0.0.1:52404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.820; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.821; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf71f9810009
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.822; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf71f9810009 closed
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.822; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:46633 which had sessionid 0x13dcf71f9810009
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.822; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.822; 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-03 10:29:48.825; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4e10ebb7
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.825; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.825; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.826; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.826; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46634
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.826; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46634
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.827; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f981000a with negotiated timeout 20000 for client /127.0.0.1:46634
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.827; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f981000a, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.827; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4e10ebb7 name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.828; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.828; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f981000a type:create cxid:0x1 zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.829; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f981000a type:create cxid:0x3 zxid:0x41 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:48.830; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.832; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40899_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.833; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f981000a type:delete cxid:0xd zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40899_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40899_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40899_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.835; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.836; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.836; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.836; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.836; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.839; 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-03 10:29:49.839; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.839; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.906; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.909; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:56507
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.909; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.909; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.910; 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-1364984989841
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.910; 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-1364984989841/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.910; org.apache.solr.core.CoreContainer; New CoreContainer 1214319566
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.911; 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-1364984989841/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.911; 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-1364984989841/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.928; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.928; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.929; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.929; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.929; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.930; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.930; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.930; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.930; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.931; 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-03 10:29:49.936; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.944; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52404/solr
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.945; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.945; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@467af59c
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.946; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.947; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.947; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46635
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.947; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46635
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.948; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f981000b with negotiated timeout 20000 for client /127.0.0.1:46635
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.948; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f981000b, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.948; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@467af59c name:ZooKeeperConnection Watcher:127.0.0.1:52404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.949; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.949; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf71f981000b
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.950; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf71f981000b closed
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.950; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:46635 which had sessionid 0x13dcf71f981000b
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.950; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.950; 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-03 10:29:49.953; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@75cae864
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.953; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.953; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.954; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.954; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46636
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.954; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46636
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.955; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f981000c with negotiated timeout 20000 for client /127.0.0.1:46636
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.955; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f981000c, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.955; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@75cae864 name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.956; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.956; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f981000c type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.957; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f981000c type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:49.958; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.960; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56507_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.961; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f981000c type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56507_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56507_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:56507_
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.963; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.963; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.963; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.963; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.964; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.964; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.968; 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-03 10:29:50.969; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.969; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.973; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.978; 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-1364984986447/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.978; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.979; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.979; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.980; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.980; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.982; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:50.983; 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-1364984986447/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.003; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.030; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.032; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.036; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.320; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.325; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.327; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.336; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.338; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.341; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:51.341; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:51.342; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.342; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:51.343; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:51.343; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.343; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.344; 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-1364984986447/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364984990976unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.344; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7097198d
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.344; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.345; 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-1364984985982/1364984990976unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.345; 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-1364984985982/1364984990976unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:51.345; 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-1364984985982/1364984990976unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.346; 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-1364984985982/1364984990976unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.347; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@59562450 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12ab6477; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.347; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.349; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.349; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.350; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.350; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.351; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.351; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.351; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.352; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.352; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.354; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.356; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@34085aa4 main
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.357; 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-1364984985982/1364984990976unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.357; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.357; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.360; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@34085aa4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:51.361; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:52.441; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:52.442; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:54831_",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54831",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection1"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:52.442; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:52.442; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:52.447; 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-03 10:29:52.447; 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-03 10:29:52.447; 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-03 10:29:52.447; 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-03 10:29:52.447; 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-03 10:29:52.447; 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-03 10:29:53.362; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.363; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:54831 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.363; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.369; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810006 type:delete cxid:0x52 zxid:0x57 txntype:-1 reqpath:n/a Error Path:/solr/collections/unloadcollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/unloadcollection/leaders
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.369; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.370; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810006 type:create cxid:0x53 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.372; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.372; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.372; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:54831/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.372; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.372; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:54831/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.373; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:54831/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.373; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.376; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dcf71f9810006 type:create cxid:0x5e zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.951; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.956; 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-03 10:29:53.956; 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-03 10:29:53.956; 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-03 10:29:53.956; 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-03 10:29:53.956; 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-03 10:29:53.956; 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-03 10:29:53.980; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:54831/unloadcollection1/ and leader is http://127.0.0.1:54831/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.980; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:54831
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.981; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.981; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.983; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.983; 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-1364984986447/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.988; 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-1364984986447/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.989; 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-1364984985982/1364984990976unloadcollection1_1n&wt=javabin&version=2&name=unloadcollection1&collection=unloadcollection&numShards=1&action=CREATE} status=0 QTime=3011 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.990; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.991; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:52404/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4668fac9
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.992; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.992; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:52404. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.993; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:52404, initiating session
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.993; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:46638
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.993; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:46638
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.994; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dcf71f981000d with negotiated timeout 10000 for client /127.0.0.1:46638
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.994; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:52404, sessionid = 0x13dcf71f981000d, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.994; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4668fac9 name:ZooKeeperConnection Watcher:127.0.0.1:52404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.995; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.996; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.998; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:53.998; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.003; 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-1364984987585/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.003; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.004; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.004; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.005; 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-1364984987585/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.053; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.088; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.090; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.094; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.377; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.382; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.384; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.394; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.397; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.400; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:54.400; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:54.402; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.402; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:54.403; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:54.403; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.403; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.403; 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-1364984987585/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364984994002unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.404; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7097198d
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.404; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.405; 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-1364984985982/1364984994002unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.405; 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-1364984985982/1364984994002unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:54.405; 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-1364984985982/1364984994002unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.406; 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-1364984985982/1364984994002unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.407; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@732f0b6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a39313c; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.407; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.409; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.409; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.410; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.410; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.411; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.411; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.411; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.412; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.412; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.414; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.416; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@30237f5b main
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.417; 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-1364984985982/1364984994002unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.417; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.417; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.421; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@30237f5b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.422; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:54.422; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:55.461; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:55.461; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:54831_",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:54831__unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54831",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection1"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:55.464; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53816_",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53816",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection2"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:55.465; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:55.465; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:55.468; 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-03 10:29:55.468; 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-03 10:29:55.468; 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-03 10:29:55.468; 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-03 10:29:55.468; 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-03 10:29:55.468; 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-03 10:29:55.468; 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-03 10:29:56.424; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.424; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:53816 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.426; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:53816/unloadcollection2/ and leader is http://127.0.0.1:54831/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.427; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:53816
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.427; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.427; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.428; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.428; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.429; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.429; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.429; 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-1364984987585/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.429; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.431; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.437; 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-1364984987585/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.438; 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-1364984985982/1364984994002unloadcollection1_2n&wt=javabin&version=2&name=unloadcollection2&collection=unloadcollection&action=CREATE} status=0 QTime=2435 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.439; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.440; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.440; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.972; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.973; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53816_",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53816__unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53816",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection2"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:56.978; 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-03 10:29:56.978; 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-03 10:29:56.978; 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-03 10:29:56.978; 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-03 10:29:56.978; 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-03 10:29:56.978; 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-03 10:29:56.978; 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-03 10:29:57.435; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&coreNodeName=127.0.0.1:53816__unloadcollection2&state=recovering&version=2&onlyIfLeader=true&nodeName=127.0.0.1:53816_&core=unloadcollection1&checkLive=true&action=PREPRECOVERY} status=0 QTime=1000 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:57.441; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:58.443; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.436; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:54831/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.437; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:53816 START replicas=[http://127.0.0.1:54831/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-03 10:29:59.437; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.437; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.437; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.437; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.437; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.437; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:54831/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.438; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.442; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={wt=javabin&qt=/get&distrib=false&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.442; 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-03 10:29:59.443; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@59562450 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12ab6477; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.444; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.444; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@59562450 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12ab6477; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@59562450 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12ab6477; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.444; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.445; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.445; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5012647d realtime
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.445; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.446; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={softCommit=false&wt=javabin&version=2&openSearcher=false&waitSearcher=true&commit=true&commit_end_point=true} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.447; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.447; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.460; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.460; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&qt=/replication&version=2&command=indexversion} status=0 QTime=12 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.461; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.461; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.461; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.463; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&qt=/replication&version=2&generation=2&command=filelist} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.464; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.465; 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-1364984985982/1364984994002unloadcollection1_2n/index.20130403082959464
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.465; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7dd350f9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48066b39) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.467; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=filestream&qt=/replication&generation=2&command=filecontent&file=segments_2&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.468; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.469; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.469; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.470; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@732f0b6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a39313c; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@732f0b6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a39313c; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.471; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.471; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.471; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@21dfe27e main
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.472; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@21dfe27e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.472; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364984994002unloadcollection1_2n/index.20130403082959464 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364984994002unloadcollection1_2n/index.20130403082959464;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.472; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364984994002unloadcollection1_2n/index.20130403082959464
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.473; 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-1364984985982/1364984994002unloadcollection1_2n/index.20130403082959464
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.473; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.473; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.473; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.473; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.474; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.984; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.985; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53816_",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53816__unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53816",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection2"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:29:59.989; 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-03 10:29:59.989; 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-03 10:29:59.989; 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-03 10:29:59.989; 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-03 10:29:59.989; 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-03 10:29:59.989; 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-03 10:29:59.989; 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-03 10:30:00.446; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.447; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.447; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.452; 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-1364984988719/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.452; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.453; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.453; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.454; 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-1364984988719/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.486; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.515; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.516; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.521; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.807; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.812; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.814; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.825; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.828; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.831; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-03 10:30:00.831; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-03 10:30:00.832; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.832; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-03 10:30:00.833; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-03 10:30:00.833; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.833; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.834; 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-1364984988719/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364985000450unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.834; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7097198d
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.834; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.835; 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-1364984985982/1364985000450unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.835; 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-1364984985982/1364985000450unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-03 10:30:00.835; 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-1364984985982/1364985000450unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.836; 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-1364984985982/1364985000450unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.837; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@57d86ab9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2986a43e; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.837; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.839; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.839; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.840; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.840; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.840; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.841; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.841; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.841; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.842; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.844; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.846; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5acc5436 main
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.846; 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-1364984985982/1364985000450unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.847; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.847; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.851; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@5acc5436 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.852; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:00.853; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.492; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.493; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40899_",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40899",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection3"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.493; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.493; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.496; 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-03 10:30:01.496; 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-03 10:30:01.496; 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-03 10:30:01.496; 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-03 10:30:01.496; 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-03 10:30:01.496; 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-03 10:30:01.496; 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-03 10:30:01.854; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.855; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:40899 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.857; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40899/unloadcollection3/ and leader is http://127.0.0.1:54831/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.858; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:40899
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.858; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.858; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.858; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.859; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.859; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.860; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.860; 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-1364984988719/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.860; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.861; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.864; 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-1364984988719/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.865; 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-1364984985982/1364985000450unloadcollection_3n&wt=javabin&version=2&name=unloadcollection3&collection=unloadcollection&action=CREATE} status=0 QTime=1413 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.866; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:01.866; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:02.867; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:02.998; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:02.999; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40899_",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40899__unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40899",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection3"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:03.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-03 10:30:03.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-03 10:30:03.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-03 10:30:03.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-03 10:30:03.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-03 10:30:03.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-03 10:30:03.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-03 10:30:03.865; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&coreNodeName=127.0.0.1:40899__unloadcollection3&state=recovering&version=2&onlyIfLeader=true&nodeName=127.0.0.1:40899_&core=unloadcollection1&checkLive=true&action=PREPRECOVERY} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:03.869; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:04.870; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.866; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:54831/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.867; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:40899 START replicas=[http://127.0.0.1:54831/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-03 10:30:05.867; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.867; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.867; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.868; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.868; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.868; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:54831/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.868; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.870; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={wt=javabin&qt=/get&distrib=false&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.871; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.875; 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-03 10:30:05.878; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@59562450 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12ab6477; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@59562450 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12ab6477; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.879; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.879; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.880; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={softCommit=false&wt=javabin&version=2&openSearcher=false&waitSearcher=true&commit=true&commit_end_point=true} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.881; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.881; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.883; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&qt=/replication&version=2&command=indexversion} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.884; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.884; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.884; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.886; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=javabin&qt=/replication&version=2&generation=3&command=filelist} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.887; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.888; 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-1364984985982/1364985000450unloadcollection_3n/index.20130403083005887
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.888; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@42da8619 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3ea476c3) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.891; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={wt=filestream&qt=/replication&generation=3&command=filecontent&file=segments_3&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.892; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.892; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.893; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.894; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@57d86ab9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2986a43e; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=BaseDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@57d86ab9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2986a43e; maxCacheMB=0.2509765625 maxMergeSizeMB=0.3203125)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.894; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.894; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.894; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@66fa3fc0 main
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.895; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@66fa3fc0 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.896; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364985000450unloadcollection_3n/index.20130403083005887 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364985000450unloadcollection_3n/index.20130403083005887;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.896; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364984985982/1364985000450unloadcollection_3n/index.20130403083005887
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.896; 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-1364984985982/1364985000450unloadcollection_3n/index.20130403083005887
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.896; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.897; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.897; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.897; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:05.898; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.006; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.006; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40899_",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40899__unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40899",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection3"}
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.009; 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-03 10:30:06.009; 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-03 10:30:06.009; 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-03 10:30:06.009; 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-03 10:30:06.009; 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-03 10:30:06.010; 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-03 10:30:06.009; 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-03 10:30:06.873; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.874; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.874; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.894; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[20 (1431290518580494336)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.897; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[20 (1431290518580494336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.898; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[20 (1431290518580494336)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.899; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[20]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.909; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[21 (1431290518599368704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.909; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[21 (1431290518599368704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.910; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[21 (1431290518599368704)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.911; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[21]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.920; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[22 (1431290518611951616)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.920; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[22 (1431290518611951616)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.921; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[22 (1431290518611951616)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.922; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[22]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.931; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[23 (1431290518623485952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.931; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[23 (1431290518623485952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.932; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[23 (1431290518623485952)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.933; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[23]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.941; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[24 (1431290518635020288)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.941; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[24 (1431290518635020288)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.942; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[24 (1431290518635020288)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.943; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[24]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.951; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[25 (1431290518645506048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.951; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[25 (1431290518645506048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.952; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[25 (1431290518645506048)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.953; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[25]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.961; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[26 (1431290518655991808)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.961; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[26 (1431290518655991808)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.962; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[26 (1431290518655991808)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.963; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[26]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.971; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[27 (1431290518665428992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.971; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[27 (1431290518665428992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.972; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[27 (1431290518665428992)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.972; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[27]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.980; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[28 (1431290518675914752)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.980; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[28 (1431290518675914752)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[28 (1431290518675914752)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.982; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[28]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.989; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[29 (1431290518685351936)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.989; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[29 (1431290518685351936)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.990; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[29 (1431290518685351936)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.991; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[29]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.999; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[30 (1431290518695837696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:06.999; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[30 (1431290518695837696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.000; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[30 (1431290518695837696)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.000; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[30]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.009; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[31 (1431290518705274880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.010; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[31 (1431290518705274880)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.011; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[31 (1431290518705274880)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.015; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[31]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.026; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[32 (1431290518723100672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.026; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[32 (1431290518723100672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.028; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[32 (1431290518723100672)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.029; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[32]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.040; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[33 (1431290518737780736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.042; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[33 (1431290518737780736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.045; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[33 (1431290518737780736)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.046; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[33]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.061; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[34 (1431290518754557952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.062; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[34 (1431290518754557952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.063; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[34 (1431290518754557952)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.064; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[34]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[35 (1431290518773432320)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[35 (1431290518773432320)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.075; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[35 (1431290518773432320)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.075; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[35]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.084; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[36 (1431290518784966656)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.084; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[36 (1431290518784966656)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.085; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[36 (1431290518784966656)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.085; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[36]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.093; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[37 (1431290518794403840)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.093; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[37 (1431290518794403840)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.094; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[37 (1431290518794403840)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.095; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[37]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.103; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[38 (1431290518803841024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.103; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[38 (1431290518803841024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.104; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[38 (1431290518803841024)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.105; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[38]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.112; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[39 (1431290518814326784)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.112; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[39 (1431290518814326784)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.113; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[39 (1431290518814326784)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.114; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[39]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.122; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[40 (1431290518824812544)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.122; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[40 (1431290518824812544)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.123; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[40 (1431290518824812544)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.124; 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-03 10:30:07.132; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[41 (1431290518834249728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.132; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[41 (1431290518834249728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.133; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[41 (1431290518834249728)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.134; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[41]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.142; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[42 (1431290518845784064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.142; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[42 (1431290518845784064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.143; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[42 (1431290518845784064)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.143; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[42]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.151; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[43 (1431290518855221248)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.151; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[43 (1431290518855221248)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.156; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[43 (1431290518855221248)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.156; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[43]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.164; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[44 (1431290518868852736)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.164; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:54831/unloadcollection1/} {add=[44 (1431290518868852736)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.165; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&wt=javabin&version=2&distrib.from=http://127.0.0.1:40899/unloadcollection3/} {add=[44 (1431290518868852736)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.166; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={wt=javabin&version=2} {add=[44]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-03 10:30:07.179; org.apache.solr.update.processor.LogUpdateProcessor; [unloadco

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

tate ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.814; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.815; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.815; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.816; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1364985273411/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1364985273411/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.816; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364985273411/jetty4
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.816; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1364985273411/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1364985273411/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.817; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364985273411/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.817; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89455674878459916-127.0.0.1:42053_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.818; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dcf765c46000c
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.819; org.apache.zookeeper.ZooKeeper; Session: 0x13dcf765c46000c closed
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.819; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.819; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:38486 which had sessionid 0x13dcf765c46000c
[junit4:junit4]   1> WARN  - 2013-04-03 22:35:04.819; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-03 22:35:04.820; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.820; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.830; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.884; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.885; org.apache.zookeeper.server.ZooKeeperServer; shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.885; org.apache.zookeeper.server.SessionTrackerImpl; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.885; org.apache.zookeeper.server.PrepRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.885; org.apache.zookeeper.server.SyncRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.885; org.apache.zookeeper.server.PrepRequestProcessor; PrepRequestProcessor exited loop!
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.886; org.apache.zookeeper.server.SyncRequestProcessor; SyncRequestProcessor exited!
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.886; org.apache.zookeeper.server.FinalRequestProcessor; shutdown of request processor complete
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.888; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50377 50377
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.888; org.apache.zookeeper.server.NIOServerCnxnFactory; NIOServerCnxn factory exited run method
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.889; org.apache.zookeeper.server.ZooKeeperServer; shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.889; org.apache.zookeeper.server.SessionTrackerImpl; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.889; org.apache.zookeeper.server.PrepRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.890; org.apache.zookeeper.server.SyncRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:04.890; org.apache.zookeeper.server.FinalRequestProcessor; shutdown of request processor complete
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364985273412
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=E837BDDC85B9B861 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk_MK -Dtests.timezone=Atlantic/Bermuda -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   31.5s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:40302/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E837BDDC85B9B861:69D133C4F2E6D85D]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[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-03 22:35:04.897; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 31493 T2234 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   1> INFO  - 2013-04-03 22:35:05.000; org.apache.zookeeper.server.SessionTrackerImpl; SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=mk_MK, timezone=Atlantic/Bermuda
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=3,free=100279392,total=334036992
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSystemIdResolver, PathHierarchyTokenizerFactoryTest, DOMUtilTest, DateMathParserTest, TestAnalyzedSuggestions, TestCollationField, BadIndexSchemaTest, LeaderElectionIntegrationTest, RequestHandlersTest, TestFieldTypeResource, ClusterStateTest, SolrCmdDistributorTest, TestCodecSupport, TimeZoneUtilsTest, TestSolrXMLSerializer, TestPostingsSolrHighlighter, UpdateParamsTest, ZkSolrClientTest, TestPartialUpdateDeduplication, ChaosMonkeySafeLeaderTest, TestDFRSimilarityFactory, TestFoldingMultitermQuery, CollectionsAPIDistributedZkTest, TestMergePolicyConfig, HighlighterTest, TestRTGBase, TestShardHandlerFactory, TestWordDelimiterFilterFactory, TestFiltering, TestZkChroot, OpenExchangeRatesOrgProviderTest, SuggesterTSTTest, XmlUpdateRequestHandlerTest, TestStressReorder, TestComponentsName, TestRandomFaceting, TestUtils, StandardRequestHandlerTest, ConvertedLegacyTest, NotRequiredUniqueKeyTest, RequiredFieldsTest, TestDistributedGrouping, SpellCheckComponentTest, DistanceFunctionTest, TestCSVLoader, TestReload, EchoParamsTest, FieldAnalysisRequestHandlerTest, TestSchemaSimilarityResource, QueryResultKeyTest, IndexReaderFactoryTest, DocValuesMultiTest, BasicZkTest, IndexSchemaRuntimeFieldTest, OpenCloseCoreStressTest, TestBinaryResponseWriter, SortByFunctionTest, HighlighterConfigTest, MultiTermTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 31.76s, 1 test, 1 error <<< FAILURES!

[...truncated 465 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:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:448: 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: 284 suites, 1173 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

Total time: 46 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.8.0-ea-b83 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure