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/04 19:06:49 UTC

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

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

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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([355509CE585B1ABB:B4B387D62F047A87]: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)


FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:58842/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:58842/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([355509CE585B1ABB:B4B387D62F047A87]: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)




Build Log:
[...truncated 9045 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.786; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.793; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.794; 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-04 16:52:28.794; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.795; org.apache.zookeeper.server.ZooKeeperServer; tickTime set to 1000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.796; org.apache.zookeeper.server.ZooKeeperServer; minSessionTimeout set to -1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.796; org.apache.zookeeper.server.ZooKeeperServer; maxSessionTimeout set to -1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.796; org.apache.zookeeper.server.NIOServerCnxnFactory; binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.797; org.apache.zookeeper.server.persistence.FileTxnSnapLog; Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.894; org.apache.solr.cloud.ZkTestServer; start zk server on port:39361
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.895; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7843b02a
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.896; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.896; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.896; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.897; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55228
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.897; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55228
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.897; org.apache.zookeeper.server.persistence.FileTxnLog; Creating new log file: log.1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.965; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0000 with negotiated timeout 10000 for client /127.0.0.1:55228
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.965; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0000, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.965; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7843b02a name:ZooKeeperConnection Watcher:127.0.0.1:39361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.966; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.966; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.970; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f6b7fe0000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.970; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f6b7fe0000 closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.971; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:55228 which had sessionid 0x13dd5f6b7fe0000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.970; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.971; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@76845152
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.974; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.974; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.974; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.975; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55229
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.975; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55229
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.976; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0001 with negotiated timeout 10000 for client /127.0.0.1:55229
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.976; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0001, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.976; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@76845152 name:ZooKeeperConnection Watcher:127.0.0.1:39361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.976; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.977; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.980; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.983; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.985; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.987; 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-04 16:52:28.988; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.992; 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-04 16:52:28.994; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:28.999; 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-04 16:52:28.999; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.002; 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-04 16:52:29.002; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.005; 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-04 16:52:29.005; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.008; 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-04 16:52:29.009; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.011; 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-04 16:52:29.012; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.014; 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-04 16:52:29.015; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.022; 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-04 16:52:29.022; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.024; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f6b7fe0001
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.025; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f6b7fe0001 closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.025; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:55229 which had sessionid 0x13dd5f6b7fe0001
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.025; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.134; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.150; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:47161
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.152; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.152; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.153; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.154; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.154; org.apache.solr.core.CoreContainer; New CoreContainer 822950530
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.155; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.156; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.181; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.182; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.182; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.183; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.183; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.183; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.184; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.184; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.184; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.185; 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-04 16:52:29.191; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.200; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:39361/solr
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.201; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.201; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@533b4368
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.204; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.204; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.205; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.206; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55230
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.206; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55230
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.208; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0002 with negotiated timeout 20000 for client /127.0.0.1:55230
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.208; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0002, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.208; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@533b4368 name:ZooKeeperConnection Watcher:127.0.0.1:39361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.208; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.210; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f6b7fe0002
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.211; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f6b7fe0002 closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.211; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.211; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:55230 which had sessionid 0x13dd5f6b7fe0002
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.211; 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-04 16:52:29.215; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7df0584a
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.216; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.216; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.217; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.217; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55231
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.217; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55231
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.218; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0003 with negotiated timeout 20000 for client /127.0.0.1:55231
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.218; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0003, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.219; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7df0584a name:ZooKeeperConnection Watcher:127.0.0.1:39361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.219; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.221; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.223; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 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-04 16:52:29.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.227; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.228; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47161_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.229; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47161_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47161_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.229; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:47161_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.232; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.244; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 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-04 16:52:29.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.248; org.apache.solr.cloud.Overseer; Overseer (id=89462823242825731-127.0.0.1:47161_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.249; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 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-04 16:52:29.250; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 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-04 16:52:29.251; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 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-04 16:52:29.252; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.254; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 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-04 16:52:29.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.256; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.258; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.260; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.262; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.264; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.264; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.265; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.265; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.266; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.266; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.267; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.296; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.326; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.327; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.332; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.654; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.660; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.662; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.679; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.682; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.684; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:29.686; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:29.686; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.686; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:29.687; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:29.687; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.688; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.688; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365094349026/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/control/data/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.688; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4748df
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.688; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.689; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/control/data
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.689; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/control/data/index/
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:29.689; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.689; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/control/data/index
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.691; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@521479f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d64fc34),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.691; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.693; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.693; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.693; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.694; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.694; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.694; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.695; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.695; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.695; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.697; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.699; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@32442a12 main
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.700; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/control/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.700; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.700; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.703; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@32442a12 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.704; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:29.704; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:30.766; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:30.766; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47161",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:47161_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:30.766; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:30.767; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:30.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.706; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.706; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:47161 collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.707; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.713; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 type:delete cxid:0x84 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.714; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.714; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 type:create cxid:0x85 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.716; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.717; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.717; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:47161/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.717; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.717; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:47161/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.717; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:47161/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.717; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:31.721; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0003 type:create cxid:0x90 zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.273; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.281; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.324; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:47161/collection1/ and leader is http://127.0.0.1:47161/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.325; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47161
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.325; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.325; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.325; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.327; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.328; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.329; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.329; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.332; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.333; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@22b43354
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.334; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.334; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.335; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.335; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55232
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.335; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55232
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.336; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0004 with negotiated timeout 10000 for client /127.0.0.1:55232
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.336; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0004, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.336; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@22b43354 name:ZooKeeperConnection Watcher:127.0.0.1:39361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.337; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.338; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.340; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.410; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.415; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:43512
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.415; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.416; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.416; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.416; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.416; org.apache.solr.core.CoreContainer; New CoreContainer 426947803
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.417; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.417; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.435; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.435; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.436; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.436; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.436; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.437; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.437; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.437; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.438; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.438; 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-04 16:52:32.443; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.452; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:39361/solr
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.452; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.453; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@63752307
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.454; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.454; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.455; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.455; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55233
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.455; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55233
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.456; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0005 with negotiated timeout 20000 for client /127.0.0.1:55233
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.456; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0005, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.457; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@63752307 name:ZooKeeperConnection Watcher:127.0.0.1:39361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.457; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.459; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f6b7fe0005
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.459; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f6b7fe0005 closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.459; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:55233 which had sessionid 0x13dd5f6b7fe0005
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.459; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.460; 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-04 16:52:32.463; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5aa35f6e
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.464; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.465; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.465; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.465; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55234
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.466; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55234
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.467; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0006 with negotiated timeout 20000 for client /127.0.0.1:55234
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.467; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0006, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.467; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5aa35f6e name:ZooKeeperConnection Watcher:127.0.0.1:39361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.467; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:32.468; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 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-04 16:52:32.470; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 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-04 16:52:32.471; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.474; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43512_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.475; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 type:delete cxid:0xe zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43512_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43512_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:43512_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.478; 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-04 16:52:33.479; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.479; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.480; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.484; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.484; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.485; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.485; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.486; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.486; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.487; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.509; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.540; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.541; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.545; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.785; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.786; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47161",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:47161__collection1",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:47161_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.790; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.790; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.790; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.854; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.860; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.862; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.877; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.880; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.883; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:33.884; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:33.885; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.885; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:33.886; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:33.886; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.886; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.887; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.887; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4748df
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.887; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.888; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.888; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:33.888; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.888; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty1/index
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.890; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@64607bd1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70430b39),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.890; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.892; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.892; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.892; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.893; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.893; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.893; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.894; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.894; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.894; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.897; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.899; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4838c6d3 main
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.899; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty1/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.900; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.900; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.905; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4838c6d3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.907; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:33.907; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.294; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.295; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:43512",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:43512_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.295; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.295; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.299; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.299; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.299; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.909; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.909; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:43512 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.910; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.916; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 type:delete cxid:0x4c zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.916; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.917; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 type:create cxid:0x4d zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.918; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.919; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.919; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:43512/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.919; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.920; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:43512/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.920; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:43512/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.920; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:35.925; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 type:create cxid:0x58 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.804; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.811; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.811; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.811; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.830; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:43512/collection1/ and leader is http://127.0.0.1:43512/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.830; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43512
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.830; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.831; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.831; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.833; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.835; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.836; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.837; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.902; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.905; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:58842
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.905; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.906; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.906; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.906; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.907; org.apache.solr.core.CoreContainer; New CoreContainer 968851876
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.907; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.907; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.931; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.931; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.932; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.932; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.932; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.933; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.933; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.933; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.934; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.934; 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-04 16:52:36.939; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.948; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:39361/solr
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.949; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.949; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2eea8a78
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.950; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.950; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.951; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.951; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55235
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.951; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55235
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.952; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0007 with negotiated timeout 20000 for client /127.0.0.1:55235
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.952; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0007, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.953; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2eea8a78 name:ZooKeeperConnection Watcher:127.0.0.1:39361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.953; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.954; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f6b7fe0007
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.954; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f6b7fe0007 closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.955; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:55235 which had sessionid 0x13dd5f6b7fe0007
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.954; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.955; 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-04 16:52:36.958; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@73150f4e
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.959; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.959; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.959; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.959; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55236
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.960; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55236
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.961; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0008 with negotiated timeout 20000 for client /127.0.0.1:55236
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.961; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0008, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.961; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@73150f4e name:ZooKeeperConnection Watcher:127.0.0.1:39361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.961; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.962; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.963; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:36.965; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.968; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58842_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.969; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0008 type:delete cxid:0xe zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58842_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58842_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.969; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:58842_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.971; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.971; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.972; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.973; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.974; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.974; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.978; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.978; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.978; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.979; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.979; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.980; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:37.980; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.003; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.042; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.043; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.047; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.317; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.317; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:43512",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:43512__collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:43512_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.321; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.321; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.321; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.321; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.360; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.366; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.368; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.382; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.386; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.389; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:38.390; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:38.390; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.390; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:38.392; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:38.392; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.392; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.392; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365094356842/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty2/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.392; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4748df
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.393; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.393; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.393; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:38.394; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.394; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty2/index
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.395; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@94e7d27 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2313d7e3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.395; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.397; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.397; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.398; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.398; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.399; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.399; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.399; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.399; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.400; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.402; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.404; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1c8d63c7 main
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.404; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty2/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.405; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.405; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.409; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1c8d63c7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.410; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:38.410; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.825; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.826; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58842",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:58842_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.826; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.827; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.831; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.831; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.831; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:39.831; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.412; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.412; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:58842 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.413; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.419; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0008 type:delete cxid:0x4b zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.420; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.421; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0008 type:create cxid:0x4c zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.423; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.423; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.423; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:58842/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.423; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.424; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:58842/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.424; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:58842/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.424; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:40.428; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0008 type:create cxid:0x56 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.335; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.342; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.342; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.342; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.342; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.382; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:58842/collection1/ and leader is http://127.0.0.1:58842/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.382; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58842
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.382; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.383; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.383; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.385; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.386; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.386; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.387; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.448; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.450; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:46114
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.451; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.452; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.452; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.452; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.453; org.apache.solr.core.CoreContainer; New CoreContainer 1898389168
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.453; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.453; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.477; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.477; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.480; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.485; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.493; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:39361/solr
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.494; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.494; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2f572caa
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.495; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.496; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.496; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.496; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55237
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.497; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55237
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.498; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe0009 with negotiated timeout 20000 for client /127.0.0.1:55237
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.498; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe0009, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.498; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2f572caa name:ZooKeeperConnection Watcher:127.0.0.1:39361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.498; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.500; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f6b7fe0009
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.500; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f6b7fe0009 closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.500; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:55237 which had sessionid 0x13dd5f6b7fe0009
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.500; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.501; 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-04 16:52:41.504; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@b84ce33
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.504; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.505; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.505; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.505; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55238
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.506; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55238
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.507; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe000a with negotiated timeout 20000 for client /127.0.0.1:55238
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.507; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe000a, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.508; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@b84ce33 name:ZooKeeperConnection Watcher:127.0.0.1:39361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.508; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.509; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.510; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:41.512; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.514; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46114_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.515; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe000a type:delete cxid:0xe zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46114_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46114_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.516; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:46114_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.519; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.519; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.520; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.520; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.521; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.521; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.521; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.521; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.522; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.526; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.526; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.527; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.527; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.528; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.529; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.529; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.551; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.583; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.584; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.588; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.847; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.848; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58842",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:58842__collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:58842_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.851; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.851; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.852; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.851; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.851; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.922; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.928; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.930; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.945; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.948; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.951; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:42.952; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:42.953; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.953; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:42.954; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:42.954; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.954; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.955; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365094361390/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.955; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4748df
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.955; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.956; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.956; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:42.956; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.956; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.958; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@fb45612 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cdc53b9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.958; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.960; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.960; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.961; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.961; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.962; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.962; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.962; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.962; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.963; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.965; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.967; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@24b71f9 main
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.968; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.968; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.968; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.973; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@24b71f9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.975; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:42.975; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.357; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.358; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:46114",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:46114_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.358; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.358; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.977; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.977; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:46114 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.981; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:46114/collection1/ and leader is http://127.0.0.1:43512/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.982; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46114
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.982; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.982; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.982; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.983; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.983; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.983; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.984; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.985; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.986; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.986; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:44.986; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.065; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.068; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:39016
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.069; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.069; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.069; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.070; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.070; org.apache.solr.core.CoreContainer; New CoreContainer 2012444804
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.070; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.071; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.092; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.093; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.093; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.093; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.094; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.094; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.094; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.095; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.095; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.095; 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-04 16:52:45.106; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.118; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:39361/solr
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.118; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.119; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3d69aa30
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.120; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.120; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.121; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.121; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55241
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.122; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55241
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.122; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe000b with negotiated timeout 20000 for client /127.0.0.1:55241
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.122; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe000b, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.123; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3d69aa30 name:ZooKeeperConnection Watcher:127.0.0.1:39361 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.123; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.124; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f6b7fe000b
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.124; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f6b7fe000b closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.124; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:55241 which had sessionid 0x13dd5f6b7fe000b
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.124; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.125; 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-04 16:52:45.128; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:39361/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4072181c
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.128; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.128; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:39361. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.129; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:39361, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.129; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:55242
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.129; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:55242
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.130; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd5f6b7fe000c with negotiated timeout 20000 for client /127.0.0.1:55242
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.130; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:39361, sessionid = 0x13dd5f6b7fe000c, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.130; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4072181c name:ZooKeeperConnection Watcher:127.0.0.1:39361/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.131; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.131; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.132; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.134; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.866; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.866; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:46114",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:46114__collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "node_name":"127.0.0.1:46114_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.870; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.871; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.871; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.871; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.871; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.870; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:45.994; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:46114__collection1&wt=javabin&onlyIfLeader=true&action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46114_&checkLive=true&state=recovering&version=2} status=0 QTime=1001 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.137; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39016_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.137; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe000c type:delete cxid:0x10 zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39016_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39016_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.138; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:39016_
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.140; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.140; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.140; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.140; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.141; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.141; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.141; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.141; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.142; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.142; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.143; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.143; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.146; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.146; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.147; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.147; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.148; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.148; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.149; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.172; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.205; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.206; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.210; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.539; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.546; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.549; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.562; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.565; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.568; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:46.569; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:46.569; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.570; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:46.571; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:46.571; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.571; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.571; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365094364992/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty4/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.572; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4748df
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.572; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.573; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty4
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.573; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:46.573; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.574; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.575; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15ca6df2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16d63432),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.575; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.578; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.578; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.578; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.579; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.579; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.579; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.580; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.580; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.581; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.583; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.585; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3556895a main
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.586; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty4/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.586; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.587; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.591; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@3556895a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.593; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:46.593; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.376; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.377; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:39016",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:39016_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.377; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.377; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.381; org.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-04 16:52:47.381; org.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-04 16:52:47.381; org.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-04 16:52:47.382; org.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-04 16:52:47.382; org.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-04 16:52:47.382; org.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-04 16:52:47.594; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.594; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:39016 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.597; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:39016/collection1/ and leader is http://127.0.0.1:58842/collection1/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.597; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39016
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.598; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.598; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.599; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.599; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.600; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.600; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.600; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.601; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.601; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.601; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.602; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.607; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.608; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.611; org.apache.solr.core.CoreContainer; Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.612; org.apache.solr.cloud.ZkController; Check for collection zkNode:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.613; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.613; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.614; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.614; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.616; org.apache.solr.cloud.ZkController; Load collection config from:/collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.617; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/onenodecollectioncore/'
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.647; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.673; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.675; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.679; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.981; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.987; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.989; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.995; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:43512/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.995; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:46114 START replicas=[http://127.0.0.1:43512/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:47.996; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.996; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.996; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.996; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.997; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.997; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:43512/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:47.997; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.003; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={wt=javabin&distrib=false&getVersions=100&version=2&qt=/get} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.004; 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-04 16:52:48.008; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@64607bd1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70430b39),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.009; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.010; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@64607bd1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70430b39),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@64607bd1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70430b39),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.010; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.010; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.010; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@71725614 realtime
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.011; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.011; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={commit_end_point=true&wt=javabin&waitSearcher=true&commit=true&softCommit=false&openSearcher=false&version=2} {commit=} 0 7
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.013; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.013; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.015; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.018; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.019; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:48.019; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:48.019; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.019; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=javabin&command=indexversion&version=2&qt=/replication} status=0 QTime=4 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.020; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.021; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.021; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.021; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:48.021; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:48.021; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.022; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.022; org.apache.solr.core.SolrCore; [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365094352341/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365094348794/onenodecollection/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.023; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a4748df
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.024; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={generation=2&wt=javabin&command=filelist&version=2&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.024; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.025; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.025; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365094348794/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.026; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index.20130404235248025
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.026; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365094348794/onenodecollection/index/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.026; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@25dae111 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46909147) fullCopy=false
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:48.026; org.apache.solr.core.SolrCore; [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365094348794/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.027; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365094348794/onenodecollection/index
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.029; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={generation=2&file=segments_2&wt=filestream&checksum=true&command=filecontent&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.029; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5090552b lockFactory=org.apache.lucene.store.NativeFSLockFactory@234313ad),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.029; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.030; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.031; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.032; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.032; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.032; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.033; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@fb45612 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cdc53b9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@fb45612 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cdc53b9),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.033; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.034; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.034; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.034; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.034; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1cf40137 main
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.035; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.035; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.035; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.036; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1cf40137 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.036; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.036; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index.20130404235248025 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index.20130404235248025;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.036; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.036; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index.20130404235248025
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.037; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365094348793/jetty3/index.20130404235248025
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.037; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.037; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.037; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.038; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.039; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.039; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.046; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5540b2f main
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.047; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365094348794/onenodecollection/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.048; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.048; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.051; org.apache.solr.core.SolrCore; [onenodecollectioncore] Registered new searcher Searcher@5540b2f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.052; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=down
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.888; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.889; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:39016",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:39016__collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "node_name":"127.0.0.1:39016_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.893; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:46114",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:46114__collection1",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:46114_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.895; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:43512",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "core":"onenodecollectioncore",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:43512_"}
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.896; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection onenodecollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.896; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:48.899; org.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-04 16:52:48.900; org.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-04 16:52:48.900; org.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-04 16:52:48.900; org.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-04 16:52:48.900; org.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-04 16:52:48.900; org.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-04 16:52:49.054; org.apache.solr.core.CoreContainer; registering core: onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.055; org.apache.solr.cloud.ZkController; Register replica - core:onenodecollectioncore address:http://127.0.0.1:43512 collection:onenodecollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.055; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.061; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 type:delete cxid:0xaf zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.062; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.062; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 type:create cxid:0xb0 zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.064; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.064; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.065; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:43512/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.065; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.065; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:43512/onenodecollectioncore/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.065; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:43512/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.069; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd5f6b7fe0006 type:create cxid:0xbb zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:49.608; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:39016__collection1&wt=javabin&onlyIfLeader=true&action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:39016_&checkLive=true&state=recovering&version=2} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.410; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.416; org.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-04 16:52:50.416; org.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-04 16:52:50.416; org.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-04 16:52:50.416; org.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-04 16:52:50.416; org.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-04 16:52:50.416; org.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-04 16:52:50.425; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:43512/onenodecollectioncore/ and leader is http://127.0.0.1:43512/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.425; org.apache.solr.cloud.ZkController; No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:43512
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.426; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.426; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=active
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.427; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.428; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={numShards=1&wt=javabin&roles=none&collection=onenodecollection&action=CREATE&name=onenodecollectioncore&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365094348794/onenodecollection&version=2} status=0 QTime=2817 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.428; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:50.429; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:51.431; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:51.609; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:58842/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 16:52:51.609; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:39016 START replicas=[http://127.0.0.1:58842/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-04 16:52:51.609; org.apache.solr.update.Pee

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

kTest-1365094264244/1365094287928unloadcollection_4n/index.20130404135144115;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.058; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365094264244/1365094287928unloadcollection_4n/index.20130404135144115
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.058; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365094264244/1365094287928unloadcollection_4n [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365094264244/1365094287928unloadcollection_4n;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.059; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365094264244/1365094287928unloadcollection_4n
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.060; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89462817701822476-127.0.0.1:53547_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.060; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd5f56db9000c
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.061; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.061; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f56db9000c closed
[junit4:junit4]   1> WARN  - 2013-04-04 16:53:28.061; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.061; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:53417 which had sessionid 0x13dd5f56db9000c
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.061; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-04-04 16:53:28.062; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.063; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.063; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0)
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.085; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.140; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.141; org.apache.zookeeper.server.ZooKeeperServer; shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.141; org.apache.zookeeper.server.SessionTrackerImpl; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.142; org.apache.zookeeper.server.PrepRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.142; org.apache.zookeeper.server.SyncRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.142; org.apache.zookeeper.server.PrepRequestProcessor; PrepRequestProcessor exited loop!
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.142; org.apache.zookeeper.server.SyncRequestProcessor; SyncRequestProcessor exited!
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.143; org.apache.zookeeper.server.FinalRequestProcessor; shutdown of request processor complete
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.145; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:59193 59193
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.149; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:53420 which had sessionid 0x13dd5f56db9000d
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.150; org.apache.zookeeper.server.NIOServerCnxnFactory; NIOServerCnxn factory exited run method
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.150; org.apache.zookeeper.ClientCnxn$SendThread; Unable to read additional data from server sessionid 0x13dd5f56db9000d, likely server has closed socket, closing socket connection and attempting reconnect
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.154; org.apache.zookeeper.server.ZooKeeperServer; shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.155; org.apache.zookeeper.server.SessionTrackerImpl; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.155; org.apache.zookeeper.server.PrepRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.156; org.apache.zookeeper.server.SyncRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.157; org.apache.zookeeper.server.FinalRequestProcessor; shutdown of request processor complete
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.255; org.apache.zookeeper.ZooKeeper; Session: 0x13dd5f56db9000d closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.255; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@73397d4a name:ZooKeeperConnection Watcher:127.0.0.1:59193/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.256; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.256; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365094264244
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=355509CE585B1ABB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_ME -Dtests.timezone=Atlantic/Bermuda -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  144s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([355509CE585B1ABB:B4B387D62F047A87]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:28.334; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 144128 T1166 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-04 16:53:28.731; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-04 16:53:29.000; org.apache.zookeeper.server.SessionTrackerImpl; SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=sr_ME, 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=1,free=93343088,total=201637888
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DocValuesTest, TestWriterPerf, DirectSolrConnectionTest, TestSurroundQueryParser, TestStressRecovery, ScriptEngineTest, IndexSchemaTest, OverseerTest, LegacyHTMLStripCharFilterTest, TestRealTimeGet, TestRemoteStreaming, QueryEqualityTest, TestSolrDeletionPolicy1, ClusterStateUpdateTest, UUIDFieldTest, QueryParsingTest, FieldMutatingUpdateProcessorTest, AliasIntegrationTest, DirectUpdateHandlerOptimizeTest, PrimitiveFieldTypeTest, LeaderElectionTest, TermsComponentTest, DistributedTermsComponentTest, BadCopyFieldTest, TestDynamicFieldCollectionResource, ResponseLogComponentTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 144.94s, 1 test, 1 failure <<< FAILURES!

[...truncated 664 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: 39 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.8.0-ea-b83 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5015 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5015/
Java: 32bit/jdk1.7.0_17 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.index.sorter.SortingAtomicReaderTest

Error Message:
CheckReader failed

Stack Trace:
java.lang.RuntimeException: CheckReader failed
	at __randomizedtesting.SeedInfo.seed([A621C735CCBD4F97]:0)
	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:255)
	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 7351 lines...]
[junit4:junit4] Suite: org.apache.lucene.index.sorter.SortingAtomicReaderTest
[junit4:junit4]   1> CheckReader failed
[junit4:junit4]   1>     test: field norms.........OK [3 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: -1
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: -1
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.docID(SortingAtomicReader.java:562)
[junit4:junit4]   1> 	at org.apache.lucene.search.DocIdSetIterator.slowAdvance(DocIdSetIterator.java:99)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.advance(SortingAtomicReader.java:557)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:942)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1200)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1177)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:243)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1>     test: stored fields.......OK [68 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........ERROR [-1]
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: -1
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.docID(SortingAtomicReader.java:562)
[junit4:junit4]   1> 	at org.apache.lucene.search.DocIdSetIterator.slowAdvance(DocIdSetIterator.java:99)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.advance(SortingAtomicReader.java:557)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testTermVectors(CheckIndex.java:1564)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:245)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 4 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {positions=DFR GL1, term_vectors=DFR I(ne)1}, locale=sr_RS, timezone=Etc/GMT-10
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.7.0_17 (32-bit)/cpus=8,threads=1,free=52356864,total=75169792
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPKIndexSplitter, TestIndexSplitter, SortingAtomicReaderTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SortingAtomicReaderTest -Dtests.seed=A621C735CCBD4F97 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_RS -Dtests.timezone=Etc/GMT-10 -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J1 | SortingAtomicReaderTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckReader failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A621C735CCBD4F97]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:255)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J1 in 0.65s, 0 tests, 1 error <<< FAILURES!

