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/03/23 04:34:24 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4831/
Java: 32bit/jdk1.8.0-ea-b82 -server -XX:+UseConcMarkSweepGC

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

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


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([2FDCDF125753E8D4:AE3A510A200C88E8]: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 9216 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1496 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 7 T1496 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470
[junit4:junit4]   2> 8 T1496 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T1497 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T1497 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T1497 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T1497 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T1497 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T1497 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T1496 oasc.ZkTestServer.run start zk server on port:35965
[junit4:junit4]   2> 109 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f50c95
[junit4:junit4]   2> 110 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T1502 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T1502 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 111 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58540
[junit4:junit4]   2> 111 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58540
[junit4:junit4]   2> 111 T1500 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 213 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110000 with negotiated timeout 10000 for client /127.0.0.1:58540
[junit4:junit4]   2> 213 T1502 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110000, negotiated timeout = 10000
[junit4:junit4]   2> 214 T1503 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f50c95 name:ZooKeeperConnection Watcher:127.0.0.1:35965 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 214 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 215 T1496 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 220 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110000
[junit4:junit4]   2> 221 T1503 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 222 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58540 which had sessionid 0x13d954740110000
[junit4:junit4]   2> 221 T1496 oaz.ZooKeeper.close Session: 0x13d954740110000 closed
[junit4:junit4]   2> 223 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@132e71b
[junit4:junit4]   2> 224 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 225 T1504 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 225 T1504 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 225 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58541
[junit4:junit4]   2> 225 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58541
[junit4:junit4]   2> 226 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110001 with negotiated timeout 10000 for client /127.0.0.1:58541
[junit4:junit4]   2> 226 T1504 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110001, negotiated timeout = 10000
[junit4:junit4]   2> 226 T1505 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@132e71b name:ZooKeeperConnection Watcher:127.0.0.1:35965/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 226 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 227 T1496 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 229 T1496 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 231 T1496 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 233 T1496 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 235 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 235 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 238 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 239 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 241 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 242 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 243 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 244 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 246 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 246 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 248 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 248 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 251 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 251 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 253 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 253 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 255 T1496 oasc.AbstractZkTestCase.putConfig 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]   2> 256 T1496 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 258 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110001
[junit4:junit4]   2> 258 T1505 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 258 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58541 which had sessionid 0x13d954740110001
[junit4:junit4]   2> 258 T1496 oaz.ZooKeeper.close Session: 0x13d954740110001 closed
[junit4:junit4]   2> 316 T1496 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 322 T1496 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58585
[junit4:junit4]   2> 322 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 323 T1496 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 323 T1496 oasc.SolrResourceLoader.locateSolrHome 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-1364009107722
[junit4:junit4]   2> 323 T1496 oasc.CoreContainer$Initializer.initialize 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-1364009107722/solr.xml
[junit4:junit4]   2> 324 T1496 oasc.CoreContainer.<init> New CoreContainer 864347
[junit4:junit4]   2> 324 T1496 oasc.CoreContainer.load 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-1364009107722/'
[junit4:junit4]   2> 324 T1496 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364009107722/'
[junit4:junit4]   2> 340 T1496 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 340 T1496 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 340 T1496 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 341 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 341 T1496 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 341 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 342 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 342 T1496 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 342 T1496 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 343 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 348 T1496 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 361 T1496 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35965/solr
[junit4:junit4]   2> 361 T1496 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 362 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@82d980
[junit4:junit4]   2> 362 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 362 T1515 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 363 T1515 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 363 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58542
[junit4:junit4]   2> 363 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58542
[junit4:junit4]   2> 364 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110002 with negotiated timeout 20000 for client /127.0.0.1:58542
[junit4:junit4]   2> 364 T1515 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110002, negotiated timeout = 20000
[junit4:junit4]   2> 365 T1516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@82d980 name:ZooKeeperConnection Watcher:127.0.0.1:35965 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 365 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 366 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110002
[junit4:junit4]   2> 366 T1516 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 366 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58542 which had sessionid 0x13d954740110002
[junit4:junit4]   2> 366 T1496 oaz.ZooKeeper.close Session: 0x13d954740110002 closed
[junit4:junit4]   2> 367 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 369 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14d9198
[junit4:junit4]   2> 370 T1517 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 370 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 370 T1517 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 370 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58543
[junit4:junit4]   2> 371 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58543
[junit4:junit4]   2> 371 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110003 with negotiated timeout 20000 for client /127.0.0.1:58543
[junit4:junit4]   2> 371 T1517 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110003, negotiated timeout = 20000
[junit4:junit4]   2> 372 T1518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14d9198 name:ZooKeeperConnection Watcher:127.0.0.1:35965/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 372 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 373 T1496 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 375 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 376 T1496 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 378 T1496 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 379 T1496 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58585_
[junit4:junit4]   2> 379 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58585_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58585_
[junit4:junit4]   2> 380 T1496 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58585_
[junit4:junit4]   2> 382 T1496 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 385 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 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]   2> 386 T1496 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 387 T1496 oasc.Overseer.start Overseer (id=89391700867350531-127.0.0.1:58585_-n_0000000000) starting
[junit4:junit4]   2> 388 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 388 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 389 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 389 T1496 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 391 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 392 T1520 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 393 T1496 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 394 T1496 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 395 T1496 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 397 T1519 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 399 T1521 oasc.CoreContainer.create 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-1364009107722/collection1
[junit4:junit4]   2> 399 T1521 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 399 T1521 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 399 T1521 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 400 T1521 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364009107722/collection1/'
[junit4:junit4]   2> 400 T1521 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364009107722/collection1/lib/README' to classloader
[junit4:junit4]   2> 401 T1521 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364009107722/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 428 T1521 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 459 T1521 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 460 T1521 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 464 T1521 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 789 T1521 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 794 T1521 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 796 T1521 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 810 T1521 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 817 T1521 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 820 T1521 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 821 T1521 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 822 T1521 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 822 T1521 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 824 T1521 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 824 T1521 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 824 T1521 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 825 T1521 oasc.SolrCore.<init> [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-1364009107722/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data/
[junit4:junit4]   2> 825 T1521 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62a7d0
[junit4:junit4]   2> 825 T1521 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 826 T1521 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data
[junit4:junit4]   2> 827 T1521 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data/index/
[junit4:junit4]   2> 827 T1521 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 827 T1521 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data/index
[junit4:junit4]   2> 830 T1521 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@190885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c55846),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 830 T1521 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 833 T1521 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 833 T1521 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 834 T1521 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 835 T1521 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 835 T1521 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 835 T1521 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 836 T1521 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 837 T1521 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 837 T1521 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 841 T1521 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 845 T1521 oass.SolrIndexSearcher.<init> Opening Searcher@1b750a3 main
[junit4:junit4]   2> 845 T1521 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data/tlog
[junit4:junit4]   2> 845 T1521 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 845 T1521 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 849 T1522 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b750a3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 851 T1521 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 851 T1521 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1901 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1902 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58585",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58585_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 1902 T1519 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1902 T1519 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1908 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2853 T1521 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2853 T1521 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58585 collection:control_collection shard:shard1
[junit4:junit4]   2> 2854 T1521 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2865 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:delete cxid:0x82 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]   2> 2866 T1521 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2866 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2868 T1521 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2868 T1521 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2868 T1521 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58585/collection1/
[junit4:junit4]   2> 2868 T1521 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2869 T1521 oasc.SyncStrategy.syncToMe http://127.0.0.1:58585/collection1/ has no replicas
[junit4:junit4]   2> 2869 T1521 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58585/collection1/
[junit4:junit4]   2> 2869 T1521 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2872 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3414 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3426 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3475 T1521 oasc.ZkController.register We are http://127.0.0.1:58585/collection1/ and leader is http://127.0.0.1:58585/collection1/
[junit4:junit4]   2> 3476 T1521 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58585
[junit4:junit4]   2> 3476 T1521 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3476 T1521 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3476 T1521 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3479 T1521 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3480 T1496 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3481 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3482 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3488 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3490 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5d1b1a
[junit4:junit4]   2> 3491 T1524 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3491 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3492 T1524 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 3492 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58544
[junit4:junit4]   2> 3492 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58544
[junit4:junit4]   2> 3493 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110004 with negotiated timeout 10000 for client /127.0.0.1:58544
[junit4:junit4]   2> 3493 T1524 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110004, negotiated timeout = 10000
[junit4:junit4]   2> 3494 T1525 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d1b1a name:ZooKeeperConnection Watcher:127.0.0.1:35965/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3494 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3496 T1496 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3499 T1496 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3571 T1496 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3573 T1496 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37026
[junit4:junit4]   2> 3574 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3574 T1496 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3575 T1496 oasc.SolrResourceLoader.locateSolrHome 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-1364009110962
[junit4:junit4]   2> 3575 T1496 oasc.CoreContainer$Initializer.initialize 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-1364009110962/solr.xml
[junit4:junit4]   2> 3575 T1496 oasc.CoreContainer.<init> New CoreContainer 29880608
[junit4:junit4]   2> 3576 T1496 oasc.CoreContainer.load 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-1364009110962/'
[junit4:junit4]   2> 3576 T1496 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364009110962/'
[junit4:junit4]   2> 3593 T1496 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3593 T1496 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3593 T1496 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3594 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3594 T1496 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3595 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3595 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3595 T1496 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3596 T1496 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3596 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3606 T1496 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3615 T1496 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35965/solr
[junit4:junit4]   2> 3616 T1496 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3616 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d9483c
[junit4:junit4]   2> 3617 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3617 T1535 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3618 T1535 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 3618 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58545
[junit4:junit4]   2> 3618 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58545
[junit4:junit4]   2> 3619 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110005 with negotiated timeout 20000 for client /127.0.0.1:58545
[junit4:junit4]   2> 3619 T1535 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110005, negotiated timeout = 20000
[junit4:junit4]   2> 3619 T1536 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d9483c name:ZooKeeperConnection Watcher:127.0.0.1:35965 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3619 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3620 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110005
[junit4:junit4]   2> 3621 T1536 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3621 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58545 which had sessionid 0x13d954740110005
[junit4:junit4]   2> 3621 T1496 oaz.ZooKeeper.close Session: 0x13d954740110005 closed
[junit4:junit4]   2> 3621 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3624 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@168e3c6
[junit4:junit4]   2> 3624 T1537 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3624 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3625 T1537 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 3625 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58546
[junit4:junit4]   2> 3625 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58546
[junit4:junit4]   2> 3625 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110006 with negotiated timeout 20000 for client /127.0.0.1:58546
[junit4:junit4]   2> 3625 T1537 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110006, negotiated timeout = 20000
[junit4:junit4]   2> 3626 T1538 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@168e3c6 name:ZooKeeperConnection Watcher:127.0.0.1:35965/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3626 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3627 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3627 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3629 T1496 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4631 T1496 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37026_
[junit4:junit4]   2> 4632 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37026_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37026_
[junit4:junit4]   2> 4633 T1496 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37026_
[junit4:junit4]   2> 4635 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4636 T1525 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4636 T1538 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4637 T1518 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4640 T1539 oasc.CoreContainer.create 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-1364009110962/collection1
[junit4:junit4]   2> 4640 T1539 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4640 T1539 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4641 T1539 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4641 T1539 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364009110962/collection1/'
[junit4:junit4]   2> 4642 T1539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364009110962/collection1/lib/README' to classloader
[junit4:junit4]   2> 4642 T1539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364009110962/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4669 T1539 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4706 T1539 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4707 T1539 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4711 T1539 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4931 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4931 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58585",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58585_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 4935 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4935 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4935 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5041 T1539 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5046 T1539 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5052 T1539 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5062 T1539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5065 T1539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5067 T1539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5068 T1539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5068 T1539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5069 T1539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5069 T1539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5069 T1539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5070 T1539 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5070 T1539 oasc.SolrCore.<init> [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-1364009110962/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1/
[junit4:junit4]   2> 5070 T1539 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62a7d0
[junit4:junit4]   2> 5071 T1539 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5071 T1539 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1
[junit4:junit4]   2> 5072 T1539 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1/index/
[junit4:junit4]   2> 5072 T1539 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5072 T1539 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1/index
[junit4:junit4]   2> 5074 T1539 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9ccf33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@835541),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5074 T1539 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5076 T1539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5076 T1539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5077 T1539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5077 T1539 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5078 T1539 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5078 T1539 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5078 T1539 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5079 T1539 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5079 T1539 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5083 T1539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5085 T1539 oass.SolrIndexSearcher.<init> Opening Searcher@15b124d main
[junit4:junit4]   2> 5086 T1539 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1/tlog
[junit4:junit4]   2> 5086 T1539 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5086 T1539 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5090 T1540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15b124d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5091 T1539 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5091 T1539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6438 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6439 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37026",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37026_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 6439 T1519 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6439 T1519 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6444 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6444 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6444 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7093 T1539 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7093 T1539 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37026 collection:collection1 shard:shard1
[junit4:junit4]   2> 7094 T1539 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7102 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7103 T1539 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7104 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7106 T1539 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7106 T1539 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7106 T1539 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37026/collection1/
[junit4:junit4]   2> 7106 T1539 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7107 T1539 oasc.SyncStrategy.syncToMe http://127.0.0.1:37026/collection1/ has no replicas
[junit4:junit4]   2> 7107 T1539 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37026/collection1/
[junit4:junit4]   2> 7107 T1539 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7110 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7947 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7954 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7955 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7955 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7963 T1539 oasc.ZkController.register We are http://127.0.0.1:37026/collection1/ and leader is http://127.0.0.1:37026/collection1/
[junit4:junit4]   2> 7964 T1539 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37026
[junit4:junit4]   2> 7964 T1539 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7964 T1539 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7964 T1539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7965 T1539 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7966 T1496 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7967 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7967 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8026 T1496 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8028 T1496 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48188
[junit4:junit4]   2> 8028 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8029 T1496 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8029 T1496 oasc.SolrResourceLoader.locateSolrHome 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-1364009115433
[junit4:junit4]   2> 8029 T1496 oasc.CoreContainer$Initializer.initialize 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-1364009115433/solr.xml
[junit4:junit4]   2> 8029 T1496 oasc.CoreContainer.<init> New CoreContainer 31150284
[junit4:junit4]   2> 8030 T1496 oasc.CoreContainer.load 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-1364009115433/'
[junit4:junit4]   2> 8030 T1496 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364009115433/'
[junit4:junit4]   2> 8051 T1496 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8051 T1496 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8052 T1496 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8052 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8052 T1496 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8053 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8053 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8053 T1496 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8053 T1496 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8054 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8059 T1496 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8068 T1496 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35965/solr
[junit4:junit4]   2> 8068 T1496 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8068 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@82e44a
[junit4:junit4]   2> 8069 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8069 T1551 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8070 T1551 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 8070 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58547
[junit4:junit4]   2> 8071 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58547
[junit4:junit4]   2> 8071 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110007 with negotiated timeout 20000 for client /127.0.0.1:58547
[junit4:junit4]   2> 8071 T1551 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110007, negotiated timeout = 20000
[junit4:junit4]   2> 8072 T1552 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@82e44a name:ZooKeeperConnection Watcher:127.0.0.1:35965 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8072 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8073 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110007
[junit4:junit4]   2> 8073 T1552 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8074 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58547 which had sessionid 0x13d954740110007
[junit4:junit4]   2> 8073 T1496 oaz.ZooKeeper.close Session: 0x13d954740110007 closed
[junit4:junit4]   2> 8074 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8076 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@daa6ae
[junit4:junit4]   2> 8077 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8077 T1553 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8078 T1553 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 8078 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58548
[junit4:junit4]   2> 8078 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58548
[junit4:junit4]   2> 8079 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110008 with negotiated timeout 20000 for client /127.0.0.1:58548
[junit4:junit4]   2> 8079 T1553 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110008, negotiated timeout = 20000
[junit4:junit4]   2> 8079 T1554 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@daa6ae name:ZooKeeperConnection Watcher:127.0.0.1:35965/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8079 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8080 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8081 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8082 T1496 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9084 T1496 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48188_
[junit4:junit4]   2> 9085 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48188_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48188_
[junit4:junit4]   2> 9086 T1496 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48188_
[junit4:junit4]   2> 9089 T1525 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9089 T1518 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9089 T1554 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9089 T1538 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9089 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9089 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9089 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9094 T1555 oasc.CoreContainer.create 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-1364009115433/collection1
[junit4:junit4]   2> 9094 T1555 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9095 T1555 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9095 T1555 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9096 T1555 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364009115433/collection1/'
[junit4:junit4]   2> 9096 T1555 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364009115433/collection1/lib/README' to classloader
[junit4:junit4]   2> 9096 T1555 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364009115433/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9121 T1555 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9153 T1555 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9154 T1555 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9157 T1555 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9459 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9460 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37026",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37026_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 9463 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9463 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9463 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9463 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9516 T1555 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9521 T1555 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9523 T1555 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9532 T1555 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9534 T1555 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9537 T1555 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9538 T1555 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9538 T1555 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9538 T1555 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9539 T1555 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9539 T1555 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9539 T1555 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9540 T1555 oasc.SolrCore.<init> [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-1364009115433/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty2/
[junit4:junit4]   2> 9540 T1555 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62a7d0
[junit4:junit4]   2> 9540 T1555 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9541 T1555 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty2
[junit4:junit4]   2> 9541 T1555 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty2/index/
[junit4:junit4]   2> 9541 T1555 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9541 T1555 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty2/index
[junit4:junit4]   2> 9542 T1555 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17cf4c5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@da79e3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9542 T1555 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9544 T1555 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9544 T1555 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9545 T1555 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9545 T1555 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9545 T1555 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9545 T1555 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9546 T1555 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9546 T1555 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9546 T1555 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9548 T1555 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9550 T1555 oass.SolrIndexSearcher.<init> Opening Searcher@1f5b701 main
[junit4:junit4]   2> 9551 T1555 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty2/tlog
[junit4:junit4]   2> 9551 T1555 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9551 T1555 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9555 T1556 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f5b701 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9556 T1555 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9556 T1555 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10967 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10968 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48188_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 10968 T1519 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10968 T1519 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10974 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10974 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10974 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10974 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11558 T1555 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11558 T1555 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48188 collection:collection1 shard:shard2
[junit4:junit4]   2> 11559 T1555 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11568 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11569 T1555 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11570 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11572 T1555 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11572 T1555 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11572 T1555 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48188/collection1/
[junit4:junit4]   2> 11572 T1555 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11572 T1555 oasc.SyncStrategy.syncToMe http://127.0.0.1:48188/collection1/ has no replicas
[junit4:junit4]   2> 11572 T1555 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48188/collection1/
[junit4:junit4]   2> 11573 T1555 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11577 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12479 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12485 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12485 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12485 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12485 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12531 T1555 oasc.ZkController.register We are http://127.0.0.1:48188/collection1/ and leader is http://127.0.0.1:48188/collection1/
[junit4:junit4]   2> 12532 T1555 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48188
[junit4:junit4]   2> 12532 T1555 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12532 T1555 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12533 T1555 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12535 T1555 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12535 T1496 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12536 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12536 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12598 T1496 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12603 T1496 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38011
[junit4:junit4]   2> 12604 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12604 T1496 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12605 T1496 oasc.SolrResourceLoader.locateSolrHome 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-1364009120003
[junit4:junit4]   2> 12605 T1496 oasc.CoreContainer$Initializer.initialize 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-1364009120003/solr.xml
[junit4:junit4]   2> 12605 T1496 oasc.CoreContainer.<init> New CoreContainer 23500355
[junit4:junit4]   2> 12606 T1496 oasc.CoreContainer.load 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-1364009120003/'
[junit4:junit4]   2> 12606 T1496 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364009120003/'
[junit4:junit4]   2> 12622 T1496 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12622 T1496 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12622 T1496 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12623 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12623 T1496 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12623 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12623 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12624 T1496 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12624 T1496 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12624 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12630 T1496 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12639 T1496 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35965/solr
[junit4:junit4]   2> 12639 T1496 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12639 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@86146
[junit4:junit4]   2> 12640 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12640 T1567 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12641 T1567 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 12641 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58551
[junit4:junit4]   2> 12641 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58551
[junit4:junit4]   2> 12642 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d954740110009 with negotiated timeout 20000 for client /127.0.0.1:58551
[junit4:junit4]   2> 12642 T1567 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d954740110009, negotiated timeout = 20000
[junit4:junit4]   2> 12642 T1568 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@86146 name:ZooKeeperConnection Watcher:127.0.0.1:35965 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12642 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12643 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110009
[junit4:junit4]   2> 12643 T1568 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12643 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58551 which had sessionid 0x13d954740110009
[junit4:junit4]   2> 12643 T1496 oaz.ZooKeeper.close Session: 0x13d954740110009 closed
[junit4:junit4]   2> 12644 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12646 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e8f51d
[junit4:junit4]   2> 12647 T1569 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12647 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12647 T1569 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 12647 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58552
[junit4:junit4]   2> 12647 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58552
[junit4:junit4]   2> 12648 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95474011000a with negotiated timeout 20000 for client /127.0.0.1:58552
[junit4:junit4]   2> 12648 T1569 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d95474011000a, negotiated timeout = 20000
[junit4:junit4]   2> 12648 T1570 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e8f51d name:ZooKeeperConnection Watcher:127.0.0.1:35965/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12648 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12649 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95474011000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12650 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95474011000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12653 T1496 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13655 T1496 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38011_
[junit4:junit4]   2> 13656 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95474011000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38011_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38011_
[junit4:junit4]   2> 13658 T1496 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38011_
[junit4:junit4]   2> 13661 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13662 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13662 T1554 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13662 T1538 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13662 T1570 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13664 T1518 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13664 T1525 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13675 T1571 oasc.CoreContainer.create 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-1364009120003/collection1
[junit4:junit4]   2> 13675 T1571 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13676 T1571 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13676 T1571 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13677 T1571 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364009120003/collection1/'
[junit4:junit4]   2> 13678 T1571 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364009120003/collection1/lib/README' to classloader
[junit4:junit4]   2> 13678 T1571 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364009120003/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13714 T1571 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13746 T1571 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13747 T1571 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13750 T1571 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13989 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13990 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48188_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 13993 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13993 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13993 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13993 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13993 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14092 T1571 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14097 T1571 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14099 T1571 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14110 T1571 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14112 T1571 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14115 T1571 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14116 T1571 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14116 T1571 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14116 T1571 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14117 T1571 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14117 T1571 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14117 T1571 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14118 T1571 oasc.SolrCore.<init> [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-1364009120003/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty3/
[junit4:junit4]   2> 14118 T1571 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62a7d0
[junit4:junit4]   2> 14118 T1571 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14119 T1571 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty3
[junit4:junit4]   2> 14119 T1571 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty3/index/
[junit4:junit4]   2> 14119 T1571 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14119 T1571 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty3/index
[junit4:junit4]   2> 14120 T1571 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@200cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3caef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14121 T1571 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14122 T1571 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14122 T1571 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14123 T1571 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14123 T1571 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14124 T1571 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14124 T1571 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14124 T1571 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14124 T1571 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14125 T1571 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14127 T1571 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14129 T1571 oass.SolrIndexSearcher.<init> Opening Searcher@10ae732 main
[junit4:junit4]   2> 14129 T1571 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty3/tlog
[junit4:junit4]   2> 14130 T1571 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14130 T1571 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14135 T1572 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10ae732 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14138 T1571 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14138 T1571 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15497 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15497 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38011",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38011_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 15498 T1519 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15498 T1519 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15502 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15502 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15502 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15502 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15502 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16140 T1571 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16140 T1571 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38011 collection:collection1 shard:shard1
[junit4:junit4]   2> 16145 T1571 oasc.ZkController.register We are http://127.0.0.1:38011/collection1/ and leader is http://127.0.0.1:37026/collection1/
[junit4:junit4]   2> 16145 T1571 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38011
[junit4:junit4]   2> 16146 T1571 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16146 T1571 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C109 name=collection1 org.apache.solr.core.SolrCore@9bbfed url=http://127.0.0.1:38011/collection1 node=127.0.0.1:38011_ C109_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:38011, node_name=127.0.0.1:38011_, collection=collection1, core=collection1}
[junit4:junit4]   2> 16146 T1573 C109 P38011 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16147 T1573 C109 P38011 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16147 T1571 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16148 T1573 C109 P38011 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16148 T1573 C109 P38011 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16149 T1496 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16150 T1573 C109 P38011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16150 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16151 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16231 T1496 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16234 T1496 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50888
[junit4:junit4]   2> 16235 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16235 T1496 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16235 T1496 oasc.SolrResourceLoader.locateSolrHome 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-1364009123619
[junit4:junit4]   2> 16236 T1496 oasc.CoreContainer$Initializer.initialize 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-1364009123619/solr.xml
[junit4:junit4]   2> 16236 T1496 oasc.CoreContainer.<init> New CoreContainer 5198727
[junit4:junit4]   2> 16236 T1496 oasc.CoreContainer.load 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-1364009123619/'
[junit4:junit4]   2> 16237 T1496 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364009123619/'
[junit4:junit4]   2> 16253 T1496 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16253 T1496 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16253 T1496 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16254 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16254 T1496 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16254 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16255 T1496 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16255 T1496 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16255 T1496 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16256 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16262 T1496 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16271 T1496 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35965/solr
[junit4:junit4]   2> 16271 T1496 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16271 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@d7b94
[junit4:junit4]   2> 16272 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16272 T1584 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16273 T1584 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 16273 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58554
[junit4:junit4]   2> 16273 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58554
[junit4:junit4]   2> 16274 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95474011000b with negotiated timeout 20000 for client /127.0.0.1:58554
[junit4:junit4]   2> 16274 T1584 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d95474011000b, negotiated timeout = 20000
[junit4:junit4]   2> 16274 T1585 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d7b94 name:ZooKeeperConnection Watcher:127.0.0.1:35965 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16274 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16275 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95474011000b
[junit4:junit4]   2> 16275 T1585 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16276 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58554 which had sessionid 0x13d95474011000b
[junit4:junit4]   2> 16275 T1496 oaz.ZooKeeper.close Session: 0x13d95474011000b closed
[junit4:junit4]   2> 16276 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16278 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ab5dd5
[junit4:junit4]   2> 16279 T1586 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16279 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16279 T1586 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 16279 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58555
[junit4:junit4]   2> 16280 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58555
[junit4:junit4]   2> 16280 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95474011000c with negotiated timeout 20000 for client /127.0.0.1:58555
[junit4:junit4]   2> 16280 T1586 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d95474011000c, negotiated timeout = 20000
[junit4:junit4]   2> 16280 T1587 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ab5dd5 name:ZooKeeperConnection Watcher:127.0.0.1:35965/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16281 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16281 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95474011000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16282 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95474011000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16288 T1496 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17008 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17009 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38011",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38011_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 17014 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17014 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17014 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17015 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17015 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17014 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17158 T1531 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {nodeName=127.0.0.1:38011_&wt=javabin&state=recovering&version=2&checkLive=true&coreNodeName=4&onlyIfLeader=true&action=PREPRECOVERY&core=collection1} status=0 QTime=1001 
[junit4:junit4]   2> 17290 T1496 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50888_
[junit4:junit4]   2> 17291 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95474011000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50888_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50888_
[junit4:junit4]   2> 17293 T1496 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50888_
[junit4:junit4]   2> 17295 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17295 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17295 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17295 T1525 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17295 T1518 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17295 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17295 T1570 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17295 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17296 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17297 T1538 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17297 T1554 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17297 T1587 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17301 T1588 oasc.CoreContainer.create 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-1364009123619/collection1
[junit4:junit4]   2> 17301 T1588 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17301 T1588 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17302 T1588 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17303 T1588 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364009123619/collection1/'
[junit4:junit4]   2> 17303 T1588 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364009123619/collection1/lib/README' to classloader
[junit4:junit4]   2> 17303 T1588 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364009123619/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17325 T1588 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17364 T1588 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17365 T1588 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17368 T1588 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17717 T1588 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17722 T1588 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17724 T1588 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17733 T1588 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17736 T1588 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17739 T1588 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17739 T1588 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17740 T1588 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17740 T1588 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17741 T1588 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17741 T1588 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17741 T1588 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17742 T1588 oasc.SolrCore.<init> [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-1364009123619/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty4/
[junit4:junit4]   2> 17742 T1588 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62a7d0
[junit4:junit4]   2> 17743 T1588 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17743 T1588 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty4
[junit4:junit4]   2> 17743 T1588 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty4/index/
[junit4:junit4]   2> 17744 T1588 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17744 T1588 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty4/index
[junit4:junit4]   2> 17746 T1588 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b4f3ce lockFactory=org.apache.lucene.store.NativeFSLockFactory@13467dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17746 T1588 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17749 T1588 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17750 T1588 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17750 T1588 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17751 T1588 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17752 T1588 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17752 T1588 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17753 T1588 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17753 T1588 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17754 T1588 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17758 T1588 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17762 T1588 oass.SolrIndexSearcher.<init> Opening Searcher@15ab582 main
[junit4:junit4]   2> 17762 T1588 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty4/tlog
[junit4:junit4]   2> 17763 T1588 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17764 T1588 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17768 T1589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15ab582 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17769 T1588 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17770 T1588 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18522 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18522 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50888",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50888_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 18522 T1519 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18523 T1519 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 18525 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18525 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18526 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18525 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18525 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18525 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18771 T1588 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18771 T1588 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50888 collection:collection1 shard:shard2
[junit4:junit4]   2> 18773 T1588 oasc.ZkController.register We are http://127.0.0.1:50888/collection1/ and leader is http://127.0.0.1:48188/collection1/
[junit4:junit4]   2> 18773 T1588 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50888
[junit4:junit4]   2> 18773 T1588 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18773 T1588 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C110 name=collection1 org.apache.solr.core.SolrCore@78e588 url=http://127.0.0.1:50888/collection1 node=127.0.0.1:50888_ C110_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:50888, node_name=127.0.0.1:50888_, collection=collection1, core=collection1}
[junit4:junit4]   2> 18774 T1590 C110 P50888 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18774 T1590 C110 P50888 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18774 T1588 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18775 T1590 C110 P50888 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18775 T1590 C110 P50888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18785 T1496 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18786 T1590 C110 P50888 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18785 T1496 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18786 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18789 T1496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18790 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18793 T1534 oasc.CoreContainer.create 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-1364009110962/onenodecollectioncore
[junit4:junit4]   2> 18793 T1534 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18794 T1534 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18794 T1534 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18795 T1534 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18795 T1534 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18797 T1534 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18798 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364009110962/onenodecollectioncore/'
[junit4:junit4]   2> 18825 T1534 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 18867 T1534 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18868 T1534 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18871 T1534 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C109_STATE=coll:collection1 core:collection1 props:{state=recovering, base_url=http://127.0.0.1:38011, node_name=127.0.0.1:38011_, collection=collection1, shard=shard1, core=collection1}
[junit4:junit4]   2> 19158 T1573 C109 P38011 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:37026/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19159 T1573 C109 P38011 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:38011 START replicas=[http://127.0.0.1:37026/collection1/] nUpdates=100
[junit4:junit4]   2> 19159 T1573 C109 P38011 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19159 T1573 C109 P38011 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19160 T1573 C109 P38011 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19160 T1573 C109 P38011 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19160 T1573 C109 P38011 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19160 T1573 C109 P38011 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:37026/collection1/. core=collection1
[junit4:junit4]   2> 19160 T1573 C109 P38011 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C111 name=collection1 org.apache.solr.core.SolrCore@53e558 url=http://127.0.0.1:37026/collection1 node=127.0.0.1:37026_ C111_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:37026, node_name=127.0.0.1:37026_, collection=collection1, shard=shard1, core=collection1, leader=true}
[junit4:junit4]   2> 19164 T1533 C111 P37026 REQ /get {qt=/get&wt=javabin&version=2&distrib=false&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 19169 T1531 C111 P37026 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19171 T1531 C111 P37026 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9ccf33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@835541),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19172 T1531 C111 P37026 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19173 T1531 C111 P37026 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9ccf33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@835541),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9ccf33 lockFactory=org.apache.lucene.store.NativeFSLockFactory@835541),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19173 T1531 C111 P37026 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19173 T1531 C111 P37026 oass.SolrIndexSearcher.<init> Opening Searcher@49e0bd realtime
[junit4:junit4]   2> 19174 T1531 C111 P37026 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19174 T1531 C111 P37026 /update {softCommit=false&wt=javabin&commit_end_point=true&version=2&openSearcher=false&waitSearcher=true&commit=true} {commit=} 0 5
[junit4:junit4]   2> 19175 T1573 C109 P38011 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19175 T1573 C109 P38011 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19179 T1533 C111 P37026 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19179 T1533 C111 P37026 REQ /replication {qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=3 
[junit4:junit4]   2> 19179 T1573 C109 P38011 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19180 T1573 C109 P38011 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19180 T1573 C109 P38011 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19182 T1531 C111 P37026 REQ /replication {qt=/replication&wt=javabin&version=2&command=filelist&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 19182 T1573 C109 P38011 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19183 T1573 C109 P38011 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty3/index.20130323142526645
[junit4:junit4]   2> 19183 T1573 C109 P38011 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@9fb5bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@1297628) fullCopy=false
[junit4:junit4]   2> 19185 T1532 C111 P37026 REQ /replication {qt=/replication&wt=filestream&file=segments_2&checksum=true&command=filecontent&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19186 T1573 C109 P38011 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19186 T1573 C109 P38011 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19187 T1573 C109 P38011 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19187 T1573 C109 P38011 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@200cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3caef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@200cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3caef),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19188 T1573 C109 P38011 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19188 T1573 C109 P38011 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19188 T1573 C109 P38011 oass.SolrIndexSearcher.<init> Opening Searcher@f626ee main
[junit4:junit4]   2> 19189 T1572 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f626ee main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19190 T1573 C109 P38011 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19190 T1573 C109 P38011 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19190 T1573 C109 P38011 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19190 T1573 C109 P38011 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19191 T1573 C109 P38011 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19235 T1534 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19241 T1534 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19243 T1534 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19256 T1534 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19259 T1534 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19261 T1534 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19262 T1534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19262 T1534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19262 T1534 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19263 T1534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19263 T1534 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19264 T1534 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19264 T1534 oasc.SolrCore.<init> [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-1364009110962/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection/
[junit4:junit4]   2> 19264 T1534 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@62a7d0
[junit4:junit4]   2> 19265 T1534 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19265 T1534 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection
[junit4:junit4]   2> 19266 T1534 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection/index/
[junit4:junit4]   2> 19266 T1534 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19266 T1534 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection/index
[junit4:junit4]   2> 19268 T1534 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d0cad5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cb42e5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19268 T1534 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19269 T1534 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19270 T1534 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19270 T1534 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19271 T1534 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19271 T1534 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19271 T1534 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19272 T1534 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19272 T1534 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19273 T1534 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19275 T1534 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19277 T1534 oass.SolrIndexSearcher.<init> Opening Searcher@13a139 main
[junit4:junit4]   2> 19277 T1534 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection/tlog
[junit4:junit4]   2> 19278 T1534 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19278 T1534 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19281 T1594 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@13a139 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19283 T1534 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20029 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20030 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50888",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50888_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 20033 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38011",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38011_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 20035 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37026",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37026_",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore"}
[junit4:junit4]   2> 20035 T1519 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20036 T1519 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20038 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20038 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20038 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20039 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20038 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20038 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20285 T1534 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20285 T1534 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:37026 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20286 T1534 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20294 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20295 T1534 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20295 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20297 T1534 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20297 T1534 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20297 T1534 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37026/onenodecollectioncore/
[junit4:junit4]   2> 20298 T1534 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20298 T1534 oasc.SyncStrategy.syncToMe http://127.0.0.1:37026/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20298 T1534 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37026/onenodecollectioncore/
[junit4:junit4]   2> 20298 T1534 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20301 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20790 T1549 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {nodeName=127.0.0.1:50888_&wt=javabin&state=recovering&version=2&checkLive=true&coreNodeName=5&onlyIfLeader=true&action=PREPRECOVERY&core=collection1} status=0 QTime=2000 
[junit4:junit4]   2> 21545 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21551 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21552 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21552 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21552 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21552 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21552 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21555 T1534 oasc.ZkController.register We are http://127.0.0.1:37026/onenodecollectioncore/ and leader is http://127.0.0.1:37026/onenodecollectioncore/
[junit4:junit4]   2> 21555 T1534 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:37026
[junit4:junit4]   2> 21555 T1534 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21556 T1534 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21557 T1534 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21558 T1534 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {name=onenodecollectioncore&wt=javabin&roles=none&version=2&collection=onenodecollection&numShards=1&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection} status=0 QTime=2765 
[junit4:junit4]   2> 21559 T1496 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21559 T1496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22561 T1496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C110_STATE=coll:collection1 core:collection1 props:{state=recovering, base_url=http://127.0.0.1:50888, node_name=127.0.0.1:50888_, collection=collection1, shard=shard2, core=collection1}
[junit4:junit4]   2> 22791 T1590 C110 P50888 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48188/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22792 T1590 C110 P50888 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50888 START replicas=[http://127.0.0.1:48188/collection1/] nUpdates=100
[junit4:junit4]   2> 22792 T1590 C110 P50888 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22792 T1590 C110 P50888 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22792 T1590 C110 P50888 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22792 T1590 C110 P50888 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22793 T1590 C110 P50888 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22793 T1590 C110 P50888 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48188/collection1/. core=collection1
[junit4:junit4]   2> 22793 T1590 C110 P50888 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C112 name=collection1 org.apache.solr.core.SolrCore@15e11bd url=http://127.0.0.1:48188/collection1 node=127.0.0.1:48188_ C112_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:48188, node_name=127.0.0.1:48188_, collection=collection1, shard=shard2, core=collection1, leader=true}
[junit4:junit4]   2> 22796 T1548 C112 P48188 REQ /get {qt=/get&wt=javabin&version=2&distrib=false&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 22797 T1547 C112 P48188 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22798 T1547 C112 P48188 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17cf4c5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@da79e3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22799 T1547 C112 P48188 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22799 T1547 C112 P48188 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17cf4c5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@da79e3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17cf4c5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@da79e3),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22799 T1547 C112 P48188 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22800 T1547 C112 P48188 oass.SolrIndexSearcher.<init> Opening Searcher@d1593 realtime
[junit4:junit4]   2> 22800 T1547 C112 P48188 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22800 T1547 C112 P48188 /update {softCommit=false&wt=javabin&commit_end_point=true&version=2&openSearcher=false&waitSearcher=true&commit=true} {commit=} 0 3
[junit4:junit4]   2> 22801 T1590 C110 P50888 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22801 T1590 C110 P50888 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22802 T1549 C112 P48188 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22802 T1549 C112 P48188 REQ /replication {qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 
[junit4:junit4]   2> 22803 T1590 C110 P50888 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22803 T1590 C110 P50888 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22803 T1590 C110 P50888 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22805 T1548 C112 P48188 REQ /replication {qt=/replication&wt=javabin&version=2&command=filelist&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 22806 T1590 C110 P50888 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22806 T1590 C110 P50888 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty4/index.20130323142530269
[junit4:junit4]   2> 22806 T1590 C110 P50888 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b30ece lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f2628) fullCopy=false
[junit4:junit4]   2> 22808 T1547 C112 P48188 REQ /replication {qt=/replication&wt=filestream&file=segments_2&checksum=true&command=filecontent&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 22809 T1590 C110 P50888 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22810 T1590 C110 P50888 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22810 T1590 C110 P50888 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22811 T1590 C110 P50888 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b4f3ce lockFactory=org.apache.lucene.store.NativeFSLockFactory@13467dc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b4f3ce lockFactory=org.apache.lucene.store.NativeFSLockFactory@13467dc),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22811 T1590 C110 P50888 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22811 T1590 C110 P50888 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22812 T1590 C110 P50888 oass.SolrIndexSearcher.<init> Opening Searcher@857a29 main
[junit4:junit4]   2> 22812 T1589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@857a29 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22813 T1590 C110 P50888 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22813 T1590 C110 P50888 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22813 T1590 C110 P50888 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22813 T1590 C110 P50888 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22814 T1590 C110 P50888 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23056 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23057 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37026__onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37026",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37026_",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore"}
[junit4:junit4]   2> 23060 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50888",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50888_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 23064 T1525 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23064 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23064 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23064 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23064 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23064 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23563 T1496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23564 T1496 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23565 T1496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23604 T1496 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35965 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19db53b
[junit4:junit4]   2> 23605 T1496 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23605 T1597 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35965. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23606 T1597 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35965, initiating session
[junit4:junit4]   2> 23606 T1498 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58565
[junit4:junit4]   2> 23607 T1498 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58565
[junit4:junit4]   2> 23608 T1500 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95474011000d with negotiated timeout 10000 for client /127.0.0.1:58565
[junit4:junit4]   2> 23608 T1597 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35965, sessionid = 0x13d95474011000d, negotiated timeout = 10000
[junit4:junit4]   2> 23608 T1598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19db53b name:ZooKeeperConnection Watcher:127.0.0.1:35965 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23608 T1496 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23642 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95474011000d
[junit4:junit4]   2> 23642 T1598 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23642 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58565 which had sessionid 0x13d95474011000d
[junit4:junit4]   2> 23642 T1496 oaz.ZooKeeper.close Session: 0x13d95474011000d closed
[junit4:junit4]   2> 23643 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110004
[junit4:junit4]   2> 23643 T1525 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23643 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58544 which had sessionid 0x13d954740110004
[junit4:junit4]   2> 23643 T1496 oaz.ZooKeeper.close Session: 0x13d954740110004 closed
[junit4:junit4]   2> 23646 T1496 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 58585
[junit4:junit4]   2> 23646 T1496 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=864347
[junit4:junit4]   2> 24573 T1519 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24574 T1519 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58585",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58585_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 24577 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24577 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24578 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24577 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24577 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25647 T1496 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 25648 T1496 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25650 T1496 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@b71b42
[junit4:junit4]   2> 25653 T1496 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25653 T1496 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25654 T1496 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25654 T1496 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 25654 T1496 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25655 T1496 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data
[junit4:junit4]   2> 25655 T1496 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data
[junit4:junit4]   2> 25655 T1496 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data/index
[junit4:junit4]   2> 25655 T1496 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/control/data/index
[junit4:junit4]   2> 25656 T1519 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89391700867350531-127.0.0.1:58585_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 25657 T1501 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d954740110003
[junit4:junit4]   2> 25658 T1518 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25658 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25658 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25658 T1498 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58543 which had sessionid 0x13d954740110003
[junit4:junit4]   2> 25658 T1496 oaz.ZooKeeper.close Session: 0x13d954740110003 closed
[junit4:junit4]   2> 25658 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:delete cxid:0xc6 zxid:0xe3 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 25658 T1554 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25659 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25659 T1538 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 25659 T1587 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25660 T1570 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25661 T1538 oasc.Overseer.start Overseer (id=89391700867350534-127.0.0.1:37026_-n_0000000001) starting
[junit4:junit4]   2> 25661 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0xcb zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25662 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0xcc zxid:0xe6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25663 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0xce zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25664 T1501 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d954740110006 type:create cxid:0xd0 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25665 T1600 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 25665 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25666 T1538 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25666 T1599 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 25668 T1599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25668 T1599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58585",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58585_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 25671 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25671 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25671 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25671 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25679 T1496 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 25731 T1496 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 37026
[junit4:junit4]   2> 25731 T1496 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29880608
[junit4:junit4]   2> 26958 T1518 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26958 T1518 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26959 T1518 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27175 T1599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27176 T1599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37026__onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37026",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37026_",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore"}
[junit4:junit4]   2> 27180 T1599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37026",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37026_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 27185 T1587 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27186 T1570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27186 T1554 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27185 T1538 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 28734 T1496 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 28735 T1496 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 28737 T1496 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 28740 T1496 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@53e558
[junit4:junit4]   2> 28744 T1496 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28744 T1496 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28744 T1496 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28745 T1496 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28746 T1496 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 28746 T1496 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1/index
[junit4:junit4]   2> 28747 T1496 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1/index
[junit4:junit4]   2> 28747 T1496 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1
[junit4:junit4]   2> 28747 T1496 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364009107470/jetty1
[junit4:junit4]   2> 28747 T1496 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@62b891
[junit4:junit4]   2> 28752 T1496 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28752 T1496 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28752 T1496 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28752 T1496 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28753 T1496 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 28753 T1496 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection
[junit4:junit4]   2> 28754 T1496 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection
[junit4:junit4]   2> 28754 T1496 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection/index
[junit4:junit4]   2> 28754 T1496 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364009107470/onenodecollection/index
[junit4:junit4]   2> 28755 T1599 oasc.Overseer$ClusterStateUpdater.amIL

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


[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=2FDCDF125753E8D4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_PY -Dtests.timezone=Africa/Dakar -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  140s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2FDCDF125753E8D4:AE3A510A200C88E8]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 139807 T1107 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 139819 T1106 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 140385 T1110 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 140915 T1189 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 140915 T1189 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 140916 T1189 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 140916 T1189 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {a_si=Lucene41(blocksize=128), text=PostingsFormat(name=SimpleText), timestamp=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=MockRandom), intDefault=Lucene41(blocksize=128), a_t=PostingsFormat(name=MockRandom), _version_=Lucene41(blocksize=128), range_facet_sl=PostingsFormat(name=Asserting), other_tl1=Lucene41(blocksize=128), range_facet_l=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting), range_facet_si=PostingsFormat(name=MockRandom)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=es_PY, timezone=Africa/Dakar
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=30381624,total=115478528
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDynamicFieldResource, PeerSyncTest, TestShardHandlerFactory, PolyFieldTest, DocValuesTest, ChaosMonkeyNothingIsSafeTest, BadComponentTest, DistributedSpellCheckComponentTest, ClusterStateUpdateTest, RegexBoostProcessorTest, SolrIndexSplitterTest, ResourceLoaderTest, MinimalSchemaTest, TestQuerySenderListener, FileBasedSpellCheckerTest, TestJoin, BasicDistributedZkTest, TestSolrIndexConfig, SuggesterFSTTest, TestFieldResource, DistributedTermsComponentTest, TestFuzzyAnalyzedSuggestions, TestExtendedDismaxParser, TestSolrCoreProperties, SuggesterTest, DirectUpdateHandlerOptimizeTest, CoreAdminHandlerTest, DocumentBuilderTest, TestSweetSpotSimilarityFactory, QueryParsingTest, TestDynamicFieldCollectionResource, UpdateRequestProcessorFactoryTest, DateFieldTest, TestPhraseSuggestions, TermsComponentTest, SearchHandlerTest, TestValueSourceCache, TestRealTimeGet, ShowFileRequestHandlerTest, QueryEqualityTest, TestPseudoReturnFields, SliceStateUpdateTest, SystemInfoHandlerTest, QueryElevationComponentTest, FieldMutatingUpdateProcessorTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 141.10s, 1 test, 1 failure <<< FAILURES!

[...truncated 497 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:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 272 suites, 1146 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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



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

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

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

Error Message:
Server at http://127.0.0.1:41861/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:41861/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([6D674C5FAC30E796:EC81C247DB6F87AA]: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 8902 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 1 T19 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 8 T19 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762
[junit4:junit4]   2> 11 T19 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 13 T20 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 34 T20 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 35 T20 oaz.Environment.logEnv Server environment:host.name=serv1
[junit4:junit4]   2> 35 T20 oaz.Environment.logEnv Server environment:java.version=1.8.0-ea
[junit4:junit4]   2> 35 T20 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 36 T20 oaz.Environment.logEnv Server environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/jre
[junit4:junit4]   2> 36 T20 oaz.Environment.logEnv Server environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 37 T20 oaz.Environment.logEnv Server environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 38 T20 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 38 T20 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 38 T20 oaz.Environment.logEnv Server environment:os.name=Linux
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:os.arch=i386
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:user.name=jenkins
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 40 T20 oaz.Environment.logEnv Server environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 56 T20 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 56 T20 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 57 T20 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 68 T20 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 92 T20 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 113 T19 oasc.ZkTestServer.run start zk server on port:56831
[junit4:junit4]   2> 133 T19 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 134 T19 oaz.Environment.logEnv Client environment:host.name=serv1
[junit4:junit4]   2> 134 T19 oaz.Environment.logEnv Client environment:java.version=1.8.0-ea
[junit4:junit4]   2> 134 T19 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 135 T19 oaz.Environment.logEnv Client environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/jre
[junit4:junit4]   2> 135 T19 oaz.Environment.logEnv Client environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 136 T19 oaz.Environment.logEnv Client environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 137 T19 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 137 T19 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 137 T19 oaz.Environment.logEnv Client environment:os.name=Linux
[junit4:junit4]   2> 138 T19 oaz.Environment.logEnv Client environment:os.arch=i386
[junit4:junit4]   2> 141 T19 oaz.Environment.logEnv Client environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 141 T19 oaz.Environment.logEnv Client environment:user.name=jenkins
[junit4:junit4]   2> 142 T19 oaz.Environment.logEnv Client environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 142 T19 oaz.Environment.logEnv Client environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 144 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1aedbca
[junit4:junit4]   2> 168 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 171 T25 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 172 T25 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 510 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38205
[junit4:junit4]   2> 524 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38205
[junit4:junit4]   2> 530 T23 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 585 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0000 with negotiated timeout 10000 for client /127.0.0.1:38205
[junit4:junit4]   2> 585 T25 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0000, negotiated timeout = 10000
[junit4:junit4]   2> 590 T26 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aedbca name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 591 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 593 T19 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 618 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0000
[junit4:junit4]   2> 619 T26 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 619 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0000 closed
[junit4:junit4]   2> 620 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38205 which had sessionid 0x13d969291fc0000
[junit4:junit4]   2> 620 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ff647e
[junit4:junit4]   2> 621 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 622 T27 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 623 T27 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 623 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38206
[junit4:junit4]   2> 624 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38206
[junit4:junit4]   2> 625 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0001 with negotiated timeout 10000 for client /127.0.0.1:38206
[junit4:junit4]   2> 625 T27 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0001, negotiated timeout = 10000
[junit4:junit4]   2> 626 T28 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ff647e name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 627 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 636 T19 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 644 T19 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 651 T19 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 657 T19 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 662 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 673 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 680 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 681 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 687 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 687 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 692 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 692 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 697 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 698 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 705 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 706 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 712 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 713 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 721 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 722 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 730 T19 oasc.AbstractZkTestCase.putConfig 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]   2> 731 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 740 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0001
[junit4:junit4]   2> 741 T28 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 741 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38206 which had sessionid 0x13d969291fc0001
[junit4:junit4]   2> 741 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0001 closed
[junit4:junit4]   2> 969 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1062 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40793
[junit4:junit4]   2> 1077 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1077 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1078 T19 oasc.SolrResourceLoader.locateSolrHome 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-1364030821497
[junit4:junit4]   2> 1078 T19 oasc.CoreContainer$Initializer.initialize 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-1364030821497/solr.xml
[junit4:junit4]   2> 1079 T19 oasc.CoreContainer.<init> New CoreContainer 31641155
[junit4:junit4]   2> 1080 T19 oasc.CoreContainer.load 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-1364030821497/'
[junit4:junit4]   2> 1080 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/'
[junit4:junit4]   2> 1131 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1132 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1133 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1133 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1134 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1135 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1136 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1137 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1137 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1159 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1435 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1451 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 1460 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1461 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@109dad9
[junit4:junit4]   2> 1462 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1463 T39 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1464 T39 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 1464 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38207
[junit4:junit4]   2> 1465 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38207
[junit4:junit4]   2> 1467 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0002 with negotiated timeout 20000 for client /127.0.0.1:38207
[junit4:junit4]   2> 1467 T39 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0002, negotiated timeout = 20000
[junit4:junit4]   2> 1467 T40 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@109dad9 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1468 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1470 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0002
[junit4:junit4]   2> 1471 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38207 which had sessionid 0x13d969291fc0002
[junit4:junit4]   2> 1471 T40 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1471 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0002 closed
[junit4:junit4]   2> 1473 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1483 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6afed0
[junit4:junit4]   2> 1485 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1485 T41 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1486 T41 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 1486 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38208
[junit4:junit4]   2> 1486 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38208
[junit4:junit4]   2> 1487 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0003 with negotiated timeout 20000 for client /127.0.0.1:38208
[junit4:junit4]   2> 1487 T41 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0003, negotiated timeout = 20000
[junit4:junit4]   2> 1488 T42 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6afed0 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1489 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1504 T19 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1510 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1513 T19 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1523 T19 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1526 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40793_
[junit4:junit4]   2> 1530 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40793_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40793_
[junit4:junit4]   2> 1531 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40793_
[junit4:junit4]   2> 1536 T19 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1635 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 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]   2> 1636 T19 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1640 T19 oasc.Overseer.start Overseer (id=89393123875880963-127.0.0.1:40793_-n_0000000000) starting
[junit4:junit4]   2> 1641 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1648 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1651 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1653 T19 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1661 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1664 T44 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1664 T19 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1669 T19 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1673 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1684 T43 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1707 T45 oasc.CoreContainer.create 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-1364030821497/collection1
[junit4:junit4]   2> 1708 T45 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1710 T45 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1711 T45 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1718 T45 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1/'
[junit4:junit4]   2> 1719 T45 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1/lib/README' to classloader
[junit4:junit4]   2> 1719 T45 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1768 T45 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1847 T45 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1849 T45 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1885 T45 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2348 T45 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2358 T45 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2361 T45 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2390 T45 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2396 T45 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2401 T45 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2403 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2403 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2404 T45 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2406 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2406 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2407 T45 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2407 T45 oasc.SolrCore.<init> [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-1364030821497/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/
[junit4:junit4]   2> 2408 T45 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 2409 T45 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2410 T45 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data
[junit4:junit4]   2> 2410 T45 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/index/
[junit4:junit4]   2> 2410 T45 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2411 T45 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/index
[junit4:junit4]   2> 2413 T45 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@17e0e5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@54b93f)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2413 T45 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2424 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2425 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2425 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2426 T45 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2427 T45 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2427 T45 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2427 T45 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2428 T45 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2428 T45 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2431 T45 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2436 T45 oass.SolrIndexSearcher.<init> Opening Searcher@72307e main
[junit4:junit4]   2> 2440 T45 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/tlog
[junit4:junit4]   2> 2447 T45 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2447 T45 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2455 T46 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72307e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2459 T45 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2459 T45 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3193 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3195 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40793_",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 3195 T43 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 3206 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 3218 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3462 T45 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3462 T45 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40793 collection:control_collection shard:shard1
[junit4:junit4]   2> 3468 T45 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 3478 T45 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3489 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:delete cxid:0x82 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]   2> 3489 T45 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3490 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3493 T45 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3494 T45 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3496 T45 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40793/collection1/
[junit4:junit4]   2> 3496 T45 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3496 T45 oasc.SyncStrategy.syncToMe http://127.0.0.1:40793/collection1/ has no replicas
[junit4:junit4]   2> 3497 T45 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40793/collection1/
[junit4:junit4]   2> 3497 T45 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3503 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4725 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4793 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4809 T45 oasc.ZkController.register We are http://127.0.0.1:40793/collection1/ and leader is http://127.0.0.1:40793/collection1/
[junit4:junit4]   2> 4811 T45 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40793
[junit4:junit4]   2> 4811 T45 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4811 T45 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4811 T45 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4814 T45 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4816 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 4817 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4832 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4838 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4840 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@c6066c
[junit4:junit4]   2> 4841 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4841 T48 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4842 T48 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 4842 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38212
[junit4:junit4]   2> 4842 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38212
[junit4:junit4]   2> 4843 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0004 with negotiated timeout 10000 for client /127.0.0.1:38212
[junit4:junit4]   2> 4843 T48 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0004, negotiated timeout = 10000
[junit4:junit4]   2> 4844 T49 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c6066c name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4844 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4846 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4851 T19 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4914 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4916 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50808
[junit4:junit4]   2> 4917 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4917 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4918 T19 oasc.SolrResourceLoader.locateSolrHome 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-1364030825605
[junit4:junit4]   2> 4918 T19 oasc.CoreContainer$Initializer.initialize 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-1364030825605/solr.xml
[junit4:junit4]   2> 4919 T19 oasc.CoreContainer.<init> New CoreContainer 412172
[junit4:junit4]   2> 4919 T19 oasc.CoreContainer.load 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-1364030825605/'
[junit4:junit4]   2> 4919 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/'
[junit4:junit4]   2> 4940 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4940 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4941 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4941 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4941 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4942 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4942 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4943 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4943 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4943 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4951 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4965 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 4966 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4966 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@db0f6a
[junit4:junit4]   2> 4968 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4968 T59 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4969 T59 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 4969 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38213
[junit4:junit4]   2> 4970 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38213
[junit4:junit4]   2> 4971 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0005 with negotiated timeout 20000 for client /127.0.0.1:38213
[junit4:junit4]   2> 4971 T59 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0005, negotiated timeout = 20000
[junit4:junit4]   2> 4971 T60 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@db0f6a name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4971 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4973 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0005
[junit4:junit4]   2> 4974 T60 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4974 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0005 closed
[junit4:junit4]   2> 4974 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38213 which had sessionid 0x13d969291fc0005
[junit4:junit4]   2> 4975 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4978 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1219972
[junit4:junit4]   2> 4979 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4979 T61 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4980 T61 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 4980 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38214
[junit4:junit4]   2> 4981 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38214
[junit4:junit4]   2> 4982 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0006 with negotiated timeout 20000 for client /127.0.0.1:38214
[junit4:junit4]   2> 4982 T61 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0006, negotiated timeout = 20000
[junit4:junit4]   2> 4983 T62 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1219972 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4983 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4984 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4986 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4989 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5993 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50808_
[junit4:junit4]   2> 5994 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50808_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50808_
[junit4:junit4]   2> 5996 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50808_
[junit4:junit4]   2> 6000 T49 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6000 T62 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6001 T42 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6001 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6010 T63 oasc.CoreContainer.create 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-1364030825605/collection1
[junit4:junit4]   2> 6011 T63 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6012 T63 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6012 T63 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6014 T63 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1/'
[junit4:junit4]   2> 6014 T63 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1/lib/README' to classloader
[junit4:junit4]   2> 6015 T63 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6048 T63 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6087 T63 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6089 T63 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6118 T63 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6302 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6303 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40793_",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 6309 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6309 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6309 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6507 T63 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6517 T63 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6522 T63 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6548 T63 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6553 T63 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6557 T63 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6558 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6559 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6559 T63 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6561 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6561 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6561 T63 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6562 T63 oasc.SolrCore.<init> [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-1364030825605/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/
[junit4:junit4]   2> 6562 T63 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 6562 T63 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6563 T63 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1
[junit4:junit4]   2> 6563 T63 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/index/
[junit4:junit4]   2> 6563 T63 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6564 T63 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/index
[junit4:junit4]   2> 6565 T63 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6566 T63 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6568 T63 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6568 T63 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6570 T63 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6571 T63 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6571 T63 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6572 T63 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6572 T63 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6573 T63 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6573 T63 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6576 T63 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6579 T63 oass.SolrIndexSearcher.<init> Opening Searcher@c51a60 main
[junit4:junit4]   2> 6579 T63 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/tlog
[junit4:junit4]   2> 6580 T63 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6580 T63 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6589 T64 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c51a60 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6594 T63 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6594 T63 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7817 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7820 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 7821 T43 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 7822 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7885 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7885 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7885 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8598 T63 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8599 T63 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50808 collection:collection1 shard:shard1
[junit4:junit4]   2> 8600 T63 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8611 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8612 T63 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8612 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8616 T63 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8616 T63 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8616 T63 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 8616 T63 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8617 T63 oasc.SyncStrategy.syncToMe http://127.0.0.1:50808/collection1/ has no replicas
[junit4:junit4]   2> 8617 T63 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 8617 T63 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8623 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9395 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9416 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9416 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9416 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9429 T63 oasc.ZkController.register We are http://127.0.0.1:50808/collection1/ and leader is http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 9429 T63 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50808
[junit4:junit4]   2> 9430 T63 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9430 T63 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9431 T63 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9435 T63 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9438 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 9439 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9440 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9511 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9513 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41861
[junit4:junit4]   2> 9514 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9514 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9515 T19 oasc.SolrResourceLoader.locateSolrHome 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-1364030830202
[junit4:junit4]   2> 9515 T19 oasc.CoreContainer$Initializer.initialize 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-1364030830202/solr.xml
[junit4:junit4]   2> 9516 T19 oasc.CoreContainer.<init> New CoreContainer 5665360
[junit4:junit4]   2> 9516 T19 oasc.CoreContainer.load 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-1364030830202/'
[junit4:junit4]   2> 9516 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/'
[junit4:junit4]   2> 9541 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 9542 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9542 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9543 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9543 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9543 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9544 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9544 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9544 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9545 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9552 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9563 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 9564 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9564 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@636b44
[junit4:junit4]   2> 9566 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9566 T75 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9567 T75 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 9567 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38215
[junit4:junit4]   2> 9567 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38215
[junit4:junit4]   2> 9568 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0007 with negotiated timeout 20000 for client /127.0.0.1:38215
[junit4:junit4]   2> 9568 T75 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0007, negotiated timeout = 20000
[junit4:junit4]   2> 9569 T76 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@636b44 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9569 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9571 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0007
[junit4:junit4]   2> 9572 T76 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9572 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0007 closed
[junit4:junit4]   2> 9572 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38215 which had sessionid 0x13d969291fc0007
[junit4:junit4]   2> 9573 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 9577 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@325391
[junit4:junit4]   2> 9578 T77 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9578 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9578 T77 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 9578 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38216
[junit4:junit4]   2> 9579 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38216
[junit4:junit4]   2> 9580 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0008 with negotiated timeout 20000 for client /127.0.0.1:38216
[junit4:junit4]   2> 9580 T77 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0008, negotiated timeout = 20000
[junit4:junit4]   2> 9581 T78 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@325391 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9581 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9582 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9584 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9587 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10593 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41861_
[junit4:junit4]   2> 10594 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41861_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41861_
[junit4:junit4]   2> 10596 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41861_
[junit4:junit4]   2> 10601 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 10601 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 10603 T42 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10604 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10604 T78 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10608 T49 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10608 T62 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10618 T79 oasc.CoreContainer.create 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-1364030830202/collection1
[junit4:junit4]   2> 10618 T79 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10620 T79 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10621 T79 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10624 T79 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1/'
[junit4:junit4]   2> 10625 T79 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1/lib/README' to classloader
[junit4:junit4]   2> 10626 T79 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10670 T79 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10714 T79 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10716 T79 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10738 T79 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10930 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10932 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 10950 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10950 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10950 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10950 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11167 T79 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11177 T79 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11180 T79 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11213 T79 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11219 T79 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11223 T79 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11224 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11225 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11225 T79 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11227 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11227 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11227 T79 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11227 T79 oasc.SolrCore.<init> [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-1364030830202/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/
[junit4:junit4]   2> 11228 T79 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 11228 T79 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11229 T79 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2
[junit4:junit4]   2> 11229 T79 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/index/
[junit4:junit4]   2> 11229 T79 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11230 T79 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/index
[junit4:junit4]   2> 11231 T79 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11232 T79 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11234 T79 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11234 T79 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11235 T79 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11236 T79 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11237 T79 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11237 T79 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11238 T79 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11238 T79 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11239 T79 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11241 T79 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11244 T79 oass.SolrIndexSearcher.<init> Opening Searcher@fdda71 main
[junit4:junit4]   2> 11244 T79 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/tlog
[junit4:junit4]   2> 11245 T79 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11245 T79 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11254 T80 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdda71 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11258 T79 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11258 T79 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12460 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12463 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41861",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41861_",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 12464 T43 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12464 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 12565 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12565 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12565 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12566 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13293 T79 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13293 T79 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41861 collection:collection1 shard:shard2
[junit4:junit4]   2> 13295 T79 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 13310 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 13312 T79 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 13313 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13319 T79 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 13320 T79 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 13320 T79 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 13321 T79 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 13321 T79 oasc.SyncStrategy.syncToMe http://127.0.0.1:41861/collection1/ has no replicas
[junit4:junit4]   2> 13322 T79 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 13322 T79 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 13331 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14079 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14101 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14101 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14101 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14101 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14140 T79 oasc.ZkController.register We are http://127.0.0.1:41861/collection1/ and leader is http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 14141 T79 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41861
[junit4:junit4]   2> 14141 T79 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 14142 T79 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14142 T79 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14146 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14149 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 14150 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14151 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14218 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14220 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34188
[junit4:junit4]   2> 14221 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14222 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14222 T19 oasc.SolrResourceLoader.locateSolrHome 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-1364030834913
[junit4:junit4]   2> 14222 T19 oasc.CoreContainer$Initializer.initialize 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-1364030834913/solr.xml
[junit4:junit4]   2> 14223 T19 oasc.CoreContainer.<init> New CoreContainer 28833865
[junit4:junit4]   2> 14223 T19 oasc.CoreContainer.load 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-1364030834913/'
[junit4:junit4]   2> 14223 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/'
[junit4:junit4]   2> 14243 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 14243 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14244 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14244 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14245 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14246 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14246 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14247 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14247 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14248 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14256 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14266 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 14267 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14267 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@91febf
[junit4:junit4]   2> 14268 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14268 T91 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14269 T91 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 14269 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38218
[junit4:junit4]   2> 14270 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38218
[junit4:junit4]   2> 14271 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0009 with negotiated timeout 20000 for client /127.0.0.1:38218
[junit4:junit4]   2> 14271 T91 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0009, negotiated timeout = 20000
[junit4:junit4]   2> 14271 T92 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@91febf name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14272 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14274 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0009
[junit4:junit4]   2> 14276 T92 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14276 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38218 which had sessionid 0x13d969291fc0009
[junit4:junit4]   2> 14276 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0009 closed
[junit4:junit4]   2> 14277 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 14280 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ed7e70
[junit4:junit4]   2> 14281 T93 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14281 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14281 T93 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 14282 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38219
[junit4:junit4]   2> 14283 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38219
[junit4:junit4]   2> 14284 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000a with negotiated timeout 20000 for client /127.0.0.1:38219
[junit4:junit4]   2> 14284 T93 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000a, negotiated timeout = 20000
[junit4:junit4]   2> 14284 T94 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ed7e70 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14285 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14286 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14288 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14293 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15301 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34188_
[junit4:junit4]   2> 15302 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34188_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34188_
[junit4:junit4]   2> 15304 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34188_
[junit4:junit4]   2> 15309 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15309 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15310 T78 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15310 T42 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15310 T94 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15310 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15311 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15313 T62 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15313 T49 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15327 T95 oasc.CoreContainer.create 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-1364030834913/collection1
[junit4:junit4]   2> 15328 T95 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15330 T95 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15330 T95 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15334 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1/'
[junit4:junit4]   2> 15335 T95 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1/lib/README' to classloader
[junit4:junit4]   2> 15336 T95 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15373 T95 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 15407 T95 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15409 T95 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15423 T95 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15617 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15618 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41861",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41861_",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 15624 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15625 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15624 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15625 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15624 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15799 T95 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15808 T95 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15810 T95 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15844 T95 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15849 T95 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15853 T95 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15856 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15857 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15857 T95 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15860 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15861 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15861 T95 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15862 T95 oasc.SolrCore.<init> [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-1364030834913/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/
[junit4:junit4]   2> 15862 T95 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 15864 T95 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15865 T95 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3
[junit4:junit4]   2> 15865 T95 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index/
[junit4:junit4]   2> 15866 T95 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15866 T95 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index
[junit4:junit4]   2> 15869 T95 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1bd9839 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4256e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15870 T95 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15875 T95 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15875 T95 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15876 T95 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15878 T95 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15880 T95 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15880 T95 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15881 T95 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15883 T95 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15884 T95 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15888 T95 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15893 T95 oass.SolrIndexSearcher.<init> Opening Searcher@1185d9 main
[junit4:junit4]   2> 15894 T95 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/tlog
[junit4:junit4]   2> 15894 T95 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15894 T95 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15905 T96 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1185d9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15913 T95 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15913 T95 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17134 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17137 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34188_",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 17137 T43 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17138 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17152 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17152 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17152 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17152 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17152 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17916 T95 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17917 T95 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34188 collection:collection1 shard:shard1
[junit4:junit4]   2> 17925 T95 oasc.ZkController.register We are http://127.0.0.1:34188/collection1/ and leader is http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 17925 T95 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34188
[junit4:junit4]   2> 17926 T95 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 17926 T95 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@c0b379 url=http://127.0.0.1:34188/collection1 node=127.0.0.1:34188_ C1_STATE=coll:collection1 core:collection1 props:{state=down, collection=collection1, core=collection1, base_url=http://127.0.0.1:34188, node_name=127.0.0.1:34188_}
[junit4:junit4]   2> 17933 T97 C1 P34188 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 17935 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17935 T95 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17935 T97 C1 P34188 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 17936 T97 C1 P34188 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17938 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 17938 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17939 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17940 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18023 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18025 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41291
[junit4:junit4]   2> 18025 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18026 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18026 T19 oasc.SolrResourceLoader.locateSolrHome 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-1364030838707
[junit4:junit4]   2> 18027 T19 oasc.CoreContainer$Initializer.initialize 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-1364030838707/solr.xml
[junit4:junit4]   2> 18027 T19 oasc.CoreContainer.<init> New CoreContainer 23381670
[junit4:junit4]   2> 18027 T19 oasc.CoreContainer.load 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-1364030838707/'
[junit4:junit4]   2> 18028 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/'
[junit4:junit4]   2> 18045 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 18046 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18046 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 18047 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18047 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18047 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18048 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18048 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18048 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18049 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 18055 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18070 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 18071 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 18071 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1349558
[junit4:junit4]   2> 18072 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18072 T108 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18073 T108 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 18073 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38220
[junit4:junit4]   2> 18074 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38220
[junit4:junit4]   2> 18075 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000b with negotiated timeout 20000 for client /127.0.0.1:38220
[junit4:junit4]   2> 18075 T108 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000b, negotiated timeout = 20000
[junit4:junit4]   2> 18076 T109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1349558 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18076 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18078 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc000b
[junit4:junit4]   2> 18079 T109 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 18079 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38220 which had sessionid 0x13d969291fc000b
[junit4:junit4]   2> 18079 T19 oaz.ZooKeeper.close Session: 0x13d969291fc000b closed
[junit4:junit4]   2> 18080 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 18084 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ca0085
[junit4:junit4]   2> 18085 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18085 T110 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18086 T110 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 18086 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38221
[junit4:junit4]   2> 18087 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38221
[junit4:junit4]   2> 18088 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000c with negotiated timeout 20000 for client /127.0.0.1:38221
[junit4:junit4]   2> 18088 T110 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000c, negotiated timeout = 20000
[junit4:junit4]   2> 18088 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ca0085 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18088 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18090 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18092 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18095 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 18661 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18663 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34188_",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 18678 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18678 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18679 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18678 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18678 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18678 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19101 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41291_
[junit4:junit4]   2> 19102 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41291_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41291_
[junit4:junit4]   2> 19105 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41291_
[junit4:junit4]   2> 19108 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19109 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19109 T94 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19108 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19109 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19109 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19110 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19112 T49 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19113 T78 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19115 T42 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19115 T62 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19115 T111 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19120 T112 oasc.CoreContainer.create 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-1364030838707/collection1
[junit4:junit4]   2> 19120 T112 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 19121 T112 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 19122 T112 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 19123 T112 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1/'
[junit4:junit4]   2> 19124 T112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1/lib/README' to classloader
[junit4:junit4]   2> 19125 T112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 19159 T112 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19200 T56 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&onlyIfLeader=true&version=2&nodeName=127.0.0.1:34188_&wt=javabin&core=collection1&coreNodeName=4&checkLive=true&action=PREPRECOVERY} status=0 QTime=1001 
[junit4:junit4]   2> 19207 T112 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19208 T112 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19223 T112 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19664 T112 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19673 T112 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19676 T112 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19702 T112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19707 T112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19712 T112 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19715 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19715 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19716 T112 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19717 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19718 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19718 T112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19718 T112 oasc.SolrCore.<init> [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-1364030838707/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/
[junit4:junit4]   2> 19718 T112 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 19719 T112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19720 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4
[junit4:junit4]   2> 19720 T112 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index/
[junit4:junit4]   2> 19720 T112 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19720 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index
[junit4:junit4]   2> 19722 T112 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@37b47a lockFactory=org.apache.lucene.store.NativeFSLockFactory@20354d)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19722 T112 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19724 T112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19725 T112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19725 T112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19726 T112 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19727 T112 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19727 T112 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19727 T112 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19728 T112 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19729 T112 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19731 T112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19733 T112 oass.SolrIndexSearcher.<init> Opening Searcher@1e812cd main
[junit4:junit4]   2> 19734 T112 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/tlog
[junit4:junit4]   2> 19734 T112 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19734 T112 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19745 T113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e812cd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19749 T112 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19749 T112 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20186 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20188 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41291",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41291_",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 20188 T43 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 20189 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 20196 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20197 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20197 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20197 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20197 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20197 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20751 T112 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 20751 T112 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41291 collection:collection1 shard:shard2
[junit4:junit4]   2> 20759 T112 oasc.ZkController.register We are http://127.0.0.1:41291/collection1/ and leader is http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 20760 T112 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41291
[junit4:junit4]   2> 20760 T112 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 20760 T112 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@e16fe9 url=http://127.0.0.1:41291/collection1 node=127.0.0.1:41291_ C2_STATE=coll:collection1 core:collection1 props:{state=down, collection=collection1, core=collection1, base_url=http://127.0.0.1:41291, node_name=127.0.0.1:41291_}
[junit4:junit4]   2> 20762 T114 C2 P41291 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20763 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20763 T112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20763 T114 C2 P41291 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20764 T114 C2 P41291 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20766 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 20767 T114 C2 P41291 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20767 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20769 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20777 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20781 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20793 T56 oasc.CoreContainer.create 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-1364030825605/onenodecollectioncore
[junit4:junit4]   2> 20794 T56 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 20795 T56 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 20796 T56 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 20799 T56 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 20800 T56 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 20806 T56 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 20810 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/onenodecollectioncore/'
[junit4:junit4]   2> 20865 T56 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 20912 T56 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 20914 T56 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 20926 T56 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C1_STATE=coll:collection1 core:collection1 props:{state=recovering, collection=collection1, core=collection1, base_url=http://127.0.0.1:34188, node_name=127.0.0.1:34188_, shard=shard1}
[junit4:junit4]   2> 21243 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50808/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 21248 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 21255 T97 C1 P34188 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:34188 START replicas=[http://127.0.0.1:50808/collection1/] nUpdates=100
[junit4:junit4]   2> 21259 T97 C1 P34188 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21259 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 21260 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 21260 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 21260 T97 C1 P34188 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21261 T97 C1 P34188 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50808/collection1/. core=collection1
[junit4:junit4]   2> 21261 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@1588bd1 url=http://127.0.0.1:50808/collection1 node=127.0.0.1:50808_ C3_STATE=coll:collection1 core:collection1 props:{state=active, collection=collection1, core=collection1, base_url=http://127.0.0.1:50808, node_name=127.0.0.1:50808_, shard=shard1, leader=true}
[junit4:junit4]   2> 21282 T58 C3 P50808 REQ /get {distrib=false&version=2&wt=javabin&getVersions=100&qt=/get} status=0 QTime=2 
[junit4:junit4]   2> 21288 T57 C3 P50808 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21291 T57 C3 P50808 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21291 T57 C3 P50808 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21292 T57 C3 P50808 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21293 T57 C3 P50808 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21294 T57 C3 P50808 oass.SolrIndexSearcher.<init> Opening Searcher@9827cc realtime
[junit4:junit4]   2> 21294 T57 C3 P50808 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21295 T57 C3 P50808 /update {version=2&waitSearcher=true&commit=true&wt=javabin&softCommit=false&openSearcher=false&commit_end_point=true} {commit=} 0 13
[junit4:junit4]   2> 21317 T97 C1 P34188 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21318 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 21323 T97 C1 P34188 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21336 T56 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 21345 T56 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 21347 T57 C3 P50808 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21347 T56 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 21347 T57 C3 P50808 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=22 
[junit4:junit4]   2> 21349 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 21349 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21349 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21353 T55 C3 P50808 REQ /replication {version=2&wt=javabin&generation=2&command=filelist&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 21354 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 21355 T97 C1 P34188 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index.20130323182722108
[junit4:junit4]   2> 21355 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7cbbd1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10a7c7d) fullCopy=false
[junit4:junit4]   2> 21363 T58 C3 P50808 REQ /replication {checksum=true&wt=filestream&generation=2&command=filecontent&qt=/replication&file=segments_2} status=0 QTime=2 
[junit4:junit4]   2> 21368 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 21372 T56 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 21379 T56 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 21379 T97 C1 P34188 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 21380 T97 C1 P34188 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 21386 T97 C1 P34188 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1bd9839 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4256e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1bd9839 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4256e)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21387 T97 C1 P34188 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21387 T97 C1 P34188 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 21388 T97 C1 P34188 oass.SolrIndexSearcher.<init> Opening Searcher@1a6f141 main
[junit4:junit4]   2> 21388 T56 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 21390 T96 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a6f141 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 21390 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 21390 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 21391 T97 C1 P34188 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 21391 T56 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 21391 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 21392 T97 C1 P34188 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 21392 T97 C1 P34188 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21393 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 21393 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 21394 T56 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 21394 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 21394 T56 oasc.SolrCore.<init> [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-1364030825605/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/
[junit4:junit4]   2> 21396 T56 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 21397 T56 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 21398 T56 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection
[junit4:junit4]   2> 21398 T56 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/index/
[junit4:junit4]   2> 21398 T56 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 21399 T56 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/index
[junit4:junit4]   2> 21401 T56 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@159bc60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6846a3)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21401 T56 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21404 T56 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 21404 T56 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 21405 T56 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 21406 T56 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 21406 T56 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 21407 T56 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 21407 T56 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 21408 T56 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 21409 T56 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 21411 T56 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 21414 T56 oass.SolrIndexSearcher.<init> Opening Searcher@1192da5 main
[junit4:junit4]   2> 21414 T56 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/tlog
[junit4:junit4]   2> 21415 T56 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 21415 T56 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 21421 T118 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@1192da5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 21424 T56 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 21706 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21709 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41291",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41291_",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 21717 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34188_",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 21726 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 21726 T43 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 21727 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 21736 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21736 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21736 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21737 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21737 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21736 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21779 T72 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&onlyIfLeader=true&version=2&nodeName=127.0.0.1:41291_&wt=javabin&core=collection1&coreNodeName=5&checkLive=true&action=PREPRECOVERY} status=0 QTime=1000 
[junit4:junit4]   2> 22429 T56 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 22430 T56 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:50808 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 22432 T56 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 22447 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 22448 T56 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 22449 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22454 T56 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 22454 T56 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 22455 T56 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50808/onenodecollectioncore/
[junit4:junit4]   2> 22456 T56 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 22456 T56 oasc.SyncStrategy.syncToMe http://127.0.0.1:50808/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 22457 T56 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50808/onenodecollectioncore/
[junit4:junit4]   2> 22458 T56 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 22467 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23263 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23284 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23285 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23285 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23285 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23285 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23285 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23325 T56 oasc.ZkController.register We are http://127.0.0.1:50808/onenodecollectioncore/ and leader is http://127.0.0.1:50808/onenodecollectioncore/
[junit4:junit4]   2> 23326 T56 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:50808
[junit4:junit4]   2> 23327 T56 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 23327 T56 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 23331 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23333 T56 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=onenodecollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection&version=2&name=onenodecollectioncore&wt=javabin&roles=none&numShards=1&action=CREATE} status=0 QTime=2541 
[junit4:junit4]   2> 23334 T19 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 23335 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{state=recovering, collection=collection1, core=collection1, base_url=http://127.0.0.1:41291, node_name=127.0.0.1:41291_, shard=shard2}
[junit4:junit4]   2> 23781 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41861/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23781 T114 C2 P41291 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:41291 START replicas=[http://127.0.0.1:41861/collection1/] nUpdates=100
[junit4:junit4]   2> 23782 T114 C2 P41291 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23783 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23783 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23783 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23784 T114 C2 P41291 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23784 T114 C2 P41291 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41861/collection1/. core=collection1
[junit4:junit4]   2> 23785 T114 C2 P41291 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@51cca4 url=http://127.0.0.1:41861/collection1 node=127.0.0.1:41861_ C4_STATE=coll:collection1 core:collection1 props:{state=active, collection=collection1, core=collection1, base_url=http://127.0.0.1:41861, node_name=127.0.0.1:41861_, shard=shard2, leader=true}
[junit4:junit4]   2> 23793 T71 C4 P41861 REQ /get {distrib=false&version=2&wt=javabin&getVersions=100&qt=/get} status=0 QTime=1 
[junit4:junit4]   2> 23796 T73 C4 P41861 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23799 T73 C4 P41861 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23800 T73 C4 P41861 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23801 T73 C4 P41861 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23801 T73 C4 P41861 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23802 T73 C4 P41861 oass.SolrIndexSearcher.<init> Opening Searcher@1d1ddfa realtime
[junit4:junit4]   2> 23803 T73 C4 P41861 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23803 T73 C4 P41861 /update {version=2&waitSearcher=true&commit=true&wt=javabin&softCommit=false&openSearcher=false&commit_end_point=true} {commit=} 0 7
[junit4:junit4]   2> 23805 T114 C2 P41291 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23805 T114 C2 P41291 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23809 T71 C4 P41861 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23809 T71 C4 P41861 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 23811 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23811 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23811 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23813 T73 C4 P41861 REQ /replication {version=2&wt=javabin&generation=2&command=filelist&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 23814 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23815 T114 C2 P41291 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index.20130323182724568
[junit4:junit4]   2> 23815 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@132ac7d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f4095b) fullCopy=false
[junit4:junit4]   2> 23819 T72 C4 P41861 REQ /replication {checksum=true&wt=filestream&generation=2&command=filecontent&qt=/replication&file=segments_2} status=0 QTime=1 
[junit4:junit4]   2> 23820 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23822 T114 C2 P41291 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23823 T114 C2 P41291 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23824 T114 C2 P41291 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@37b47a lockFactory=org.apache.lucene.store.NativeFSLockFactory@20354d)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@37b47a lockFactory=org.apache.lucene.store.NativeFSLockFactory@20354d)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23825 T114 C2 P41291 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23825 T114 C2 P41291 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23826 T114 C2 P41291 oass.SolrIndexSearcher.<init> Opening Searcher@18760f1 main
[junit4:junit4]   2> 23827 T113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18760f1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23828 T114 C2 P41291 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23828 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23829 T114 C2 P41291 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23829 T114 C2 P41291 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23830 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 24339 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24802 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24804 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:50808__onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 24813 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41291",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41291_",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 24824 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24825 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24825 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24824 T49 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24824 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24824 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25343 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25347 T19 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 25348 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 25394 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@fc0b5
[junit4:junit4]   2> 25395 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 25396 T121 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 25397 T121 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 25397 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38239
[junit4:junit4]   2> 25398 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38239
[junit4:junit4]   2> 25400 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000d with negotiated timeout 10000 for client /127.0.0.1:38239
[junit4:junit4]   2> 25400 T121 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000d, negotiated timeout = 10000
[junit4:junit4]   2> 25401 T122 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fc0b5 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 25401 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 25542 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc000d
[junit4:junit4]   2> 25544 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38239 which had sessionid 0x13d969291fc000d
[junit4:junit4]   2> 25544 T122 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25544 T19 oaz.ZooKeeper.close Session: 0x13d969291fc000d closed
[junit4:junit4]   2> 25546 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0004
[junit4:junit4]   2> 25547 T49 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25547 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38212 which had sessionid 0x13d969291fc0004
[junit4:junit4]   2> 25547 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0004 closed
[junit4:junit4]   2> 25554 T19 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 40793
[junit4:junit4]   2> 25555 T19 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=31641155
[junit4:junit4]   2> 26341 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26344 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40793_",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 26354 T78 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26354 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26354 T62 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26354 T94 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26354 T42 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 27558 T19 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 27559 T19 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 27569 T19 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ca37e0
[junit4:junit4]   2> 27581 T19 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 27582 T19 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27583 T19 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27583 T19 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter 

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

rol_collection":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"1":{
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:40793_",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "leader":"true"}}}}}}
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=6D674C5FAC30E796 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=Asia/Tokyo -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   34.2s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:41861/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6D674C5FAC30E796:EC81C247DB6F87AA]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 34178 T19 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 34184 T18 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 34246 T22 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 35336 T111 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35336 T111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 35336 T111 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35337 T111 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sk_SK, timezone=Asia/Tokyo
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=30486616,total=64880640
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CurrencyFieldXmlFileTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 35.54s, 1 test, 1 error <<< FAILURES!

[...truncated 788 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:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 272 suites, 1146 tests, 1 error, 13 ignored (7 assumptions)

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



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

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=178, name=coreLoadExecutor-65-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=178, name=coreLoadExecutor-65-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:746)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b8fdd4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1174268)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=180, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=180, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8918 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T118 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 8 T118 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1364025215226
[junit4:junit4]   2> 9 T118 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T119 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T119 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T119 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T119 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 12 T119 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T119 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1364025215225/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 110 T118 oasc.ZkTestServer.run start zk server on port:46116
[junit4:junit4]   2> 111 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@17e0564
[junit4:junit4]   2> 112 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T124 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T124 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 113 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56907
[junit4:junit4]   2> 114 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56907
[junit4:junit4]   2> 115 T122 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 117 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000000 with negotiated timeout 10000 for client /127.0.0.1:56907
[junit4:junit4]   2> 117 T124 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000000, negotiated timeout = 10000
[junit4:junit4]   2> 118 T125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17e0564 name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 119 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 119 T118 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 125 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000000
[junit4:junit4]   2> 127 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56907 which had sessionid 0x13d963d09000000
[junit4:junit4]   2> 127 T125 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 127 T118 oaz.ZooKeeper.close Session: 0x13d963d09000000 closed
[junit4:junit4]   2> 128 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ece14d
[junit4:junit4]   2> 129 T126 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 129 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 130 T126 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 130 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56908
[junit4:junit4]   2> 131 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56908
[junit4:junit4]   2> 132 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000001 with negotiated timeout 10000 for client /127.0.0.1:56908
[junit4:junit4]   2> 132 T126 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000001, negotiated timeout = 10000
[junit4:junit4]   2> 133 T127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ece14d name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 133 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 134 T118 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 141 T118 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 148 T118 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 154 T118 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 160 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 161 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 172 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 180 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 181 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 187 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 188 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 196 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 196 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 203 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 204 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 211 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 212 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 219 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 220 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 226 T118 oasc.AbstractZkTestCase.putConfig 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]   2> 227 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 233 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000001
[junit4:junit4]   2> 234 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56908 which had sessionid 0x13d963d09000001
[junit4:junit4]   2> 234 T118 oaz.ZooKeeper.close Session: 0x13d963d09000001 closed
[junit4:junit4]   2> 234 T127 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 418 T118 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 486 T118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51611
[junit4:junit4]   2> 497 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 497 T118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 498 T118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452
[junit4:junit4]   2> 498 T118 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/solr.xml
[junit4:junit4]   2> 498 T118 oasc.CoreContainer.<init> New CoreContainer 25279634
[junit4:junit4]   2> 499 T118 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/'
[junit4:junit4]   2> 499 T118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/'
[junit4:junit4]   2> 516 T118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 516 T118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 518 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 518 T118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 518 T118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 519 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 525 T118 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 534 T118 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46116/solr
[junit4:junit4]   2> 534 T118 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 535 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e93ee7
[junit4:junit4]   2> 536 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 536 T138 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 537 T138 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 537 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56909
[junit4:junit4]   2> 537 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56909
[junit4:junit4]   2> 538 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000002 with negotiated timeout 20000 for client /127.0.0.1:56909
[junit4:junit4]   2> 538 T138 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000002, negotiated timeout = 20000
[junit4:junit4]   2> 538 T139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e93ee7 name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 538 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 540 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000002
[junit4:junit4]   2> 540 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56909 which had sessionid 0x13d963d09000002
[junit4:junit4]   2> 540 T118 oaz.ZooKeeper.close Session: 0x13d963d09000002 closed
[junit4:junit4]   2> 541 T139 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 541 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 544 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@10ded8b
[junit4:junit4]   2> 545 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 545 T140 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 545 T140 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 546 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56910
[junit4:junit4]   2> 546 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56910
[junit4:junit4]   2> 547 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000003 with negotiated timeout 20000 for client /127.0.0.1:56910
[junit4:junit4]   2> 547 T140 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000003, negotiated timeout = 20000
[junit4:junit4]   2> 547 T141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ded8b name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 547 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 549 T118 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 552 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 553 T118 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 556 T118 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 558 T118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51611_
[junit4:junit4]   2> 559 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51611_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51611_
[junit4:junit4]   2> 559 T118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51611_
[junit4:junit4]   2> 563 T118 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 569 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 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]   2> 570 T118 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 574 T118 oasc.Overseer.start Overseer (id=89392756505444355-127.0.0.1:51611_-n_0000000000) starting
[junit4:junit4]   2> 575 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 577 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 579 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 581 T118 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 587 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 589 T143 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 590 T118 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 594 T118 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 598 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 603 T142 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 607 T144 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1
[junit4:junit4]   2> 608 T144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 609 T144 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 610 T144 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 613 T144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/'
[junit4:junit4]   2> 614 T144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/lib/README' to classloader
[junit4:junit4]   2> 615 T144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 645 T144 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 669 T144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 671 T144 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 681 T144 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 961 T144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 970 T144 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 972 T144 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 995 T144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 999 T144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1002 T144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1004 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1004 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1004 T144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1006 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1006 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1006 T144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1007 T144 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/
[junit4:junit4]   2> 1007 T144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fb00bf
[junit4:junit4]   2> 1008 T144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1008 T144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data
[junit4:junit4]   2> 1008 T144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/index/
[junit4:junit4]   2> 1008 T144 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1009 T144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/index
[junit4:junit4]   2> 1010 T144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1245a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11f297e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1010 T144 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1021 T144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1021 T144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1021 T144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1022 T144 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1022 T144 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1026 T144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1078 T144 oass.SolrIndexSearcher.<init> Opening Searcher@32f3de main
[junit4:junit4]   2> 1083 T144 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/tlog
[junit4:junit4]   2> 1091 T144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1091 T144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1096 T145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32f3de main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1099 T144 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1099 T144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2112 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2114 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51611_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51611"}
[junit4:junit4]   2> 2115 T142 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2117 T142 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2126 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3102 T144 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3102 T144 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51611 collection:control_collection shard:shard1
[junit4:junit4]   2> 3104 T144 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3119 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:delete cxid:0x82 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]   2> 3120 T144 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3121 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3126 T144 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3127 T144 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3127 T144 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51611/collection1/
[junit4:junit4]   2> 3128 T144 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3128 T144 oasc.SyncStrategy.syncToMe http://127.0.0.1:51611/collection1/ has no replicas
[junit4:junit4]   2> 3128 T144 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51611/collection1/
[junit4:junit4]   2> 3129 T144 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3138 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3636 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3655 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3696 T144 oasc.ZkController.register We are http://127.0.0.1:51611/collection1/ and leader is http://127.0.0.1:51611/collection1/
[junit4:junit4]   2> 3698 T144 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51611
[junit4:junit4]   2> 3699 T144 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3699 T144 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3699 T144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3703 T144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3706 T118 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3706 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3732 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3737 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3738 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19df1ef
[junit4:junit4]   2> 3739 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3740 T147 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3740 T147 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 3740 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56913
[junit4:junit4]   2> 3741 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56913
[junit4:junit4]   2> 3742 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000004 with negotiated timeout 10000 for client /127.0.0.1:56913
[junit4:junit4]   2> 3742 T147 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000004, negotiated timeout = 10000
[junit4:junit4]   2> 3742 T148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19df1ef name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3743 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3745 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3749 T118 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3805 T118 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3808 T118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57101
[junit4:junit4]   2> 3809 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3810 T118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3810 T118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966
[junit4:junit4]   2> 3810 T118 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/solr.xml
[junit4:junit4]   2> 3811 T118 oasc.CoreContainer.<init> New CoreContainer 4550191
[junit4:junit4]   2> 3811 T118 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/'
[junit4:junit4]   2> 3811 T118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/'
[junit4:junit4]   2> 3833 T118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3833 T118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3834 T118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3834 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3834 T118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3836 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3841 T118 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3851 T118 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46116/solr
[junit4:junit4]   2> 3851 T118 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3852 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@10ef11c
[junit4:junit4]   2> 3852 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3853 T158 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3854 T158 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 3854 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56914
[junit4:junit4]   2> 3854 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56914
[junit4:junit4]   2> 3855 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000005 with negotiated timeout 20000 for client /127.0.0.1:56914
[junit4:junit4]   2> 3855 T158 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000005, negotiated timeout = 20000
[junit4:junit4]   2> 3856 T159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ef11c name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3856 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3858 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000005
[junit4:junit4]   2> 3859 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56914 which had sessionid 0x13d963d09000005
[junit4:junit4]   2> 3859 T159 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3859 T118 oaz.ZooKeeper.close Session: 0x13d963d09000005 closed
[junit4:junit4]   2> 3859 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3862 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1dbc859
[junit4:junit4]   2> 3864 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3864 T160 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3865 T160 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 3865 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56915
[junit4:junit4]   2> 3866 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56915
[junit4:junit4]   2> 3867 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000006 with negotiated timeout 20000 for client /127.0.0.1:56915
[junit4:junit4]   2> 3867 T160 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000006, negotiated timeout = 20000
[junit4:junit4]   2> 3867 T161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dbc859 name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3868 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3869 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3872 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3877 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4885 T118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57101_
[junit4:junit4]   2> 4886 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57101_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57101_
[junit4:junit4]   2> 4887 T118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57101_
[junit4:junit4]   2> 4896 T148 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4896 T161 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4896 T141 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4897 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4908 T162 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1
[junit4:junit4]   2> 4909 T162 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4910 T162 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4910 T162 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4913 T162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/'
[junit4:junit4]   2> 4914 T162 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/lib/README' to classloader
[junit4:junit4]   2> 4915 T162 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4943 T162 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4967 T162 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4969 T162 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4973 T162 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5167 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5168 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51611__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51611_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51611"}
[junit4:junit4]   2> 5174 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5175 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5174 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5245 T162 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5251 T162 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5253 T162 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5278 T162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5282 T162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5285 T162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5287 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5287 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5287 T162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5289 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5289 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5289 T162 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5290 T162 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/
[junit4:junit4]   2> 5290 T162 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fb00bf
[junit4:junit4]   2> 5290 T162 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5291 T162 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1
[junit4:junit4]   2> 5291 T162 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/index/
[junit4:junit4]   2> 5291 T162 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5291 T162 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/index
[junit4:junit4]   2> 5292 T162 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5293 T162 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5294 T162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5295 T162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5295 T162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5295 T162 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5296 T162 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5296 T162 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5296 T162 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5297 T162 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5297 T162 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5299 T162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5351 T162 oass.SolrIndexSearcher.<init> Opening Searcher@1a8c91 main
[junit4:junit4]   2> 5352 T162 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/tlog
[junit4:junit4]   2> 5353 T162 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5353 T162 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5359 T163 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a8c91 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5362 T162 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5362 T162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6682 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6684 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57101_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57101"}
[junit4:junit4]   2> 6685 T142 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6685 T142 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6694 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6695 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6694 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7365 T162 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7365 T162 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57101 collection:collection1 shard:shard1
[junit4:junit4]   2> 7367 T162 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7382 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7383 T162 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7384 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7389 T162 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7389 T162 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7389 T162 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 7390 T162 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7390 T162 oasc.SyncStrategy.syncToMe http://127.0.0.1:57101/collection1/ has no replicas
[junit4:junit4]   2> 7390 T162 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 7390 T162 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7400 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8205 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8223 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8223 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8223 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8258 T162 oasc.ZkController.register We are http://127.0.0.1:57101/collection1/ and leader is http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 8258 T162 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57101
[junit4:junit4]   2> 8259 T162 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8259 T162 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8259 T162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8262 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8265 T118 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8265 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8266 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8334 T118 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8337 T118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59294
[junit4:junit4]   2> 8339 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8339 T118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8340 T118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490
[junit4:junit4]   2> 8340 T118 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/solr.xml
[junit4:junit4]   2> 8341 T118 oasc.CoreContainer.<init> New CoreContainer 29076099
[junit4:junit4]   2> 8342 T118 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/'
[junit4:junit4]   2> 8342 T118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/'
[junit4:junit4]   2> 8361 T118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8362 T118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8362 T118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8362 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8364 T118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8364 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8370 T118 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8378 T118 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46116/solr
[junit4:junit4]   2> 8378 T118 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8378 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a6c2e5
[junit4:junit4]   2> 8379 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8380 T174 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8380 T174 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 8381 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56916
[junit4:junit4]   2> 8381 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56916
[junit4:junit4]   2> 8382 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000007 with negotiated timeout 20000 for client /127.0.0.1:56916
[junit4:junit4]   2> 8382 T174 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000007, negotiated timeout = 20000
[junit4:junit4]   2> 8383 T175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a6c2e5 name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8383 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8385 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000007
[junit4:junit4]   2> 8386 T175 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8386 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56916 which had sessionid 0x13d963d09000007
[junit4:junit4]   2> 8386 T118 oaz.ZooKeeper.close Session: 0x13d963d09000007 closed
[junit4:junit4]   2> 8387 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8390 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1128644
[junit4:junit4]   2> 8391 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8391 T176 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8392 T176 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 8392 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56917
[junit4:junit4]   2> 8393 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56917
[junit4:junit4]   2> 8394 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000008 with negotiated timeout 20000 for client /127.0.0.1:56917
[junit4:junit4]   2> 8394 T176 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000008, negotiated timeout = 20000
[junit4:junit4]   2> 8394 T177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1128644 name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8395 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8396 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8398 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8402 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9407 T118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59294_
[junit4:junit4]   2> 9408 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59294_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59294_
[junit4:junit4]   2> 9409 T118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59294_
[junit4:junit4]   2> 9414 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9416 T161 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9416 T141 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9416 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9416 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9416 T177 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9419 T148 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9427 T178 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1
[junit4:junit4]   2> 9428 T178 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9429 T178 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9429 T178 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9432 T178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/'
[junit4:junit4]   2> 9433 T178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/lib/README' to classloader
[junit4:junit4]   2> 9434 T178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9483 T178 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9512 T178 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9513 T178 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9519 T178 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9734 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9735 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57101__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57101_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57101"}
[junit4:junit4]   2> 9739 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9740 T177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9740 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9739 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9805 T178 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9811 T178 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9813 T178 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9842 T178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9848 T178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9852 T178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9854 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9854 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9855 T178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9857 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9857 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9857 T178 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9858 T178 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/
[junit4:junit4]   2> 9858 T178 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fb00bf
[junit4:junit4]   2> 9859 T178 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9860 T178 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2
[junit4:junit4]   2> 9861 T178 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index/
[junit4:junit4]   2> 9861 T178 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9862 T178 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index
[junit4:junit4]   2> 9864 T178 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9864 T178 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9868 T178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9868 T178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9869 T178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9870 T178 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9870 T178 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9870 T178 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9871 T178 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9871 T178 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9872 T178 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9874 T178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9927 T178 oass.SolrIndexSearcher.<init> Opening Searcher@471f6d main
[junit4:junit4]   2> 9927 T178 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/tlog
[junit4:junit4]   2> 9928 T178 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9928 T178 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9937 T179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@471f6d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9940 T178 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9940 T178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11247 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11249 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 11250 T142 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11250 T142 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11259 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11259 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11259 T177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11259 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11943 T178 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11944 T178 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59294 collection:collection1 shard:shard1
[junit4:junit4]   2> 11951 T178 oasc.ZkController.register We are http://127.0.0.1:59294/collection1/ and leader is http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 11951 T178 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59294
[junit4:junit4]   2> 11952 T178 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11952 T178 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@5f701b url=http://127.0.0.1:59294/collection1 node=127.0.0.1:59294_ C2_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 11957 T180 C2 P59294 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11958 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11958 T178 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11959 T180 C2 P59294 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11959 T180 C2 P59294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11961 T118 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11962 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11962 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11963 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11971 T118 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@1ed1f19 url=http://127.0.0.1:51611/collection1 node=127.0.0.1:51611_ C3_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:51611_, base_url=http://127.0.0.1:51611, leader=true}
[junit4:junit4]   2> 12325 T136 C3 P51611 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1245a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11f297e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12328 T136 C3 P51611 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12357 T137 C3 P51611 /update {wt=javabin&version=2} {add=[1 (1430284116991934465)]} 0 56
[junit4:junit4]   2> 12357 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10001 (1430284116991934464)]} 0 56
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@1a3d1b8 url=http://127.0.0.1:57101/collection1 node=127.0.0.1:57101_ C4_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57101_, base_url=http://127.0.0.1:57101, leader=true}
[junit4:junit4]   2> 12405 T155 C4 P57101 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12407 T155 C4 P57101 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12411 T157 C4 P57101 /update {wt=javabin&version=2} {add=[1 (1430284117077917697)]} 0 8
[junit4:junit4]   2> 12414 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10001 (1430284117077917696)]} 0 11
[junit4:junit4]   2> 12504 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10002 (1430284117179629569)]} 0 4
[junit4:junit4]   2> 12506 T135 C3 P51611 /update {wt=javabin&version=2} {add=[2 (1430284117179629568)]} 0 6
[junit4:junit4]   2> 12512 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10002 (1430284117188018176)]} 0 3
[junit4:junit4]   2> 12513 T157 C4 P57101 /update {wt=javabin&version=2} {add=[2 (1430284117191163904)]} 0 2
[junit4:junit4]   2> 12554 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10002 (-1430284117235204096)]} 0 0
[junit4:junit4]   2> 12556 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[2 (-1430284117237301248)]} 0 1
[junit4:junit4]   2> 12561 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10002 (-1430284117242544128)]} 0 1
[junit4:junit4]   2> 12562 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[2 (-1430284117243592704)]} 0 1
[junit4:junit4]   2> 12569 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10003 (1430284117248835584)]} 0 3
[junit4:junit4]   2> 12572 T137 C3 P51611 /update {wt=javabin&version=2} {add=[3 (1430284117250932736)]} 0 3
[junit4:junit4]   2> 12577 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10003 (1430284117257224192)]} 0 3
[junit4:junit4]   2> 12578 T155 C4 P57101 /update {wt=javabin&version=2} {add=[3 (1430284117259321344)]} 0 2
[junit4:junit4]   2> 12592 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10003 (-1430284117275049984)]} 0 1
[junit4:junit4]   2> 12594 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[3 (-1430284117277147136)]} 0 1
[junit4:junit4]   2> 12598 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10003 (-1430284117281341440)]} 0 1
[junit4:junit4]   2> 12600 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[3 (-1430284117282390016)]} 0 1
[junit4:junit4]   2> 12605 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10004 (1430284117286584320)]} 0 3
[junit4:junit4]   2> 12606 T137 C3 P51611 /update {wt=javabin&version=2} {add=[4 (1430284117287632896)]} 0 2
[junit4:junit4]   2> 12611 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10004 (1430284117292875776)]} 0 2
[junit4:junit4]   2> 12612 T154 C4 P57101 /update {wt=javabin&version=2} {add=[4 (1430284117294972928)]} 0 2
[junit4:junit4]   2> 12640 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10005 (1430284117323284480)]} 0 3
[junit4:junit4]   2> 12642 T136 C3 P51611 /update {wt=javabin&version=2} {add=[5 (1430284117325381632)]} 0 3
[junit4:junit4]   2> 12646 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10005 (1430284117330624512)]} 0 1
[junit4:junit4]   2> 12648 T155 C4 P57101 /update {wt=javabin&version=2} {add=[5 (1430284117332721664)]} 0 2
[junit4:junit4]   2> 12672 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10006 (1430284117357887488)]} 0 1
[junit4:junit4]   2> 12675 T137 C3 P51611 /update {wt=javabin&version=2} {add=[6 (1430284117359984640)]} 0 2
[junit4:junit4]   2> 12677 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10006 (1430284117363130368)]} 0 2
[junit4:junit4]   2> 12681 T155 C4 P57101 /update {wt=javabin&version=2} {add=[6 (1430284117367324672)]} 0 2
[junit4:junit4]   2> 12691 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10007 (1430284117377810432)]} 0 1
[junit4:junit4]   2> 12694 T136 C3 P51611 /update {wt=javabin&version=2} {add=[7 (1430284117380956160)]} 0 1
[junit4:junit4]   2> 12695 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10007 (1430284117382004736)]} 0 1
[junit4:junit4]   2> 12697 T157 C4 P57101 /update {wt=javabin&version=2} {add=[7 (1430284117385150464)]} 0 1
[junit4:junit4]   2> 12770 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12770 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10008 (1430284117459599360)]} 0 2
[junit4:junit4]   2> 12772 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59294__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 12773 T137 C3 P51611 /update {wt=javabin&version=2} {add=[8 (1430284117462745088)]} 0 3
[junit4:junit4]   2> 12777 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10008 (1430284117466939392)]} 0 3
[junit4:junit4]   2> 12780 T154 C4 P57101 /update {wt=javabin&version=2} {add=[8 (1430284117470085120)]} 0 3
[junit4:junit4]   2> 12782 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12782 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12782 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12782 T177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12858 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10009 (1430284117552922624)]} 0 1
[junit4:junit4]   2> 12861 T136 C3 P51611 /update {wt=javabin&version=2} {add=[9 (1430284117556068352)]} 0 1
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 12888 T172 C2 P59294 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12889 T172 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12893 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10009 (1430284117560262656)]} 0 8
[junit4:junit4]   2> 12896 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10009 (1430284117560262656)]} 0 35
[junit4:junit4]   2> 12897 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1430284117562359808)]} 0 12
[junit4:junit4]   2> 12898 T154 C4 P57101 /update {wt=javabin&version=2} {add=[9 (1430284117562359808)]} 0 33
[junit4:junit4]   2> 12972 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10010 (1430284117672460288)]} 0 1
[junit4:junit4]   2> 12974 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10 (1430284117673508864)]} 0 2
[junit4:junit4]   2> 12981 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1430284117676654592)]} 0 1
[junit4:junit4]   2> 12982 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10010 (1430284117676654592)]} 0 7
[junit4:junit4]   2> 12982 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1430284117677703168)]} 0 2
[junit4:junit4]   2> 12983 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10 (1430284117677703168)]} 0 7
[junit4:junit4]   2> 13025 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10005 (-1430284117728034816)]} 0 1
[junit4:junit4]   2> 13025 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[5 (-1430284117729083392)]} 0 0
[junit4:junit4]   2> 13031 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10005 (-1430284117732229120)]} 0 0
[junit4:junit4]   2> 13031 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[5 (-1430284117732229121)]} 0 0
[junit4:junit4]   2> 13032 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10005 (-1430284117732229120)]} 0 5
[junit4:junit4]   2> 13032 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[5 (-1430284117732229121)]} 0 4
[junit4:junit4]   2> 13036 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10011 (1430284117739569152)]} 0 1
[junit4:junit4]   2> 13037 T134 C3 P51611 /update {wt=javabin&version=2} {add=[11 (1430284117739569153)]} 0 2
[junit4:junit4]   2> 13044 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1430284117743763456)]} 0 2
[junit4:junit4]   2> 13044 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1430284117743763457)]} 0 1
[junit4:junit4]   2> 13044 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10011 (1430284117743763456)]} 0 5
[junit4:junit4]   2> 13045 T154 C4 P57101 /update {wt=javabin&version=2} {add=[11 (1430284117743763457)]} 0 6
[junit4:junit4]   2> 13086 T136 C3 P51611 /update {wt=javabin&version=2} {add=[12 (1430284117790949376)]} 0 2
[junit4:junit4]   2> 13087 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10012 (1430284117790949377)]} 0 3
[junit4:junit4]   2> 13097 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1430284117797240832)]} 0 3
[junit4:junit4]   2> 13098 T155 C4 P57101 /update {wt=javabin&version=2} {add=[12 (1430284117797240832)]} 0 9
[junit4:junit4]   2> 13098 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1430284117798289408)]} 0 2
[junit4:junit4]   2> 13099 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10012 (1430284117798289408)]} 0 9
[junit4:junit4]   2> 13195 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[6 (-1430284117906292736)]} 0 1
[junit4:junit4]   2> 13196 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10006 (-1430284117907341312)]} 0 1
[junit4:junit4]   2> 13200 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[6 (-1430284117910487040)]} 0 0
[junit4:junit4]   2> 13201 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10006 (-1430284117910487041)]} 0 1
[junit4:junit4]   2> 13201 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[6 (-1430284117910487040)]} 0 3
[junit4:junit4]   2> 13201 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10006 (-1430284117910487041)]} 0 3
[junit4:junit4]   2> 13205 T136 C3 P51611 /update {wt=javabin&version=2} {add=[13 (1430284117916778496)]} 0 1
[junit4:junit4]   2> 13206 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10013 (1430284117916778497)]} 0 2
[junit4:junit4]   2> 13213 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1430284117922021376)]} 0 1
[junit4:junit4]   2> 13214 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1430284117922021377)]} 0 1
[junit4:junit4]   2> 13214 T157 C4 P57101 /update {wt=javabin&version=2} {add=[13 (1430284117922021376)]} 0 6
[junit4:junit4]   2> 13215 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10013 (1430284117922021377)]} 0 6
[junit4:junit4]   2> 13264 T135 C3 P51611 /update {wt=javabin&version=2} {add=[14 (1430284117977595904)]} 0 2
[junit4:junit4]   2> 13265 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10014 (1430284117977595905)]} 0 3
[junit4:junit4]   2> 13277 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1430284117983887360)]} 0 2
[junit4:junit4]   2> 13278 T155 C4 P57101 /update {wt=javabin&version=2} {add=[14 (1430284117983887360)]} 0 10
[junit4:junit4]   2> 13278 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1430284117985984512)]} 0 3
[junit4:junit4]   2> 13280 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10014 (1430284117985984512)]} 0 11
[junit4:junit4]   2> 13280 T156 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:59294__collection1&state=recovering&nodeName=127.0.0.1:59294_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 13352 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[7 (-1430284118071967744)]} 0 0
[junit4:junit4]   2> 13353 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10007 (-1430284118073016320)]} 0 0
[junit4:junit4]   2> 13357 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[7 (-1430284118075113472)]} 0 0
[junit4:junit4]   2> 13358 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[7 (-1430284118075113472)]} 0 3
[junit4:junit4]   2> 13359 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10007 (-1430284118076162048)]} 0 1
[junit4:junit4]   2> 13359 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10007 (-1430284118076162048)]} 0 3
[junit4:junit4]   2> 13362 T135 C3 P51611 /update {wt=javabin&version=2} {add=[15 (1430284118081404928)]} 0 1
[junit4:junit4]   2> 13363 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10015 (1430284118082453504)]} 0 1
[junit4:junit4]   2> 13369 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1430284118085599232)]} 0 1
[junit4:junit4]   2> 13370 T156 C4 P57101 /update {wt=javabin&version=2} {add=[15 (1430284118085599232)]} 0 6
[junit4:junit4]   2> 13370 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1430284118086647808)]} 0 1
[junit4:junit4]   2> 13371 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10015 (1430284118086647808)]} 0 5
[junit4:junit4]   2> 13458 T136 C3 P51611 /update {wt=javabin&version=2} {add=[16 (1430284118181019648)]} 0 3
[junit4:junit4]   2> 13459 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10016 (1430284118181019649)]} 0 4
[junit4:junit4]   2> 13468 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1430284118186262528)]} 0 3
[junit4:junit4]   2> 13469 T155 C4 P57101 /update {wt=javabin&version=2} {add=[16 (1430284118186262528)]} 0 8
[junit4:junit4]   2> 13470 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1430284118187311104)]} 0 2
[junit4:junit4]   2> 13471 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10016 (1430284118187311104)]} 0 9
[junit4:junit4]   2> 13530 T137 C3 P51611 /update {wt=javabin&version=2} {add=[17 (1430284118257565696)]} 0 1
[junit4:junit4]   2> 13531 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10017 (1430284118259662848)]} 0 0
[junit4:junit4]   2> 13537 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1430284118261760000)]} 0 1
[junit4:junit4]   2> 13537 T156 C4 P57101 /update {wt=javabin&version=2} {add=[17 (1430284118261760000)]} 0 4
[junit4:junit4]   2> 13538 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1430284118262808576)]} 0 1
[junit4:junit4]   2> 13539 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10017 (1430284118262808576)]} 0 5
[junit4:junit4]   2> 13640 T136 C3 P51611 /update {wt=javabin&version=2} {add=[18 (1430284118371860480)]} 0 2
[junit4:junit4]   2> 13641 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10018 (1430284118373957632)]} 0 2
[junit4:junit4]   2> 13650 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1430284118378151936)]} 0 2
[junit4:junit4]   2> 13651 T157 C4 P57101 /update {wt=javabin&version=2} {add=[18 (1430284118378151936)]} 0 7
[junit4:junit4]   2> 13651 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1430284118379200512)]} 0 2
[junit4:junit4]   2> 13652 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10018 (1430284118379200512)]} 0 7
[junit4:junit4]   2> 13734 T137 C3 P51611 /update {wt=javabin&version=2} {add=[19 (1430284118471475200)]} 0 2
[junit4:junit4]   2> 13735 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10019 (1430284118471475201)]} 0 2
[junit4:junit4]   2> 13746 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1430284118477766656)]} 0 2
[junit4:junit4]   2> 13747 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1430284118478815232)]} 0 2
[junit4:junit4]   2> 13747 T156 C4 P57101 /update {wt=javabin&version=2} {add=[19 (1430284118477766656)]} 0 9
[junit4:junit4]   2> 13748 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10019 (1430284118478815232)]} 0 9
[junit4:junit4]   2> 13851 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[11 (-1430284118595207168)]} 0 1
[junit4:junit4]   2> 13851 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10011 (-1430284118595207169)]} 0 1
[junit4:junit4]   2> 13859 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1430284118599401472)]} 0 1
[junit4:junit4]   2> 13859 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1430284118599401473)]} 0 1
[junit4:junit4]   2> 13860 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[11 (-1430284118599401472)]} 0 5
[junit4:junit4]   2> 13860 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10011 (-1430284118599401473)]} 0 5
[junit4:junit4]   2> 13866 T137 C3 P51611 /update {wt=javabin&version=2} {add=[20 (1430284118608838656)]} 0 2
[junit4:junit4]   2> 13867 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10020 (1430284118609887232)]} 0 3
[junit4:junit4]   2> 13876 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1430284118615130112)]} 0 2
[junit4:junit4]   2> 13877 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1430284118616178688)]} 0 2
[junit4:junit4]   2> 13877 T156 C4 P57101 /update {wt=javabin&version=2} {add=[20 (1430284118615130112)]} 0 8
[junit4:junit4]   2> 13878 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10020 (1430284118616178688)]} 0 8
[junit4:junit4]   2> 13975 T134 C3 P51611 /update {wt=javabin&version=2} {add=[21 (1430284118724182016)]} 0 2
[junit4:junit4]   2> 13975 T118 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 59294
[junit4:junit4]   2> 13976 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10021 (1430284118724182017)]} 0 2
[junit4:junit4]   2> 13976 T118 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29076099
[junit4:junit4]   2> 13986 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1430284118729424896)]} 0 2
[junit4:junit4]   2> 13987 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1430284118730473472)]} 0 2
[junit4:junit4]   2> 13987 T154 C4 P57101 /update {wt=javabin&version=2} {add=[21 (1430284118729424896)]} 0 8
[junit4:junit4]   2> 13988 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10021 (1430284118730473472)]} 0 8
[junit4:junit4]   2> 14018 T137 C3 P51611 /update {wt=javabin&version=2} {add=[22 (1430284118769270784)]} 0 2
[junit4:junit4]   2> 14019 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10022 (1430284118770319360)]} 0 2
[junit4:junit4]   2> 14028 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1430284118774513664)]} 0 1
[junit4:junit4]   2> 14029 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1430284118775562240)]} 0 2
[junit4:junit4]   2> 14029 T155 C4 P57101 /update {wt=javabin&version=2} {add=[22 (1430284118774513664)]} 0 7
[junit4:junit4]   2> 14029 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10022 (1430284118775562240)]} 0 6
[junit4:junit4]   2> 14055 T134 C3 P51611 /update {wt=javabin&version=2} {add=[23 (1430284118807019520)]} 0 2
[junit4:junit4]   2> 14055 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10023 (1430284118808068096)]} 0 2
[junit4:junit4]   2> 14065 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1430284118813310976)]} 0 1
[junit4:junit4]   2> 14067 T154 C4 P57101 /update {wt=javabin&version=2} {add=[23 (1430284118813310976)]} 0 9
[junit4:junit4]   2> 14067 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1430284118813310977)]} 0 2
[junit4:junit4]   2> 14069 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10023 (1430284118813310977)]} 0 10
[junit4:junit4]   2> 14152 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[12 (-1430284118909779968)]} 0 1
[junit4:junit4]   2> 14153 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10012 (-1430284118911877120)]} 0 0
[junit4:junit4]   2> 14158 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1430284118913974272)]} 0 1
[junit4:junit4]   2> 14159 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[12 (-1430284118913974272)]} 0 4
[junit4:junit4]   2> 14159 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1430284118915022848)]} 0 0
[junit4:junit4]   2> 14160 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10012 (-1430284118915022848)]} 0 4
[junit4:junit4]   2> 14163 T134 C3 P51611 /update {wt=javabin&version=2} {add=[24 (1430284118920265728)]} 0 2
[junit4:junit4]   2> 14164 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10024 (1430284118921314304)]} 0 2
[junit4:junit4]   2> 14172 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1430284118926557184)]} 0 1
[junit4:junit4]   2> 14172 T157 C4 P57101 /update {wt=javabin&version=2} {add=[24 (1430284118926557184)]} 0 5
[junit4:junit4]   2> 14173 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1430284118926557185)]} 0 1
[junit4:junit4]   2> 14174 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10024 (1430284118926557185)]} 0 7
[junit4:junit4]   2> 14212 T137 C3 P51611 /update {wt=javabin&version=2} {add=[25 (1430284118972694528)]} 0 2
[junit4:junit4]   2> 14213 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10025 (1430284118973743104)]} 0 1
[junit4:junit4]   2> 14220 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1430284118976888832)]} 0 2
[junit4:junit4]   2> 14222 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1430284118977937408)]} 0 3
[junit4:junit4]   2> 14222 T155 C4 P57101 /update {wt=javabin&version=2} {add=[25 (1430284118976888832)]} 0 7
[junit4:junit4]   2> 14223 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10025 (1430284118977937408)]} 0 7
[junit4:junit4]   2> 14290 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14291 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59294__collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 14298 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14298 T177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14298 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14298 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14299 T134 C3 P51611 /update {wt=javabin&version=2} {add=[26 (1430284119063920640)]} 0 1
[junit4:junit4]   2> 14300 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10026 (1430284119064969216)]} 0 2
[junit4:junit4]   2> 14303 T157 C4 P57101 /update {wt=javabin&version=2} {add=[26 (1430284119068114944)]} 0 1
[junit4:junit4]   2> 14304 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10026 (1430284119069163520)]} 0 1
[junit4:junit4]   2> 14321 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10027 (1430284119086989312)]} 0 2
[junit4:junit4]   2> 14321 T136 C3 P51611 /update {wt=javabin&version=2} {add=[27 (1430284119086989313)]} 0 2
[junit4:junit4]   2> 14324 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10027 (1430284119091183616)]} 0 1
[junit4:junit4]   2> 14325 T156 C4 P57101 /update {wt=javabin&version=2} {add=[27 (1430284119091183617)]} 0 2
[junit4:junit4]   2> 14386 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10028 (1430284119155146753)]} 0 2
[junit4:junit4]   2> 14386 T137 C3 P51611 /update {wt=javabin&version=2} {add=[28 (1430284119155146752)]} 0 2
[junit4:junit4]   2> 14390 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10028 (1430284119159341056)]} 0 1
[junit4:junit4]   2> 14391 T154 C4 P57101 /update {wt=javabin&version=2} {add=[28 (1430284119159341057)]} 0 2
[junit4:junit4]   2> 14489 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10013 (-1430284119264198656)]} 0 0
[junit4:junit4]   2> 14489 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[13 (-1430284119264198657)]} 0 0
[junit4:junit4]   2> 14492 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10013 (-1430284119267344384)]} 0 0
[junit4:junit4]   2> 14492 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[13 (-1430284119267344385)]} 0 0
[junit4:junit4]   2> 14496 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10029 (1430284119270490113)]} 0 1
[junit4:junit4]   2> 14496 T134 C3 P51611 /update {wt=javabin&version=2} {add=[29 (1430284119270490112)]} 0 1
[junit4:junit4]   2> 14500 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10029 (1430284119274684416)]} 0 2
[junit4:junit4]   2> 14500 T154 C4 P57101 /update {wt=javabin&version=2} {add=[29 (1430284119274684417)]} 0 2
[junit4:junit4]   2> 14515 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10019 (-1430284119291461632)]} 0 0
[junit4:junit4]   2> 14515 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[19 (-1430284119291461633)]} 0 0
[junit4:junit4]   2> 14518 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10019 (-1430284119294607361)]} 0 0
[junit4:junit4]   2> 14518 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[19 (-1430284119294607360)]} 0 0
[junit4:junit4]   2> 14522 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10030 (1430284119297753088)]} 0 1
[junit4:junit4]   2> 14522 T134 C3 P51611 /update {wt=javabin&version=2} {add=[30 (1430284119297753089)]} 0 1
[junit4:junit4]   2> 14526 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10030 (1430284119301947392)]} 0 2
[junit4:junit4]   2> 14526 T154 C4 P57101 /update {wt=javabin&version=2} {add=[30 (1430284119301947393)]} 0 1
[junit4:junit4]   2> 14541 T136 C3 P51611 /update {wt=javabin&version=2} {add=[31 (1430284119317676032)]} 0 1
[junit4:junit4]   2> 14541 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10031 (1430284119317676033)]} 0 1
[junit4:junit4]   2> 14544 T156 C4 P57101 /update {wt=javabin&version=2} {add=[31 (1430284119321870336)]} 0 0
[junit4:junit4]   2> 14550 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10031 (1430284119321870337)]} 0 6
[junit4:junit4]   2> 14574 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[21 (-1430284119352279040)]} 0 1
[junit4:junit4]   2> 14574 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10021 (-1430284119353327616)]} 0 1
[junit4:junit4]   2> 14577 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[21 (-1430284119355424768)]} 0 1
[junit4:junit4]   2> 14577 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10021 (-1430284119356473344)]} 0 1
[junit4:junit4]   2> 14580 T136 C3 P51611 /update {wt=javabin&version=2} {add=[32 (1430284119359619073)]} 0 1
[junit4:junit4]   2> 14581 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10032 (1430284119359619072)]} 0 2
[junit4:junit4]   2> 14584 T155 C4 P57101 /update {wt=javabin&version=2} {add=[32 (1430284119362764800)]} 0 1
[junit4:junit4]   2> 14585 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10032 (1430284119363813376)]} 0 2
[junit4:junit4]   2> 14680 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[25 (-1430284119464476672)]} 0 0
[junit4:junit4]   2> 14680 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10025 (-1430284119464476673)]} 0 0
[junit4:junit4]   2> 14683 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[25 (-1430284119467622400)]} 0 0
[junit4:junit4]   2> 14683 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10025 (-1430284119467622401)]} 0 0
[junit4:junit4]   2> 14687 T136 C3 P51611 /update {wt=javabin&version=2} {add=[33 (1430284119470768128)]} 0 1
[junit4:junit4]   2> 14687 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10033 (1430284119470768129)]} 0 1
[junit4:junit4]   2> 14691 T155 C4 P57101 /update {wt=javabin&version=2} {add=[33 (1430284119474962432)]} 0 2
[junit4:junit4]   2> 14691 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10033 (1430284119474962433)]} 0 1
[junit4:junit4]   2> 14784 T137 C3 P51611 /update {wt=javabin&version=2} {add=[34 (1430284119572480000)]} 0 2
[junit4:junit4]   2> 14785 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10034 (1430284119572480001)]} 0 2
[junit4:junit4]   2> 14789 T157 C4 P57101 /update {wt=javabin&version=2} {add=[34 (1430284119577722880)]} 0 1
[junit4:junit4]   2> 14790 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10034 (1430284119578771456)]} 0 1
[junit4:junit4]   2> 14852 T134 C3 P51611 /update {wt=javabin&version=2} {add=[35 (1430284119643783168)]} 0 2
[junit4:junit4]   2> 14852 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10035 (1430284119643783169)]} 0 1
[junit4:junit4]   2> 14856 T156 C4 P57101 /update {wt=javabin&version=2} {add=[35 (1430284119647977472)]} 0 2
[junit4:junit4]   2> 14856 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10035 (1430284119647977473)]} 0 1
[junit4:junit4]   2> 14887 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10030 (-1430284119681531904)]} 0 0
[junit4:junit4]   2> 14887 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[30 (-1430284119681531905)]} 0 0
[junit4:junit4]   2> 14892 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[30 (-1430284119686774785)]} 0 1
[junit4:junit4]   2> 14892 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10030 (-1430284119686774784)]} 0 1
[junit4:junit4]   2> 14897 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10036 (1430284119690969088)]} 0 1
[junit4:junit4]   2> 14898 T135 C3 P51611 /update {wt=javabin&version=2} {add=[36 (1430284119690969089)]} 0 2
[junit4:junit4]   2> 14903 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10036 (1430284119696211968)]} 0 2
[junit4:junit4]   2> 14903 T157 C4 P57101 /update {wt=javabin&version=2} {add=[36 (1430284119697260544)]} 0 1
[junit4:junit4]   2> 14953 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10031 (-1430284119750737920)]} 0 1
[junit4:junit4]   2> 14954 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[31 (-1430284119751786496)]} 0 1
[junit4:junit4]   2> 14957 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10031 (-1430284119754932224)]} 0 1
[junit4:junit4]   2> 14958 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[31 (-1430284119755980800)]} 0 1
[junit4:junit4]   2> 14962 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10037 (1430284119759126528)]} 0 2
[junit4:junit4]   2> 14963 T135 C3 P51611 /update {wt=javabin&version=2} {add=[37 (1430284119760175104)]} 0 2
[junit4:junit4]   2> 14968 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10037 (1430284119764369408)]} 0 2
[junit4:junit4]   2> 14968 T157 C4 P57101 /update {wt=javabin&version=2} {add=[37 (1430284119765417984)]} 0 2
[junit4:junit4]   2> 15018 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10032 (-1430284119818895360)]} 0 1
[junit4:junit4]   2> 15019 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[32 (-1430284119819943936)]} 0 0
[junit4:junit4]   2> 15023 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10032 (-1430284119823089664)]} 0 0
[junit4:junit4]   2> 15023 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[32 (-1430284119824138240)]} 0 0
[junit4:junit4]   2> 15028 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10038 (1430284119828332544)]} 0 2
[junit4:junit4]   2> 15029 T135 C3 P51611 /update {wt=javabin&version=2} {add=[38 (1430284119828332545)]} 0 2
[junit4:junit4]   2> 15033 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10038 (1430284119833575424)]} 0 2
[junit4:junit4]   2> 15034 T156 C4 P57101 /update {wt=javabin&version=2} {add=[38 (1430284119834624000)]} 0 2
[junit4:junit4]   2> 15056 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10033 (-1430284119858741248)]} 0 1
[junit4:junit4]   2> 15057 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[33 (-1430284119859789824)]} 0 0
[junit4:junit4]   2> 15060 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10033 (-1430284119862935552)]} 0 1
[junit4:junit4]   2> 15062 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[33 (-1430284119865032704)]} 0 1
[junit4:junit4]   2> 15066 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10039 (1430284119868178432)]} 0 2
[junit4:junit4]   2> 15067 T135 C3 P51611 /update {wt=javabin&version=2} {add=[39 (1430284119869227008)]} 0 2
[junit4:junit4]   2> 15071 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10039 (1430284119873421312)]} 0 2
[junit4:junit4]   2> 15072 T156 C4 P57101 /update {wt=javabin&version=2} {add=[39 (1430284119874469888)]} 0 2
[junit4:junit4]   2> 15112 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10040 (1430284119916412928)]} 0 2
[junit4:junit4]   2> 15113 T136 C3 P51611 /update {wt=javabin&version=2} {add=[40 (1430284119917461504)]} 0 1
[junit4:junit4]   2> 15117 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10040 (1430284119921655808)]} 0 1
[junit4:junit4]   2> 15118 T154 C4 P57101 /update {wt=javabin&version=2} {add=[40 (1430284119922704384)]} 0 1
[junit4:junit4]   2> 15162 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10034 (-1430284119969890304)]} 0 0
[junit4:junit4]   2> 15163 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[34 (-1430284119970938880)]} 0 0
[junit4:junit4]   2> 15167 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10034 (-1430284119974084608)]} 0 1
[junit4:junit4]   2> 15168 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[34 (-1430284119976181760)]} 0 1
[junit4:junit4]   2> 15172 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10041 (1430284119979327488)]} 0 1
[junit4:junit4]   2> 15173 T136 C3 P51611 /update {wt=javabin&version=2} {add=[41 (1430284119980376064)]} 0 1
[junit4:junit4]   2> 15177 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10041 (1430284119984570368)]} 0 1
[junit4:junit4]   2> 15178 T154 C4 P57101 /update {wt=javabin&version=2} {add=[41 (1430284119985618944)]} 0 1
[junit4:junit4]   2> 15261 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10042 (1430284120071602176)]} 0 2
[junit4:junit4]   2> 15262 T137 C3 P51611 /update {wt=javabin&version=2} {add=[42 (1430284120073699328)]} 0 2
[junit4:junit4]   2> 15266 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10042 (1430284120076845056)]} 0 2
[junit4:junit4]   2> 15268 T156 C4 P57101 /update {wt=javabin&version=2} {add=[42 (1430284120078942208)]} 0 2
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 15282 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57101/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15288 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15294 T180 C2 P59294 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:59294 START replicas=[http://127.0.0.1:57101/collection1/] nUpdates=100
[junit4:junit4]   2> 15299 T180 C2 P59294 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15300 T180 C2 P59294 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57101/collection1/. core=collection1
[junit4:junit4]   2> 15301 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15304 T154 C4 P57101 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15306 T155 C4 P57101 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15345 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10035 (-1430284120161779712)]} 0 0
[junit4:junit4]   2> 15347 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[35 (-1430284120163876864)]} 0 0
[junit4:junit4]   2> 15348 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10035 (-1430284120164925440)]} 0 0
[junit4:junit4]   2> 15351 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[35 (-1430284120167022592)]} 0 1
[junit4:junit4]   2> 15353 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10043 (1430284120169119744)]} 0 2
[junit4:junit4]   2> 15354 T137 C3 P51611 /update {wt=javabin&version=2} {add=[43 (1430284120170168320)]} 0 1
[junit4:junit4]   2> 15357 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10043 (1430284120172265472)]} 0 2
[junit4:junit4]   2> 15358 T157 C4 P57101 /update {wt=javabin&version=2} {add=[43 (1430284120174362624)]} 0 1
[junit4:junit4]   2> 15367 T155 C4 P57101 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15367 T155 C4 P57101 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15407 T155 C4 P57101 oass.SolrIndexSearcher.<init> Opening Searcher@fdc2ee realtime
[junit4:junit4]   2> 15408 T155 C4 P57101 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15408 T155 C4 P57101 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 102
[junit4:junit4]   2> 15414 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10044 (1430284120233082880)]} 0 2
[junit4:junit4]   2> 15415 T136 C3 P51611 /update {wt=javabin&version=2} {add=[44 (1430284120233082881)]} 0 2
[junit4:junit4]   2> 15420 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10044 (1430284120238325760)]} 0 2
[junit4:junit4]   2> 15422 T154 C4 P57101 /update {wt=javabin&version=2} {add=[44 (1430284120239374336)]} 0 3
[junit4:junit4]   2> 15437 T180 C2 P59294 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15437 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15441 T180 C2 P59294 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15460 T156 C4 P57101 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15461 T156 C4 P57101 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=18 
[junit4:junit4]   2> 15462 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15462 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15462 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15465 T157 C4 P57101 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15467 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 33
[junit4:junit4]   2> 15469 T180 C2 P59294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index.20130323122350684
[junit4:junit4]   2> 15469 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19) fullCopy=true
[junit4:junit4]   2> 15477 T154 C4 P57101 REQ /replication {file=_0_MockSep_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=3 
[junit4:junit4]   2> 15488 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15493 T156 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15498 T157 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15500 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10045 (1430284120323260416)]} 0 2
[junit4:junit4]   2> 15501 T137 C3 P51611 /update {wt=javabin&version=2} {add=[45 (1430284120324308992)]} 0 1
[junit4:junit4]   2> 15505 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15506 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10045 (1430284120329551872)]} 0 2
[junit4:junit4]   2> 15507 T156 C4 P57101 /update {wt=javabin&version=2} {add=[45 (1430284120329551873)]} 0 2
[junit4:junit4]   2> 15511 T157 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15514 T154 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15515 T180 C2 P59294 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 15518 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15521 T156 C4 P57101 REQ /replication {file=_0_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15524 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10046 (1430284120348426240)]} 0 2
[junit4:junit4]   2> 15524 T136 C3 P51611 /update {wt=javabin&version=2} {add=[46 (1430284120348426241)]} 0 1
[junit4:junit4]   2> 15525 T157 C4 P57101 REQ /replication {file=_0_MockSep_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15527 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10046 (1430284120352620544)]} 0 1
[junit4:junit4]   2> 15528 T155 C4 P57101 /update {wt=javabin&version=2} {add=[46 (1430284120352620545)]} 0 1
[junit4:junit4]   2> 15528 T156 C4 P57101 REQ /replication {file=_0_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15531 T157 C4 P57101 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15535 T154 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15538 T155 C4 P57101 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15541 T156 C4 P57101 REQ /replication {file=_0_MockSep_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15544 T157 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15548 T154 C4 P57101 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15551 T155 C4 P57101 REQ /replication {file=_0_Disk_0.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15554 T156 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.blm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15557 T157 C4 P57101 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15560 T154 C4 P57101 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15563 T155 C4 P57101 REQ /replication {file=_0_Disk_0.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15567 T156 C4 P57101 REQ /replication {file=_0_MockSep_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15572 T157 C4 P57101 REQ /replication {file=_0_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15577 T154 C4 P57101 REQ /replication {file=_0_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15582 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15587 T156 C4 P57101 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15591 T157 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15594 T154 C4 P57101 REQ /replication {file=_0_MockSep_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15597 T155 C4 P57101 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15600 T156 C4 P57101 REQ /replication {file=_0_MockSep_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15603 T157 C4 P57101 REQ /replication {file=_0_MockSep_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15604 T180 C2 P59294 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockSep_0.pyl, size=0}
[junit4:junit4]   2> 15606 T154 C4 P57101 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15607 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15608 T180 C2 P59294 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130323122350684
[junit4:junit4]   2> 15612 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15613 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15613 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15614 T180 C2 P59294 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index.20130323122350684
[junit4:junit4]   2> 15615 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[39 (-1430284120444895232)]} 0 1
[junit4:junit4]   2> 15615 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10039 (-1430284120443846656)]} 0 1
[junit4:junit4]   2> 15618 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[39 (-1430284120448040960)]} 0 1
[junit4:junit4]   2> 15618 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10039 (-1430284120448040961)]} 0 0
[junit4:junit4]   2> 15621 T135 C3 P51611 /update {wt=javabin&version=2} {add=[47 (1430284120450138112)]} 0 1
[junit4:junit4]   2> 15622 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10047 (1430284120451186688)]} 0 2
[junit4:junit4]   2> 15625 T157 C4 P57101 /update {wt=javabin&version=2} {add=[47 (1430284120454332416)]} 0 1
[junit4:junit4]   2> 15625 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10047 (1430284120454332417)]} 0 1
[junit4:junit4]   2> 15636 T137 C3 P51611 /update {wt=javabin&version=2} {add=[48 (1430284120465866752)]} 0 1
[junit4:junit4]   2> 15636 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10048 (1430284120465866753)]} 0 1
[junit4:junit4]   2> 15640 T155 C4 P57101 /update {wt=javabin&version=2} {add=[48 (1430284120470061056)]} 0 1
[junit4:junit4]   2> 15640 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10048 (1430284120470061057)]} 0 1
[junit4:junit4]   2> 15661 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[40 (-1430284120492081152)]} 0 1
[junit4:junit4]   2> 15661 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10040 (-1430284120493129728)]} 0 0
[junit4:junit4]   2> 15663 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[40 (-1430284120495226880)]} 0 0
[junit4:junit4]   2> 15664 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10040 (-1430284120496275456)]} 0 1
[junit4:junit4]   2> 15666 T136 C3 P51611 /update {wt=javabin&version=2} {add=[49 (1430284120498372608)]} 0 1
[junit4:junit4]   2> 15667 T180 C2 P59294 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15667 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10049 (1430284120498372609)]} 0 1
[junit4:junit4]   2> 15667 T180 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15668 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15669 T180 C2 P59294 oass.SolrIndexSearcher.<init> Opening Searcher@1b97205 main
[junit4:junit4]   2> 15669 T155 C4 P57101 /update {wt=javabin&version=2} {add=[49 (1430284120501518336)]} 0 0
[junit4:junit4]   2> 15670 T179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b97205 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C84/32)}
[junit4:junit4]   2> 15671 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10049 (1430284120502566912)]} 0 1
[junit4:junit4]   2> 15671 T180 C2 P59294 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72)
[junit4:junit4]   2> 15671 T180 C2 P59294 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index
[junit4:junit4]   2> 15671 T180 C2 P59294 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72)
[junit4:junit4]   2> 15673 T180 C2 P59294 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15674 T188 C2 P59294 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=3745
[junit4:junit4]   2> 15675 T188 C2 P59294 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15676 T188 C2 P59294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 15676 T188 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 15677 T188 C2 P59294 oass.SolrIndexSearcher.<init> Opening Searcher@eacebc main
[junit4:junit4]   2> 15677 T188 C2 P59294 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15678 T179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@eacebc main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C84/32)}
[junit4:junit4]   2> 15679 T188 C2 P59294 [collection1] {} 0 5
[junit4:junit4]   2> 15679 T188 C2 P59294 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=3745}
[junit4:junit4]   2> 15679 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15679 T180 C2 P59294 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15679 T180 C2 P59294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15681 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15741 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[41 (-1430284120575967232)]} 0 1
[junit4:junit4]   2> 15742 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10041 (-1430284120578064384)]} 0 1
[junit4:junit4]   2> 15743 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[41 (-1430284120579112960)]} 0 0
[junit4:junit4]   2> 15744 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10041 (-1430284120580161536)]} 0 0
[junit4:junit4]   2> 15747 T136 C3 P51611 /update {wt=javabin&version=2} {add=[50 (1430284120582258688)]} 0 1
[junit4:junit4]   2> 15747 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10050 (1430284120583307264)]} 0 0
[junit4:junit4]   2> 15750 T155 C4 P57101 /update {wt=javabin&version=2} {add=[50 (1430284120585404416)]} 0 1
[junit4:junit4]   2> 15751 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10050 (1430284120586452992)]} 0 1
[junit4:junit4]   2> 15778 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[43 (-1430284120615813120)]} 0 0
[junit4:junit4]   2> 15778 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10043 (-1430284120615813121)]} 0 0
[junit4:junit4]   2> 15780 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[43 (-1430284120617910272)]} 0 0
[junit4:junit4]   2> 15781 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10043 (-1430284120618958848)]} 0 0
[junit4:junit4]   2> 15784 T136 C3 P51611 /update {wt=javabin&version=2} {add=[51 (1430284120621056000)]} 0 1
[junit4:junit4]   2> 15784 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10051 (1430284120622104576)]} 0 1
[junit4:junit4]   2> 15787 T155 C4 P57101 /update {wt=javabin&version=2} {add=[51 (1430284120624201728)]} 0 1
[junit4:junit4]   2> 15788 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10051 (1430284120625250304)]} 0 1
[junit4:junit4]   2> 15803 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15804 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59294__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 15809 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15809 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15809 T177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15809 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15855 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[45 (-1430284120696553472)]} 0 0
[junit4:junit4]   2> 15856 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10045 (-1430284120697602048)]} 0 1
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 15861 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[45 (-1430284120699699200)]} 0 1
[junit4:junit4]   2> 15861 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[45 (-1430284120699699200)]} 0 3
[junit4:junit4]   2> 15863 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10045 (-1430284120701796352)]} 0 1
[junit4:junit4]   2> 15864 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10045 (-1430284120701796352)]} 0 4
[junit4:junit4]   2> 15866 T136 C3 P51611 /update {wt=javabin&version=2} {add=[52 (1430284120707039232)]} 0 2
[junit4:junit4]   2> 15868 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10052 (1430284120709136384)]} 0 1
[junit4:junit4]   2> 15874 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1430284120711233536)]} 0 2
[junit4:junit4]   2> 15875 T156 C4 P57101 /update {wt=javabin&version=2} {add=[52 (1430284120711233536)]} 0 6
[junit4:junit4]   2> 15877 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10052 (1430284120713330688)]} 0 2
[junit4:junit4]   2> 15878 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10052 (1430284120713330688)]} 0 7
[junit4:junit4]   2> 15966 T135 C3 P51611 /update {wt=javabin&version=2} {add=[53 (1430284120811896832)]} 0 2
[junit4:junit4]   2> 15968 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10053 (1430284120813993984)]} 0 1
[junit4:junit4]   2> 15976 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1430284120816091136)]} 0 2
[junit4:junit4]   2> 15977 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10053 (1430284120819236864)]} 0 2
[junit4:junit4]   2> 15977 T154 C4 P57101 /update {wt=javabin&version=2} {add=[53 (1430284120816091136)]} 0 8
[junit4:junit4]   2> 15978 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10053 (1430284120819236864)]} 0 7
[junit4:junit4]   2> 15979 T118 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15980 T118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15986 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[47 (-1430284120833916928)]} 0 1
[junit4:junit4]   2> 15986 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10047 (-1430284120833916929)]} 0 0
[junit4:junit4]   2> 15987 T118 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f701b
[junit4:junit4]   2> 15992 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10047 (-1430284120838111233)]} 0 0
[junit4:junit4]   2> 15992 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[47 (-1430284120838111232)]} 0 0
[junit4:junit4]   2> 15993 T173 C2 P59294 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f701b
[junit4:junit4]   2> 15993 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10047 (-1430284120838111233)]} 0 3
[junit4:junit4]   2> 15995 T173 C2 P59294 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: highlight
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:972)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=highlight,id=highlight
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15996 T173 C2 P59294 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=4,adds=4,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=38,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15996 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10054 (1430284120844402688)]} 0 1
[junit4:junit4]   2> 15997 T173 C2 P59294 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15997 T118 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=4,adds=4,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=38,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15997 T173 C2 P59294 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15998 T173 C2 P59294 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 16003 T173 C2 P59294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_4,generation=4,filenames=[_2_Pulsing41_0.doc, _0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _2_MockSep_0.doc, _2_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_1.del, _2.fdt, _2_MockSep_0.tii, _2_MockSep_0.tib, _2.fdx, _2_Pulsing41_0.pos, _2.nvm, _2_TestBloomFilteredLucene41Postings_0.pos, _2_TestBloomFilteredLucene41Postings_0.tip, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_TestBloomFilteredLucene41Postings_0.tim, _2_MockSep_0.pos, _2_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _2_MockSep_0.skp, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0.nvd, _2_TestBloomFilteredLucene41Postings_0.blm, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _2_TestBloomFilteredLucene41Postings_0.doc, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _0_Disk_0.dvdd, _2_MockVariableIntBlock_0.tib, _2_MockSep_0.frq, _0.nvm, _0_Disk_0.dvdm, _2.fnm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _2_MockSep_0.pyl, _2_Disk_0.dvdd, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _2_Disk_0.dvdm, _0.fdt, segments_4]
[junit4:junit4]   2> 16003 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 16003 T173 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2_Pulsing41_0.doc, _0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _2_MockSep_0.doc, _2_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_1.del, _2.fdt, _2_MockSep_0.tii, _2_MockSep_0.tib, _2.fdx, _2_Pulsing41_0.pos, _2.nvm, _2_TestBloomFilteredLucene41Postings_0.pos, _2_TestBloomFilteredLucene41Postings_0.tip, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_TestBloomFilteredLucene41Postings_0.tim, _2_MockSep_0.pos, _2_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _2_MockSep_0.skp, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0.nvd, _2_TestBloomFilteredLucene41Postings_0.blm, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _2_TestBloomFilteredLucene41Postings_0.doc, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _0_Disk_0.dvdd, _2_MockVariableIntBlock_0.tib, _2_MockSep_0.frq, _0.nvm, _0_Disk_0.dvdm, _2.fnm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _2_MockSep_0.pyl, _2_Disk_0.dvdd, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _2_Disk_0.dvdm, _0.fdt, segments_4]
[junit4:junit4]   2> 16004 T171 C2 P59294 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:148)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:453)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:589)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:348)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1813)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16005 T173 C2 P59294 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16005 T118 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16006 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[47 (-1430284120838111232)]} 0 16
[junit4:junit4]   2> 16007 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000008
[junit4:junit4]   2> 16007 T171 C2 P59294 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f701b
[junit4:junit4]   2> 16008 T118 oaz.ZooKeeper.close Session: 0x13d963d09000008 closed
[junit4:junit4]   2> 16008 T171 C2 P59294 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=4,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=38,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16008 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56917 which had sessionid 0x13d963d09000008
[junit4:junit4]   2> 16007 T148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16008 T171 C2 P59294 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16009 T161 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16009 T141 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16009 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 16009 T141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 16010 T137 C3 P51611 /update {wt=javabin&version=2} {add=[54 (1430284120858034176)]} 0 1
[junit4:junit4]   2> 16011 T148 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16011 T154 C4 P57101 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:59294/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:59294/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16012 T154 C4 P57101 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:59294 to recover
[junit4:junit4]   2> 16013 T154 C4 P57101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16013 T157 C4 P57101 /update {wt=javabin&version=2} {add=[54 (1430284120862228480)]} 0 1
[junit4:junit4]   2> 16017 T154 C4 P57101 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:59294
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:442)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1088)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1813)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:59294 refused
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 	... 35 more
[junit4:junit4]   2> Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[junit4:junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
[junit4:junit4]   2> 	at java.net.Socket.connect(Socket.java:579)
[junit4:junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
[junit4:junit4]   2> 	... 42 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 16019 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10054 (1430284120847548416)]} 0 20
[junit4:junit4]   2> 16023 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[50 (-1430284120872714240)]} 0 0
[junit4:junit4]   2> 16025 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[50 (-1430284120874811392)]} 0 0
[junit4:junit4]   2> 16029 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10050 (-1430284120879005696)]} 0 1
[junit4:junit4]   2> 16029 T134 C3 P51611 /update {wt=javabin&version=2} {add=[55 (1430284120877957120)]} 0 1
[junit4:junit4]   2> 16030 T118 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 16032 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10050 (-1430284120882151424)]} 0 0
[junit4:junit4]   2> 16033 T157 C4 P57101 /update {wt=javabin&version=2} {add=[55 (1430284120882151425)]} 0 1
[junit4:junit4]   2> 16035 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10055 (1430284120884248576)]} 0 1
[junit4:junit4]   2> 16038 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10055 (1430284120887394304)]} 0 1
[junit4:junit4]   2> 16092 T136 C3 P51611 /update {wt=javabin&version=2} {add=[56 (1430284120944017408)]} 0 2
[junit4:junit4]   2> 16097 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10056 (1430284120949260288)]} 0 2
[junit4:junit4]   2> 16097 T155 C4 P57101 /update {wt=javabin&version=2} {add=[56 (1430284120949260288)]} 0 1
[junit4:junit4]   2> 16102 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10056 (1430284120954503168)]} 0 1
[junit4:junit4]   2> 16133 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[53 (-1430284120988057600)]} 0 0
[junit4:junit4]   2> 16137 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[53 (-1430284120992251904)]} 0 0
[junit4:junit4]   2> 16138 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10053 (-1430284120993300480)]} 0 0
[junit4:junit4]   2> 16142 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10053 (-1430284120997494784)]} 0 1
[junit4:junit4]   2> 16142 T137 C3 P51611 /update {wt=javabin&version=2} {add=[57 (1430284120996446208)]} 0 1
[junit4:junit4]   2> 16147 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10057 (1430284121001689088)]} 0 2
[junit4:junit4]   2> 16148 T157 C4 P57101 /update {wt=javabin&version=2} {add=[57 (1430284121001689088)]} 0 2
[junit4:junit4]   2> 16152 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10057 (1430284121006931968)]} 0 2
[junit4:junit4]   2> 16186 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[56 (-1430284121043632128)]} 0 1
[junit4:junit4]   2> 16190 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10056 (-1430284121047826432)]} 0 1
[junit4:junit4]   2> 16190 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[56 (-1430284121047826432)]} 0 1
[junit4:junit4]   2> 16194 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10056 (-1430284121052020736)]} 0 1
[junit4:junit4]   2> 16195 T137 C3 P51611 /update {wt=javabin&version=2} {add=[58 (1430284121052020736)]} 0 2
[junit4:junit4]   2> 16199 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10058 (1430284121056215040)]} 0 2
[junit4:junit4]   2> 16200 T157 C4 P57101 /update {wt=javabin&version=2} {add=[58 (1430284121057263616)]} 0 2
[junit4:junit4]   2> 16204 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10058 (1430284121061457920)]} 0 2
[junit4:junit4]   2> 16266 T135 C3 P51611 /update {wt=javabin&version=2} {add=[59 (1430284121126469632)]} 0 1
[junit4:junit4]   2> 16270 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10059 (1430284121130663936)]} 0 2
[junit4:junit4]   2> 16272 T154 C4 P57101 /update {wt=javabin&version=2} {add=[59 (1430284121131712512)]} 0 2
[junit4:junit4]   2> 16275 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10059 (1430284121135906816)]} 0 1
[junit4:junit4]   2> 16330 T137 C3 P51611 /update {wt=javabin&version=2} {add=[60 (1430284121193578496)]} 0 2
[junit4:junit4]   2> 16333 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10060 (1430284121196724224)]} 0 1
[junit4:junit4]   2> 16335 T156 C4 P57101 /update {wt=javabin&version=2} {add=[60 (1430284121197772800)]} 0 2
[junit4:junit4]   2> 16338 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10060 (1430284121201967104)]} 0 1
[junit4:junit4]   2> 16420 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[58 (-1430284121287950336)]} 0 1
[junit4:junit4]   2> 16423 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10058 (-1430284121292144640)]} 0 0
[junit4:junit4]   2> 16423 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[58 (-1430284121292144640)]} 0 0
[junit4:junit4]   2> 16427 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10058 (-1430284121296338944)]} 0 1
[junit4:junit4]   2> 16428 T137 C3 P51611 /update {wt=javabin&version=2} {add=[61 (1430284121296338944)]} 0 1
[junit4:junit4]   2> 16432 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10061 (1430284121300533248)]} 0 2
[junit4:junit4]   2> 16433 T156 C4 P57101 /update {wt=javabin&version=2} {add=[61 (1430284121301581824)]} 0 2
[junit4:junit4]   2> 16436 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10061 (1430284121304727552)]} 0 1
[junit4:junit4]   2> 16489 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[59 (-1430284121361350656)]} 0 1
[junit4:junit4]   2> 16492 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10059 (-1430284121364496384)]} 0 0
[junit4:junit4]   2> 16493 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[59 (-1430284121365544960)]} 0 1
[junit4:junit4]   2> 16496 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10059 (-1430284121368690688)]} 0 0
[junit4:junit4]   2> 16498 T134 C3 P51611 /update {wt=javabin&version=2} {add=[62 (1430284121369739264)]} 0 2
[junit4:junit4]   2> 16501 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10062 (1430284121372884992)]} 0 2
[junit4:junit4]   2> 16503 T156 C4 P57101 /update {wt=javabin&version=2} {add=[62 (1430284121373933568)]} 0 2
[junit4:junit4]   2> 16506 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10062 (1430284121378127872)]} 0 2
[junit4:junit4]   2> 16570 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[60 (-1430284121446285312)]} 0 0
[junit4:junit4]   2> 16574 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10060 (-1430284121449431040)]} 0 1
[junit4:junit4]   2> 16574 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[60 (-1430284121450479616)]} 0 0
[junit4:junit4]   2> 16577 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10060 (-1430284121453625344)]} 0 0
[junit4:junit4]   2> 16579 T134 C3 P51611 /update {wt=javabin&version=2} {add=[63 (1430284121454673920)]} 0 1
[junit4:junit4]   2> 16582 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10063 (1430284121457819648)]} 0 1
[junit4:junit4]   2> 16584 T157 C4 P57101 /update {wt=javabin&version=2} {add=[63 (1430284121459916800)]} 0 2
[junit4:junit4]   2> 16587 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10063 (1430284121463062528)]} 0 1
[junit4:junit4]   2> 16678 T137 C3 P51611 /update {wt=javabin&version=2} {add=[64 (1430284121558482944)]} 0 2
[junit4:junit4]   2> 16681 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10064 (1430284121561628672)]} 0 1
[junit4:junit4]   2> 16683 T155 C4 P57101 /update {wt=javabin&version=2} {add=[64 (1430284121563725824)]} 0 2
[junit4:junit4]   2> 16686 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10064 (1430284121566871552)]} 0 1
[junit4:junit4]   2> 16692 T134 C3 P51611 /update {wt=javabin&version=2} {add=[65 (1430284121573163008)]} 0 1
[junit4:junit4]   2> 16695 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10065 (1430284121576308736)]} 0 1
[junit4:junit4]   2> 16697 T154 C4 P57101 /update {wt=javabin&version=2} {add=[65 (1430284121578405888)]} 0 1
[junit4:junit4]   2> 16700 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10065 (1430284121581551616)]} 0 1
[junit4:junit4]   2> 16789 T137 C3 P51611 /update {wt=javabin&version=2} {add=[66 (1430284121674874880)]} 0 1
[junit4:junit4]   2> 16791 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10066 (1430284121678020608)]} 0 1
[junit4:junit4]   2> 16793 T157 C4 P57101 /update {wt=javabin&version=2} {add=[66 (1430284121679069184)]} 0 1
[junit4:junit4]   2> 16794 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10066 (1430284121681166336)]} 0 0
[junit4:junit4]   2> 16803 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[62 (-1430284121690603520)]} 0 0
[junit4:junit4]   2> 16804 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10062 (-1430284121691652096)]} 0 0
[junit4:junit4]   2> 16807 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[62 (-1430284121694797824)]} 0 1
[junit4:ju

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

hreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 34783 T121 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 34856 T161 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 34856 T161 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 34856 T161 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 34857 T161 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=MockVariableIntBlock(baseBlockSize=104), text=PostingsFormat(name=MockSep), _version_=PostingsFormat(name=TestBloomFilteredLucene41Postings), rnd_b=Pulsing41(freqCutoff=3 minBlockSize=79 maxBlockSize=234), intDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), timestamp=MockVariableIntBlock(baseBlockSize=104), id=Pulsing41(freqCutoff=3 minBlockSize=79 maxBlockSize=234), a_t=MockVariableIntBlock(baseBlockSize=104), range_facet_sl=Pulsing41(freqCutoff=3 minBlockSize=79 maxBlockSize=234), range_facet_si=MockVariableIntBlock(baseBlockSize=104), other_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), multiDefault=MockVariableIntBlock(baseBlockSize=104), a_si=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=en_US, timezone=Iran
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=34251864,total=159645696
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPhraseSuggestions, TestJoin, QueryEqualityTest, CoreAdminHandlerTest, ResourceLoaderTest, CSVRequestHandlerTest, TestLRUCache, SliceStateUpdateTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=8216276FC13A3BFF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Iran -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=178, name=coreLoadExecutor-65-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:746)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b8fdd4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1174268)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=180, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 35.12s, 1 test, 2 errors <<< FAILURES!

