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/19 19:07:36 UTC

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

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

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

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


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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

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




Build Log:
[...truncated 9089 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1261 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T1261 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518
[junit4:junit4]   2> 4 T1261 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1262 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1262 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1262 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1262 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1262 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T1262 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1261 oasc.ZkTestServer.run start zk server on port:42808
[junit4:junit4]   2> 105 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@9d3eaa
[junit4:junit4]   2> 106 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1267 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T1267 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 107 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60739
[junit4:junit4]   2> 107 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60739
[junit4:junit4]   2> 107 T1265 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 219 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90000 with negotiated timeout 10000 for client /127.0.0.1:60739
[junit4:junit4]   2> 219 T1267 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90000, negotiated timeout = 10000
[junit4:junit4]   2> 219 T1268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9d3eaa name:ZooKeeperConnection Watcher:127.0.0.1:42808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 220 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 220 T1261 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 223 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90000
[junit4:junit4]   2> 229 T1268 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 229 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90000 closed
[junit4:junit4]   2> 229 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60739 which had sessionid 0x13d83c68da90000
[junit4:junit4]   2> 230 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5adb89
[junit4:junit4]   2> 231 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 231 T1269 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 239 T1269 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 239 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60740
[junit4:junit4]   2> 240 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60740
[junit4:junit4]   2> 241 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90001 with negotiated timeout 10000 for client /127.0.0.1:60740
[junit4:junit4]   2> 241 T1269 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90001, negotiated timeout = 10000
[junit4:junit4]   2> 241 T1270 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5adb89 name:ZooKeeperConnection Watcher:127.0.0.1:42808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 242 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 242 T1261 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 245 T1261 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 247 T1261 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 250 T1261 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 252 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 252 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 259 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 259 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 263 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 264 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 266 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 266 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 269 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 269 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 271 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 272 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 274 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 274 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 277 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 277 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 280 T1261 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 280 T1261 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 282 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90001
[junit4:junit4]   2> 283 T1270 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 283 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60740 which had sessionid 0x13d83c68da90001
[junit4:junit4]   2> 283 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90001 closed
[junit4:junit4]   2> 352 T1261 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 359 T1261 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49479
[junit4:junit4]   2> 359 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 360 T1261 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 360 T1261 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802
[junit4:junit4]   2> 361 T1261 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/solr.xml
[junit4:junit4]   2> 361 T1261 oasc.CoreContainer.<init> New CoreContainer 21507837
[junit4:junit4]   2> 362 T1261 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/'
[junit4:junit4]   2> 362 T1261 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/'
[junit4:junit4]   2> 388 T1261 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 389 T1261 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 389 T1261 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 389 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 390 T1261 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 390 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 391 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 391 T1261 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 392 T1261 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 392 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 399 T1261 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 409 T1261 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42808/solr
[junit4:junit4]   2> 410 T1261 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 411 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@100f707
[junit4:junit4]   2> 411 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 412 T1280 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 413 T1280 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 413 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60741
[junit4:junit4]   2> 413 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60741
[junit4:junit4]   2> 415 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90002 with negotiated timeout 20000 for client /127.0.0.1:60741
[junit4:junit4]   2> 415 T1280 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90002, negotiated timeout = 20000
[junit4:junit4]   2> 415 T1281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@100f707 name:ZooKeeperConnection Watcher:127.0.0.1:42808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 415 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 417 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90002
[junit4:junit4]   2> 417 T1281 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 417 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60741 which had sessionid 0x13d83c68da90002
[junit4:junit4]   2> 417 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90002 closed
[junit4:junit4]   2> 418 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 422 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@f00aa9
[junit4:junit4]   2> 423 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 423 T1282 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 424 T1282 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 424 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60742
[junit4:junit4]   2> 424 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60742
[junit4:junit4]   2> 425 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90003 with negotiated timeout 20000 for client /127.0.0.1:60742
[junit4:junit4]   2> 425 T1282 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90003, negotiated timeout = 20000
[junit4:junit4]   2> 425 T1283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f00aa9 name:ZooKeeperConnection Watcher:127.0.0.1:42808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 425 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 427 T1261 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 429 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 430 T1261 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 432 T1261 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 434 T1261 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49479_
[junit4:junit4]   2> 434 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49479_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49479_
[junit4:junit4]   2> 435 T1261 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49479_
[junit4:junit4]   2> 437 T1261 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 449 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 450 T1261 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 452 T1261 oasc.Overseer.start Overseer (id=89372456420704259-127.0.0.1:49479_-n_0000000000) starting
[junit4:junit4]   2> 452 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 453 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 454 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 455 T1261 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 457 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 458 T1285 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 458 T1261 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 461 T1261 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 462 T1261 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 464 T1284 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 466 T1286 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/collection1
[junit4:junit4]   2> 466 T1286 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 467 T1286 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 467 T1286 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 468 T1286 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/collection1/'
[junit4:junit4]   2> 468 T1286 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/collection1/lib/README' to classloader
[junit4:junit4]   2> 468 T1286 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 496 T1286 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 532 T1286 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 533 T1286 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 537 T1286 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 876 T1286 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 881 T1286 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 883 T1286 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 895 T1286 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 898 T1286 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 901 T1286 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 902 T1286 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 902 T1286 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 902 T1286 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 903 T1286 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 903 T1286 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 903 T1286 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 904 T1286 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363715460802/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data/
[junit4:junit4]   2> 904 T1286 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e01c75
[junit4:junit4]   2> 904 T1286 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 904 T1286 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data forceNew: false
[junit4:junit4]   2> 905 T1286 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data/index/
[junit4:junit4]   2> 905 T1286 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 905 T1286 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data/index forceNew: false
[junit4:junit4]   2> 906 T1286 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1255eb4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@180cb86),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 906 T1286 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 907 T1286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 908 T1286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 908 T1286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 908 T1286 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 908 T1286 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 909 T1286 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 909 T1286 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 909 T1286 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 909 T1286 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 911 T1286 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 913 T1286 oass.SolrIndexSearcher.<init> Opening Searcher@1cc03d1 main
[junit4:junit4]   2> 914 T1286 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data/tlog
[junit4:junit4]   2> 914 T1286 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 914 T1286 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 916 T1287 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cc03d1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 917 T1286 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 917 T1286 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1967 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1967 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49479",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49479_"}
[junit4:junit4]   2> 1967 T1284 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1968 T1284 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1971 T1283 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> 2919 T1286 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2919 T1286 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49479 collection:control_collection shard:shard1
[junit4:junit4]   2> 2920 T1286 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2926 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2927 T1286 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2927 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2929 T1286 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2929 T1286 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2929 T1286 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49479/collection1/
[junit4:junit4]   2> 2930 T1286 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2930 T1286 oasc.SyncStrategy.syncToMe http://127.0.0.1:49479/collection1/ has no replicas
[junit4:junit4]   2> 2930 T1286 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49479/collection1/
[junit4:junit4]   2> 2930 T1286 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2933 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3475 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3493 T1283 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> 3536 T1286 oasc.ZkController.register We are http://127.0.0.1:49479/collection1/ and leader is http://127.0.0.1:49479/collection1/
[junit4:junit4]   2> 3537 T1286 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49479
[junit4:junit4]   2> 3537 T1286 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3537 T1286 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3537 T1286 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3539 T1286 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3540 T1261 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3540 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3541 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3546 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3547 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@99c642
[junit4:junit4]   2> 3548 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3548 T1289 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3549 T1289 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 3549 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60744
[junit4:junit4]   2> 3549 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60744
[junit4:junit4]   2> 3550 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90004 with negotiated timeout 10000 for client /127.0.0.1:60744
[junit4:junit4]   2> 3550 T1289 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90004, negotiated timeout = 10000
[junit4:junit4]   2> 3551 T1290 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@99c642 name:ZooKeeperConnection Watcher:127.0.0.1:42808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3551 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3553 T1261 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3555 T1261 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3640 T1261 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3642 T1261 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40971
[junit4:junit4]   2> 3642 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3643 T1261 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3643 T1261 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069
[junit4:junit4]   2> 3643 T1261 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/solr.xml
[junit4:junit4]   2> 3644 T1261 oasc.CoreContainer.<init> New CoreContainer 16895600
[junit4:junit4]   2> 3644 T1261 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/'
[junit4:junit4]   2> 3644 T1261 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/'
[junit4:junit4]   2> 3674 T1261 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3675 T1261 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3675 T1261 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3676 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3676 T1261 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3677 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3677 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3678 T1261 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3678 T1261 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3679 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3688 T1261 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3701 T1261 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42808/solr
[junit4:junit4]   2> 3703 T1261 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3704 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@15c460c
[junit4:junit4]   2> 3705 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3705 T1300 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3706 T1300 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 3706 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60745
[junit4:junit4]   2> 3706 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60745
[junit4:junit4]   2> 3707 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90005 with negotiated timeout 20000 for client /127.0.0.1:60745
[junit4:junit4]   2> 3707 T1300 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90005, negotiated timeout = 20000
[junit4:junit4]   2> 3707 T1301 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c460c name:ZooKeeperConnection Watcher:127.0.0.1:42808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3708 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3709 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90005
[junit4:junit4]   2> 3710 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60745 which had sessionid 0x13d83c68da90005
[junit4:junit4]   2> 3710 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90005 closed
[junit4:junit4]   2> 3711 T1301 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3711 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3715 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@9719d0
[junit4:junit4]   2> 3717 T1302 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3716 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3717 T1302 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 3717 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60746
[junit4:junit4]   2> 3717 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60746
[junit4:junit4]   2> 3718 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90006 with negotiated timeout 20000 for client /127.0.0.1:60746
[junit4:junit4]   2> 3718 T1302 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90006, negotiated timeout = 20000
[junit4:junit4]   2> 3719 T1303 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9719d0 name:ZooKeeperConnection Watcher:127.0.0.1:42808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3719 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3720 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3721 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3723 T1261 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4727 T1261 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40971_
[junit4:junit4]   2> 4728 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40971_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40971_
[junit4:junit4]   2> 4729 T1261 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40971_
[junit4:junit4]   2> 4732 T1283 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> 4732 T1303 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4733 T1290 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4733 T1283 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4737 T1304 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/collection1
[junit4:junit4]   2> 4737 T1304 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4737 T1304 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4738 T1304 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4738 T1304 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/collection1/'
[junit4:junit4]   2> 4739 T1304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/collection1/lib/README' to classloader
[junit4:junit4]   2> 4739 T1304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4760 T1304 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4796 T1304 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4797 T1304 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4800 T1304 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4999 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5000 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:49479__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49479",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49479_"}
[junit4:junit4]   2> 5003 T1290 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> 5003 T1303 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> 5003 T1283 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> 5135 T1304 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5141 T1304 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5143 T1304 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5154 T1304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5157 T1304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5160 T1304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5161 T1304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5161 T1304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5161 T1304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5162 T1304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5162 T1304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5162 T1304 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5163 T1304 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1/
[junit4:junit4]   2> 5163 T1304 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e01c75
[junit4:junit4]   2> 5163 T1304 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5163 T1304 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1 forceNew: false
[junit4:junit4]   2> 5164 T1304 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1/index/
[junit4:junit4]   2> 5164 T1304 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5164 T1304 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1/index forceNew: false
[junit4:junit4]   2> 5165 T1304 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7987ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a561),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5165 T1304 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5167 T1304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5167 T1304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5168 T1304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5168 T1304 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5168 T1304 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5168 T1304 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5169 T1304 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5169 T1304 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5170 T1304 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5173 T1304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5175 T1304 oass.SolrIndexSearcher.<init> Opening Searcher@b6ca10 main
[junit4:junit4]   2> 5175 T1304 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1/tlog
[junit4:junit4]   2> 5176 T1304 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5176 T1304 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5178 T1305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b6ca10 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5179 T1304 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5179 T1304 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6508 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6509 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40971",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40971_"}
[junit4:junit4]   2> 6509 T1284 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6509 T1284 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6513 T1283 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> 6513 T1290 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> 6513 T1303 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> 7181 T1304 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7181 T1304 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40971 collection:collection1 shard:shard2
[junit4:junit4]   2> 7182 T1304 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7241 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7241 T1304 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7242 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7249 T1304 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7249 T1304 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7249 T1304 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40971/collection1/
[junit4:junit4]   2> 7250 T1304 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7250 T1304 oasc.SyncStrategy.syncToMe http://127.0.0.1:40971/collection1/ has no replicas
[junit4:junit4]   2> 7250 T1304 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40971/collection1/
[junit4:junit4]   2> 7250 T1304 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7253 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8018 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8028 T1290 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> 8028 T1283 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> 8028 T1303 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> 8056 T1304 oasc.ZkController.register We are http://127.0.0.1:40971/collection1/ and leader is http://127.0.0.1:40971/collection1/
[junit4:junit4]   2> 8056 T1304 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40971
[junit4:junit4]   2> 8057 T1304 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8057 T1304 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8057 T1304 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8060 T1304 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8061 T1261 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8062 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8062 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8150 T1261 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8152 T1261 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60502
[junit4:junit4]   2> 8153 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8154 T1261 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8154 T1261 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581
[junit4:junit4]   2> 8154 T1261 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/solr.xml
[junit4:junit4]   2> 8155 T1261 oasc.CoreContainer.<init> New CoreContainer 12309537
[junit4:junit4]   2> 8155 T1261 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/'
[junit4:junit4]   2> 8156 T1261 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/'
[junit4:junit4]   2> 8181 T1261 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8182 T1261 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8182 T1261 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8183 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8183 T1261 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8184 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8184 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8184 T1261 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8185 T1261 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8185 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8195 T1261 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8215 T1261 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42808/solr
[junit4:junit4]   2> 8216 T1261 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8216 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d8aa9
[junit4:junit4]   2> 8217 T1316 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8217 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8218 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60747
[junit4:junit4]   2> 8218 T1316 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 8219 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60747
[junit4:junit4]   2> 8221 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90007 with negotiated timeout 20000 for client /127.0.0.1:60747
[junit4:junit4]   2> 8221 T1316 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90007, negotiated timeout = 20000
[junit4:junit4]   2> 8221 T1317 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d8aa9 name:ZooKeeperConnection Watcher:127.0.0.1:42808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8221 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8222 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90007
[junit4:junit4]   2> 8223 T1317 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8223 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60747 which had sessionid 0x13d83c68da90007
[junit4:junit4]   2> 8223 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90007 closed
[junit4:junit4]   2> 8224 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8228 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1cec072
[junit4:junit4]   2> 8229 T1318 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8229 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8230 T1318 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 8230 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60748
[junit4:junit4]   2> 8230 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60748
[junit4:junit4]   2> 8231 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90008 with negotiated timeout 20000 for client /127.0.0.1:60748
[junit4:junit4]   2> 8231 T1318 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90008, negotiated timeout = 20000
[junit4:junit4]   2> 8231 T1319 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cec072 name:ZooKeeperConnection Watcher:127.0.0.1:42808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8231 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8232 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8240 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8242 T1261 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9245 T1261 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60502_
[junit4:junit4]   2> 9245 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60502_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60502_
[junit4:junit4]   2> 9247 T1261 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60502_
[junit4:junit4]   2> 9269 T1290 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> 9269 T1303 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> 9270 T1283 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9270 T1319 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9270 T1283 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> 9271 T1290 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9272 T1303 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9293 T1320 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/collection1
[junit4:junit4]   2> 9293 T1320 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9294 T1320 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9294 T1320 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9295 T1320 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/collection1/'
[junit4:junit4]   2> 9295 T1320 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/collection1/lib/README' to classloader
[junit4:junit4]   2> 9296 T1320 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9317 T1320 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9354 T1320 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9355 T1320 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9358 T1320 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9535 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9536 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40971__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40971",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40971_"}
[junit4:junit4]   2> 9541 T1319 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> 9541 T1283 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> 9541 T1290 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> 9541 T1303 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> 9751 T1320 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9767 T1320 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9770 T1320 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9781 T1320 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9784 T1320 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9786 T1320 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9787 T1320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9788 T1320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9788 T1320 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9789 T1320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9789 T1320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9789 T1320 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9789 T1320 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363715468581/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty2/
[junit4:junit4]   2> 9790 T1320 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e01c75
[junit4:junit4]   2> 9790 T1320 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9790 T1320 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty2 forceNew: false
[junit4:junit4]   2> 9790 T1320 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty2/index/
[junit4:junit4]   2> 9790 T1320 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9791 T1320 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty2/index forceNew: false
[junit4:junit4]   2> 9792 T1320 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d49bb3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a345c3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9792 T1320 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9793 T1320 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9794 T1320 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9794 T1320 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9794 T1320 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9795 T1320 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9795 T1320 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9795 T1320 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9795 T1320 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9795 T1320 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9798 T1320 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9800 T1320 oass.SolrIndexSearcher.<init> Opening Searcher@18b7fd7 main
[junit4:junit4]   2> 9800 T1320 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty2/tlog
[junit4:junit4]   2> 9801 T1320 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9801 T1320 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9803 T1321 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18b7fd7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9804 T1320 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9804 T1320 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11045 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11046 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60502",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60502_"}
[junit4:junit4]   2> 11046 T1284 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11046 T1284 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11058 T1290 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> 11058 T1283 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> 11058 T1319 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> 11058 T1303 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> 11805 T1320 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11806 T1320 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60502 collection:collection1 shard:shard1
[junit4:junit4]   2> 11807 T1320 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11813 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11814 T1320 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11814 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11816 T1320 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11816 T1320 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11817 T1320 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60502/collection1/
[junit4:junit4]   2> 11817 T1320 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11817 T1320 oasc.SyncStrategy.syncToMe http://127.0.0.1:60502/collection1/ has no replicas
[junit4:junit4]   2> 11817 T1320 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60502/collection1/
[junit4:junit4]   2> 11817 T1320 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11821 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12563 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12660 T1319 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> 12660 T1283 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> 12660 T1303 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> 12660 T1290 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> 12674 T1320 oasc.ZkController.register We are http://127.0.0.1:60502/collection1/ and leader is http://127.0.0.1:60502/collection1/
[junit4:junit4]   2> 12675 T1320 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60502
[junit4:junit4]   2> 12675 T1320 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12675 T1320 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12675 T1320 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12680 T1320 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12681 T1261 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12682 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12683 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12775 T1261 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12777 T1261 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48446
[junit4:junit4]   2> 12778 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12778 T1261 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12778 T1261 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202
[junit4:junit4]   2> 12779 T1261 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/solr.xml
[junit4:junit4]   2> 12779 T1261 oasc.CoreContainer.<init> New CoreContainer 11122367
[junit4:junit4]   2> 12780 T1261 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/'
[junit4:junit4]   2> 12780 T1261 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/'
[junit4:junit4]   2> 12802 T1261 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12802 T1261 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12802 T1261 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12803 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12803 T1261 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12803 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12804 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12804 T1261 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12805 T1261 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12805 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12812 T1261 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12821 T1261 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42808/solr
[junit4:junit4]   2> 12822 T1261 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12822 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@102aaf6
[junit4:junit4]   2> 12823 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12823 T1332 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12824 T1332 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 12824 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60750
[junit4:junit4]   2> 12825 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60750
[junit4:junit4]   2> 12826 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da90009 with negotiated timeout 20000 for client /127.0.0.1:60750
[junit4:junit4]   2> 12826 T1332 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da90009, negotiated timeout = 20000
[junit4:junit4]   2> 12827 T1333 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@102aaf6 name:ZooKeeperConnection Watcher:127.0.0.1:42808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12827 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12829 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90009
[junit4:junit4]   2> 12829 T1333 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12829 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60750 which had sessionid 0x13d83c68da90009
[junit4:junit4]   2> 12829 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90009 closed
[junit4:junit4]   2> 12831 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12835 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1469ad8
[junit4:junit4]   2> 12837 T1334 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12837 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12837 T1334 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 12837 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60751
[junit4:junit4]   2> 12838 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60751
[junit4:junit4]   2> 12838 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da9000a with negotiated timeout 20000 for client /127.0.0.1:60751
[junit4:junit4]   2> 12838 T1334 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da9000a, negotiated timeout = 20000
[junit4:junit4]   2> 12839 T1335 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1469ad8 name:ZooKeeperConnection Watcher:127.0.0.1:42808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12839 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12840 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da9000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12841 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da9000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12843 T1261 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13846 T1261 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48446_
[junit4:junit4]   2> 13847 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da9000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48446_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48446_
[junit4:junit4]   2> 13848 T1261 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48446_
[junit4:junit4]   2> 13849 T1303 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> 13850 T1319 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> 13850 T1290 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> 13851 T1283 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13851 T1335 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13851 T1283 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> 13852 T1319 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13852 T1290 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13852 T1303 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13856 T1336 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/collection1
[junit4:junit4]   2> 13856 T1336 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13857 T1336 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13857 T1336 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13858 T1336 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/collection1/'
[junit4:junit4]   2> 13859 T1336 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/collection1/lib/README' to classloader
[junit4:junit4]   2> 13859 T1336 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13893 T1336 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13927 T1336 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13928 T1336 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13931 T1336 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14174 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14175 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60502__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60502",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60502_"}
[junit4:junit4]   2> 14180 T1290 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> 14180 T1303 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> 14181 T1283 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> 14180 T1319 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> 14181 T1335 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> 14314 T1336 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14320 T1336 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14323 T1336 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14337 T1336 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14340 T1336 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14343 T1336 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14344 T1336 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14345 T1336 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14345 T1336 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14346 T1336 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14346 T1336 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14346 T1336 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14346 T1336 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363715473202/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty3/
[junit4:junit4]   2> 14347 T1336 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e01c75
[junit4:junit4]   2> 14347 T1336 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14347 T1336 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty3 forceNew: false
[junit4:junit4]   2> 14347 T1336 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty3/index/
[junit4:junit4]   2> 14348 T1336 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14348 T1336 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty3/index forceNew: false
[junit4:junit4]   2> 14350 T1336 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e7648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16bf530),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14350 T1336 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14352 T1336 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14352 T1336 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14353 T1336 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14353 T1336 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14354 T1336 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14354 T1336 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14354 T1336 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14355 T1336 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14355 T1336 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14358 T1336 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14361 T1336 oass.SolrIndexSearcher.<init> Opening Searcher@16bbfda main
[junit4:junit4]   2> 14361 T1336 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty3/tlog
[junit4:junit4]   2> 14362 T1336 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14362 T1336 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14365 T1337 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16bbfda main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14366 T1336 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14366 T1336 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15686 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15687 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48446",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48446_"}
[junit4:junit4]   2> 15687 T1284 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15687 T1284 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15702 T1335 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> 15702 T1290 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> 15702 T1319 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> 15702 T1303 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> 15703 T1283 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> 16368 T1336 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16369 T1336 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48446 collection:collection1 shard:shard2
[junit4:junit4]   2> 16372 T1336 oasc.ZkController.register We are http://127.0.0.1:48446/collection1/ and leader is http://127.0.0.1:40971/collection1/
[junit4:junit4]   2> 16372 T1336 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48446
[junit4:junit4]   2> 16373 T1336 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16373 T1336 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C392 name=collection1 org.apache.solr.core.SolrCore@1062e03 url=http://127.0.0.1:48446/collection1 node=127.0.0.1:48446_ C392_STATE=coll:collection1 core:collection1 props:{collection=collection1, core=collection1, state=down, base_url=http://127.0.0.1:48446, node_name=127.0.0.1:48446_}
[junit4:junit4]   2> 16373 T1338 C392 P48446 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16374 T1338 C392 P48446 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16374 T1336 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16374 T1338 C392 P48446 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16374 T1338 C392 P48446 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16375 T1261 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16375 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16376 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16377 T1338 C392 P48446 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16485 T1261 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16487 T1261 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48579
[junit4:junit4]   2> 16488 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16488 T1261 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16489 T1261 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901
[junit4:junit4]   2> 16489 T1261 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/solr.xml
[junit4:junit4]   2> 16489 T1261 oasc.CoreContainer.<init> New CoreContainer 32213290
[junit4:junit4]   2> 16490 T1261 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/'
[junit4:junit4]   2> 16490 T1261 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/'
[junit4:junit4]   2> 16515 T1261 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16516 T1261 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16516 T1261 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16517 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16517 T1261 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16517 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16518 T1261 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16518 T1261 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16519 T1261 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16519 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16526 T1261 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16535 T1261 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:42808/solr
[junit4:junit4]   2> 16536 T1261 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16536 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@14718db
[junit4:junit4]   2> 16537 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16537 T1349 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16538 T1349 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 16538 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60756
[junit4:junit4]   2> 16538 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60756
[junit4:junit4]   2> 16559 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da9000b with negotiated timeout 20000 for client /127.0.0.1:60756
[junit4:junit4]   2> 16559 T1349 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da9000b, negotiated timeout = 20000
[junit4:junit4]   2> 16560 T1350 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14718db name:ZooKeeperConnection Watcher:127.0.0.1:42808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16560 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16561 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da9000b
[junit4:junit4]   2> 16579 T1350 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16579 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60756 which had sessionid 0x13d83c68da9000b
[junit4:junit4]   2> 16579 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da9000b closed
[junit4:junit4]   2> 16580 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16583 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1203c45
[junit4:junit4]   2> 16584 T1351 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16584 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16584 T1351 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 16584 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60757
[junit4:junit4]   2> 16585 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60757
[junit4:junit4]   2> 16589 T1351 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da9000c, negotiated timeout = 20000
[junit4:junit4]   2> 16589 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da9000c with negotiated timeout 20000 for client /127.0.0.1:60757
[junit4:junit4]   2> 16590 T1352 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1203c45 name:ZooKeeperConnection Watcher:127.0.0.1:42808/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16590 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16591 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da9000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16593 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da9000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16601 T1261 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17207 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17208 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48446__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48446",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48446_"}
[junit4:junit4]   2> 17218 T1283 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> 17218 T1303 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> 17218 T1335 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> 17218 T1290 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> 17218 T1319 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> 17219 T1352 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> 17389 T1297 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {checkLive=true&coreNodeName=127.0.0.1:48446__collection1&action=PREPRECOVERY&nodeName=127.0.0.1:48446_&version=2&wt=javabin&core=collection1&state=recovering&onlyIfLeader=true} status=0 QTime=1000 
[junit4:junit4]   2> 17604 T1261 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48579_
[junit4:junit4]   2> 17605 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da9000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48579_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48579_
[junit4:junit4]   2> 17606 T1261 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48579_
[junit4:junit4]   2> 17608 T1352 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> 17608 T1303 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> 17608 T1335 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17608 T1283 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17608 T1290 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17609 T1319 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17609 T1319 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> 17608 T1335 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> 17609 T1290 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> 17609 T1283 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> 17610 T1352 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17611 T1303 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17616 T1353 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/collection1
[junit4:junit4]   2> 17616 T1353 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17617 T1353 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17617 T1353 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17618 T1353 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/collection1/'
[junit4:junit4]   2> 17619 T1353 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/collection1/lib/README' to classloader
[junit4:junit4]   2> 17619 T1353 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17642 T1353 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17679 T1353 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17680 T1353 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17683 T1353 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18055 T1353 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18060 T1353 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18063 T1353 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18074 T1353 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18077 T1353 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18079 T1353 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18080 T1353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18081 T1353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18081 T1353 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18082 T1353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18082 T1353 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18082 T1353 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18082 T1353 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363715476901/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty4/
[junit4:junit4]   2> 18082 T1353 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e01c75
[junit4:junit4]   2> 18083 T1353 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18083 T1353 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty4 forceNew: false
[junit4:junit4]   2> 18083 T1353 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty4/index/
[junit4:junit4]   2> 18083 T1353 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18084 T1353 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty4/index forceNew: false
[junit4:junit4]   2> 18085 T1353 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@650bee lockFactory=org.apache.lucene.store.NativeFSLockFactory@e301ed),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18085 T1353 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18086 T1353 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18086 T1353 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18087 T1353 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18087 T1353 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18087 T1353 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18087 T1353 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18088 T1353 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18088 T1353 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18088 T1353 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18090 T1353 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18092 T1353 oass.SolrIndexSearcher.<init> Opening Searcher@14cbe5 main
[junit4:junit4]   2> 18093 T1353 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty4/tlog
[junit4:junit4]   2> 18093 T1353 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18093 T1353 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18096 T1354 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14cbe5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18097 T1353 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18097 T1353 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18724 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18725 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48579",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48579_"}
[junit4:junit4]   2> 18725 T1284 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18725 T1284 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18779 T1319 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> 18779 T1335 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> 18779 T1352 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> 18779 T1283 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> 18779 T1303 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> 18779 T1290 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> 19099 T1353 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19100 T1353 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48579 collection:collection1 shard:shard1
[junit4:junit4]   2> 19103 T1353 oasc.ZkController.register We are http://127.0.0.1:48579/collection1/ and leader is http://127.0.0.1:60502/collection1/
[junit4:junit4]   2> 19103 T1353 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48579
[junit4:junit4]   2> 19103 T1353 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19103 T1353 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C393 name=collection1 org.apache.solr.core.SolrCore@f86e6c url=http://127.0.0.1:48579/collection1 node=127.0.0.1:48579_ C393_STATE=coll:collection1 core:collection1 props:{collection=collection1, core=collection1, state=down, base_url=http://127.0.0.1:48579, node_name=127.0.0.1:48579_}
[junit4:junit4]   2> 19103 T1355 C393 P48579 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19104 T1355 C393 P48579 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19104 T1353 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19104 T1355 C393 P48579 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19104 T1355 C393 P48579 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19105 T1261 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 19105 T1261 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19105 T1355 C393 P48579 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19105 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19110 T1261 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19111 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19117 T1297 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/onenodecollectioncore
[junit4:junit4]   2> 19118 T1297 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19119 T1297 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19119 T1297 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19120 T1297 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19120 T1297 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19122 T1297 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19124 T1297 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/onenodecollectioncore/'
[junit4:junit4]   2> 19160 T1297 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19192 T1297 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19193 T1297 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19197 T1297 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C392_STATE=coll:collection1 core:collection1 props:{collection=collection1, shard=shard2, core=collection1, state=recovering, base_url=http://127.0.0.1:48446, node_name=127.0.0.1:48446_}
[junit4:junit4]   2> 19390 T1338 C392 P48446 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:40971/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19391 T1338 C392 P48446 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48446 START replicas=[http://127.0.0.1:40971/collection1/] nUpdates=100
[junit4:junit4]   2> 19391 T1338 C392 P48446 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19391 T1338 C392 P48446 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19391 T1338 C392 P48446 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19391 T1338 C392 P48446 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19392 T1338 C392 P48446 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19392 T1338 C392 P48446 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:40971/collection1/. core=collection1
[junit4:junit4]   2> 19392 T1338 C392 P48446 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C394 name=collection1 org.apache.solr.core.SolrCore@f045e2 url=http://127.0.0.1:40971/collection1 node=127.0.0.1:40971_ C394_STATE=coll:collection1 core:collection1 props:{collection=collection1, shard=shard2, core=collection1, state=active, base_url=http://127.0.0.1:40971, node_name=127.0.0.1:40971_, leader=true}
[junit4:junit4]   2> 19397 T1299 C394 P40971 REQ /get {qt=/get&distrib=false&version=2&wt=javabin&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 19397 T1296 C394 P40971 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19399 T1296 C394 P40971 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7987ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a561),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19400 T1296 C394 P40971 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19400 T1296 C394 P40971 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7987ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a561),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7987ee lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a561),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19401 T1296 C394 P40971 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19401 T1296 C394 P40971 oass.SolrIndexSearcher.<init> Opening Searcher@c4bf30 realtime
[junit4:junit4]   2> 19402 T1296 C394 P40971 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19402 T1296 C394 P40971 /update {waitSearcher=true&softCommit=false&version=2&commit_end_point=true&wt=javabin&openSearcher=false&commit=true} {commit=} 0 5
[junit4:junit4]   2> 19403 T1338 C392 P48446 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19403 T1338 C392 P48446 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19406 T1299 C394 P40971 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19407 T1299 C394 P40971 REQ /replication {qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=2 
[junit4:junit4]   2> 19408 T1338 C392 P48446 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19408 T1338 C392 P48446 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19408 T1338 C392 P48446 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19410 T1296 C394 P40971 REQ /replication {generation=2&qt=/replication&version=2&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 19411 T1338 C392 P48446 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19412 T1338 C392 P48446 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty3/index.20130319235119925 forceNew: false
[junit4:junit4]   2> 19413 T1338 C392 P48446 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@d49aee lockFactory=org.apache.lucene.store.NativeFSLockFactory@1fc40d4) fullCopy=false
[junit4:junit4]   2> 19415 T1298 C394 P40971 REQ /replication {generation=2&qt=/replication&file=segments_2&command=filecontent&wt=filestream&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 19417 T1338 C392 P48446 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19428 T1338 C392 P48446 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19429 T1338 C392 P48446 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19430 T1338 C392 P48446 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e7648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16bf530),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e7648 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16bf530),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19430 T1338 C392 P48446 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19430 T1338 C392 P48446 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19430 T1338 C392 P48446 oass.SolrIndexSearcher.<init> Opening Searcher@158999d main
[junit4:junit4]   2> 19431 T1337 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@158999d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19431 T1338 C392 P48446 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19431 T1338 C392 P48446 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19431 T1338 C392 P48446 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19431 T1338 C392 P48446 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19439 T1338 C392 P48446 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19565 T1297 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19574 T1297 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19577 T1297 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19593 T1297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19597 T1297 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19601 T1297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19603 T1297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19603 T1297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19604 T1297 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19605 T1297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19605 T1297 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19606 T1297 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19606 T1297 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363715464069/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection/
[junit4:junit4]   2> 19606 T1297 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e01c75
[junit4:junit4]   2> 19607 T1297 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19608 T1297 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection forceNew: false
[junit4:junit4]   2> 19608 T1297 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection/index/
[junit4:junit4]   2> 19609 T1297 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19609 T1297 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection/index forceNew: false
[junit4:junit4]   2> 19611 T1297 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1932a41 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f669a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19611 T1297 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19612 T1297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19613 T1297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19613 T1297 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19614 T1297 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19614 T1297 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19614 T1297 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19615 T1297 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19615 T1297 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19615 T1297 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19618 T1297 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19620 T1297 oass.SolrIndexSearcher.<init> Opening Searcher@9eb3e3 main
[junit4:junit4]   2> 19620 T1297 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection/tlog
[junit4:junit4]   2> 19621 T1297 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19621 T1297 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19624 T1359 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@9eb3e3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19624 T1297 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20355 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20356 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48579__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48579",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48579_"}
[junit4:junit4]   2> 20364 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48446__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48446",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48446_"}
[junit4:junit4]   2> 20371 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40971",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40971_"}
[junit4:junit4]   2> 20372 T1284 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20372 T1284 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20378 T1303 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> 20378 T1352 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> 20378 T1319 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> 20378 T1290 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> 20386 T1283 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> 20386 T1335 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> 20626 T1297 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20627 T1297 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:40971 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20628 T1297 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20634 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20634 T1297 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20635 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20637 T1297 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20637 T1297 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20637 T1297 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40971/onenodecollectioncore/
[junit4:junit4]   2> 20638 T1297 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20638 T1297 oasc.SyncStrategy.syncToMe http://127.0.0.1:40971/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20639 T1297 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40971/onenodecollectioncore/
[junit4:junit4]   2> 20639 T1297 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20642 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21110 T1312 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {checkLive=true&coreNodeName=127.0.0.1:48579__collection1&action=PREPRECOVERY&nodeName=127.0.0.1:48579_&version=2&wt=javabin&core=collection1&state=recovering&onlyIfLeader=true} status=0 QTime=2000 
[junit4:junit4]   2> 21893 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21903 T1283 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> 21903 T1335 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> 21903 T1303 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> 21903 T1319 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> 21903 T1290 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> 21903 T1352 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> 21946 T1297 oasc.ZkController.register We are http://127.0.0.1:40971/onenodecollectioncore/ and leader is http://127.0.0.1:40971/onenodecollectioncore/
[junit4:junit4]   2> 21946 T1297 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:40971
[junit4:junit4]   2> 21947 T1297 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21947 T1297 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21950 T1297 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21951 T1297 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=onenodecollection&action=CREATE&roles=none&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection&version=2&wt=javabin&numShards=1&name=onenodecollectioncore} status=0 QTime=2834 
[junit4:junit4]   2> 21951 T1261 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21952 T1261 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22954 T1261 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C393_STATE=coll:collection1 core:collection1 props:{collection=collection1, shard=shard1, core=collection1, state=recovering, base_url=http://127.0.0.1:48579, node_name=127.0.0.1:48579_}
[junit4:junit4]   2> 23111 T1355 C393 P48579 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60502/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23112 T1355 C393 P48579 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48579 START replicas=[http://127.0.0.1:60502/collection1/] nUpdates=100
[junit4:junit4]   2> 23112 T1355 C393 P48579 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23112 T1355 C393 P48579 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23112 T1355 C393 P48579 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23112 T1355 C393 P48579 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23113 T1355 C393 P48579 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23113 T1355 C393 P48579 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60502/collection1/. core=collection1
[junit4:junit4]   2> 23113 T1355 C393 P48579 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C395 name=collection1 org.apache.solr.core.SolrCore@75e2ee url=http://127.0.0.1:60502/collection1 node=127.0.0.1:60502_ C395_STATE=coll:collection1 core:collection1 props:{collection=collection1, shard=shard1, core=collection1, state=active, base_url=http://127.0.0.1:60502, node_name=127.0.0.1:60502_, leader=true}
[junit4:junit4]   2> 23118 T1315 C395 P60502 REQ /get {qt=/get&distrib=false&version=2&wt=javabin&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 23118 T1313 C395 P60502 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23119 T1313 C395 P60502 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d49bb3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a345c3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23120 T1313 C395 P60502 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23120 T1313 C395 P60502 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d49bb3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a345c3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d49bb3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a345c3),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23120 T1313 C395 P60502 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23121 T1313 C395 P60502 oass.SolrIndexSearcher.<init> Opening Searcher@70b7c1 realtime
[junit4:junit4]   2> 23121 T1313 C395 P60502 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23121 T1313 C395 P60502 /update {waitSearcher=true&softCommit=false&version=2&commit_end_point=true&wt=javabin&openSearcher=false&commit=true} {commit=} 0 3
[junit4:junit4]   2> 23122 T1355 C393 P48579 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23122 T1355 C393 P48579 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23123 T1312 C395 P60502 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23124 T1312 C395 P60502 REQ /replication {qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 23124 T1355 C393 P48579 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23124 T1355 C393 P48579 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23124 T1355 C393 P48579 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23126 T1315 C395 P60502 REQ /replication {generation=2&qt=/replication&version=2&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 23126 T1355 C393 P48579 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23127 T1355 C393 P48579 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty4/index.20130319235123641 forceNew: false
[junit4:junit4]   2> 23128 T1355 C393 P48579 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@188e538 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d87ca) fullCopy=false
[junit4:junit4]   2> 23130 T1313 C395 P60502 REQ /replication {generation=2&qt=/replication&file=segments_2&command=filecontent&wt=filestream&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 23131 T1355 C393 P48579 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23131 T1355 C393 P48579 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23131 T1355 C393 P48579 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23132 T1355 C393 P48579 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@650bee lockFactory=org.apache.lucene.store.NativeFSLockFactory@e301ed),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@650bee lockFactory=org.apache.lucene.store.NativeFSLockFactory@e301ed),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23132 T1355 C393 P48579 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23133 T1355 C393 P48579 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23133 T1355 C393 P48579 oass.SolrIndexSearcher.<init> Opening Searcher@5a2c42 main
[junit4:junit4]   2> 23134 T1354 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a2c42 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23134 T1355 C393 P48579 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23134 T1355 C393 P48579 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23134 T1355 C393 P48579 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23134 T1355 C393 P48579 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23136 T1355 C393 P48579 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23408 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23408 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40971__onenodecollectioncore",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40971",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40971_"}
[junit4:junit4]   2> 23412 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48579__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48579",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48579_"}
[junit4:junit4]   2> 23421 T1352 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> 23421 T1335 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> 23421 T1290 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> 23422 T1303 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> 23421 T1283 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> 23422 T1319 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> 23955 T1261 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23956 T1261 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23956 T1261 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23983 T1261 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:42808 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@171cb84
[junit4:junit4]   2> 23984 T1261 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23984 T1362 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:42808. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23985 T1362 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:42808, initiating session
[junit4:junit4]   2> 23985 T1263 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60776
[junit4:junit4]   2> 23985 T1263 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60776
[junit4:junit4]   2> 23987 T1265 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d83c68da9000d with negotiated timeout 10000 for client /127.0.0.1:60776
[junit4:junit4]   2> 23987 T1362 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:42808, sessionid = 0x13d83c68da9000d, negotiated timeout = 10000
[junit4:junit4]   2> 23987 T1363 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@171cb84 name:ZooKeeperConnection Watcher:127.0.0.1:42808 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23987 T1261 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24025 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da9000d
[junit4:junit4]   2> 24026 T1363 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24026 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60776 which had sessionid 0x13d83c68da9000d
[junit4:junit4]   2> 24026 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da9000d closed
[junit4:junit4]   2> 24027 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90004
[junit4:junit4]   2> 24027 T1290 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24027 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60744 which had sessionid 0x13d83c68da90004
[junit4:junit4]   2> 24027 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90004 closed
[junit4:junit4]   2> 24029 T1261 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 49479
[junit4:junit4]   2> 24030 T1261 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=21507837
[junit4:junit4]   2> 24927 T1284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24928 T1284 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:49479__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49479",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49479_"}
[junit4:junit4]   2> 24932 T1352 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> 24932 T1335 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> 24932 T1319 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> 24932 T1303 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> 24932 T1283 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> 26031 T1261 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 26031 T1261 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 26034 T1261 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@32e0cc
[junit4:junit4]   2> 26036 T1261 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> 26037 T1261 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 26037 T1261 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 26037 T1261 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 26038 T1261 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 26038 T1261 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data
[junit4:junit4]   2> 26039 T1261 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data
[junit4:junit4]   2> 26039 T1261 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data/index
[junit4:junit4]   2> 26039 T1261 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/control/data/index
[junit4:junit4]   2> 26040 T1284 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89372456420704259-127.0.0.1:49479_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 26041 T1266 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d83c68da90003
[junit4:junit4]   2> 26041 T1319 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> 26042 T1263 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60742 which had sessionid 0x13d83c68da90003
[junit4:junit4]   2> 26042 T1303 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26042 T1335 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26042 T1303 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> 26042 T1261 oaz.ZooKeeper.close Session: 0x13d83c68da90003 closed
[junit4:junit4]   2> 26042 T1352 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26042 T1335 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> 26043 T1352 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> 26044 T1319 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26044 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:delete cxid:0xc9 zxid:0xe3 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 26045 T1303 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 26050 T1303 oasc.Overseer.start Overseer (id=89372456420704262-127.0.0.1:40971_-n_0000000001) starting
[junit4:junit4]   2> 26051 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0xce zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26053 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0xcf zxid:0xe6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26054 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0xd1 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26056 T1266 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d83c68da90006 type:create cxid:0xd3 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26057 T1365 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 26057 T1364 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 26059 T1364 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26060 T1364 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:49479__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49479",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49479_"}
[junit4:junit4]   2> 26065 T1261 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 26068 T1319 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> 26068 T1303 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> 26068 T1352 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> 26069 T1335 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> 26118 T1261 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 40971
[junit4:junit4]   2> 26118 T1261 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16895600
[junit4:junit4]   2> 27341 T1283 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27342 T1283 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> 27342 T1283 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27342 T1283 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27575 T1364 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27577 T1364 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40971__onenodecollectioncore",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40971",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40971_"}
[junit4:junit4]   2> 27601 T1364 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40971__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40971",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40971_"}
[junit4:junit4]   2> 27608 T1335 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> 27609 T1319 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> 27609 T1303 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> 27608 T1352 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> 29122 T1261 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 29122 T1261 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 29140 T1261 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 29161 T1261 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@f045e2
[junit4:junit4]   2> 29165 T1261 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 29166 T1261 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 29166 T1261 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 29167 T1261 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 29168 T1261 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 29169 T1261 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1/index
[junit4:junit4]   2> 29169 T1261 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1/index
[junit4:junit4]   2> 29170 T1261 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1
[junit4:junit4]   2> 29170 T1261 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363715460518/jetty1
[junit4:junit4]   2> 29171 T1261 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@15085c6
[junit4:junit4]   2> 29175 T1261 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> 29175 T1261 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 29175 T1261 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 29176 T1261 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 29176 T1261 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 29176 T1261 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection/index
[junit4:junit4]   2> 29177 T1261 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363715460518/onenodecollection/index
[junit4:junit4]   2> 2917

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

junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=9266214EDA95C473 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale= -Dtests.timezone=IST -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  138s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([9266214EDA95C473:1380AF56ADCAA44F]: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> 137876 T899 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 137888 T898 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 138434 T902 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 138974 T981 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 138974 T981 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 138974 T981 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {a_t=Lucene41(blocksize=128), range_facet_sl=PostingsFormat(name=MockRandom), a_si=Pulsing41(freqCutoff=18 minBlockSize=53 maxBlockSize=155), other_tl1=Pulsing41(freqCutoff=18 minBlockSize=53 maxBlockSize=155), multiDefault=Lucene41(blocksize=128), id=PostingsFormat(name=MockRandom), range_facet_l=Lucene41(blocksize=128), intDefault=Pulsing41(freqCutoff=18 minBlockSize=53 maxBlockSize=155), timestamp=Lucene41(blocksize=128), range_facet_si=Lucene41(blocksize=128), _version_=Pulsing41(freqCutoff=18 minBlockSize=53 maxBlockSize=155), text=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=DefaultSimilarity, locale=, timezone=IST
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=63477656,total=203399168
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSearchPerf, TestDocumentBuilder, DocValuesTest, IndexSchemaTest, TermsComponentTest, ResourceLoaderTest, TestStressRecovery, CacheHeaderTest, UUIDFieldTest, TestCharFilters, TestLFUCache, MBeansHandlerTest, TestFieldResource, UpdateRequestProcessorFactoryTest, PluginInfoTest, TestSolrQueryParser, TestPhraseSuggestions, TestSweetSpotSimilarityFactory, TestPropInjectDefaults, TestSolrDeletionPolicy2, StatelessScriptUpdateProcessorFactoryTest, ScriptEngineTest, SpatialFilterTest, ClusterStateUpdateTest, SOLR749Test, SpellingQueryConverterTest, TestWriterPerf, LukeRequestHandlerTest, TestSolrIndexConfig, CSVRequestHandlerTest, TestFastWriter, AutoCommitTest, TestReversedWildcardFilterFactory, TermVectorComponentTest, SynonymTokenizerTest, LoggingHandlerTest, TestDynamicFieldCollectionResource, QueryElevationComponentTest, DateFieldTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, MoreLikeThisHandlerTest, ShardRoutingTest, TestSolrCoreProperties, SliceStateUpdateTest, TestConfig, TestValueSourceCache, CircularListTest, SolrInfoMBeanTest, BadComponentTest, QueryParsingTest, LegacyHTMLStripCharFilterTest, DistributedQueryElevationComponentTest, TestRandomDVFaceting, TestRealTimeGet, TestPseudoReturnFields, DocumentBuilderTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 139.16s, 1 test, 1 failure <<< FAILURES!

[...truncated 457 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1210: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:874: There were test failures: 272 suites, 1144 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

Total time: 39 minutes 56 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:+UseSerialGC
Email was triggered for: Failure
Sending email for trigger: Failure