[...truncated 28 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/lucene/build.xml:548: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1776: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: 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: 10 suites, 31 tests, 1 suite-level error

Total time: 25 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5014/
Java: 64bit/jdk1.8.0-ea-b83 -XX:+UseG1GC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.index.sorter.SortingAtomicReaderTest

Error Message:
CheckReader failed

Stack Trace:
java.lang.RuntimeException: CheckReader failed
	at __randomizedtesting.SeedInfo.seed([5AB4579CDF3D45D1]:0)
	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:255)
	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
	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$4.evaluate(RandomizedRunner.java:677)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 7439 lines...]
[junit4:junit4] Suite: org.apache.lucene.index.sorter.SortingAtomicReaderTest
[junit4:junit4]   1> CheckReader failed
[junit4:junit4]   1>     test: field norms.........OK [3 fields]
[junit4:junit4]   1>     test: terms, freq, prox...ERROR: java.lang.ArrayIndexOutOfBoundsException: -1
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: -1
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.docID(SortingAtomicReader.java:562)
[junit4:junit4]   1> 	at org.apache.lucene.search.DocIdSetIterator.slowAdvance(DocIdSetIterator.java:99)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.advance(SortingAtomicReader.java:557)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:942)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1200)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1177)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:243)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1>     test: stored fields.......OK [55 total field count; avg 1 fields per doc]
[junit4:junit4]   1>     test: term vectors........ERROR [-1]
[junit4:junit4]   1> java.lang.ArrayIndexOutOfBoundsException: -1
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.docID(SortingAtomicReader.java:562)
[junit4:junit4]   1> 	at org.apache.lucene.search.DocIdSetIterator.slowAdvance(DocIdSetIterator.java:99)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReader$SortingDocsAndPositionsEnum.advance(SortingAtomicReader.java:557)
[junit4:junit4]   1> 	at org.apache.lucene.index.CheckIndex.testTermVectors(CheckIndex.java:1564)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:245)
[junit4:junit4]   1> 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]   1> 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:677)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1>     test: docvalues...........OK [0 total doc count; 4 docvalues fields]
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {term_vectors=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true), docs=PostingsFormat(name=Memory doPackFST= true), positions=PostingsFormat(name=NestedPulsing), norm=PostingsFormat(name=Lucene41WithOrds)}, docValues:{sorted_set=DocValuesFormat(name=CheapBastard), numeric=DocValuesFormat(name=Asserting), binary=DocValuesFormat(name=Asserting), sorted=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {term_vectors=DFR GL2, positions=IB SPL-L3(800.0)}, locale=sq, timezone=Africa/Dar_es_Salaam
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=70627704,total=131072000
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPKIndexSplitter, SweetSpotSimilarityTest, TestLazyDocument, TestIndexSplitter, TestHighFreqTerms, IndexSortingTest, SortingAtomicReaderTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SortingAtomicReaderTest -Dtests.seed=5AB4579CDF3D45D1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Africa/Dar_es_Salaam -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J1 | SortingAtomicReaderTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: CheckReader failed
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([5AB4579CDF3D45D1]:0)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:255)
[junit4:junit4]    > 	at org.apache.lucene.util._TestUtil.checkReader(_TestUtil.java:234)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.SortingAtomicReaderTest.beforeClassSortingAtomicReaderTest(SortingAtomicReaderTest.java:77)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J1 in 0.74s, 0 tests, 1 error <<< FAILURES!