[...truncated 789 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:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 272 suites, 1146 tests, 2 suite-level errors, 13 ignored (7 assumptions)

Total time: 34 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -server -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



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

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

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

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


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([B6D7B904D28757ED:3731371CA5D837D1]: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 9192 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T944 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T944 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854
[junit4:junit4]   2> 4 T944 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T945 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T945 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T945 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T945 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T945 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T945 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T944 oasc.ZkTestServer.run start zk server on port:58621
[junit4:junit4]   2> 105 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@cc59891
[junit4:junit4]   2> 106 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T950 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T950 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 107 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46272
[junit4:junit4]   2> 107 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46272
[junit4:junit4]   2> 108 T948 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 136 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90000 with negotiated timeout 10000 for client /127.0.0.1:46272
[junit4:junit4]   2> 136 T950 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90000, negotiated timeout = 10000
[junit4:junit4]   2> 137 T951 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cc59891 name:ZooKeeperConnection Watcher:127.0.0.1:58621 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 137 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 137 T944 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 141 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90000
[junit4:junit4]   2> 142 T951 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 142 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46272 which had sessionid 0x13d95f417a90000
[junit4:junit4]   2> 142 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90000 closed
[junit4:junit4]   2> 143 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2027779
[junit4:junit4]   2> 143 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 144 T952 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 144 T952 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 144 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46273
[junit4:junit4]   2> 144 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46273
[junit4:junit4]   2> 145 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90001 with negotiated timeout 10000 for client /127.0.0.1:46273
[junit4:junit4]   2> 145 T952 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90001, negotiated timeout = 10000
[junit4:junit4]   2> 145 T953 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2027779 name:ZooKeeperConnection Watcher:127.0.0.1:58621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 145 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 146 T944 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 149 T944 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 152 T944 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 154 T944 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 156 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 157 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 161 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 162 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 166 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 166 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 168 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 169 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 172 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 172 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 177 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 177 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 180 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 181 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 184 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 184 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 186 T944 oasc.AbstractZkTestCase.putConfig 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]   2> 187 T944 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 189 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90001
[junit4:junit4]   2> 190 T953 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 190 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46273 which had sessionid 0x13d95f417a90001
[junit4:junit4]   2> 190 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90001 closed
[junit4:junit4]   2> 246 T944 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 261 T944 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49239
[junit4:junit4]   2> 262 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 262 T944 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 263 T944 oasc.SolrResourceLoader.locateSolrHome 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-1364020435041
[junit4:junit4]   2> 263 T944 oasc.CoreContainer$Initializer.initialize 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-1364020435041/solr.xml
[junit4:junit4]   2> 263 T944 oasc.CoreContainer.<init> New CoreContainer 7976772
[junit4:junit4]   2> 263 T944 oasc.CoreContainer.load 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-1364020435041/'
[junit4:junit4]   2> 264 T944 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364020435041/'
[junit4:junit4]   2> 279 T944 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 280 T944 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 280 T944 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 280 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 281 T944 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 281 T944 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 281 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 281 T944 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 282 T944 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 282 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 287 T944 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 296 T944 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58621/solr
[junit4:junit4]   2> 296 T944 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 297 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e531f2
[junit4:junit4]   2> 297 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 298 T963 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 298 T963 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 298 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46274
[junit4:junit4]   2> 299 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46274
[junit4:junit4]   2> 299 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90002 with negotiated timeout 20000 for client /127.0.0.1:46274
[junit4:junit4]   2> 299 T963 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90002, negotiated timeout = 20000
[junit4:junit4]   2> 300 T964 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e531f2 name:ZooKeeperConnection Watcher:127.0.0.1:58621 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 300 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 301 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90002
[junit4:junit4]   2> 302 T964 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 302 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46274 which had sessionid 0x13d95f417a90002
[junit4:junit4]   2> 302 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90002 closed
[junit4:junit4]   2> 303 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 305 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@43c70b64
[junit4:junit4]   2> 305 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 306 T965 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 306 T965 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 306 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46275
[junit4:junit4]   2> 306 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46275
[junit4:junit4]   2> 307 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90003 with negotiated timeout 20000 for client /127.0.0.1:46275
[junit4:junit4]   2> 307 T965 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90003, negotiated timeout = 20000
[junit4:junit4]   2> 307 T966 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43c70b64 name:ZooKeeperConnection Watcher:127.0.0.1:58621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 308 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 310 T944 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 312 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 313 T944 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 316 T944 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 318 T944 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49239_
[junit4:junit4]   2> 318 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49239_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49239_
[junit4:junit4]   2> 319 T944 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49239_
[junit4:junit4]   2> 321 T944 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 327 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 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]   2> 327 T944 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 329 T944 oasc.Overseer.start Overseer (id=89392443218788355-127.0.0.1:49239_-n_0000000000) starting
[junit4:junit4]   2> 329 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 330 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 331 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 332 T944 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 334 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 335 T968 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 336 T944 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 338 T944 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 339 T944 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 341 T967 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 343 T969 oasc.CoreContainer.create 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-1364020435041/collection1
[junit4:junit4]   2> 343 T969 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 343 T969 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 343 T969 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 344 T969 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364020435041/collection1/'
[junit4:junit4]   2> 345 T969 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364020435041/collection1/lib/README' to classloader
[junit4:junit4]   2> 345 T969 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364020435041/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 373 T969 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 398 T969 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 400 T969 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 403 T969 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 690 T969 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 703 T969 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 704 T969 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 717 T969 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 720 T969 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 723 T969 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 724 T969 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 726 T969 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 726 T969 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 727 T969 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 727 T969 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 727 T969 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 727 T969 oasc.SolrCore.<init> [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-1364020435041/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data/
[junit4:junit4]   2> 727 T969 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3447d61
[junit4:junit4]   2> 728 T969 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 728 T969 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data
[junit4:junit4]   2> 728 T969 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data/index/
[junit4:junit4]   2> 728 T969 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 729 T969 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data/index
[junit4:junit4]   2> 730 T969 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@396092f7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@463b7008),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 730 T969 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 731 T969 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 732 T969 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 732 T969 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 732 T969 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 733 T969 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 733 T969 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 733 T969 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 733 T969 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 733 T969 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 736 T969 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 739 T969 oass.SolrIndexSearcher.<init> Opening Searcher@6c10209d main
[junit4:junit4]   2> 739 T969 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data/tlog
[junit4:junit4]   2> 740 T969 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 740 T969 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 744 T970 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c10209d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 745 T969 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 745 T969 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1844 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1845 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49239_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49239"}
[junit4:junit4]   2> 1845 T967 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1845 T967 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1849 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2747 T969 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2747 T969 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49239 collection:control_collection shard:shard1
[junit4:junit4]   2> 2748 T969 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2756 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:delete cxid:0x82 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]   2> 2757 T969 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2758 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2760 T969 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2760 T969 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2760 T969 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49239/collection1/
[junit4:junit4]   2> 2760 T969 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2761 T969 oasc.SyncStrategy.syncToMe http://127.0.0.1:49239/collection1/ has no replicas
[junit4:junit4]   2> 2761 T969 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49239/collection1/
[junit4:junit4]   2> 2761 T969 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2765 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3354 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3362 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3369 T969 oasc.ZkController.register We are http://127.0.0.1:49239/collection1/ and leader is http://127.0.0.1:49239/collection1/
[junit4:junit4]   2> 3370 T969 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49239
[junit4:junit4]   2> 3370 T969 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3370 T969 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3370 T969 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3371 T969 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3372 T944 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3373 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3373 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3376 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3377 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@707bd7f8
[junit4:junit4]   2> 3377 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3378 T972 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3378 T972 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 3378 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46281
[junit4:junit4]   2> 3378 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46281
[junit4:junit4]   2> 3379 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90004 with negotiated timeout 10000 for client /127.0.0.1:46281
[junit4:junit4]   2> 3379 T972 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90004, negotiated timeout = 10000
[junit4:junit4]   2> 3385 T973 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@707bd7f8 name:ZooKeeperConnection Watcher:127.0.0.1:58621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3386 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3387 T944 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3389 T944 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3446 T944 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3448 T944 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58137
[junit4:junit4]   2> 3449 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3449 T944 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3450 T944 oasc.SolrResourceLoader.locateSolrHome 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-1364020438239
[junit4:junit4]   2> 3450 T944 oasc.CoreContainer$Initializer.initialize 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-1364020438239/solr.xml
[junit4:junit4]   2> 3450 T944 oasc.CoreContainer.<init> New CoreContainer 1697825671
[junit4:junit4]   2> 3451 T944 oasc.CoreContainer.load 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-1364020438239/'
[junit4:junit4]   2> 3451 T944 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364020438239/'
[junit4:junit4]   2> 3468 T944 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3468 T944 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3469 T944 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3469 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3469 T944 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3469 T944 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3470 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3470 T944 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3470 T944 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3471 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3476 T944 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3485 T944 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58621/solr
[junit4:junit4]   2> 3485 T944 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3485 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@10f957bd
[junit4:junit4]   2> 3486 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3486 T983 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3492 T983 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 3492 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46282
[junit4:junit4]   2> 3493 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46282
[junit4:junit4]   2> 3493 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90005 with negotiated timeout 20000 for client /127.0.0.1:46282
[junit4:junit4]   2> 3493 T983 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90005, negotiated timeout = 20000
[junit4:junit4]   2> 3494 T984 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10f957bd name:ZooKeeperConnection Watcher:127.0.0.1:58621 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3494 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3495 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90005
[junit4:junit4]   2> 3496 T984 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3496 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46282 which had sessionid 0x13d95f417a90005
[junit4:junit4]   2> 3496 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90005 closed
[junit4:junit4]   2> 3496 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3499 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@117166df
[junit4:junit4]   2> 3499 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3500 T985 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3500 T985 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 3500 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46283
[junit4:junit4]   2> 3501 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46283
[junit4:junit4]   2> 3501 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90006 with negotiated timeout 20000 for client /127.0.0.1:46283
[junit4:junit4]   2> 3501 T985 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90006, negotiated timeout = 20000
[junit4:junit4]   2> 3502 T986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@117166df name:ZooKeeperConnection Watcher:127.0.0.1:58621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3502 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3503 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3504 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3506 T944 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4508 T944 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58137_
[junit4:junit4]   2> 4509 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58137_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58137_
[junit4:junit4]   2> 4510 T944 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58137_
[junit4:junit4]   2> 4513 T966 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4513 T986 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4513 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4513 T973 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4518 T987 oasc.CoreContainer.create 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-1364020438239/collection1
[junit4:junit4]   2> 4518 T987 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4519 T987 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4519 T987 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4520 T987 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364020438239/collection1/'
[junit4:junit4]   2> 4521 T987 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364020438239/collection1/lib/README' to classloader
[junit4:junit4]   2> 4521 T987 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364020438239/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4550 T987 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4575 T987 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4576 T987 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4579 T987 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4868 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4868 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49239_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49239"}
[junit4:junit4]   2> 4872 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4872 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4872 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4887 T987 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4892 T987 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4894 T987 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4907 T987 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4910 T987 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4913 T987 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4914 T987 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4914 T987 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4915 T987 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4916 T987 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4916 T987 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4916 T987 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4916 T987 oasc.SolrCore.<init> [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-1364020438239/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1/
[junit4:junit4]   2> 4916 T987 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3447d61
[junit4:junit4]   2> 4917 T987 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4917 T987 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1
[junit4:junit4]   2> 4917 T987 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1/index/
[junit4:junit4]   2> 4917 T987 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4918 T987 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1/index
[junit4:junit4]   2> 4919 T987 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@58aa816d lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a6629ca),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4919 T987 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4921 T987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4921 T987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4921 T987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4922 T987 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4922 T987 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4922 T987 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4922 T987 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4923 T987 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4923 T987 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4925 T987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4927 T987 oass.SolrIndexSearcher.<init> Opening Searcher@22995c08 main
[junit4:junit4]   2> 4928 T987 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1/tlog
[junit4:junit4]   2> 4928 T987 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4928 T987 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4932 T988 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22995c08 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4933 T987 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4933 T987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6376 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6377 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58137_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58137"}
[junit4:junit4]   2> 6377 T967 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6377 T967 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6382 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6382 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6382 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6936 T987 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6936 T987 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58137 collection:collection1 shard:shard2
[junit4:junit4]   2> 6937 T987 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 6943 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6943 T987 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6944 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6945 T987 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6946 T987 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6946 T987 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58137/collection1/
[junit4:junit4]   2> 6946 T987 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6946 T987 oasc.SyncStrategy.syncToMe http://127.0.0.1:58137/collection1/ has no replicas
[junit4:junit4]   2> 6946 T987 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58137/collection1/
[junit4:junit4]   2> 6946 T987 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 6950 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7887 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7895 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7895 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7895 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7905 T987 oasc.ZkController.register We are http://127.0.0.1:58137/collection1/ and leader is http://127.0.0.1:58137/collection1/
[junit4:junit4]   2> 7905 T987 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58137
[junit4:junit4]   2> 7905 T987 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7906 T987 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7906 T987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7907 T987 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7908 T944 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7909 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7909 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7967 T944 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7969 T944 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39811
[junit4:junit4]   2> 7970 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7970 T944 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7971 T944 oasc.SolrResourceLoader.locateSolrHome 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-1364020442763
[junit4:junit4]   2> 7971 T944 oasc.CoreContainer$Initializer.initialize 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-1364020442763/solr.xml
[junit4:junit4]   2> 7971 T944 oasc.CoreContainer.<init> New CoreContainer 911279854
[junit4:junit4]   2> 7972 T944 oasc.CoreContainer.load 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-1364020442763/'
[junit4:junit4]   2> 7972 T944 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364020442763/'
[junit4:junit4]   2> 7988 T944 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7988 T944 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7988 T944 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7989 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7989 T944 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7989 T944 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7989 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7990 T944 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7990 T944 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7990 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7995 T944 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8003 T944 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58621/solr
[junit4:junit4]   2> 8004 T944 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8004 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5fc98c73
[junit4:junit4]   2> 8005 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8005 T999 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8006 T999 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 8006 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46299
[junit4:junit4]   2> 8006 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46299
[junit4:junit4]   2> 8007 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90007 with negotiated timeout 20000 for client /127.0.0.1:46299
[junit4:junit4]   2> 8007 T999 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90007, negotiated timeout = 20000
[junit4:junit4]   2> 8007 T1000 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5fc98c73 name:ZooKeeperConnection Watcher:127.0.0.1:58621 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8007 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8008 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90007
[junit4:junit4]   2> 8009 T1000 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8009 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90007 closed
[junit4:junit4]   2> 8009 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46299 which had sessionid 0x13d95f417a90007
[junit4:junit4]   2> 8010 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8012 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@329139b1
[junit4:junit4]   2> 8012 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8012 T1001 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8013 T1001 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 8013 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46300
[junit4:junit4]   2> 8013 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46300
[junit4:junit4]   2> 8014 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90008 with negotiated timeout 20000 for client /127.0.0.1:46300
[junit4:junit4]   2> 8014 T1001 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90008, negotiated timeout = 20000
[junit4:junit4]   2> 8014 T1002 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@329139b1 name:ZooKeeperConnection Watcher:127.0.0.1:58621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8015 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8016 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8017 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8019 T944 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9022 T944 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39811_
[junit4:junit4]   2> 9023 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39811_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39811_
[junit4:junit4]   2> 9023 T944 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39811_
[junit4:junit4]   2> 9025 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9025 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9026 T1002 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9026 T973 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9026 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9027 T986 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9027 T966 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9030 T1003 oasc.CoreContainer.create 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-1364020442763/collection1
[junit4:junit4]   2> 9030 T1003 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9031 T1003 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9031 T1003 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9032 T1003 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364020442763/collection1/'
[junit4:junit4]   2> 9032 T1003 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364020442763/collection1/lib/README' to classloader
[junit4:junit4]   2> 9033 T1003 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364020442763/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9064 T1003 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9089 T1003 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9090 T1003 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9093 T1003 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9385 T1003 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9390 T1003 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9392 T1003 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9401 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9402 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58137_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58137"}
[junit4:junit4]   2> 9405 T1003 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9405 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9405 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9405 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9405 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9408 T1003 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9411 T1003 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9412 T1003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9412 T1003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9412 T1003 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9413 T1003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9413 T1003 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9413 T1003 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9414 T1003 oasc.SolrCore.<init> [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-1364020442763/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty2/
[junit4:junit4]   2> 9414 T1003 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3447d61
[junit4:junit4]   2> 9414 T1003 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9415 T1003 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty2
[junit4:junit4]   2> 9415 T1003 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty2/index/
[junit4:junit4]   2> 9415 T1003 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9415 T1003 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty2/index
[junit4:junit4]   2> 9416 T1003 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@753b9796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@24fef8d2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9417 T1003 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9418 T1003 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9418 T1003 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9419 T1003 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9419 T1003 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9420 T1003 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9420 T1003 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9420 T1003 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9420 T1003 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9421 T1003 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9423 T1003 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9425 T1003 oass.SolrIndexSearcher.<init> Opening Searcher@e1f9270 main
[junit4:junit4]   2> 9425 T1003 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty2/tlog
[junit4:junit4]   2> 9426 T1003 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9426 T1003 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9429 T1004 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e1f9270 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9431 T1003 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9431 T1003 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10911 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10913 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39811_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39811"}
[junit4:junit4]   2> 10913 T967 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10913 T967 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10921 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10921 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10921 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10921 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11432 T1003 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11433 T1003 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39811 collection:collection1 shard:shard1
[junit4:junit4]   2> 11434 T1003 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11444 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90008 type:delete cxid:0x49 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]   2> 11444 T1003 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11445 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11449 T1003 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11449 T1003 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11449 T1003 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39811/collection1/
[junit4:junit4]   2> 11450 T1003 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11450 T1003 oasc.SyncStrategy.syncToMe http://127.0.0.1:39811/collection1/ has no replicas
[junit4:junit4]   2> 11450 T1003 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39811/collection1/
[junit4:junit4]   2> 11451 T1003 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11456 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12429 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12443 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12443 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12443 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12443 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12463 T1003 oasc.ZkController.register We are http://127.0.0.1:39811/collection1/ and leader is http://127.0.0.1:39811/collection1/
[junit4:junit4]   2> 12463 T1003 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39811
[junit4:junit4]   2> 12463 T1003 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12464 T1003 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12464 T1003 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12466 T1003 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12468 T944 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12469 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12470 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12528 T944 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12531 T944 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54300
[junit4:junit4]   2> 12532 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12533 T944 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12533 T944 oasc.SolrResourceLoader.locateSolrHome 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-1364020447325
[junit4:junit4]   2> 12534 T944 oasc.CoreContainer$Initializer.initialize 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-1364020447325/solr.xml
[junit4:junit4]   2> 12535 T944 oasc.CoreContainer.<init> New CoreContainer 246008904
[junit4:junit4]   2> 12535 T944 oasc.CoreContainer.load 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-1364020447325/'
[junit4:junit4]   2> 12536 T944 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364020447325/'
[junit4:junit4]   2> 12554 T944 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12554 T944 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12554 T944 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12555 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12555 T944 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12555 T944 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12555 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12556 T944 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12556 T944 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12556 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12561 T944 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12568 T944 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58621/solr
[junit4:junit4]   2> 12569 T944 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12569 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@25984de0
[junit4:junit4]   2> 12570 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12570 T1015 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12571 T1015 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 12571 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46312
[junit4:junit4]   2> 12572 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46312
[junit4:junit4]   2> 12573 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a90009 with negotiated timeout 20000 for client /127.0.0.1:46312
[junit4:junit4]   2> 12573 T1015 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a90009, negotiated timeout = 20000
[junit4:junit4]   2> 12573 T1016 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25984de0 name:ZooKeeperConnection Watcher:127.0.0.1:58621 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12574 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12575 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90009
[junit4:junit4]   2> 12576 T1016 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12576 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90009 closed
[junit4:junit4]   2> 12576 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46312 which had sessionid 0x13d95f417a90009
[junit4:junit4]   2> 12576 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12579 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@31a1b0a1
[junit4:junit4]   2> 12579 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12579 T1017 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12580 T1017 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 12580 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46313
[junit4:junit4]   2> 12580 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46313
[junit4:junit4]   2> 12581 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a9000a with negotiated timeout 20000 for client /127.0.0.1:46313
[junit4:junit4]   2> 12581 T1017 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a9000a, negotiated timeout = 20000
[junit4:junit4]   2> 12581 T1018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31a1b0a1 name:ZooKeeperConnection Watcher:127.0.0.1:58621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12582 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12583 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a9000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12585 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a9000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12588 T944 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13591 T944 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54300_
[junit4:junit4]   2> 13592 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a9000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54300_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54300_
[junit4:junit4]   2> 13594 T944 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54300_
[junit4:junit4]   2> 13599 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13599 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13600 T966 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13600 T986 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13600 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13600 T1018 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13600 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13602 T973 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13602 T1002 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13610 T1019 oasc.CoreContainer.create 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-1364020447325/collection1
[junit4:junit4]   2> 13610 T1019 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13611 T1019 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13611 T1019 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13614 T1019 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364020447325/collection1/'
[junit4:junit4]   2> 13614 T1019 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364020447325/collection1/lib/README' to classloader
[junit4:junit4]   2> 13615 T1019 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364020447325/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13670 T1019 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13699 T1019 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13700 T1019 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13706 T1019 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13957 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13958 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39811_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39811"}
[junit4:junit4]   2> 13964 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13965 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13965 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13965 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13965 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14049 T1019 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14057 T1019 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14060 T1019 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14080 T1019 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14084 T1019 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14087 T1019 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14088 T1019 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14089 T1019 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14089 T1019 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14091 T1019 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14091 T1019 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14092 T1019 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14092 T1019 oasc.SolrCore.<init> [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-1364020447325/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty3/
[junit4:junit4]   2> 14092 T1019 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3447d61
[junit4:junit4]   2> 14093 T1019 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14094 T1019 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty3
[junit4:junit4]   2> 14094 T1019 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty3/index/
[junit4:junit4]   2> 14094 T1019 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14095 T1019 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty3/index
[junit4:junit4]   2> 14097 T1019 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5594612a lockFactory=org.apache.lucene.store.NativeFSLockFactory@22cf3f4f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14098 T1019 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14101 T1019 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14101 T1019 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14102 T1019 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14103 T1019 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14103 T1019 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14104 T1019 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14104 T1019 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14105 T1019 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14105 T1019 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14110 T1019 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14114 T1019 oass.SolrIndexSearcher.<init> Opening Searcher@510c3920 main
[junit4:junit4]   2> 14114 T1019 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty3/tlog
[junit4:junit4]   2> 14115 T1019 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14115 T1019 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14122 T1020 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@510c3920 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14125 T1019 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14125 T1019 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15474 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15475 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54300_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54300"}
[junit4:junit4]   2> 15475 T967 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15476 T967 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15484 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15484 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15484 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15484 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15484 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16127 T1019 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16128 T1019 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54300 collection:collection1 shard:shard2
[junit4:junit4]   2> 16134 T1019 oasc.ZkController.register We are http://127.0.0.1:54300/collection1/ and leader is http://127.0.0.1:58137/collection1/
[junit4:junit4]   2> 16134 T1019 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54300
[junit4:junit4]   2> 16134 T1019 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16134 T1019 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C89 name=collection1 org.apache.solr.core.SolrCore@5b826431 url=http://127.0.0.1:54300/collection1 node=127.0.0.1:54300_ C89_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, node_name=127.0.0.1:54300_, state=down, base_url=http://127.0.0.1:54300}
[junit4:junit4]   2> 16135 T1021 C89 P54300 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16136 T1019 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16137 T1021 C89 P54300 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16138 T1021 C89 P54300 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16138 T1021 C89 P54300 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16139 T944 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16140 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16140 T1021 C89 P54300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16140 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16208 T944 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16210 T944 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56280
[junit4:junit4]   2> 16211 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16212 T944 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16213 T944 oasc.SolrResourceLoader.locateSolrHome 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-1364020450996
[junit4:junit4]   2> 16213 T944 oasc.CoreContainer$Initializer.initialize 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-1364020450996/solr.xml
[junit4:junit4]   2> 16214 T944 oasc.CoreContainer.<init> New CoreContainer 1681822901
[junit4:junit4]   2> 16214 T944 oasc.CoreContainer.load 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-1364020450996/'
[junit4:junit4]   2> 16215 T944 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364020450996/'
[junit4:junit4]   2> 16242 T944 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16242 T944 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16242 T944 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16243 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16243 T944 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16243 T944 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16243 T944 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16244 T944 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16244 T944 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16244 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16249 T944 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16256 T944 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58621/solr
[junit4:junit4]   2> 16256 T944 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16257 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@53993614
[junit4:junit4]   2> 16258 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16258 T1032 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16259 T1032 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 16259 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46319
[junit4:junit4]   2> 16260 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46319
[junit4:junit4]   2> 16262 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a9000b with negotiated timeout 20000 for client /127.0.0.1:46319
[junit4:junit4]   2> 16262 T1032 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a9000b, negotiated timeout = 20000
[junit4:junit4]   2> 16262 T1033 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53993614 name:ZooKeeperConnection Watcher:127.0.0.1:58621 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16262 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16264 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a9000b
[junit4:junit4]   2> 16265 T1033 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16265 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46319 which had sessionid 0x13d95f417a9000b
[junit4:junit4]   2> 16265 T944 oaz.ZooKeeper.close Session: 0x13d95f417a9000b closed
[junit4:junit4]   2> 16266 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16268 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@473a7f04
[junit4:junit4]   2> 16269 T1034 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16269 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16269 T1034 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 16270 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46320
[junit4:junit4]   2> 16270 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46320
[junit4:junit4]   2> 16271 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a9000c with negotiated timeout 20000 for client /127.0.0.1:46320
[junit4:junit4]   2> 16271 T1034 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a9000c, negotiated timeout = 20000
[junit4:junit4]   2> 16272 T1035 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@473a7f04 name:ZooKeeperConnection Watcher:127.0.0.1:58621/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16272 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16273 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a9000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16275 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a9000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16279 T944 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16992 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16994 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54300_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54300"}
[junit4:junit4]   2> 17001 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17001 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17001 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17001 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17002 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17003 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17147 T982 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&coreNodeName=4&core=collection1&nodeName=127.0.0.1:54300_&action=PREPRECOVERY&version=2&checkLive=true&state=recovering&onlyIfLeader=true} status=0 QTime=1000 
[junit4:junit4]   2> 17285 T944 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56280_
[junit4:junit4]   2> 17287 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a9000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56280_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56280_
[junit4:junit4]   2> 17290 T944 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56280_
[junit4:junit4]   2> 17294 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17294 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17294 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17294 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17294 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17295 T966 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17295 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17298 T986 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17298 T973 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17298 T1002 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17298 T1018 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17299 T1035 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17307 T1036 oasc.CoreContainer.create 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-1364020450996/collection1
[junit4:junit4]   2> 17307 T1036 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17309 T1036 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17309 T1036 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17311 T1036 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364020450996/collection1/'
[junit4:junit4]   2> 17312 T1036 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364020450996/collection1/lib/README' to classloader
[junit4:junit4]   2> 17312 T1036 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364020450996/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17368 T1036 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17397 T1036 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17399 T1036 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17402 T1036 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17751 T1036 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17759 T1036 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17761 T1036 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17781 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17787 T1036 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17792 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17794 T1036 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17795 T1036 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17795 T1036 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17797 T1036 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17798 T1036 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17798 T1036 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17798 T1036 oasc.SolrCore.<init> [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-1364020450996/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty4/
[junit4:junit4]   2> 17799 T1036 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3447d61
[junit4:junit4]   2> 17799 T1036 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17800 T1036 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty4
[junit4:junit4]   2> 17800 T1036 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty4/index/
[junit4:junit4]   2> 17801 T1036 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17801 T1036 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty4/index
[junit4:junit4]   2> 17804 T1036 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@686b51d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b744374),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17804 T1036 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17807 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17807 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17808 T1036 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17809 T1036 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17810 T1036 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17810 T1036 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17810 T1036 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17811 T1036 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17812 T1036 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17816 T1036 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17819 T1036 oass.SolrIndexSearcher.<init> Opening Searcher@4ebc482 main
[junit4:junit4]   2> 17819 T1036 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty4/tlog
[junit4:junit4]   2> 17820 T1036 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17820 T1036 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17825 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ebc482 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17828 T1036 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17828 T1036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18511 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18512 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56280_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56280"}
[junit4:junit4]   2> 18512 T967 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18513 T967 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18519 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18519 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18519 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18519 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18519 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18519 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18830 T1036 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18831 T1036 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56280 collection:collection1 shard:shard1
[junit4:junit4]   2> 18837 T1036 oasc.ZkController.register We are http://127.0.0.1:56280/collection1/ and leader is http://127.0.0.1:39811/collection1/
[junit4:junit4]   2> 18837 T1036 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56280
[junit4:junit4]   2> 18837 T1036 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18837 T1036 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C90 name=collection1 org.apache.solr.core.SolrCore@16bc88d8 url=http://127.0.0.1:56280/collection1 node=127.0.0.1:56280_ C90_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, node_name=127.0.0.1:56280_, state=down, base_url=http://127.0.0.1:56280}
[junit4:junit4]   2> 18838 T1038 C90 P56280 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18839 T1038 C90 P56280 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18839 T1038 C90 P56280 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18839 T1036 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18839 T1038 C90 P56280 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18842 T1038 C90 P56280 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18841 T944 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18842 T944 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18843 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18848 T944 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18850 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18859 T979 oasc.CoreContainer.create 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-1364020438239/onenodecollectioncore
[junit4:junit4]   2> 18860 T979 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18861 T979 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18861 T979 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18863 T979 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18863 T979 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18865 T979 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18867 T979 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364020438239/onenodecollectioncore/'
[junit4:junit4]   2> 18890 T979 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 18934 T979 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18936 T979 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18942 T979 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C89_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard2, node_name=127.0.0.1:54300_, state=recovering, base_url=http://127.0.0.1:54300}
[junit4:junit4]   2> 19149 T1021 C89 P54300 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:58137/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19149 T1021 C89 P54300 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54300 START replicas=[http://127.0.0.1:58137/collection1/] nUpdates=100
[junit4:junit4]   2> 19150 T1021 C89 P54300 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19151 T1021 C89 P54300 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19151 T1021 C89 P54300 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19151 T1021 C89 P54300 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19151 T1021 C89 P54300 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19151 T1021 C89 P54300 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:58137/collection1/. core=collection1
[junit4:junit4]   2> 19152 T1021 C89 P54300 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C91 name=collection1 org.apache.solr.core.SolrCore@2b3fd0d0 url=http://127.0.0.1:58137/collection1 node=127.0.0.1:58137_ C91_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard2, node_name=127.0.0.1:58137_, state=active, base_url=http://127.0.0.1:58137, leader=true}
[junit4:junit4]   2> 19154 T980 C91 P58137 REQ /get {wt=javabin&getVersions=100&qt=/get&distrib=false&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19155 T981 C91 P58137 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19157 T981 C91 P58137 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@58aa816d lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a6629ca),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19158 T981 C91 P58137 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19159 T981 C91 P58137 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@58aa816d lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a6629ca),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@58aa816d lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a6629ca),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19159 T981 C91 P58137 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19159 T981 C91 P58137 oass.SolrIndexSearcher.<init> Opening Searcher@3e3cacdd realtime
[junit4:junit4]   2> 19160 T981 C91 P58137 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19160 T981 C91 P58137 /update {wt=javabin&softCommit=false&waitSearcher=true&commit_end_point=true&version=2&openSearcher=false&commit=true} {commit=} 0 5
[junit4:junit4]   2> 19161 T1021 C89 P54300 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19161 T1021 C89 P54300 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19168 T980 C91 P58137 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19168 T980 C91 P58137 REQ /replication {wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=6 
[junit4:junit4]   2> 19169 T1021 C89 P54300 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19169 T1021 C89 P54300 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19169 T1021 C89 P54300 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19171 T982 C91 P58137 REQ /replication {wt=javabin&command=filelist&qt=/replication&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19171 T1021 C89 P54300 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19173 T1021 C89 P54300 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty3/index.20130323193414022
[junit4:junit4]   2> 19173 T1021 C89 P54300 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@74593b1d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1980174d; maxCacheMB=0.267578125 maxMergeSizeMB=0.271484375)) fullCopy=false
[junit4:junit4]   2> 19175 T981 C91 P58137 REQ /replication {wt=filestream&command=filecontent&qt=/replication&generation=2&checksum=true&file=segments_2} status=0 QTime=0 
[junit4:junit4]   2> 19176 T1021 C89 P54300 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19177 T1021 C89 P54300 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19178 T1021 C89 P54300 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19178 T1021 C89 P54300 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5594612a lockFactory=org.apache.lucene.store.NativeFSLockFactory@22cf3f4f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5594612a lockFactory=org.apache.lucene.store.NativeFSLockFactory@22cf3f4f),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19179 T1021 C89 P54300 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19179 T1021 C89 P54300 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19179 T1021 C89 P54300 oass.SolrIndexSearcher.<init> Opening Searcher@669540ec main
[junit4:junit4]   2> 19180 T1020 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@669540ec main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19181 T1021 C89 P54300 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19181 T1021 C89 P54300 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19181 T1021 C89 P54300 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19181 T1021 C89 P54300 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19182 T1021 C89 P54300 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19274 T979 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19279 T979 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19281 T979 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19301 T979 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19305 T979 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19311 T979 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19313 T979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19313 T979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19314 T979 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19316 T979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19317 T979 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19317 T979 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19318 T979 oasc.SolrCore.<init> [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-1364020438239/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection/
[junit4:junit4]   2> 19318 T979 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3447d61
[junit4:junit4]   2> 19319 T979 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19320 T979 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection
[junit4:junit4]   2> 19321 T979 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection/index/
[junit4:junit4]   2> 19321 T979 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19322 T979 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection/index
[junit4:junit4]   2> 19324 T979 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@68c5d51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@253a1fd3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19325 T979 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19328 T979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19328 T979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19329 T979 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19330 T979 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19331 T979 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19331 T979 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19332 T979 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19333 T979 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19333 T979 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19337 T979 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19354 T979 oass.SolrIndexSearcher.<init> Opening Searcher@6563f341 main
[junit4:junit4]   2> 19354 T979 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection/tlog
[junit4:junit4]   2> 19355 T979 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19355 T979 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19360 T1042 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@6563f341 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19361 T979 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20029 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20030 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56280_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56280"}
[junit4:junit4]   2> 20037 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54300_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54300"}
[junit4:junit4]   2> 20043 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58137_",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58137"}
[junit4:junit4]   2> 20043 T967 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20043 T967 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20049 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20050 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20050 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20050 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20050 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20050 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20366 T979 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20366 T979 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:58137 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20368 T979 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20382 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20383 T979 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20384 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20388 T979 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20389 T979 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20389 T979 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58137/onenodecollectioncore/
[junit4:junit4]   2> 20390 T979 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20390 T979 oasc.SyncStrategy.syncToMe http://127.0.0.1:58137/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20390 T979 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58137/onenodecollectioncore/
[junit4:junit4]   2> 20391 T979 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20399 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20849 T997 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&coreNodeName=5&core=collection1&nodeName=127.0.0.1:56280_&action=PREPRECOVERY&version=2&checkLive=true&state=recovering&onlyIfLeader=true} status=0 QTime=2001 
[junit4:junit4]   2> 21563 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21580 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21580 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21580 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21580 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21580 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21581 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21608 T979 oasc.ZkController.register We are http://127.0.0.1:58137/onenodecollectioncore/ and leader is http://127.0.0.1:58137/onenodecollectioncore/
[junit4:junit4]   2> 21609 T979 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:58137
[junit4:junit4]   2> 21609 T979 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21610 T979 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21612 T979 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21614 T979 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&collection=onenodecollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection&action=CREATE&version=2&numShards=1&roles=none&name=onenodecollectioncore} status=0 QTime=2755 
[junit4:junit4]   2> 21615 T944 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21616 T944 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22619 T944 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C90_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard1, node_name=127.0.0.1:56280_, state=recovering, base_url=http://127.0.0.1:56280}
[junit4:junit4]   2> 22850 T1038 C90 P56280 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:39811/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22850 T1038 C90 P56280 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:56280 START replicas=[http://127.0.0.1:39811/collection1/] nUpdates=100
[junit4:junit4]   2> 22851 T1038 C90 P56280 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22851 T1038 C90 P56280 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22851 T1038 C90 P56280 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22852 T1038 C90 P56280 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22852 T1038 C90 P56280 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22852 T1038 C90 P56280 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:39811/collection1/. core=collection1
[junit4:junit4]   2> 22852 T1038 C90 P56280 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C92 name=collection1 org.apache.solr.core.SolrCore@5a058ac6 url=http://127.0.0.1:39811/collection1 node=127.0.0.1:39811_ C92_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard1, node_name=127.0.0.1:39811_, state=active, base_url=http://127.0.0.1:39811, leader=true}
[junit4:junit4]   2> 22857 T997 C92 P39811 REQ /get {wt=javabin&getVersions=100&qt=/get&distrib=false&version=2} status=0 QTime=0 
[junit4:junit4]   2> 22858 T995 C92 P39811 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22861 T995 C92 P39811 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@753b9796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@24fef8d2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22862 T995 C92 P39811 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22863 T995 C92 P39811 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@753b9796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@24fef8d2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@753b9796 lockFactory=org.apache.lucene.store.NativeFSLockFactory@24fef8d2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22864 T995 C92 P39811 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22864 T995 C92 P39811 oass.SolrIndexSearcher.<init> Opening Searcher@64ba9e07 realtime
[junit4:junit4]   2> 22865 T995 C92 P39811 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22865 T995 C92 P39811 /update {wt=javabin&softCommit=false&waitSearcher=true&commit_end_point=true&version=2&openSearcher=false&commit=true} {commit=} 0 7
[junit4:junit4]   2> 22866 T1038 C90 P56280 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22866 T1038 C90 P56280 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22868 T998 C92 P39811 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22868 T998 C92 P39811 REQ /replication {wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 22869 T1038 C90 P56280 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22869 T1038 C90 P56280 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22869 T1038 C90 P56280 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22871 T997 C92 P39811 REQ /replication {wt=javabin&command=filelist&qt=/replication&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 22871 T1038 C90 P56280 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22872 T1038 C90 P56280 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty4/index.20130323193417721
[junit4:junit4]   2> 22872 T1038 C90 P56280 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@189a3ca7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1fb172dc; maxCacheMB=0.267578125 maxMergeSizeMB=0.271484375)) fullCopy=false
[junit4:junit4]   2> 22875 T995 C92 P39811 REQ /replication {wt=filestream&command=filecontent&qt=/replication&generation=2&checksum=true&file=segments_2} status=0 QTime=1 
[junit4:junit4]   2> 22876 T1038 C90 P56280 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22877 T1038 C90 P56280 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22877 T1038 C90 P56280 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22879 T1038 C90 P56280 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@686b51d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b744374),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@686b51d lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b744374),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22879 T1038 C90 P56280 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22879 T1038 C90 P56280 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22880 T1038 C90 P56280 oass.SolrIndexSearcher.<init> Opening Searcher@22f17d70 main
[junit4:junit4]   2> 22881 T1037 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22f17d70 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22882 T1038 C90 P56280 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22882 T1038 C90 P56280 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22882 T1038 C90 P56280 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22883 T1038 C90 P56280 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22884 T1038 C90 P56280 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23092 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23094 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:58137__onenodecollectioncore",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58137_",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58137"}
[junit4:junit4]   2> 23101 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56280_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56280"}
[junit4:junit4]   2> 23109 T973 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23109 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23109 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23109 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23109 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23109 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23622 T944 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23624 T944 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23625 T944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23640 T944 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58621 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@75bcdde7
[junit4:junit4]   2> 23642 T1045 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58621. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23642 T944 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23642 T1045 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58621, initiating session
[junit4:junit4]   2> 23643 T946 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:46331
[junit4:junit4]   2> 23643 T946 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:46331
[junit4:junit4]   2> 23644 T948 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d95f417a9000d with negotiated timeout 10000 for client /127.0.0.1:46331
[junit4:junit4]   2> 23644 T1045 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58621, sessionid = 0x13d95f417a9000d, negotiated timeout = 10000
[junit4:junit4]   2> 23645 T1046 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75bcdde7 name:ZooKeeperConnection Watcher:127.0.0.1:58621 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23645 T944 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23744 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a9000d
[junit4:junit4]   2> 23745 T1046 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23745 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46331 which had sessionid 0x13d95f417a9000d
[junit4:junit4]   2> 23745 T944 oaz.ZooKeeper.close Session: 0x13d95f417a9000d closed
[junit4:junit4]   2> 23747 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90004
[junit4:junit4]   2> 23747 T973 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23748 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46281 which had sessionid 0x13d95f417a90004
[junit4:junit4]   2> 23747 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90004 closed
[junit4:junit4]   2> 23751 T944 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 49239
[junit4:junit4]   2> 23752 T944 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=7976772
[junit4:junit4]   2> 24620 T967 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24621 T967 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49239_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49239"}
[junit4:junit4]   2> 24629 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24629 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24629 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24629 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24630 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25754 T944 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 25755 T944 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25759 T944 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f0eb31e
[junit4:junit4]   2> 25765 T944 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25765 T944 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25766 T944 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25766 T944 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 25767 T944 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25768 T944 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data
[junit4:junit4]   2> 25768 T944 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data
[junit4:junit4]   2> 25769 T944 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data/index
[junit4:junit4]   2> 25769 T944 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/control/data/index
[junit4:junit4]   2> 25771 T967 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89392443218788355-127.0.0.1:49239_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 25772 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90003
[junit4:junit4]   2> 25774 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25774 T966 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25775 T966 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 25775 T946 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:46275 which had sessionid 0x13d95f417a90003
[junit4:junit4]   2> 25775 T1018 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25775 T966 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 25774 T944 oaz.ZooKeeper.close Session: 0x13d95f417a90003 closed
[junit4:junit4]   2> 25775 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:delete cxid:0xc6 zxid:0xe3 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 25775 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25776 T966 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25777 T1035 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25777 T986 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 25778 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25779 T1002 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25781 T986 oasc.Overseer.start Overseer (id=89392443218788358-127.0.0.1:58137_-n_0000000001) starting
[junit4:junit4]   2> 25782 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0xcb zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25784 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0xcc zxid:0xe6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25786 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0xce zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25788 T949 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d95f417a90006 type:create cxid:0xd0 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25791 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25791 T1048 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 25794 T986 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25795 T1047 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 25797 T944 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 25799 T1047 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25800 T1047 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49239_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49239"}
[junit4:junit4]   2> 25808 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25808 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25808 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25808 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25849 T944 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 58137
[junit4:junit4]   2> 25849 T944 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1697825671
[junit4:junit4]   2> 27317 T1047 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27319 T1047 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:58137__onenodecollectioncore",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58137_",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58137"}
[junit4:junit4]   2> 27325 T1047 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58137_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58137"}
[junit4:junit4]   2> 27332 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27332 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27332 T1002 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27333 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 28854 T944 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 28855 T944 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 28858 T944 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 28862 T944 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b3fd0d0
[junit4:junit4]   2> 28867 T944 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28868 T944 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28868 T944 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28869 T944 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28872 T944 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 28873 T944 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1/index
[junit4:junit4]   2> 28874 T944 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1/index
[junit4:junit4]   2> 28874 T944 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1
[junit4:junit4]   2> 28874 T944 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1364020434854/jetty1
[junit4:junit4]   2> 28875 T944 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@30594c5f
[junit4:junit4]   2> 28883 T944 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28883 T944 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28884 T944 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28884 T944 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28885 T944 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 28886 T944 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection/index
[junit4:junit4]   2> 28887 T944 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection/index
[junit4:junit4]   2> 28887 T944 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection
[junit4:junit4]   2> 28888 T944 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364020434854/onenodecollection
[junit4:junit4]   2> 28889 T1047 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89392443218788358-127.0.0.1:58137_-n_0000000001) am no longer a leader.
[junit4:junit4]   2> 28890 T949 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d95f417a90006
[junit4:junit4]   2> 28892 T1035 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 28893 T1018 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_no

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

  1>     /solr/overseer_elect/election/89392446339481612-127.0.0.1:49195_nxifn-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89392446339481606-127.0.0.1:53712_nxifn-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89392446339481603-127.0.0.1:59189_nxifn-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89392446339481610-127.0.0.1:50255_nxifn-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89392446339481608-127.0.0.1:48739_nxifn-n_0000000002 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89392446339481603-127.0.0.1:59189_nxifn-n_0000000000"}
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=B6D7B904D28757ED -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ro_RO -Dtests.timezone=America/Argentina/Mendoza -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  137s 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([B6D7B904D28757ED:3731371CA5D837D1]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 137144 T2360 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 137152 T2359 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 137548 T2363 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=ro_RO, timezone=America/Argentina/Mendoza
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=58885392,total=174718976
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SearchHandlerTest, DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1, ZkControllerTest, BinaryUpdateRequestHandlerTest, TestRealTimeGet, SOLR749Test, TestRemoteStreaming, DirectSolrConnectionTest, TestFieldTypeCollectionResource, DocValuesTest, TestSearchPerf, BasicFunctionalityTest, QueryParsingTest, TestQuerySenderListener, QueryElevationComponentTest, TestFuzzyAnalyzedSuggestions, SolrIndexSplitterTest, SolrCoreTest, AliasIntegrationTest, SystemInfoHandlerTest, SynonymTokenizerTest, CoreAdminHandlerTest, TestSort, TestSweetSpotSimilarityFactory, LukeRequestHandlerTest, ClusterStateUpdateTest, TestReplicationHandler, TermVectorComponentTest, PolyFieldTest, ResponseLogComponentTest, SchemaVersionSpecificBehaviorTest, SpatialFilterTest, CacheHeaderTest, TestConfig, TestQueryUtils, CircularListTest, TestValueSourceCache, TestStressRecovery, PrimitiveFieldTypeTest, DistributedSpellCheckComponentTest, DistributedTermsComponentTest, OverseerTest, TermsComponentTest, TestSolrDeletionPolicy2, TestFaceting, TestCharFilters, TestDocSet, BadComponentTest, TestLRUCache, MoreLikeThisHandlerTest, TestPseudoReturnFields, TestXIncludeConfig, PluginInfoTest, TestPHPSerializedResponseWriter, FieldMutatingUpdateProcessorTest, TestPhraseSuggestions, TestPropInjectDefaults, PreAnalyzedFieldTest, TestSolrIndexConfig, DateFieldTest, LegacyHTMLStripCharFilterTest, MBeansHandlerTest, TestFastLRUCache, SolrInfoMBeanTest, TestReversedWildcardFilterFactory, TestBadConfig, BasicDistributedZkTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 137.69s, 1 test, 1 failure <<< FAILURES!

[...truncated 423 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:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 272 suites, 1146 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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