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/15 22:00:31 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4692 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4692/
Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseG1GC -XX:MarkStackSize=256K

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

Error Message:
Still found shard

Stack Trace:
java.lang.AssertionError: Still found shard
	at __randomizedtesting.SeedInfo.seed([29554537C6489D94:A8B3CB2FB117FDA8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
Server at http://127.0.0.1:45579/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:45579/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([29554537C6489D94:A8B3CB2FB117FDA8]: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:196)
	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 9320 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1079 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T1079 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841
[junit4:junit4]   2> 4 T1079 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1080 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1080 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1080 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1080 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1080 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1080 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1079 oasc.ZkTestServer.run start zk server on port:59121
[junit4:junit4]   2> 105 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@182dcb5
[junit4:junit4]   2> 106 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1085 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T1085 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 107 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34122
[junit4:junit4]   2> 107 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34122
[junit4:junit4]   2> 108 T1083 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 177 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40000 with negotiated timeout 10000 for client /127.0.0.1:34122
[junit4:junit4]   2> 177 T1085 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40000, negotiated timeout = 10000
[junit4:junit4]   2> 178 T1086 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@182dcb5 name:ZooKeeperConnection Watcher:127.0.0.1:59121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 178 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 178 T1079 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 181 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40000
[junit4:junit4]   2> 181 T1086 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 181 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40000 closed
[junit4:junit4]   2> 182 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34122 which had sessionid 0x13d6fd0dce40000
[junit4:junit4]   2> 182 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1453fb5
[junit4:junit4]   2> 182 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 183 T1087 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 183 T1087 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 183 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34123
[junit4:junit4]   2> 183 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34123
[junit4:junit4]   2> 184 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40001 with negotiated timeout 10000 for client /127.0.0.1:34123
[junit4:junit4]   2> 184 T1087 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40001, negotiated timeout = 10000
[junit4:junit4]   2> 184 T1088 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1453fb5 name:ZooKeeperConnection Watcher:127.0.0.1:59121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 184 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 185 T1079 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 188 T1079 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 191 T1079 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 192 T1079 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 194 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 194 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 197 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 198 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 200 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 201 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 204 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 205 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 208 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 209 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 213 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 213 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 215 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 216 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 218 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 218 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 220 T1079 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 221 T1079 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 224 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40001
[junit4:junit4]   2> 224 T1088 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 225 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34123 which had sessionid 0x13d6fd0dce40001
[junit4:junit4]   2> 224 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40001 closed
[junit4:junit4]   2> 299 T1079 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 301 T1079 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43120
[junit4:junit4]   2> 302 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 302 T1079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 303 T1079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062
[junit4:junit4]   2> 303 T1079 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/solr.xml
[junit4:junit4]   2> 303 T1079 oasc.CoreContainer.<init> New CoreContainer 23486246
[junit4:junit4]   2> 304 T1079 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/'
[junit4:junit4]   2> 304 T1079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/'
[junit4:junit4]   2> 321 T1079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 321 T1079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 322 T1079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 322 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 322 T1079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 323 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 323 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 323 T1079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 323 T1079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 324 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 330 T1079 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 340 T1079 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59121/solr
[junit4:junit4]   2> 341 T1079 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 341 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@676515
[junit4:junit4]   2> 342 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 342 T1098 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 342 T1098 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 342 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34124
[junit4:junit4]   2> 343 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34124
[junit4:junit4]   2> 344 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40002 with negotiated timeout 20000 for client /127.0.0.1:34124
[junit4:junit4]   2> 344 T1098 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40002, negotiated timeout = 20000
[junit4:junit4]   2> 344 T1099 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@676515 name:ZooKeeperConnection Watcher:127.0.0.1:59121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 344 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 345 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40002
[junit4:junit4]   2> 346 T1099 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 346 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34124 which had sessionid 0x13d6fd0dce40002
[junit4:junit4]   2> 346 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40002 closed
[junit4:junit4]   2> 346 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 349 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@70385e
[junit4:junit4]   2> 350 T1100 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 350 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 350 T1100 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 350 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34125
[junit4:junit4]   2> 350 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34125
[junit4:junit4]   2> 351 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40003 with negotiated timeout 20000 for client /127.0.0.1:34125
[junit4:junit4]   2> 351 T1100 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40003, negotiated timeout = 20000
[junit4:junit4]   2> 352 T1101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70385e name:ZooKeeperConnection Watcher:127.0.0.1:59121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 352 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 353 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 354 T1079 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 356 T1079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43120_
[junit4:junit4]   2> 356 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43120_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43120_
[junit4:junit4]   2> 357 T1079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43120_
[junit4:junit4]   2> 359 T1079 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 364 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 365 T1079 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 366 T1079 oasc.Overseer.start Overseer (id=89350510467088387-127.0.0.1:43120_-n_0000000000) starting
[junit4:junit4]   2> 367 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 367 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 368 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 369 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 369 T1103 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 370 T1079 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 372 T1079 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 373 T1079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 375 T1102 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 378 T1104 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/collection1
[junit4:junit4]   2> 378 T1104 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 378 T1104 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 378 T1104 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 379 T1104 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/collection1/'
[junit4:junit4]   2> 380 T1104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/collection1/lib/README' to classloader
[junit4:junit4]   2> 380 T1104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 406 T1104 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 440 T1104 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 441 T1104 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 444 T1104 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 792 T1104 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 798 T1104 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 801 T1104 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 816 T1104 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 821 T1104 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 825 T1104 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 826 T1104 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 827 T1104 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 827 T1104 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 829 T1104 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 829 T1104 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 829 T1104 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 830 T1104 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363380592062/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data/
[junit4:junit4]   2> 830 T1104 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f6b3b
[junit4:junit4]   2> 831 T1104 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 832 T1104 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data forceNew: false
[junit4:junit4]   2> 832 T1104 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data/index/
[junit4:junit4]   2> 832 T1104 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 833 T1104 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data/index forceNew: false
[junit4:junit4]   2> 835 T1104 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c646dc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dcae43),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 836 T1104 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 839 T1104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 839 T1104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 840 T1104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 841 T1104 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 841 T1104 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 842 T1104 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 842 T1104 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 843 T1104 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 843 T1104 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 849 T1104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 854 T1104 oass.SolrIndexSearcher.<init> Opening Searcher@916e43 main
[junit4:junit4]   2> 855 T1104 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data/tlog
[junit4:junit4]   2> 855 T1104 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 855 T1104 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 858 T1105 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@916e43 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 858 T1104 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 859 T1104 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 859 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1878 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1879 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43120",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43120_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 1880 T1102 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1880 T1102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1881 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1887 T1101 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> 2861 T1104 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2861 T1104 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43120 collection:control_collection shard:shard1
[junit4:junit4]   2> 2862 T1104 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2871 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2872 T1104 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2873 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2875 T1104 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2876 T1104 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2876 T1104 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43120/collection1/
[junit4:junit4]   2> 2876 T1104 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2876 T1104 oasc.SyncStrategy.syncToMe http://127.0.0.1:43120/collection1/ has no replicas
[junit4:junit4]   2> 2877 T1104 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43120/collection1/
[junit4:junit4]   2> 2877 T1104 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2884 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3393 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3403 T1101 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> 3437 T1104 oasc.ZkController.register We are http://127.0.0.1:43120/collection1/ and leader is http://127.0.0.1:43120/collection1/
[junit4:junit4]   2> 3438 T1104 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43120
[junit4:junit4]   2> 3438 T1104 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3439 T1104 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3439 T1104 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3441 T1104 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3443 T1079 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3444 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3444 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3451 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3452 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1370fe0
[junit4:junit4]   2> 3453 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3453 T1107 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3454 T1107 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 3454 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34128
[junit4:junit4]   2> 3455 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34128
[junit4:junit4]   2> 3456 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40004 with negotiated timeout 10000 for client /127.0.0.1:34128
[junit4:junit4]   2> 3456 T1107 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40004, negotiated timeout = 10000
[junit4:junit4]   2> 3457 T1108 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1370fe0 name:ZooKeeperConnection Watcher:127.0.0.1:59121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3457 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3460 T1079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3463 T1079 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3535 T1079 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3537 T1079 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41813
[junit4:junit4]   2> 3538 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3538 T1079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3538 T1079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300
[junit4:junit4]   2> 3539 T1079 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/solr.xml
[junit4:junit4]   2> 3539 T1079 oasc.CoreContainer.<init> New CoreContainer 5564287
[junit4:junit4]   2> 3539 T1079 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/'
[junit4:junit4]   2> 3540 T1079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/'
[junit4:junit4]   2> 3556 T1079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3557 T1079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3557 T1079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3558 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3558 T1079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3558 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3558 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3559 T1079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3559 T1079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3559 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3565 T1079 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3575 T1079 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59121/solr
[junit4:junit4]   2> 3575 T1079 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3575 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@204f06
[junit4:junit4]   2> 3576 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3576 T1118 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3577 T1118 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 3577 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34129
[junit4:junit4]   2> 3577 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34129
[junit4:junit4]   2> 3578 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40005 with negotiated timeout 20000 for client /127.0.0.1:34129
[junit4:junit4]   2> 3578 T1118 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40005, negotiated timeout = 20000
[junit4:junit4]   2> 3578 T1119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@204f06 name:ZooKeeperConnection Watcher:127.0.0.1:59121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3578 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3579 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40005
[junit4:junit4]   2> 3580 T1119 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3580 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34129 which had sessionid 0x13d6fd0dce40005
[junit4:junit4]   2> 3580 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40005 closed
[junit4:junit4]   2> 3580 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3583 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d8d4ba
[junit4:junit4]   2> 3583 T1120 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3583 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3584 T1120 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 3584 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34130
[junit4:junit4]   2> 3584 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34130
[junit4:junit4]   2> 3585 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40006 with negotiated timeout 20000 for client /127.0.0.1:34130
[junit4:junit4]   2> 3585 T1120 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40006, negotiated timeout = 20000
[junit4:junit4]   2> 3585 T1121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d8d4ba name:ZooKeeperConnection Watcher:127.0.0.1:59121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3585 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3586 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3586 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3588 T1079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4590 T1079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41813_
[junit4:junit4]   2> 4592 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41813_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41813_
[junit4:junit4]   2> 4593 T1079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41813_
[junit4:junit4]   2> 4597 T1101 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> 4598 T1121 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4598 T1108 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4600 T1101 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4608 T1122 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/collection1
[junit4:junit4]   2> 4608 T1122 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4609 T1122 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4609 T1122 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4611 T1122 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/collection1/'
[junit4:junit4]   2> 4612 T1122 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/collection1/lib/README' to classloader
[junit4:junit4]   2> 4612 T1122 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4648 T1122 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 4679 T1122 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4680 T1122 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4683 T1122 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4909 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4910 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43120",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43120_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:43120__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 4913 T1108 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> 4913 T1101 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> 4913 T1121 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> 5009 T1122 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5014 T1122 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5016 T1122 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5033 T1122 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5036 T1122 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5042 T1122 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5043 T1122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5044 T1122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5044 T1122 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5046 T1122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5046 T1122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5047 T1122 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5047 T1122 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty1/
[junit4:junit4]   2> 5047 T1122 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f6b3b
[junit4:junit4]   2> 5048 T1122 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5049 T1122 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty1 forceNew: false
[junit4:junit4]   2> 5049 T1122 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty1/index/
[junit4:junit4]   2> 5049 T1122 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5050 T1122 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty1/index forceNew: false
[junit4:junit4]   2> 5052 T1122 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1735527 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cadbfe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5052 T1122 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5055 T1122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5056 T1122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5057 T1122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5057 T1122 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5058 T1122 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5059 T1122 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5059 T1122 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5060 T1122 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5060 T1122 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5077 T1122 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5079 T1122 oass.SolrIndexSearcher.<init> Opening Searcher@1a7d556 main
[junit4:junit4]   2> 5080 T1122 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty1/tlog
[junit4:junit4]   2> 5080 T1122 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5080 T1122 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5084 T1123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a7d556 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5085 T1122 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5085 T1122 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6416 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6416 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41813",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41813_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 6417 T1102 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6417 T1102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6492 T1108 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> 6492 T1121 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> 6492 T1101 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> 7086 T1122 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7087 T1122 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41813 collection:collection1 shard:shard2
[junit4:junit4]   2> 7088 T1122 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7099 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7100 T1122 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7100 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7102 T1122 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7102 T1122 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7102 T1122 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41813/collection1/
[junit4:junit4]   2> 7103 T1122 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7103 T1122 oasc.SyncStrategy.syncToMe http://127.0.0.1:41813/collection1/ has no replicas
[junit4:junit4]   2> 7103 T1122 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41813/collection1/
[junit4:junit4]   2> 7103 T1122 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7110 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7995 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8007 T1101 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> 8007 T1121 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> 8007 T1108 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> 8013 T1122 oasc.ZkController.register We are http://127.0.0.1:41813/collection1/ and leader is http://127.0.0.1:41813/collection1/
[junit4:junit4]   2> 8013 T1122 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41813
[junit4:junit4]   2> 8013 T1122 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8013 T1122 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8013 T1122 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8019 T1122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8020 T1079 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8020 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8020 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8085 T1079 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8087 T1079 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45579
[junit4:junit4]   2> 8088 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8088 T1079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8089 T1079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860
[junit4:junit4]   2> 8089 T1079 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/solr.xml
[junit4:junit4]   2> 8089 T1079 oasc.CoreContainer.<init> New CoreContainer 31499277
[junit4:junit4]   2> 8090 T1079 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/'
[junit4:junit4]   2> 8090 T1079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/'
[junit4:junit4]   2> 8108 T1079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8108 T1079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8109 T1079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8109 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8109 T1079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8109 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8110 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8110 T1079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8110 T1079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8111 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8117 T1079 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8126 T1079 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59121/solr
[junit4:junit4]   2> 8127 T1079 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8127 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@15dd15
[junit4:junit4]   2> 8128 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8128 T1134 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8129 T1134 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 8129 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34131
[junit4:junit4]   2> 8129 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34131
[junit4:junit4]   2> 8131 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40007 with negotiated timeout 20000 for client /127.0.0.1:34131
[junit4:junit4]   2> 8131 T1134 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40007, negotiated timeout = 20000
[junit4:junit4]   2> 8131 T1135 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15dd15 name:ZooKeeperConnection Watcher:127.0.0.1:59121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8132 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8133 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40007
[junit4:junit4]   2> 8133 T1135 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8133 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34131 which had sessionid 0x13d6fd0dce40007
[junit4:junit4]   2> 8133 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40007 closed
[junit4:junit4]   2> 8134 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8137 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@129c762
[junit4:junit4]   2> 8138 T1136 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8137 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8138 T1136 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 8138 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34132
[junit4:junit4]   2> 8138 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34132
[junit4:junit4]   2> 8139 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40008 with negotiated timeout 20000 for client /127.0.0.1:34132
[junit4:junit4]   2> 8139 T1136 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40008, negotiated timeout = 20000
[junit4:junit4]   2> 8139 T1137 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@129c762 name:ZooKeeperConnection Watcher:127.0.0.1:59121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8139 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8140 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8141 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8142 T1079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9144 T1079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45579_
[junit4:junit4]   2> 9145 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45579_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45579_
[junit4:junit4]   2> 9148 T1079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45579_
[junit4:junit4]   2> 9150 T1101 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> 9150 T1108 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> 9150 T1121 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> 9152 T1137 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9153 T1108 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9153 T1101 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9153 T1121 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9157 T1138 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/collection1
[junit4:junit4]   2> 9157 T1138 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9157 T1138 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9158 T1138 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9158 T1138 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/collection1/'
[junit4:junit4]   2> 9159 T1138 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/collection1/lib/README' to classloader
[junit4:junit4]   2> 9159 T1138 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9183 T1138 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9212 T1138 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9213 T1138 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9217 T1138 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9511 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9512 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41813",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41813_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:41813__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 9516 T1108 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 T1121 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 T1137 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 T1101 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> 9589 T1138 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9594 T1138 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9597 T1138 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9607 T1138 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9610 T1138 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9614 T1138 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9615 T1138 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9615 T1138 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9615 T1138 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9616 T1138 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9616 T1138 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9616 T1138 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9616 T1138 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363380599860/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty2/
[junit4:junit4]   2> 9617 T1138 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f6b3b
[junit4:junit4]   2> 9617 T1138 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9617 T1138 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty2 forceNew: false
[junit4:junit4]   2> 9618 T1138 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty2/index/
[junit4:junit4]   2> 9618 T1138 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9618 T1138 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty2/index forceNew: false
[junit4:junit4]   2> 9619 T1138 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1960a6c lockFactory=org.apache.lucene.store.NativeFSLockFactory@95b74a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9619 T1138 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9621 T1138 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9621 T1138 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9622 T1138 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9622 T1138 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9622 T1138 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9623 T1138 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9623 T1138 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9623 T1138 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9623 T1138 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9626 T1138 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9628 T1138 oass.SolrIndexSearcher.<init> Opening Searcher@1ae655d main
[junit4:junit4]   2> 9628 T1138 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty2/tlog
[junit4:junit4]   2> 9629 T1138 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9629 T1138 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9632 T1139 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ae655d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9633 T1138 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9634 T1138 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11020 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11021 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45579",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45579_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 11021 T1102 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11021 T1102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11029 T1137 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> 11029 T1121 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> 11029 T1108 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> 11029 T1101 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> 11636 T1138 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11636 T1138 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45579 collection:collection1 shard:shard1
[junit4:junit4]   2> 11637 T1138 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11641 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11641 T1138 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11642 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11643 T1138 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11643 T1138 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11644 T1138 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45579/collection1/
[junit4:junit4]   2> 11644 T1138 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11644 T1138 oasc.SyncStrategy.syncToMe http://127.0.0.1:45579/collection1/ has no replicas
[junit4:junit4]   2> 11644 T1138 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45579/collection1/
[junit4:junit4]   2> 11645 T1138 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11647 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12533 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12688 T1101 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> 12688 T1137 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> 12688 T1108 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> 12688 T1121 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> 12700 T1138 oasc.ZkController.register We are http://127.0.0.1:45579/collection1/ and leader is http://127.0.0.1:45579/collection1/
[junit4:junit4]   2> 12701 T1138 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45579
[junit4:junit4]   2> 12701 T1138 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12702 T1138 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12702 T1138 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12704 T1138 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12706 T1079 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12707 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12708 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12770 T1079 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12773 T1079 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43799
[junit4:junit4]   2> 12773 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12774 T1079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12774 T1079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550
[junit4:junit4]   2> 12774 T1079 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/solr.xml
[junit4:junit4]   2> 12775 T1079 oasc.CoreContainer.<init> New CoreContainer 68098
[junit4:junit4]   2> 12775 T1079 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/'
[junit4:junit4]   2> 12775 T1079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/'
[junit4:junit4]   2> 12793 T1079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12793 T1079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12794 T1079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12794 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12794 T1079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12795 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12795 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12795 T1079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12796 T1079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12796 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12802 T1079 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12812 T1079 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59121/solr
[junit4:junit4]   2> 12812 T1079 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12812 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@694d13
[junit4:junit4]   2> 12813 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12813 T1150 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12814 T1150 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 12814 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34134
[junit4:junit4]   2> 12814 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34134
[junit4:junit4]   2> 12815 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce40009 with negotiated timeout 20000 for client /127.0.0.1:34134
[junit4:junit4]   2> 12815 T1150 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce40009, negotiated timeout = 20000
[junit4:junit4]   2> 12815 T1151 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@694d13 name:ZooKeeperConnection Watcher:127.0.0.1:59121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12815 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12816 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40009
[junit4:junit4]   2> 12817 T1151 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12817 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34134 which had sessionid 0x13d6fd0dce40009
[junit4:junit4]   2> 12817 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40009 closed
[junit4:junit4]   2> 12817 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12820 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bdbf1d
[junit4:junit4]   2> 12821 T1152 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12821 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12821 T1152 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 12821 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34135
[junit4:junit4]   2> 12821 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34135
[junit4:junit4]   2> 12822 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce4000a with negotiated timeout 20000 for client /127.0.0.1:34135
[junit4:junit4]   2> 12822 T1152 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce4000a, negotiated timeout = 20000
[junit4:junit4]   2> 12822 T1153 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bdbf1d name:ZooKeeperConnection Watcher:127.0.0.1:59121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12823 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12823 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce4000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12824 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce4000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12825 T1079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13827 T1079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43799_
[junit4:junit4]   2> 13828 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce4000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43799_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43799_
[junit4:junit4]   2> 13828 T1079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43799_
[junit4:junit4]   2> 13830 T1108 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> 13830 T1101 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> 13830 T1121 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13831 T1121 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> 13831 T1137 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13831 T1137 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> 13831 T1153 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13832 T1108 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13832 T1101 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13836 T1154 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/collection1
[junit4:junit4]   2> 13836 T1154 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13836 T1154 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13837 T1154 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13837 T1154 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/collection1/'
[junit4:junit4]   2> 13838 T1154 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/collection1/lib/README' to classloader
[junit4:junit4]   2> 13838 T1154 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13864 T1154 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 13908 T1154 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13909 T1154 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13912 T1154 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14196 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14197 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45579",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45579_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:45579__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 14201 T1101 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> 14201 T1108 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> 14201 T1137 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> 14201 T1153 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> 14201 T1121 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> 14237 T1154 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14242 T1154 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14244 T1154 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14254 T1154 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14257 T1154 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14259 T1154 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14260 T1154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14261 T1154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14261 T1154 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14261 T1154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14262 T1154 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14262 T1154 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14262 T1154 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363380604550/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty3/
[junit4:junit4]   2> 14262 T1154 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f6b3b
[junit4:junit4]   2> 14263 T1154 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14263 T1154 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty3 forceNew: false
[junit4:junit4]   2> 14263 T1154 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty3/index/
[junit4:junit4]   2> 14263 T1154 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14264 T1154 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty3/index forceNew: false
[junit4:junit4]   2> 14265 T1154 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1595c93 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ede880),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14265 T1154 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14267 T1154 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14267 T1154 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14267 T1154 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14268 T1154 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14268 T1154 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14268 T1154 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14268 T1154 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14269 T1154 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14269 T1154 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14271 T1154 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14273 T1154 oass.SolrIndexSearcher.<init> Opening Searcher@1ec8cac main
[junit4:junit4]   2> 14274 T1154 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty3/tlog
[junit4:junit4]   2> 14274 T1154 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14274 T1154 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14277 T1155 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ec8cac main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14278 T1154 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14279 T1154 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15704 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15705 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43799",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43799_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 15705 T1102 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15705 T1102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15709 T1137 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> 15709 T1153 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> 15709 T1101 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> 15709 T1121 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> 15709 T1108 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> 16280 T1154 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16280 T1154 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43799 collection:collection1 shard:shard2
[junit4:junit4]   2> 16283 T1154 oasc.ZkController.register We are http://127.0.0.1:43799/collection1/ and leader is http://127.0.0.1:41813/collection1/
[junit4:junit4]   2> 16283 T1154 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43799
[junit4:junit4]   2> 16283 T1154 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16283 T1154 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C59 name=collection1 org.apache.solr.core.SolrCore@2ef433 url=http://127.0.0.1:43799/collection1 node=127.0.0.1:43799_ C59_STATE=coll:collection1 core:collection1 props:{collection=collection1, state=down, core=collection1, base_url=http://127.0.0.1:43799, node_name=127.0.0.1:43799_}
[junit4:junit4]   2> 16283 T1156 C59 P43799 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16284 T1156 C59 P43799 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16284 T1154 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16284 T1156 C59 P43799 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16284 T1156 C59 P43799 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16285 T1156 C59 P43799 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16285 T1079 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16286 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16286 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16352 T1079 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16354 T1079 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59094
[junit4:junit4]   2> 16354 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16355 T1079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16355 T1079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127
[junit4:junit4]   2> 16356 T1079 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/solr.xml
[junit4:junit4]   2> 16356 T1079 oasc.CoreContainer.<init> New CoreContainer 24971498
[junit4:junit4]   2> 16357 T1079 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/'
[junit4:junit4]   2> 16357 T1079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/'
[junit4:junit4]   2> 16375 T1079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16375 T1079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16376 T1079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16376 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16376 T1079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16377 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16377 T1079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16377 T1079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16378 T1079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16378 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16384 T1079 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16394 T1079 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59121/solr
[junit4:junit4]   2> 16394 T1079 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16395 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f7ece3
[junit4:junit4]   2> 16396 T1167 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16396 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16396 T1167 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 16396 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34139
[junit4:junit4]   2> 16397 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34139
[junit4:junit4]   2> 16397 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce4000b with negotiated timeout 20000 for client /127.0.0.1:34139
[junit4:junit4]   2> 16397 T1167 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce4000b, negotiated timeout = 20000
[junit4:junit4]   2> 16398 T1168 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f7ece3 name:ZooKeeperConnection Watcher:127.0.0.1:59121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16398 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16399 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce4000b
[junit4:junit4]   2> 16399 T1168 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16399 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34139 which had sessionid 0x13d6fd0dce4000b
[junit4:junit4]   2> 16399 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce4000b closed
[junit4:junit4]   2> 16400 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16402 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@f8ce3b
[junit4:junit4]   2> 16403 T1169 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16403 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16404 T1169 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 16404 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34140
[junit4:junit4]   2> 16404 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34140
[junit4:junit4]   2> 16404 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce4000c with negotiated timeout 20000 for client /127.0.0.1:34140
[junit4:junit4]   2> 16405 T1169 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce4000c, negotiated timeout = 20000
[junit4:junit4]   2> 16405 T1170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f8ce3b name:ZooKeeperConnection Watcher:127.0.0.1:59121/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16405 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16406 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce4000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16406 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce4000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16407 T1079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17213 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17214 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43799",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43799_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:43799__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 17217 T1101 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> 17217 T1108 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> 17217 T1153 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> 17217 T1137 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> 17217 T1170 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> 17217 T1121 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> 17289 T1115 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {action=PREPRECOVERY&onlyIfLeader=true&state=recovering&core=collection1&nodeName=127.0.0.1:43799_&wt=javabin&version=2&checkLive=true&coreNodeName=127.0.0.1:43799__collection1} status=0 QTime=1000 
[junit4:junit4]   2> 17409 T1079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59094_
[junit4:junit4]   2> 17410 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce4000c type:delete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59094_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59094_
[junit4:junit4]   2> 17411 T1079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59094_
[junit4:junit4]   2> 17412 T1101 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> 17412 T1108 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> 17413 T1153 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17413 T1137 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17413 T1121 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17413 T1170 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17413 T1137 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> 17413 T1153 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> 17414 T1170 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> 17414 T1121 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> 17414 T1108 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17415 T1101 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17418 T1171 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/collection1
[junit4:junit4]   2> 17419 T1171 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17419 T1171 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17419 T1171 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17420 T1171 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/collection1/'
[junit4:junit4]   2> 17420 T1171 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/collection1/lib/README' to classloader
[junit4:junit4]   2> 17421 T1171 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17447 T1171 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 17477 T1171 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17478 T1171 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17481 T1171 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17820 T1171 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17826 T1171 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17828 T1171 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17842 T1171 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17846 T1171 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17849 T1171 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17851 T1171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17851 T1171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17851 T1171 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17853 T1171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17853 T1171 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17853 T1171 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17854 T1171 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363380608127/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty4/
[junit4:junit4]   2> 17854 T1171 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f6b3b
[junit4:junit4]   2> 17854 T1171 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17855 T1171 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty4 forceNew: false
[junit4:junit4]   2> 17856 T1171 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty4/index/
[junit4:junit4]   2> 17856 T1171 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17856 T1171 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty4/index forceNew: false
[junit4:junit4]   2> 17858 T1171 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@171be9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@112aa3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17859 T1171 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17862 T1171 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17863 T1171 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17864 T1171 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17865 T1171 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17866 T1171 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17867 T1171 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17867 T1171 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17868 T1171 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17869 T1171 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17875 T1171 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17877 T1171 oass.SolrIndexSearcher.<init> Opening Searcher@1e097ed main
[junit4:junit4]   2> 17877 T1171 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty4/tlog
[junit4:junit4]   2> 17877 T1171 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17877 T1171 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17881 T1172 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e097ed main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17882 T1171 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17882 T1171 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18723 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18724 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59094",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59094_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 18724 T1102 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18725 T1102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18730 T1137 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> 18731 T1101 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> 18731 T1170 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> 18731 T1108 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> 18731 T1121 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> 18730 T1153 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> 18898 T1171 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18899 T1171 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59094 collection:collection1 shard:shard1
[junit4:junit4]   2> 18903 T1171 oasc.ZkController.register We are http://127.0.0.1:59094/collection1/ and leader is http://127.0.0.1:45579/collection1/
[junit4:junit4]   2> 18903 T1171 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59094
[junit4:junit4]   2> 18903 T1171 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18904 T1171 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C60 name=collection1 org.apache.solr.core.SolrCore@6cb275 url=http://127.0.0.1:59094/collection1 node=127.0.0.1:59094_ C60_STATE=coll:collection1 core:collection1 props:{collection=collection1, state=down, core=collection1, base_url=http://127.0.0.1:59094, node_name=127.0.0.1:59094_}
[junit4:junit4]   2> 18904 T1173 C60 P59094 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18905 T1171 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18905 T1173 C60 P59094 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18906 T1173 C60 P59094 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18906 T1173 C60 P59094 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18907 T1079 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18908 T1173 C60 P59094 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18907 T1079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18908 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18914 T1079 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18916 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18923 T1115 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/onenodecollectioncore
[junit4:junit4]   2> 18923 T1115 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18925 T1115 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18925 T1115 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18927 T1115 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18927 T1115 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18930 T1115 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18932 T1115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/onenodecollectioncore/'
[junit4:junit4]   2> 18972 T1115 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 19003 T1115 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19004 T1115 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19007 T1115 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C59_STATE=coll:collection1 core:collection1 props:{collection=collection1, state=recovering, shard=shard2, core=collection1, base_url=http://127.0.0.1:43799, node_name=127.0.0.1:43799_}
[junit4:junit4]   2> 19290 T1156 C59 P43799 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41813/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19291 T1156 C59 P43799 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:43799 START replicas=[http://127.0.0.1:41813/collection1/] nUpdates=100
[junit4:junit4]   2> 19291 T1156 C59 P43799 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19291 T1156 C59 P43799 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19291 T1156 C59 P43799 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19292 T1156 C59 P43799 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19292 T1156 C59 P43799 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19292 T1156 C59 P43799 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41813/collection1/. core=collection1
[junit4:junit4]   2> 19292 T1156 C59 P43799 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C61 name=collection1 org.apache.solr.core.SolrCore@12be58f url=http://127.0.0.1:41813/collection1 node=127.0.0.1:41813_ C61_STATE=coll:collection1 core:collection1 props:{collection=collection1, state=active, shard=shard2, core=collection1, base_url=http://127.0.0.1:41813, node_name=127.0.0.1:41813_, leader=true}
[junit4:junit4]   2> 19295 T1116 C61 P41813 REQ /get {getVersions=100&qt=/get&distrib=false&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19295 T1117 C61 P41813 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19297 T1117 C61 P41813 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1735527 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cadbfe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19298 T1117 C61 P41813 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19299 T1117 C61 P41813 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1735527 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cadbfe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1735527 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cadbfe),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19299 T1117 C61 P41813 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19300 T1117 C61 P41813 oass.SolrIndexSearcher.<init> Opening Searcher@b81510 realtime
[junit4:junit4]   2> 19301 T1117 C61 P41813 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19301 T1117 C61 P41813 /update {openSearcher=false&commit_end_point=true&wt=javabin&softCommit=false&version=2&commit=true&waitSearcher=true} {commit=} 0 6
[junit4:junit4]   2> 19302 T1156 C59 P43799 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19303 T1156 C59 P43799 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19306 T1114 C61 P41813 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19306 T1114 C61 P41813 REQ /replication {qt=/replication&command=indexversion&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 19307 T1156 C59 P43799 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19308 T1156 C59 P43799 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19308 T1156 C59 P43799 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19310 T1117 C61 P41813 REQ /replication {generation=2&qt=/replication&command=filelist&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19311 T1156 C59 P43799 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19312 T1156 C59 P43799 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty3/index.20130315145011148 forceNew: false
[junit4:junit4]   2> 19313 T1156 C59 P43799 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@13d3afc lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7c3a)) fullCopy=false
[junit4:junit4]   2> 19316 T1116 C61 P41813 REQ /replication {generation=2&file=segments_2&qt=/replication&command=filecontent&checksum=true&wt=filestream} status=0 QTime=1 
[junit4:junit4]   2> 19317 T1156 C59 P43799 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19317 T1156 C59 P43799 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19317 T1156 C59 P43799 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19318 T1156 C59 P43799 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1595c93 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ede880),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1595c93 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ede880),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19319 T1156 C59 P43799 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19319 T1156 C59 P43799 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19319 T1156 C59 P43799 oass.SolrIndexSearcher.<init> Opening Searcher@85f8b4 main
[junit4:junit4]   2> 19320 T1155 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@85f8b4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19320 T1156 C59 P43799 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@13d3afc lockFactory=org.apache.lucene.store.NativeFSLockFactory@3f7c3a))
[junit4:junit4]   2> 19320 T1156 C59 P43799 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19320 T1156 C59 P43799 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19321 T1156 C59 P43799 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19321 T1156 C59 P43799 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19322 T1156 C59 P43799 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19347 T1115 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19352 T1115 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19355 T1115 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19367 T1115 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19370 T1115 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19373 T1115 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19374 T1115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19374 T1115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19374 T1115 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19375 T1115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19375 T1115 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19376 T1115 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19376 T1115 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363380595300/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841/onenodecollection/
[junit4:junit4]   2> 19376 T1115 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15f6b3b
[junit4:junit4]   2> 19377 T1115 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19377 T1115 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841/onenodecollection forceNew: false
[junit4:junit4]   2> 19378 T1115 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841/onenodecollection/index/
[junit4:junit4]   2> 19378 T1115 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19378 T1115 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841/onenodecollection/index forceNew: false
[junit4:junit4]   2> 19380 T1115 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1ee072c lockFactory=org.apache.lucene.store.NativeFSLockFactory@ca831e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19380 T1115 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19382 T1115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19382 T1115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19382 T1115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19383 T1115 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19383 T1115 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19383 T1115 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19384 T1115 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19384 T1115 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19385 T1115 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19387 T1115 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19389 T1115 oass.SolrIndexSearcher.<init> Opening Searcher@2b20c1 main
[junit4:junit4]   2> 19389 T1115 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841/onenodecollection/tlog
[junit4:junit4]   2> 19390 T1115 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19390 T1115 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19393 T1177 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@2b20c1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19393 T1115 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20238 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20239 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59094",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59094_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59094__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 20245 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43799",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43799_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:43799__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 20250 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41813",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41813_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":"none"}
[junit4:junit4]   2> 20251 T1102 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20251 T1102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20258 T1153 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> 20258 T1137 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> 20258 T1108 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> 20258 T1121 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> 20258 T1101 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> 20258 T1170 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> 20395 T1115 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20395 T1115 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:41813 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20397 T1115 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20406 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20407 T1115 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20408 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20410 T1115 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20411 T1115 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20412 T1115 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41813/onenodecollectioncore/
[junit4:junit4]   2> 20412 T1115 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20413 T1115 oasc.SyncStrategy.syncToMe http://127.0.0.1:41813/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20413 T1115 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41813/onenodecollectioncore/
[junit4:junit4]   2> 20414 T1115 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20419 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20915 T1131 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {action=PREPRECOVERY&onlyIfLeader=true&state=recovering&core=collection1&nodeName=127.0.0.1:59094_&wt=javabin&version=2&checkLive=true&coreNodeName=127.0.0.1:59094__collection1} status=0 QTime=2000 
[junit4:junit4]   2> 21769 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21784 T1170 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> 21784 T1137 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> 21784 T1108 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> 21784 T1121 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> 21784 T1101 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> 21784 T1153 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> 21824 T1115 oasc.ZkController.register We are http://127.0.0.1:41813/onenodecollectioncore/ and leader is http://127.0.0.1:41813/onenodecollectioncore/
[junit4:junit4]   2> 21825 T1115 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:41813
[junit4:junit4]   2> 21825 T1115 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21826 T1115 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21828 T1115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21829 T1115 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {numShards=1&action=CREATE&collection=onenodecollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363380591841/onenodecollection&name=onenodecollectioncore&wt=javabin&version=2&roles=none} status=0 QTime=2906 
[junit4:junit4]   2> 21830 T1079 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21832 T1079 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22834 T1079 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C60_STATE=coll:collection1 core:collection1 props:{collection=collection1, state=recovering, shard=shard1, core=collection1, base_url=http://127.0.0.1:59094, node_name=127.0.0.1:59094_}
[junit4:junit4]   2> 22916 T1173 C60 P59094 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:45579/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22916 T1173 C60 P59094 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:59094 START replicas=[http://127.0.0.1:45579/collection1/] nUpdates=100
[junit4:junit4]   2> 22916 T1173 C60 P59094 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22917 T1173 C60 P59094 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22917 T1173 C60 P59094 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22917 T1173 C60 P59094 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22917 T1173 C60 P59094 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22917 T1173 C60 P59094 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:45579/collection1/. core=collection1
[junit4:junit4]   2> 22917 T1173 C60 P59094 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C62 name=collection1 org.apache.solr.core.SolrCore@9209dd url=http://127.0.0.1:45579/collection1 node=127.0.0.1:45579_ C62_STATE=coll:collection1 core:collection1 props:{collection=collection1, state=active, shard=shard1, core=collection1, base_url=http://127.0.0.1:45579, node_name=127.0.0.1:45579_, leader=true}
[junit4:junit4]   2> 22921 T1130 C62 P45579 REQ /get {getVersions=100&qt=/get&distrib=false&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 22922 T1132 C62 P45579 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22923 T1132 C62 P45579 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1960a6c lockFactory=org.apache.lucene.store.NativeFSLockFactory@95b74a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22924 T1132 C62 P45579 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22924 T1132 C62 P45579 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1960a6c lockFactory=org.apache.lucene.store.NativeFSLockFactory@95b74a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1960a6c lockFactory=org.apache.lucene.store.NativeFSLockFactory@95b74a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22924 T1132 C62 P45579 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22925 T1132 C62 P45579 oass.SolrIndexSearcher.<init> Opening Searcher@10d493c realtime
[junit4:junit4]   2> 22925 T1132 C62 P45579 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22925 T1132 C62 P45579 /update {openSearcher=false&commit_end_point=true&wt=javabin&softCommit=false&version=2&commit=true&waitSearcher=true} {commit=} 0 3
[junit4:junit4]   2> 22926 T1173 C60 P59094 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22926 T1173 C60 P59094 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22927 T1131 C62 P45579 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22927 T1131 C62 P45579 REQ /replication {qt=/replication&command=indexversion&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 22928 T1173 C60 P59094 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22928 T1173 C60 P59094 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22928 T1173 C60 P59094 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22930 T1130 C62 P45579 REQ /replication {generation=2&qt=/replication&command=filelist&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 22931 T1173 C60 P59094 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22932 T1173 C60 P59094 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/jetty4/index.20130315145014768 forceNew: false
[junit4:junit4]   2> 22932 T1173 C60 P59094 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@857f1c lockFactory=org.apache.lucene.store.NativeFSLockFactory@113f164)) fullCopy=false
[junit4:junit4]   2> 22936 T1132 C62 P45579 REQ /replication {generation=2&file=segments_2&qt=/replication&command=filecontent&checksum=true&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 22937 T1173 C60 P59094 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22938 T1173 C60 P59094 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22938 T1173 C60 P59094 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22939 T1173 C60 P59094 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@171be9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@112aa3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@171be9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@112aa3),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22939 T1173 C60 P59094 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22939 T1173 C60 P59094 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22939 T1173 C60 P59094 oass.SolrIndexSearcher.<init> Opening Searcher@1de45f7 main
[junit4:junit4]   2> 22940 T1172 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1de45f7 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22940 T1173 C60 P59094 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@857f1c lockFactory=org.apache.lucene.store.NativeFSLockFactory@113f164))
[junit4:junit4]   2> 22940 T1173 C60 P59094 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22941 T1173 C60 P59094 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22941 T1173 C60 P59094 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22941 T1173 C60 P59094 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22942 T1173 C60 P59094 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23292 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23294 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41813",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41813_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:41813__onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none"}
[junit4:junit4]   2> 23298 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59094",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59094_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59094__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 23304 T1101 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> 23304 T1108 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> 23304 T1137 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> 23305 T1153 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> 23304 T1121 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> 23305 T1170 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> 23838 T1079 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23840 T1079 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23840 T1079 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23874 T1133 oejs.Response.sendError WARNING Committed before 404 Can not find: /onenodecollectioncore/update
[junit4:junit4]   2> 23874 T1079 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59121 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@78fb16
[junit4:junit4]   2> 23875 T1133 oejs.ServletHandler.doHandle WARNING /onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[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> 23875 T1180 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59121. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23875 T1079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23876 T1180 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59121, initiating session
[junit4:junit4]   2> 23876 T1081 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:34175
[junit4:junit4]   2> 23876 T1081 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:34175
[junit4:junit4]   2> 23877 T1083 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6fd0dce4000d with negotiated timeout 10000 for client /127.0.0.1:34175
[junit4:junit4]   2> 23877 T1180 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59121, sessionid = 0x13d6fd0dce4000d, negotiated timeout = 10000
[junit4:junit4]   2> 23878 T1181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78fb16 name:ZooKeeperConnection Watcher:127.0.0.1:59121 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23878 T1079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 23943 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce4000d
[junit4:junit4]   2> 23943 T1181 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23944 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34175 which had sessionid 0x13d6fd0dce4000d
[junit4:junit4]   2> 23943 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce4000d closed
[junit4:junit4]   2> 23945 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40004
[junit4:junit4]   2> 23946 T1108 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23946 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34128 which had sessionid 0x13d6fd0dce40004
[junit4:junit4]   2> 23946 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40004 closed
[junit4:junit4]   2> 23951 T1079 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 43120
[junit4:junit4]   2> 23951 T1079 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=23486246
[junit4:junit4]   2> 24815 T1102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24816 T1102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43120",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43120_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:43120__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 24823 T1153 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> 24823 T1137 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 T1101 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> 24823 T1121 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> 24823 T1170 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> 25953 T1079 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 25954 T1079 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25958 T1079 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a12d38
[junit4:junit4]   2> 25964 T1079 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> 25964 T1079 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25965 T1079 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25966 T1079 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 25967 T1079 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25967 T1079 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data
[junit4:junit4]   2> 25968 T1079 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data
[junit4:junit4]   2> 25969 T1079 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data/index
[junit4:junit4]   2> 25969 T1079 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363380591841/control/data/index
[junit4:junit4]   2> 25971 T1102 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89350510467088387-127.0.0.1:43120_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 25972 T1084 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6fd0dce40003
[junit4:junit4]   2> 25973 T1121 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> 25973 T1101 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> 25973 T1153 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> 25973 T1137 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> 25974 T1081 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:34125 which had sessionid 0x13d6fd0dce40003
[junit4:junit4]   2> 25974 T1101 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 25974 T1079 oaz.ZooKeeper.close Session: 0x13d6fd0dce40003 closed
[junit4:junit4]   2> 25974 T1101 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 25975 T1101 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25975 T1170 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25976 T1170 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> 25977 T1137 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25977 T1121 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25977 T1153 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25978 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:delete cxid:0xc3 zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 25979 T1121 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 25982 T1121 oasc.Overseer.start Overseer (id=89350510467088390-127.0.0.1:41813_-n_0000000001) starting
[junit4:junit4]   2> 25983 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0xc8 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25984 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0xc9 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25986 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0xca zxid:0xe9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25987 T1084 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6fd0dce40006 type:create cxid:0xcb zxid:0xea txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25989 T1183 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 25990 T1182 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 25992 T1182 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25993 T1182 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43120",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43120_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:43120__collection1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 25997 T1079 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 25999 T1121 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> 25999 T1153 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> 25999 T1170 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> 25999 T1137 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> 26049 T1079 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 41813
[junit4:junit4]   2> 26050 T1079 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=5564287
[junit4:junit4]   2> 27504 T1182 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27505 T1182 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41813",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41813_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:41813__onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none"}
[junit4:junit4]   2> 27510 T1182 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:ju

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

collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:40367/ef_lcw/o",
[junit4:junit4]   1>            "core":"test_unload_shard_and_collection_2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:40367_ef_lcw%2Fo"}
[junit4:junit4]   1>   /solr/aliases.json (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=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=29554537C6489D94 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Africa/Bamako -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  136s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([29554537C6489D94:A8B3CB2FB117FDA8]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
[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> 136469 T2065 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 136479 T2064 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 136629 T2068 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 137537 T2147 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 137538 T2147 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> 137538 T2147 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 137538 T2147 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=is_IS, timezone=Africa/Bamako
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=244736976,total=483393536
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSolrIndexConfig, UUIDFieldTest, PrimitiveFieldTypeTest, TestRealTimeGet, TestSweetSpotSimilarityFactory, FileBasedSpellCheckerTest, ResourceLoaderTest, ClusterStateUpdateTest, AutoCommitTest, TestPseudoReturnFields, TestFaceting, PluginInfoTest, OverseerTest, UpdateRequestProcessorFactoryTest, SOLR749Test, LukeRequestHandlerTest, SolrCoreTest, TestFieldCollectionResource, DistributedTermsComponentTest, PreAnalyzedFieldTest, FastVectorHighlighterTest, PrimUtilsTest, TestReplicationHandler, TestPerFieldSimilarity, MinimalSchemaTest, TestConfig, FieldMutatingUpdateProcessorTest, DistributedQueryElevationComponentTest, SolrInfoMBeanTest, SpellingQueryConverterTest, DirectSolrConnectionTest, DocumentBuilderTest, TestCollationKeyRangeQueries, RecoveryZkTest, SyncSliceTest, TestPropInjectDefaults, SimpleFacetsTest, TermVectorComponentTest, SolrIndexSplitterTest, TestReversedWildcardFilterFactory, TestSearchPerf, SchemaVersionSpecificBehaviorTest, TestExtendedDismaxParser, LeaderElectionTest, ExternalFileFieldSortTest, TestStressRecovery, TestLMDirichletSimilarityFactory, DirectUpdateHandlerOptimizeTest, ShowFileRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestWriterPerf, TestDocSet, TestDocumentBuilder, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 137.77s, 1 test, 1 failure <<< FAILURES!

[...truncated 477 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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