[...truncated 13 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/lucene/build.xml:548: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1776: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: 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: 10 suites, 31 tests, 1 suite-level error

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



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

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

1 tests failed.
FAILED:  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([82C8C1124C229654:32E4F0A3B7DF668]: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 9126 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.356; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.360; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.360; 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-04 18:32:10.361; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.362; org.apache.zookeeper.server.ZooKeeperServer; tickTime set to 1000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.362; org.apache.zookeeper.server.ZooKeeperServer; minSessionTimeout set to -1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.362; org.apache.zookeeper.server.ZooKeeperServer; maxSessionTimeout set to -1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.362; org.apache.zookeeper.server.NIOServerCnxnFactory; binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.363; 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-1365100330360/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.461; org.apache.solr.cloud.ZkTestServer; start zk server on port:49149
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.461; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@83cc6f
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.462; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.462; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.463; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.463; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37114
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.464; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37114
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.464; org.apache.zookeeper.server.persistence.FileTxnLog; Creating new log file: log.1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.532; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0000 with negotiated timeout 10000 for client /127.0.0.1:37114
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.532; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0000, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.533; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@83cc6f name:ZooKeeperConnection Watcher:127.0.0.1:49149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.534; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.539; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b0000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.540; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b0000 closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.540; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37114 which had sessionid 0x13dd651fd7b0000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.540; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.541; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@442d0f
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.543; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.543; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.545; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.545; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37115
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.546; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37115
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.547; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0001 with negotiated timeout 10000 for client /127.0.0.1:37115
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.547; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0001, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.547; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@442d0f name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.548; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.552; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.555; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.558; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.562; 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-04 18:32:10.563; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.568; 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-04 18:32:10.570; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.575; 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-04 18:32:10.576; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.580; 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-04 18:32:10.581; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.584; 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-04 18:32:10.586; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.589; 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-04 18:32:10.589; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.592; 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-04 18:32:10.592; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.594; 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-04 18:32:10.595; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.597; 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-04 18:32:10.597; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.600; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b0001
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.600; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b0001 closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.600; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37115 which had sessionid 0x13dd651fd7b0001
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.600; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.669; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.671; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:35836
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.672; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.672; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.673; 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-1365100330601
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.673; 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-1365100330601/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.673; org.apache.solr.core.CoreContainer; New CoreContainer 31988469
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.674; 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-1365100330601/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.674; 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-1365100330601/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.695; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.695; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.696; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.696; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.696; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.697; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.697; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.698; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.698; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.702; 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-04 18:32:10.709; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.721; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:49149/solr
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.722; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.722; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e8d980
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.723; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.723; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.724; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.724; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37116
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.724; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37116
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.725; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0002 with negotiated timeout 20000 for client /127.0.0.1:37116
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.725; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0002, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.726; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e8d980 name:ZooKeeperConnection Watcher:127.0.0.1:49149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.726; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.727; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b0002
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.727; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b0002 closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.727; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37116 which had sessionid 0x13dd651fd7b0002
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.727; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.728; 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-04 18:32:10.731; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a52c36
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.732; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.732; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.732; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.732; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37117
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.733; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37117
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.733; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0003 with negotiated timeout 20000 for client /127.0.0.1:37117
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.734; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0003, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.734; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a52c36 name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.734; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.735; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.737; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0003 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-04 18:32:10.738; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.740; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.741; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35836_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.742; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35836_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35836_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:35836_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.747; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0003 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-04 18:32:10.748; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.749; org.apache.solr.cloud.Overseer; Overseer (id=89463215250669571-127.0.0.1:35836_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.750; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0003 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-04 18:32:10.750; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0003 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-04 18:32:10.751; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0003 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-04 18:32:10.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.753; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0003 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-04 18:32:10.754; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.754; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.756; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.757; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.759; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.761; 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-04 18:32:10.761; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.762; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.765; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.766; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19f3736
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.766; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.767; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.767; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.767; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37118
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.768; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37118
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.769; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0004 with negotiated timeout 10000 for client /127.0.0.1:37118
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.769; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0004, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.769; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@19f3736 name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.769; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.770; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.772; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.838; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.840; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:43333
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.841; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.841; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.842; 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-1365100330772
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.843; 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-1365100330772/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.843; org.apache.solr.core.CoreContainer; New CoreContainer 1350894
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.843; 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-1365100330772/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.844; 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-1365100330772/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.864; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.865; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.865; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.866; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.866; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.867; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.867; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.867; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.868; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.868; 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-04 18:32:10.875; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.891; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:49149/solr
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.892; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.892; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1384bee
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.893; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.893; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.894; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.894; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37119
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.895; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37119
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.895; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0005 with negotiated timeout 20000 for client /127.0.0.1:37119
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.895; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0005, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.896; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1384bee name:ZooKeeperConnection Watcher:127.0.0.1:49149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.896; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.897; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b0005
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.897; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b0005 closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.897; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37119 which had sessionid 0x13dd651fd7b0005
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.898; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.898; 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-04 18:32:10.901; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@733f3f
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.902; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.902; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.903; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.903; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37120
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.903; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37120
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.904; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0006 with negotiated timeout 20000 for client /127.0.0.1:37120
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.904; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0006, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.904; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@733f3f name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.905; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:10.905; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0006 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-04 18:32:10.906; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0006 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-04 18:32:10.908; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.910; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43333_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.912; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0006 type:delete cxid:0xe zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43333_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43333_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.913; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:43333_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.918; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.918; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.918; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.926; 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-04 18:32:11.926; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:11.927; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.007; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.009; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:48538
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.010; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.010; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.010; 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-1365100331934
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.011; 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-1365100331934/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.011; org.apache.solr.core.CoreContainer; New CoreContainer 31472613
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.012; 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-1365100331934/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.012; 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-1365100331934/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.031; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.032; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.032; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.033; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.033; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.033; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.034; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.034; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.034; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.035; 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-04 18:32:12.041; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.058; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:49149/solr
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.059; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.059; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@d140d9
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.060; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.061; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.062; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.062; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37121
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.062; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37121
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.063; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0007 with negotiated timeout 20000 for client /127.0.0.1:37121
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.063; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0007, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.064; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@d140d9 name:ZooKeeperConnection Watcher:127.0.0.1:49149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.064; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.066; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b0007
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.066; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b0007 closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.066; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37121 which had sessionid 0x13dd651fd7b0007
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.066; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.067; 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-04 18:32:12.071; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4a18b7
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.072; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.072; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.073; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.073; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37122
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.073; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37122
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.074; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0008 with negotiated timeout 20000 for client /127.0.0.1:37122
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.074; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0008, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.075; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4a18b7 name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.075; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:12.076; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0008 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-04 18:32:12.078; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0008 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-04 18:32:12.080; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.084; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48538_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.085; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0008 type:delete cxid:0xe zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48538_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48538_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.085; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:48538_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.087; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.088; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.087; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.087; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.091; 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-04 18:32:13.092; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.092; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.168; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.170; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:46667
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.171; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.171; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.172; 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-1365100333095
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.172; 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-1365100333095/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.173; org.apache.solr.core.CoreContainer; New CoreContainer 30164934
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.173; 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-1365100333095/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.173; 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-1365100333095/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.203; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.203; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.204; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.204; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.204; 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-04 18:32:13.212; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.226; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:49149/solr
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.227; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.227; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b63384
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.228; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.228; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.229; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.229; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37125
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.230; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37125
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.230; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b0009 with negotiated timeout 20000 for client /127.0.0.1:37125
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.230; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b0009, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.231; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1b63384 name:ZooKeeperConnection Watcher:127.0.0.1:49149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.231; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.232; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b0009
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.233; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b0009 closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.233; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37125 which had sessionid 0x13dd651fd7b0009
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.233; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.233; 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-04 18:32:13.236; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ca698
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.237; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.237; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.238; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.238; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37126
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.238; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37126
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.239; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b000a with negotiated timeout 20000 for client /127.0.0.1:37126
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.239; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b000a, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.240; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2ca698 name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.240; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:13.241; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b000a 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-04 18:32:13.242; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b000a 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-04 18:32:13.243; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.245; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46667_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.246; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b000a type:delete cxid:0xe zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46667_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46667_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:46667_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.248; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.248; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.253; 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-04 18:32:14.253; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.254; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.340; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.343; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:43559
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.343; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.344; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.344; 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-1365100334265
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.345; 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-1365100334265/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.345; org.apache.solr.core.CoreContainer; New CoreContainer 2226083
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.346; 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-1365100334265/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.346; 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-1365100334265/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.369; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.369; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.370; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.370; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.370; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.371; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.371; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.372; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.372; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.372; 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-04 18:32:14.379; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.396; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:49149/solr
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.397; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.397; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@73986c
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.398; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.398; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.399; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.399; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37127
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.400; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37127
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.400; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b000b with negotiated timeout 20000 for client /127.0.0.1:37127
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.400; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b000b, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.401; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@73986c name:ZooKeeperConnection Watcher:127.0.0.1:49149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.401; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.402; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b000b
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.403; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b000b closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.403; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.403; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37127 which had sessionid 0x13dd651fd7b000b
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.403; 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-04 18:32:14.407; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1943723
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.408; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.408; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.409; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.409; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37128
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.410; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37128
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.410; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b000c with negotiated timeout 20000 for client /127.0.0.1:37128
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.410; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b000c, negotiated timeout = 20000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.411; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1943723 name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.411; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:14.412; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b000c 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-04 18:32:14.413; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b000c 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-04 18:32:14.415; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.417; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43559_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.418; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b000c type:delete cxid:0xe zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43559_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43559_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.420; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:43559_
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.424; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.425; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.425; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.424; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.425; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.425; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.432; 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-04 18:32:15.433; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.434; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.440; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.448; 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-1365100330772/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.448; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.449; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.449; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.450; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.450; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.452; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.453; 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-1365100330772/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.493; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.533; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.534; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.538; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.973; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.979; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.982; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.995; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:15.998; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.001; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:16.002; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:16.003; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.003; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:16.004; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:16.004; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.005; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.005; 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-1365100330772/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100335446unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.005; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bc01d
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.006; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.007; 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-1365100330360/1365100335446unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.007; 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-1365100330360/1365100335446unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:16.007; 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-1365100330360/1365100335446unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.008; 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-1365100330360/1365100335446unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.009; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.010; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.011; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.012; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.012; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.013; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.014; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.014; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.014; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.015; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.015; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.018; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.020; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@15b1084 main
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.021; 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-1365100330360/1365100335446unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.022; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.022; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.026; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@15b1084 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.027; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.769; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.769; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:43333",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:43333_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.770; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.770; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:16.774; org.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-04 18:32:16.774; org.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-04 18:32:16.774; org.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-04 18:32:16.774; org.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-04 18:32:16.774; org.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-04 18:32:16.774; org.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-04 18:32:17.029; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.030; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:43333 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.030; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.034; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0006 type:delete cxid:0x53 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-04 18:32:17.035; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.035; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0006 type:create cxid:0x54 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.037; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.037; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.038; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:43333/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.038; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.038; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:43333/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.039; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:43333/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.039; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:17.042; org.apache.zookeeper.server.PrepRequestProcessor; Got user-level KeeperException when processing sessionid:0x13dd651fd7b0006 type:create cxid:0x5f zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.277; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.283; org.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-04 18:32:18.284; org.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-04 18:32:18.283; org.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-04 18:32:18.283; org.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-04 18:32:18.285; org.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-04 18:32:18.285; org.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-04 18:32:18.296; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:43333/unloadcollection1/ and leader is http://127.0.0.1:43333/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.297; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:43333
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.297; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.298; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.299; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.300; 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-1365100330772/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.306; 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-1365100330772/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.308; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=CREATE&name=unloadcollection1&numShards=1&version=2&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100335446unloadcollection1_1n&collection=unloadcollection&wt=javabin} status=0 QTime=2861 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.309; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.311; org.apache.zookeeper.ZooKeeper; Initiating client connection, connectString=127.0.0.1:49149/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@a87644
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.313; org.apache.zookeeper.ClientCnxn$SendThread; Opening socket connection to server localhost.localdomain/127.0.0.1:49149. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.314; org.apache.zookeeper.server.NIOServerCnxnFactory; Accepted socket connection from /127.0.0.1:37133
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.314; org.apache.zookeeper.ClientCnxn$SendThread; Socket connection established to localhost.localdomain/127.0.0.1:49149, initiating session
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.314; org.apache.zookeeper.server.ZooKeeperServer; Client attempting to establish new session at /127.0.0.1:37133
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.315; org.apache.zookeeper.server.ZooKeeperServer; Established session 0x13dd651fd7b000d with negotiated timeout 10000 for client /127.0.0.1:37133
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.315; org.apache.zookeeper.ClientCnxn$SendThread; Session establishment complete on server localhost.localdomain/127.0.0.1:49149, sessionid = 0x13dd651fd7b000d, negotiated timeout = 10000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.316; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.316; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a87644 name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.317; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.318; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.320; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.321; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.324; 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-1365100331934/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.325; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.326; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.326; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.327; 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-1365100331934/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.372; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.420; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.422; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.428; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.877; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.883; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.886; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.895; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.898; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.901; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:18.902; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:18.903; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.903; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:18.904; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:18.904; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.905; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.905; 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-1365100331934/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100338323unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.906; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bc01d
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.906; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.907; 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-1365100330360/1365100338323unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.907; 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-1365100330360/1365100338323unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:18.908; 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-1365100330360/1365100338323unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.908; 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-1365100330360/1365100338323unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.909; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@17208b8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d5a25a; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.910; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.911; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.912; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.912; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.913; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.913; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.914; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.914; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.915; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.915; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.918; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.920; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1af633a main
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.921; 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-1365100330360/1365100338323unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.921; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.922; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.926; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1af633a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.926; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:18.927; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.790; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.790; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:43333__unloadcollection1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:43333",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:43333_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.793; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:48538",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:48538_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.793; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.793; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.796; org.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-04 18:32:19.796; org.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-04 18:32:19.797; org.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-04 18:32:19.796; org.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-04 18:32:19.796; org.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-04 18:32:19.796; org.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-04 18:32:19.797; org.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-04 18:32:19.929; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.929; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:48538 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.932; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:48538/unloadcollection2/ and leader is http://127.0.0.1:43333/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.932; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:48538
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.932; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.933; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.933; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.934; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.934; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.934; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.934; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.935; 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-1365100331934/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.935; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.945; 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-1365100331934/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.945; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=CREATE&name=unloadcollection2&version=2&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100338323unloadcollection1_2n&collection=unloadcollection&wt=javabin} status=0 QTime=1621 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.946; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.947; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:19.948; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:20.949; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:21.302; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:21.303; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:48538__unloadcollection2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:48538",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:48538_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:21.307; org.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-04 18:32:21.307; org.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-04 18:32:21.307; org.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-04 18:32:21.307; org.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-04 18:32:21.307; org.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-04 18:32:21.307; org.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-04 18:32:21.307; org.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-04 18:32:21.943; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={core=unloadcollection1&coreNodeName=127.0.0.1:48538__unloadcollection2&action=PREPRECOVERY&state=recovering&checkLive=true&version=2&onlyIfLeader=true&nodeName=127.0.0.1:48538_&wt=javabin} status=0 QTime=2000 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:21.951; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:22.952; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.944; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:43333/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.945; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:48538 START replicas=[http://127.0.0.1:43333/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:23.945; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.946; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.946; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.947; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.947; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.948; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:43333/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.948; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.954; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.955; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={getVersions=100&version=2&wt=javabin&distrib=false&qt=/get} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.957; 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-04 18:32:23.959; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.961; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.962; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.963; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.964; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@662775 realtime
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.964; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.965; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={commit_end_point=true&waitSearcher=true&commit=true&openSearcher=false&version=2&softCommit=false&wt=javabin} {commit=} 0 8
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.966; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.967; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.969; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.970; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.971; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.971; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.971; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.974; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=2&command=filelist&version=2&wt=javabin&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.974; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.976; 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-1365100330360/1365100338323unloadcollection1_2n/index.20130404213223975
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.976; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@2890fc lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b193a; maxCacheMB=0.345703125 maxMergeSizeMB=0.3310546875)) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.979; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=2&command=filecontent&file=segments_2&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.981; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.982; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.982; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.984; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@17208b8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d5a25a; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@17208b8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d5a25a; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.985; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.985; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.986; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1df1af0 main
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.988; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1df1af0 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.989; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100338323unloadcollection1_2n/index.20130404213223975 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100338323unloadcollection1_2n/index.20130404213223975;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.989; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100338323unloadcollection1_2n/index.20130404213223975
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.990; 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-1365100330360/1365100338323unloadcollection1_2n/index.20130404213223975
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.990; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.991; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.991; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.991; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:23.993; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.312; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.313; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:48538__unloadcollection2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:48538",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:48538_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.316; org.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-04 18:32:24.316; org.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-04 18:32:24.316; org.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-04 18:32:24.316; org.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-04 18:32:24.316; org.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-04 18:32:24.316; org.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-04 18:32:24.316; org.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-04 18:32:24.957; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.958; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.958; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.968; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[6 (1431411459318874112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.969; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&wt=javabin} {add=[6 (1431411459318874112)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.974; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[7 (1431411459328311296)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.974; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&wt=javabin} {add=[7 (1431411459328311296)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.978; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[8 (1431411459333554176)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.979; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&wt=javabin} {add=[8 (1431411459333554176)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.981; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.984; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_3,generation=3,filenames=[_0.fnm, segments_3, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.984; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[_0.fnm, segments_3, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.985; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@109fb2 main
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.986; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.986; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@109fb2 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C3)}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.990; org.apache.solr.update.SolrCmdDistributor; Distrib commit to:[StdNode: http://127.0.0.1:48538/unloadcollection2/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.992; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.995; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@17208b8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d5a25a; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@17208b8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d5a25a; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_3,generation=3,filenames=[_0.fnm, segments_3, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.996; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[_0.fnm, segments_3, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.997; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@189143e main
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.997; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.998; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@189143e main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C3)}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.998; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={commit_end_point=true&waitSearcher=true&expungeDeletes=false&commit=true&version=2&softCommit=false&wt=javabin} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.999; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={waitSearcher=true&commit=true&version=2&softCommit=false&wt=javabin} {commit=} 0 18
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:24.999; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.003; 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-1365100333095/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.003; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.004; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.004; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.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-jetty3-1365100333095/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.034; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.079; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.080; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.084; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.509; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.514; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.517; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.529; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.532; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.535; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:25.536; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:25.537; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.537; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:25.538; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:25.538; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.539; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.539; 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-1365100333095/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100345002unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.539; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bc01d
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.540; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.541; 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-1365100330360/1365100345002unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.541; 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-1365100330360/1365100345002unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:25.541; 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-1365100330360/1365100345002unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.542; 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-1365100330360/1365100345002unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.543; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@52445 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a1fbc5; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.543; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.545; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.546; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.546; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.547; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.547; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.548; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.548; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.548; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.549; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.555; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.558; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@128a2a7 main
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.558; 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-1365100330360/1365100345002unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.559; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.559; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.563; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@128a2a7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.563; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.564; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.820; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.821; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:46667",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:46667_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.821; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.822; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:25.825; org.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-04 18:32:25.826; org.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-04 18:32:25.826; org.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-04 18:32:25.826; org.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-04 18:32:25.826; org.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-04 18:32:25.826; org.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-04 18:32:25.825; org.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-04 18:32:26.566; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.567; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:46667 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.572; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:46667/unloadcollection3/ and leader is http://127.0.0.1:43333/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.573; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:46667
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.573; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.574; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.575; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.576; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.576; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.576; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.577; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.578; 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-1365100333095/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.579; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.591; 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-1365100333095/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.593; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=CREATE&name=unloadcollection3&version=2&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100345002unloadcollection_3n&collection=unloadcollection&wt=javabin} status=0 QTime=1590 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.594; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:26.595; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:27.331; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:27.331; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:46667__unloadcollection3",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:46667",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:46667_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:27.334; org.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-04 18:32:27.334; org.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-04 18:32:27.334; org.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-04 18:32:27.334; org.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-04 18:32:27.334; org.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-04 18:32:27.334; org.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-04 18:32:27.334; org.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-04 18:32:27.586; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={core=unloadcollection1&coreNodeName=127.0.0.1:46667__unloadcollection3&action=PREPRECOVERY&state=recovering&checkLive=true&version=2&onlyIfLeader=true&nodeName=127.0.0.1:46667_&wt=javabin} status=0 QTime=1000 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:27.597; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:28.599; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.587; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:43333/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.588; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:46667 START replicas=[http://127.0.0.1:43333/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:29.589; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.589; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.590; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.590; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.590; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.591; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:43333/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.591; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={getVersions=100&version=2&wt=javabin&distrib=false&qt=/get} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.591; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.599; 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-04 18:32:29.600; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.601; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_3,generation=3,filenames=[_0.fnm, segments_3, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1cdaac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@123231b; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_4,generation=4,filenames=[_0.fnm, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, segments_4, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.602; org.apache.solr.core.SolrDeletionPolicy; newest commit = 4[_0.fnm, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, segments_4, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.603; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.604; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={commit_end_point=true&waitSearcher=true&commit=true&openSearcher=false&version=2&softCommit=false&wt=javabin} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.604; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.605; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.606; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.607; org.apache.solr.handler.SnapPuller; Master's generation: 4
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.607; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.607; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.609; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filelist&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.610; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 25
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.611; 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-1365100330360/1365100345002unloadcollection_3n/index.20130404213229610
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.611; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3b0b55 lockFactory=org.apache.lucene.store.NativeFSLockFactory@823a9d; maxCacheMB=0.345703125 maxMergeSizeMB=0.3310546875)) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.614; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0.fnm&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.617; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_MockFixedIntBlock_0.pyl&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:29.617; org.apache.solr.handler.SnapPuller$DirectoryFileFetcher; No content recieved for file: {name=_0_MockFixedIntBlock_0.pyl, size=0}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.620; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Lucene42_0.dvd&checksum=true&wt=filestream&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.629; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_MockFixedIntBlock_0.pos&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.633; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Pulsing41_0.pos&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.636; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Pulsing41_0.doc&checksum=true&wt=filestream&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.638; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=segments_4&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.641; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_MockFixedIntBlock_0.frq&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.643; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_MockFixedIntBlock_0.tii&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.646; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0.fdx&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.648; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0.fdt&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.655; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Pulsing41_0.tim&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.659; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0.nvm&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.662; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Asserting_0.doc&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.664; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Asserting_0.pos&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.667; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0.si&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.671; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_MockFixedIntBlock_0.skp&checksum=true&wt=filestream&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> WARN  - 2013-04-04 18:32:29.671; org.apache.solr.handler.SnapPuller$DirectoryFileFetcher; No content recieved for file: {name=_0_MockFixedIntBlock_0.skp, size=0}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.673; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_MockFixedIntBlock_0.tib&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.677; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_MockFixedIntBlock_0.doc&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.681; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Asserting_0.tip&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.688; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_SimpleText_0.pst&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.692; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Asserting_0.tim&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.695; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Lucene42_0.dvm&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.698; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0_Pulsing41_0.tip&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.701; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={generation=4&command=filecontent&file=_0.nvd&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.702; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.703; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.703; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.705; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@52445 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a1fbc5; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@52445 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a1fbc5; maxCacheMB=0.3330078125 maxMergeSizeMB=0.951171875)),segFN=segments_4,generation=4,filenames=[_0.fnm, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, segments_4, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.705; org.apache.solr.core.SolrDeletionPolicy; newest commit = 4[_0.fnm, _0_MockFixedIntBlock_0.pyl, _0.fdx, _0.fdt, _0_Pulsing41_0.tim, _0_Asserting_0.doc, _0.nvm, _0_Asserting_0.pos, _0.si, _0_Lucene42_0.dvd, _0_MockFixedIntBlock_0.skp, _0_MockFixedIntBlock_0.tib, _0_MockFixedIntBlock_0.doc, _0_Asserting_0.tip, _0_MockFixedIntBlock_0.pos, _0_SimpleText_0.pst, _0_Asserting_0.tim, segments_4, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_Lucene42_0.dvm, _0_Pulsing41_0.tip, _0_MockFixedIntBlock_0.frq, _0_MockFixedIntBlock_0.tii, _0.nvd]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.705; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.706; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1a59c09 main
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.707; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@1a59c09 main{StandardDirectoryReader(segments_4:3:nrt _0(5.0):C3)}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.708; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100345002unloadcollection_3n/index.20130404213229610 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100345002unloadcollection_3n/index.20130404213229610;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.709; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100345002unloadcollection_3n/index.20130404213229610
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.709; 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-1365100330360/1365100345002unloadcollection_3n/index.20130404213229610
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.709; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.710; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.710; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.711; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:29.712; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.339; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.340; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:46667__unloadcollection3",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:46667",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "node_name":"127.0.0.1:46667_"}
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.345; org.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-04 18:32:30.345; org.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-04 18:32:30.345; org.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-04 18:32:30.345; org.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-04 18:32:30.345; org.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-04 18:32:30.345; org.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-04 18:32:30.345; org.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-04 18:32:30.603; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.604; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.605; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1431411465252765696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1431411465252765696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.631; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[20 (1431411465252765696)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.632; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[20]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.638; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1431411465268494336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.639; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1431411465268494336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.639; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[21 (1431411465268494336)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.640; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[21]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.646; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1431411465275834368)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.646; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1431411465275834368)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[22 (1431411465275834368)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[22]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.653; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1431411465283174400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.653; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1431411465283174400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.654; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[23 (1431411465283174400)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.654; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[23]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.660; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1431411465291563008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.660; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1431411465291563008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.661; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[24 (1431411465291563008)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.661; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[24]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.667; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1431411465298903040)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.667; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1431411465298903040)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.668; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[25 (1431411465298903040)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.668; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[25]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.674; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1431411465306243072)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.674; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1431411465306243072)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.675; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[26 (1431411465306243072)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.675; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[26]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.681; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1431411465313583104)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.681; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1431411465313583104)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.682; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[27 (1431411465313583104)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.682; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[27]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.688; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1431411465320923136)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.688; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1431411465320923136)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.689; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[28 (1431411465320923136)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.690; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[28]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1431411465328263168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1431411465328263168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[29 (1431411465328263168)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[29]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.703; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1431411465335603200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.703; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1431411465335603200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.704; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[30 (1431411465335603200)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.704; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[30]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.710; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1431411465342943232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.710; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1431411465342943232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.711; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[31 (1431411465342943232)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.712; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[31]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.718; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1431411465351331840)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.718; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1431411465351331840)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.719; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[32 (1431411465351331840)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.720; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[32]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1431411465360769024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1431411465360769024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.728; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={distrib.from=http://127.0.0.1:46667/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[33 (1431411465360769024)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.729; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[33]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.737; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1431411465370206208)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-04 18:32:30.737; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={distrib.from=http://127.0.0.1:43333/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1431411465370206208)]} 0 1
[junit4:junit4]

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

solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360/1365100352542unloadcollection_4n
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.478; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89463215250669580-127.0.0.1:43559_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.478; org.apache.zookeeper.server.PrepRequestProcessor; Processed session termination for sessionid: 0x13dd651fd7b000c
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.479; 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-04 18:34:28.482; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b000c closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.482; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37128 which had sessionid 0x13dd651fd7b000c
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.484; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0)
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.504; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.556; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.557; org.apache.zookeeper.server.ZooKeeperServer; shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.557; org.apache.zookeeper.server.SessionTrackerImpl; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.557; org.apache.zookeeper.server.PrepRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.558; org.apache.zookeeper.server.SyncRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.558; org.apache.zookeeper.server.PrepRequestProcessor; PrepRequestProcessor exited loop!
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.558; org.apache.zookeeper.server.SyncRequestProcessor; SyncRequestProcessor exited!
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.559; org.apache.zookeeper.server.FinalRequestProcessor; shutdown of request processor complete
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.562; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:49149 49149
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.563; org.apache.zookeeper.server.NIOServerCnxn; Closed socket connection for client /127.0.0.1:37133 which had sessionid 0x13dd651fd7b000d
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.563; org.apache.zookeeper.server.NIOServerCnxnFactory; NIOServerCnxn factory exited run method
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.564; org.apache.zookeeper.ClientCnxn$SendThread; Unable to read additional data from server sessionid 0x13dd651fd7b000d, likely server has closed socket, closing socket connection and attempting reconnect
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.564; org.apache.zookeeper.server.ZooKeeperServer; shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.564; org.apache.zookeeper.server.SessionTrackerImpl; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.565; org.apache.zookeeper.server.PrepRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.565; org.apache.zookeeper.server.SyncRequestProcessor; Shutting down
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.565; org.apache.zookeeper.server.FinalRequestProcessor; shutdown of request processor complete
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.664; org.apache.zookeeper.ZooKeeper; Session: 0x13dd651fd7b000d closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.664; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a87644 name:ZooKeeperConnection Watcher:127.0.0.1:49149/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.665; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.665; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365100330360
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=82C8C1124C229654 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_NZ -Dtests.timezone=Europe/Helsinki -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  138s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([82C8C1124C229654:32E4F0A3B7DF668]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:28.688; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 138342 T1535 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:29.000; org.apache.zookeeper.server.SessionTrackerImpl; SessionTrackerImpl exited loop!
[junit4:junit4]   1> WARN  - 2013-04-04 18:34:29.782; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:29.783; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-04-04 18:34:29.783; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-04 18:34:29.783; org.apache.zookeeper.ClientCnxn$EventThread; EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {a_t=PostingsFormat(name=SimpleText), timestamp=Pulsing41(freqCutoff=3 minBlockSize=26 maxBlockSize=54), range_facet_si=PostingsFormat(name=SimpleText), intDefault=Pulsing41(freqCutoff=3 minBlockSize=26 maxBlockSize=54), id=MockFixedIntBlock(blockSize=1715), a_si=Pulsing41(freqCutoff=3 minBlockSize=26 maxBlockSize=54), range_facet_sl=MockFixedIntBlock(blockSize=1715), other_tl1=Pulsing41(freqCutoff=3 minBlockSize=26 maxBlockSize=54), _version_=Pulsing41(freqCutoff=3 minBlockSize=26 maxBlockSize=54), text=PostingsFormat(name=Asserting), multiDefault=Pulsing41(freqCutoff=3 minBlockSize=26 maxBlockSize=54), range_facet_l=Pulsing41(freqCutoff=3 minBlockSize=26 maxBlockSize=54)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=DefaultSimilarity, locale=en_NZ, timezone=Europe/Helsinki
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=58960776,total=155250688
[junit4:junit4]   2> NOTE: All tests run in this JVM: [LoggingHandlerTest, SystemInfoHandlerTest, CircularListTest, DistributedQueryElevationComponentTest, TestSolrCoreProperties, TestFastLRUCache, ZkControllerTest, CSVRequestHandlerTest, SimpleFacetsTest, TestFunctionQuery, QueryElevationComponentTest, PrimitiveFieldTypeTest, TestCoreContainer, CachingDirectoryFactoryTest, TestSolrDeletionPolicy2, TestJoin, RegexBoostProcessorTest, CacheHeaderTest, PeerSyncTest, IndexSchemaTest, FileBasedSpellCheckerTest, DirectUpdateHandlerOptimizeTest, ShardRoutingTest, TermVectorComponentTest, ZkCLITest, SearchHandlerTest, BasicFunctionalityTest, SolrTestCaseJ4Test, ChaosMonkeyNothingIsSafeTest, TestSearchPerf, TestReplicationHandler, TestDefaultSearchFieldResource, TestRandomDVFaceting, CoreAdminHandlerTest, AlternateDirectoryTest, DistributedTermsComponentTest, TestValueSourceCache, FastVectorHighlighterTest, TestDocSet, TestSolrIndexConfig, ResponseLogComponentTest, TestTrie, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 139.62s, 1 test, 1 failure <<< FAILURES!

[...truncated 590 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 failure, 13 ignored (7 assumptions)

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