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/03 03:16:15 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b78) - Build # 4516 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4516/
Java: 64bit/jdk1.8.0-ea-b78 -XX:+UseParallelGC

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

Error Message:
Server at http://127.0.0.1:53302/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:53302/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([3B28AD28CD59424D:BACE2330BA062271]: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:85)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
Still found shard

Stack Trace:
java.lang.AssertionError: Still found shard
	at __randomizedtesting.SeedInfo.seed([3B28AD28CD59424D:BACE2330BA062271]: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 9677 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 1 T2957 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T2957 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269
[junit4:junit4]   2> 4 T2957 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T2958 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T2958 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T2958 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T2958 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T2958 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T2958 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T2957 oasc.ZkTestServer.run start zk server on port:52002
[junit4:junit4]   2> 105 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@55489aeb
[junit4:junit4]   2> 106 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T2963 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T2963 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 107 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45963
[junit4:junit4]   2> 107 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45963
[junit4:junit4]   2> 107 T2961 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 209 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80000 with negotiated timeout 10000 for client /127.0.0.1:45963
[junit4:junit4]   2> 209 T2963 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80000, negotiated timeout = 10000
[junit4:junit4]   2> 209 T2964 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55489aeb name:ZooKeeperConnection Watcher:127.0.0.1:52002 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 210 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 210 T2957 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 213 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d80000
[junit4:junit4]   2> 213 T2964 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 213 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d80000 closed
[junit4:junit4]   2> 213 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5b8f7e32
[junit4:junit4]   2> 214 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45963 which had sessionid 0x13d2e0512d80000
[junit4:junit4]   2> 215 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 215 T2965 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 215 T2965 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 215 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45964
[junit4:junit4]   2> 216 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45964
[junit4:junit4]   2> 216 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80001 with negotiated timeout 10000 for client /127.0.0.1:45964
[junit4:junit4]   2> 216 T2965 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80001, negotiated timeout = 10000
[junit4:junit4]   2> 217 T2966 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b8f7e32 name:ZooKeeperConnection Watcher:127.0.0.1:52002/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 217 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 217 T2957 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 219 T2957 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 221 T2957 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 222 T2957 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 223 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 224 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 226 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 227 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 229 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 230 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 231 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 231 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 233 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 233 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 234 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 235 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 236 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 236 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 238 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 238 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 240 T2957 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 240 T2957 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 241 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d80001
[junit4:junit4]   2> 242 T2966 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 242 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45964 which had sessionid 0x13d2e0512d80001
[junit4:junit4]   2> 242 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d80001 closed
[junit4:junit4]   2> 300 T2957 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 318 T2957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45685
[junit4:junit4]   2> 319 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 319 T2957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 319 T2957 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507
[junit4:junit4]   2> 320 T2957 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/solr.xml
[junit4:junit4]   2> 320 T2957 oasc.CoreContainer.<init> New CoreContainer 270066169
[junit4:junit4]   2> 320 T2957 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/'
[junit4:junit4]   2> 320 T2957 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/'
[junit4:junit4]   2> 336 T2957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 337 T2957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 337 T2957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 337 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 338 T2957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 338 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 338 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 338 T2957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 339 T2957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 339 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 344 T2957 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 353 T2957 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52002/solr
[junit4:junit4]   2> 353 T2957 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 354 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5edba414
[junit4:junit4]   2> 354 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 355 T2976 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 355 T2976 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 355 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45965
[junit4:junit4]   2> 355 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45965
[junit4:junit4]   2> 356 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80002 with negotiated timeout 20000 for client /127.0.0.1:45965
[junit4:junit4]   2> 356 T2976 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80002, negotiated timeout = 20000
[junit4:junit4]   2> 356 T2977 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5edba414 name:ZooKeeperConnection Watcher:127.0.0.1:52002 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 357 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 357 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d80002
[junit4:junit4]   2> 358 T2977 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 358 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45965 which had sessionid 0x13d2e0512d80002
[junit4:junit4]   2> 358 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d80002 closed
[junit4:junit4]   2> 358 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 360 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5ae6fdd3
[junit4:junit4]   2> 361 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 361 T2978 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 362 T2978 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 362 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45966
[junit4:junit4]   2> 362 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45966
[junit4:junit4]   2> 363 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80003 with negotiated timeout 20000 for client /127.0.0.1:45966
[junit4:junit4]   2> 363 T2978 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80003, negotiated timeout = 20000
[junit4:junit4]   2> 363 T2979 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ae6fdd3 name:ZooKeeperConnection Watcher:127.0.0.1:52002/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 363 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 364 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 365 T2957 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 366 T2957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45685_
[junit4:junit4]   2> 366 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45685_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45685_
[junit4:junit4]   2> 367 T2957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45685_
[junit4:junit4]   2> 368 T2957 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 371 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 371 T2957 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 373 T2957 oasc.Overseer.start Overseer (id=89278166943137795-127.0.0.1:45685_-n_0000000000) starting
[junit4:junit4]   2> 374 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 374 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 375 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 375 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 376 T2981 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 376 T2957 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 377 T2957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 378 T2980 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 381 T2982 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/collection1
[junit4:junit4]   2> 381 T2982 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 381 T2982 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 381 T2982 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 382 T2982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/collection1/'
[junit4:junit4]   2> 382 T2982 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/collection1/lib/README' to classloader
[junit4:junit4]   2> 383 T2982 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 403 T2982 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 427 T2982 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 428 T2982 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 431 T2982 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 749 T2982 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 754 T2982 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 756 T2982 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 763 T2982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 766 T2982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 769 T2982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 769 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 770 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 770 T2982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 770 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 771 T2982 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 771 T2982 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362276717507/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data/
[junit4:junit4]   2> 771 T2982 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d231ab
[junit4:junit4]   2> 771 T2982 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 772 T2982 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data forceNew:false
[junit4:junit4]   2> 772 T2982 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data
[junit4:junit4]   2> 772 T2982 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data/index/
[junit4:junit4]   2> 772 T2982 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 772 T2982 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data/index forceNew:false
[junit4:junit4]   2> 775 T2982 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f311b71; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 775 T2982 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 776 T2982 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data/index
[junit4:junit4]   2> 777 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 777 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 777 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 778 T2982 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 778 T2982 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 778 T2982 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 778 T2982 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 779 T2982 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 779 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 781 T2982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 783 T2982 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data
[junit4:junit4]   2> 784 T2982 oass.SolrIndexSearcher.<init> Opening Searcher@6495586c main
[junit4:junit4]   2> 784 T2982 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 784 T2982 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 787 T2982 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/control/data
[junit4:junit4]   2> 787 T2983 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6495586c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 788 T2982 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 788 T2982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 788 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1880 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1881 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45685",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45685_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 1881 T2980 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1881 T2980 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1882 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1886 T2979 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> 2790 T2982 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2790 T2982 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45685 collection:control_collection shard:shard1
[junit4:junit4]   2> 2791 T2982 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2795 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2795 T2982 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2795 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2797 T2982 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2797 T2982 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2797 T2982 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45685/collection1/
[junit4:junit4]   2> 2798 T2982 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2798 T2982 oasc.SyncStrategy.syncToMe http://127.0.0.1:45685/collection1/ has no replicas
[junit4:junit4]   2> 2798 T2982 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45685/collection1/
[junit4:junit4]   2> 2798 T2982 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2800 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3389 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3394 T2979 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> 3402 T2982 oasc.ZkController.register We are http://127.0.0.1:45685/collection1/ and leader is http://127.0.0.1:45685/collection1/
[junit4:junit4]   2> 3403 T2982 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45685
[junit4:junit4]   2> 3403 T2982 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3403 T2982 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3403 T2982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3404 T2982 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3405 T2957 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3406 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3406 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3410 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3411 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2d09b49d
[junit4:junit4]   2> 3412 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3413 T2984 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3413 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45967
[junit4:junit4]   2> 3414 T2984 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 3414 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45967
[junit4:junit4]   2> 3415 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80004 with negotiated timeout 10000 for client /127.0.0.1:45967
[junit4:junit4]   2> 3415 T2984 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80004, negotiated timeout = 10000
[junit4:junit4]   2> 3415 T2985 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d09b49d name:ZooKeeperConnection Watcher:127.0.0.1:52002/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3415 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3416 T2957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3417 T2957 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3491 T2957 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3493 T2957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49710
[junit4:junit4]   2> 3494 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3495 T2957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3495 T2957 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683
[junit4:junit4]   2> 3495 T2957 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/solr.xml
[junit4:junit4]   2> 3496 T2957 oasc.CoreContainer.<init> New CoreContainer 829362631
[junit4:junit4]   2> 3496 T2957 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/'
[junit4:junit4]   2> 3496 T2957 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/'
[junit4:junit4]   2> 3513 T2957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3513 T2957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3513 T2957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3514 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3514 T2957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3514 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3515 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3515 T2957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3515 T2957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3516 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3524 T2957 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3533 T2957 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52002/solr
[junit4:junit4]   2> 3533 T2957 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3533 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c6b8ce7
[junit4:junit4]   2> 3534 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3534 T2995 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3535 T2995 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 3535 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45968
[junit4:junit4]   2> 3536 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45968
[junit4:junit4]   2> 3537 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80005 with negotiated timeout 20000 for client /127.0.0.1:45968
[junit4:junit4]   2> 3537 T2995 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80005, negotiated timeout = 20000
[junit4:junit4]   2> 3537 T2996 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c6b8ce7 name:ZooKeeperConnection Watcher:127.0.0.1:52002 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3537 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3538 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d80005
[junit4:junit4]   2> 3538 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45968 which had sessionid 0x13d2e0512d80005
[junit4:junit4]   2> 3539 T2996 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3539 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d80005 closed
[junit4:junit4]   2> 3539 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3541 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@315c4479
[junit4:junit4]   2> 3542 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3543 T2997 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3543 T2997 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 3543 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45969
[junit4:junit4]   2> 3543 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45969
[junit4:junit4]   2> 3544 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80006 with negotiated timeout 20000 for client /127.0.0.1:45969
[junit4:junit4]   2> 3544 T2997 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80006, negotiated timeout = 20000
[junit4:junit4]   2> 3544 T2998 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@315c4479 name:ZooKeeperConnection Watcher:127.0.0.1:52002/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3545 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3545 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3546 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3547 T2957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4549 T2957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49710_
[junit4:junit4]   2> 4549 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49710_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49710_
[junit4:junit4]   2> 4550 T2957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49710_
[junit4:junit4]   2> 4551 T2985 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4551 T2979 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4551 T2998 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4551 T2979 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> 4555 T2999 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/collection1
[junit4:junit4]   2> 4556 T2999 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4556 T2999 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4556 T2999 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4557 T2999 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/collection1/'
[junit4:junit4]   2> 4557 T2999 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/collection1/lib/README' to classloader
[junit4:junit4]   2> 4557 T2999 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4580 T2999 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4606 T2999 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4607 T2999 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4610 T2999 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4897 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4898 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45685",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45685_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 4901 T2998 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> 4901 T2985 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> 4901 T2979 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> 4916 T2999 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4921 T2999 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4923 T2999 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4931 T2999 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4934 T2999 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4936 T2999 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4937 T2999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4937 T2999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4938 T2999 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4938 T2999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4938 T2999 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4938 T2999 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/
[junit4:junit4]   2> 4939 T2999 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d231ab
[junit4:junit4]   2> 4939 T2999 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4939 T2999 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1 forceNew:false
[junit4:junit4]   2> 4939 T2999 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1
[junit4:junit4]   2> 4940 T2999 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index/
[junit4:junit4]   2> 4940 T2999 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4940 T2999 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index forceNew:false
[junit4:junit4]   2> 4943 T2999 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e386126; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4944 T2999 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4944 T2999 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index
[junit4:junit4]   2> 4945 T2999 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4945 T2999 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4946 T2999 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4946 T2999 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4946 T2999 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4946 T2999 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4947 T2999 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4947 T2999 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4947 T2999 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4949 T2999 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4951 T2999 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1
[junit4:junit4]   2> 4952 T2999 oass.SolrIndexSearcher.<init> Opening Searcher@18aa4203 main
[junit4:junit4]   2> 4953 T2999 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4953 T2999 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4956 T3000 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18aa4203 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4958 T2999 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4958 T2999 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6404 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6405 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49710",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49710_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 6405 T2980 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6405 T2980 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6408 T2979 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> 6408 T2985 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> 6408 T2998 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> 6959 T2999 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6960 T2999 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49710 collection:collection1 shard:shard1
[junit4:junit4]   2> 6960 T2999 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6965 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6966 T2999 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6966 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6967 T2999 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6967 T2999 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6967 T2999 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49710/collection1/
[junit4:junit4]   2> 6968 T2999 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6968 T2999 oasc.SyncStrategy.syncToMe http://127.0.0.1:49710/collection1/ has no replicas
[junit4:junit4]   2> 6968 T2999 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49710/collection1/
[junit4:junit4]   2> 6968 T2999 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6971 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7910 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7914 T2985 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> 7914 T2979 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> 7914 T2998 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> 7924 T2999 oasc.ZkController.register We are http://127.0.0.1:49710/collection1/ and leader is http://127.0.0.1:49710/collection1/
[junit4:junit4]   2> 7924 T2999 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49710
[junit4:junit4]   2> 7924 T2999 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7924 T2999 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7924 T2999 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7926 T2999 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7926 T2957 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7927 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7927 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7991 T2957 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7994 T2957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53302
[junit4:junit4]   2> 7994 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7995 T2957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7995 T2957 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197
[junit4:junit4]   2> 7995 T2957 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/solr.xml
[junit4:junit4]   2> 7996 T2957 oasc.CoreContainer.<init> New CoreContainer 1405008250
[junit4:junit4]   2> 7996 T2957 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/'
[junit4:junit4]   2> 7996 T2957 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/'
[junit4:junit4]   2> 8012 T2957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8012 T2957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8012 T2957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8013 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8013 T2957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8013 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8014 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8014 T2957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8014 T2957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8014 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8020 T2957 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8028 T2957 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52002/solr
[junit4:junit4]   2> 8028 T2957 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8029 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@274ca9fb
[junit4:junit4]   2> 8029 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8030 T3010 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8030 T3010 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 8030 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45974
[junit4:junit4]   2> 8030 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45974
[junit4:junit4]   2> 8031 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80007 with negotiated timeout 20000 for client /127.0.0.1:45974
[junit4:junit4]   2> 8031 T3010 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80007, negotiated timeout = 20000
[junit4:junit4]   2> 8032 T3011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@274ca9fb name:ZooKeeperConnection Watcher:127.0.0.1:52002 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8032 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8032 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d80007
[junit4:junit4]   2> 8033 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45974 which had sessionid 0x13d2e0512d80007
[junit4:junit4]   2> 8033 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d80007 closed
[junit4:junit4]   2> 8033 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8034 T3011 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8036 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4b14570
[junit4:junit4]   2> 8037 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8037 T3012 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8037 T3012 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 8037 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45975
[junit4:junit4]   2> 8037 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45975
[junit4:junit4]   2> 8038 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80008 with negotiated timeout 20000 for client /127.0.0.1:45975
[junit4:junit4]   2> 8038 T3012 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80008, negotiated timeout = 20000
[junit4:junit4]   2> 8039 T3013 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b14570 name:ZooKeeperConnection Watcher:127.0.0.1:52002/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8039 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8039 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8040 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8041 T2957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9042 T2957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53302_
[junit4:junit4]   2> 9043 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53302_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53302_
[junit4:junit4]   2> 9043 T2957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53302_
[junit4:junit4]   2> 9045 T2979 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> 9045 T2985 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> 9045 T2998 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9045 T2998 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> 9045 T3013 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9046 T2979 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9046 T2985 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9050 T3014 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/collection1
[junit4:junit4]   2> 9050 T3014 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9050 T3014 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9050 T3014 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9051 T3014 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/collection1/'
[junit4:junit4]   2> 9051 T3014 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/collection1/lib/README' to classloader
[junit4:junit4]   2> 9052 T3014 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9083 T3014 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9108 T3014 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9109 T3014 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9112 T3014 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9385 T3014 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9390 T3014 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9393 T3014 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9402 T3014 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9404 T3014 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9406 T3014 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9407 T3014 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9407 T3014 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9407 T3014 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9408 T3014 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9408 T3014 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9408 T3014 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362276725197/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/
[junit4:junit4]   2> 9408 T3014 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d231ab
[junit4:junit4]   2> 9409 T3014 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 9409 T3014 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2 forceNew:false
[junit4:junit4]   2> 9409 T3014 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2
[junit4:junit4]   2> 9410 T3014 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index/
[junit4:junit4]   2> 9410 T3014 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9410 T3014 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index forceNew:false
[junit4:junit4]   2> 9414 T3014 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@692cfc59; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9414 T3014 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9414 T3014 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index
[junit4:junit4]   2> 9416 T3014 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9416 T3014 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9416 T3014 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9417 T3014 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9417 T3014 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9417 T3014 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9417 T3014 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9418 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9418 T3014 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9418 T3014 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9418 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49710",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49710_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 9421 T2998 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> 9421 T3013 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> 9421 T2979 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> 9421 T2985 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> 9421 T3014 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9424 T3014 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2
[junit4:junit4]   2> 9424 T3014 oass.SolrIndexSearcher.<init> Opening Searcher@9fe61cc main
[junit4:junit4]   2> 9425 T3014 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9425 T3014 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9429 T3015 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9fe61cc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9430 T3014 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9431 T3014 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10923 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10924 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53302",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53302_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 10924 T2980 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10924 T2980 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10927 T3013 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> 10927 T2998 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> 10927 T2979 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> 10927 T2985 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11432 T3014 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11432 T3014 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53302 collection:collection1 shard:shard2
[junit4:junit4]   2> 11433 T3014 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11436 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80008 type:delete cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11436 T3014 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11437 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80008 type:create cxid:0x46 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11437 T3014 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11438 T3014 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11438 T3014 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53302/collection1/
[junit4:junit4]   2> 11438 T3014 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11438 T3014 oasc.SyncStrategy.syncToMe http://127.0.0.1:53302/collection1/ has no replicas
[junit4:junit4]   2> 11438 T3014 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53302/collection1/
[junit4:junit4]   2> 11439 T3014 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11440 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80008 type:create cxid:0x4f zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12429 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12434 T2985 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> 12434 T2998 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> 12434 T2979 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> 12434 T3013 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> 12444 T3014 oasc.ZkController.register We are http://127.0.0.1:53302/collection1/ and leader is http://127.0.0.1:53302/collection1/
[junit4:junit4]   2> 12444 T3014 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53302
[junit4:junit4]   2> 12444 T3014 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12444 T3014 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12445 T3014 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12446 T3014 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12447 T2957 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12447 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12448 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12529 T2957 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12531 T2957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38252
[junit4:junit4]   2> 12532 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12533 T2957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12533 T2957 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717
[junit4:junit4]   2> 12533 T2957 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/solr.xml
[junit4:junit4]   2> 12533 T2957 oasc.CoreContainer.<init> New CoreContainer 522320596
[junit4:junit4]   2> 12534 T2957 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/'
[junit4:junit4]   2> 12534 T2957 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/'
[junit4:junit4]   2> 12550 T2957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12550 T2957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12550 T2957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12550 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12551 T2957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12551 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12551 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12552 T2957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12552 T2957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12552 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12557 T2957 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12565 T2957 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52002/solr
[junit4:junit4]   2> 12566 T2957 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12566 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b0db5db
[junit4:junit4]   2> 12567 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12567 T3025 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12568 T3025 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 12568 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45978
[junit4:junit4]   2> 12568 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45978
[junit4:junit4]   2> 12569 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d80009 with negotiated timeout 20000 for client /127.0.0.1:45978
[junit4:junit4]   2> 12569 T3025 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d80009, negotiated timeout = 20000
[junit4:junit4]   2> 12569 T3026 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b0db5db name:ZooKeeperConnection Watcher:127.0.0.1:52002 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12569 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12570 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d80009
[junit4:junit4]   2> 12570 T3026 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12570 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45978 which had sessionid 0x13d2e0512d80009
[junit4:junit4]   2> 12570 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d80009 closed
[junit4:junit4]   2> 12571 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12573 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6e0e61b2
[junit4:junit4]   2> 12574 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12574 T3027 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12574 T3027 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 12574 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45979
[junit4:junit4]   2> 12575 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45979
[junit4:junit4]   2> 12575 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d8000a with negotiated timeout 20000 for client /127.0.0.1:45979
[junit4:junit4]   2> 12575 T3027 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d8000a, negotiated timeout = 20000
[junit4:junit4]   2> 12576 T3028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e0e61b2 name:ZooKeeperConnection Watcher:127.0.0.1:52002/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12576 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12576 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d8000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12577 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d8000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12578 T2957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13579 T2957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38252_
[junit4:junit4]   2> 13580 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d8000a type:delete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38252_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38252_
[junit4:junit4]   2> 13580 T2957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38252_
[junit4:junit4]   2> 13582 T3013 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> 13582 T2985 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> 13582 T2979 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13582 T2998 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13582 T2979 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> 13583 T2998 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> 13583 T3028 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13583 T2985 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13583 T3013 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13587 T3029 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/collection1
[junit4:junit4]   2> 13587 T3029 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13587 T3029 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13588 T3029 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13588 T3029 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/collection1/'
[junit4:junit4]   2> 13589 T3029 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/collection1/lib/README' to classloader
[junit4:junit4]   2> 13589 T3029 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13610 T3029 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13635 T3029 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13636 T3029 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13639 T3029 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13924 T3029 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13930 T3029 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13932 T3029 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13937 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13938 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53302",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53302_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 13940 T3028 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> 13940 T3029 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13940 T2985 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> 13940 T2998 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> 13942 T2979 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> 13945 T3013 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> 13945 T3029 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13949 T3029 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13949 T3029 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13950 T3029 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13950 T3029 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13951 T3029 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 13951 T3029 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 13951 T3029 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362276729717/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/
[junit4:junit4]   2> 13951 T3029 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d231ab
[junit4:junit4]   2> 13952 T3029 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13952 T3029 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3 forceNew:false
[junit4:junit4]   2> 13953 T3029 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3
[junit4:junit4]   2> 13953 T3029 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index/
[junit4:junit4]   2> 13953 T3029 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13954 T3029 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index forceNew:false
[junit4:junit4]   2> 13957 T3029 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12eeb53e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13958 T3029 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13958 T3029 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index
[junit4:junit4]   2> 13960 T3029 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13960 T3029 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13961 T3029 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13961 T3029 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13962 T3029 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13962 T3029 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13962 T3029 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13963 T3029 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13963 T3029 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13967 T3029 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13970 T3029 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3
[junit4:junit4]   2> 13971 T3029 oass.SolrIndexSearcher.<init> Opening Searcher@7d617489 main
[junit4:junit4]   2> 13971 T3029 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13971 T3029 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13983 T3030 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d617489 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13984 T3029 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13985 T3029 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15444 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15444 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38252",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38252_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 15445 T2980 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15445 T2980 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15448 T2979 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> 15448 T3013 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> 15448 T2985 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> 15448 T3028 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> 15448 T2998 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> 15986 T3029 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15986 T3029 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38252 collection:collection1 shard:shard1
[junit4:junit4]   2> 15988 T3029 oasc.ZkController.register We are http://127.0.0.1:38252/collection1/ and leader is http://127.0.0.1:49710/collection1/
[junit4:junit4]   2> 15988 T3029 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38252
[junit4:junit4]   2> 15988 T3029 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15989 T3029 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C179 name=collection1 org.apache.solr.core.SolrCore@51c2ff8f url=http://127.0.0.1:38252/collection1 node=127.0.0.1:38252_ C179_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:38252, state=down, collection=collection1, node_name=127.0.0.1:38252_}
[junit4:junit4]   2> 15989 T3031 C179 P38252 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15989 T3029 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15990 T3031 C179 P38252 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15990 T3031 C179 P38252 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15990 T3031 C179 P38252 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15990 T2957 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15991 T3031 C179 P38252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15991 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15991 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16090 T2957 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16093 T2957 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58884
[junit4:junit4]   2> 16094 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16094 T2957 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16094 T2957 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260
[junit4:junit4]   2> 16095 T2957 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/solr.xml
[junit4:junit4]   2> 16095 T2957 oasc.CoreContainer.<init> New CoreContainer 612808646
[junit4:junit4]   2> 16096 T2957 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/'
[junit4:junit4]   2> 16096 T2957 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/'
[junit4:junit4]   2> 16121 T2957 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16121 T2957 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16122 T2957 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16122 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16122 T2957 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16123 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16123 T2957 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16123 T2957 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16123 T2957 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16124 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16129 T2957 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16137 T2957 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52002/solr
[junit4:junit4]   2> 16137 T2957 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16137 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7a38f7df
[junit4:junit4]   2> 16138 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16138 T3041 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16139 T3041 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 16139 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45981
[junit4:junit4]   2> 16139 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45981
[junit4:junit4]   2> 16140 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d8000b with negotiated timeout 20000 for client /127.0.0.1:45981
[junit4:junit4]   2> 16140 T3041 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d8000b, negotiated timeout = 20000
[junit4:junit4]   2> 16141 T3042 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a38f7df name:ZooKeeperConnection Watcher:127.0.0.1:52002 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16141 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16142 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d8000b
[junit4:junit4]   2> 16142 T3042 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16142 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45981 which had sessionid 0x13d2e0512d8000b
[junit4:junit4]   2> 16142 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d8000b closed
[junit4:junit4]   2> 16142 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16145 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5b512104
[junit4:junit4]   2> 16145 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16146 T3043 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16146 T3043 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 16146 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45982
[junit4:junit4]   2> 16146 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45982
[junit4:junit4]   2> 16147 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d8000c with negotiated timeout 20000 for client /127.0.0.1:45982
[junit4:junit4]   2> 16147 T3043 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d8000c, negotiated timeout = 20000
[junit4:junit4]   2> 16147 T3044 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b512104 name:ZooKeeperConnection Watcher:127.0.0.1:52002/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16147 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16148 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d8000c type:create cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16149 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d8000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16150 T2957 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16951 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16952 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38252",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38252_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 16955 T3028 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> 16955 T2985 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> 16955 T2979 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> 16955 T3013 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> 16955 T3044 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> 16955 T2998 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> 17151 T2957 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58884_
[junit4:junit4]   2> 17152 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d8000c type:delete cxid:0xb zxid:0xa8 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58884_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58884_
[junit4:junit4]   2> 17152 T2957 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58884_
[junit4:junit4]   2> 17154 T3013 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> 17154 T2979 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> 17154 T3044 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> 17154 T3028 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17154 T3028 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> 17155 T2998 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17155 T2985 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17155 T2998 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> 17155 T3013 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17155 T2985 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> 17155 T3044 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17156 T2979 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17160 T3045 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/collection1
[junit4:junit4]   2> 17160 T3045 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17161 T3045 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17161 T3045 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17162 T3045 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/collection1/'
[junit4:junit4]   2> 17162 T3045 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/collection1/lib/README' to classloader
[junit4:junit4]   2> 17162 T3045 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17185 T3045 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 17214 T3045 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17214 T3045 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17219 T3045 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17532 T3045 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17537 T3045 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17539 T3045 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17547 T3045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17550 T3045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17553 T3045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17555 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17555 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17555 T3045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17557 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17557 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17557 T3045 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362276733260/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/
[junit4:junit4]   2> 17557 T3045 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d231ab
[junit4:junit4]   2> 17558 T3045 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 17558 T3045 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4 forceNew:false
[junit4:junit4]   2> 17559 T3045 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4
[junit4:junit4]   2> 17559 T3045 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index/
[junit4:junit4]   2> 17559 T3045 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17560 T3045 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index forceNew:false
[junit4:junit4]   2> 17563 T3045 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cff8aae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17564 T3045 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17564 T3045 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index
[junit4:junit4]   2> 17566 T3045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17566 T3045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17567 T3045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17567 T3045 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17568 T3045 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17568 T3045 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17568 T3045 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17569 T3045 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17569 T3045 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17574 T3045 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17577 T3045 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4
[junit4:junit4]   2> 17579 T3045 oass.SolrIndexSearcher.<init> Opening Searcher@5dd6085c main
[junit4:junit4]   2> 17580 T3045 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17580 T3045 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17584 T3046 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5dd6085c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17586 T3045 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17586 T3045 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18459 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18459 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58884",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58884_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 18459 T2980 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18460 T2980 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 18462 T3013 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> 18462 T2985 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> 18462 T2979 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> 18462 T3028 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> 18462 T3044 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> 18462 T2998 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> 18588 T3045 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18588 T3045 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58884 collection:collection1 shard:shard2
[junit4:junit4]   2> 18591 T3045 oasc.ZkController.register We are http://127.0.0.1:58884/collection1/ and leader is http://127.0.0.1:53302/collection1/
[junit4:junit4]   2> 18591 T3045 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58884
[junit4:junit4]   2> 18591 T3045 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18591 T3045 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C180 name=collection1 org.apache.solr.core.SolrCore@2042f3c0 url=http://127.0.0.1:58884/collection1 node=127.0.0.1:58884_ C180_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58884, state=down, collection=collection1, node_name=127.0.0.1:58884_}
[junit4:junit4]   2> 18591 T3047 C180 P58884 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18591 T3045 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18592 T3047 C180 P58884 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18592 T3047 C180 P58884 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18592 T3047 C180 P58884 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18592 T2957 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 18593 T3047 C180 P58884 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18593 T2957 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18593 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18597 T2957 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18599 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18602 T2994 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/onenodecollectioncore
[junit4:junit4]   2> 18603 T2994 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18603 T2994 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18604 T2994 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18604 T2994 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18605 T2994 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18606 T2994 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18607 T2994 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/onenodecollectioncore/'
[junit4:junit4]   2> 18644 T2994 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 18685 T2994 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18686 T2994 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18691 T2994 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C179_STATE=coll:collection1 core:collection1 props:{shard=shard1, core=collection1, base_url=http://127.0.0.1:38252, state=recovering, collection=collection1, node_name=127.0.0.1:38252_}
[junit4:junit4]   2> 18996 T3031 C179 P38252 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49710/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18996 T3031 C179 P38252 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:38252 START replicas=[http://127.0.0.1:49710/collection1/] nUpdates=100
[junit4:junit4]   2> 18996 T3031 C179 P38252 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18997 T3031 C179 P38252 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18997 T3031 C179 P38252 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18997 T3031 C179 P38252 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18997 T3031 C179 P38252 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18997 T3031 C179 P38252 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49710/collection1/. core=collection1
[junit4:junit4]   2> 18997 T3031 C179 P38252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18998 T2994 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> ASYNC  NEW_CORE C181 name=collection1 org.apache.solr.core.SolrCore@16efc93f url=http://127.0.0.1:49710/collection1 node=127.0.0.1:49710_ C181_STATE=coll:collection1 core:collection1 props:{shard=shard1, core=collection1, base_url=http://127.0.0.1:49710, state=active, collection=collection1, node_name=127.0.0.1:49710_, leader=true}
[junit4:junit4]   2> 19012 T2991 C181 P49710 REQ /get {version=2&getVersions=100&distrib=false&wt=javabin&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 19013 T2992 C181 P49710 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19015 T2992 C181 P49710 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1
[junit4:junit4]   2> 19016 T2994 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19017 T2992 C181 P49710 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e386126; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19018 T2992 C181 P49710 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19019 T2994 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19027 T2994 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19027 T2992 C181 P49710 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e386126; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e386126; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19028 T2992 C181 P49710 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19029 T2992 C181 P49710 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1
[junit4:junit4]   2> 19029 T2992 C181 P49710 oass.SolrIndexSearcher.<init> Opening Searcher@47d8aad0 realtime
[junit4:junit4]   2> 19029 T2992 C181 P49710 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19030 T2992 C181 P49710 /update {openSearcher=false&version=2&commit_end_point=true&waitSearcher=true&commit=true&wt=javabin&softCommit=false} {commit=} 0 17
[junit4:junit4]   2> 19031 T3031 C179 P38252 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19031 T3031 C179 P38252 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19033 T2994 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19036 T2992 C181 P49710 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19037 T2994 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19037 T2992 C181 P49710 REQ /replication {version=2&command=indexversion&wt=javabin&qt=/replication} status=0 QTime=5 
[junit4:junit4]   2> 19038 T3031 C179 P38252 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19038 T3031 C179 P38252 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19038 T2994 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19038 T3031 C179 P38252 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19038 T2994 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19038 T2994 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19039 T2994 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19040 T2994 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19040 T2994 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362276720683/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection/
[junit4:junit4]   2> 19040 T2991 C181 P49710 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1
[junit4:junit4]   2> 19040 T2994 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d231ab
[junit4:junit4]   2> 19041 T2991 C181 P49710 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty1/index
[junit4:junit4]   2> 19041 T2994 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 19041 T2991 C181 P49710 REQ /replication {version=2&command=filelist&wt=javabin&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 19042 T2994 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection forceNew:false
[junit4:junit4]   2> 19042 T3031 C179 P38252 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19042 T2994 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection
[junit4:junit4]   2> 19043 T2994 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection/index/
[junit4:junit4]   2> 19043 T3031 C179 P38252 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index.20130303084216307 forceNew:false
[junit4:junit4]   2> 19043 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3
[junit4:junit4]   2> 19043 T2994 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19043 T3031 C179 P38252 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index.20130303084216307 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64cbfa3f; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 19044 T2994 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection/index forceNew:false
[junit4:junit4]   2> 19046 T2993 C181 P49710 REQ /replication {command=filecontent&wt=filestream&checksum=true&file=segments_2&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19047 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index
[junit4:junit4]   2> 19048 T3031 C179 P38252 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19059 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3
[junit4:junit4]   2> 19060 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3
[junit4:junit4]   2> 19060 T2994 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e777863; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19060 T3031 C179 P38252 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19060 T2994 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19060 T3031 C179 P38252 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19061 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3
[junit4:junit4]   2> 19061 T2994 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection/index
[junit4:junit4]   2> 19062 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19063 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19063 T3031 C179 P38252 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12eeb53e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12eeb53e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19065 T3031 C179 P38252 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19065 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19065 T3031 C179 P38252 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19065 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3
[junit4:junit4]   2> 19065 T2994 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19066 T3031 C179 P38252 oass.SolrIndexSearcher.<init> Opening Searcher@4526f29a main
[junit4:junit4]   2> 19066 T2994 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19066 T2994 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19066 T3030 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4526f29a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19066 T2994 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19067 T3030 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index
[junit4:junit4]   2> 19067 T2994 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19067 T3031 C179 P38252 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index.20130303084216307 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64cbfa3f; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 19067 T2994 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19067 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index.20130303084216307
[junit4:junit4]   2> 19068 T3031 C179 P38252 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty3/index
[junit4:junit4]   2> 19068 T3031 C179 P38252 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19068 T3031 C179 P38252 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19068 T3031 C179 P38252 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19069 T3031 C179 P38252 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19070 T3031 C179 P38252 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19072 T2994 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19074 T2994 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362276717269/onenodecollection
[junit4:junit4]   2> 19075 T2994 oass.SolrIndexSearcher.<init> Opening Searcher@2c91f9c7 main
[junit4:junit4]   2> 19076 T2994 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19076 T2994 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19079 T3050 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@2c91f9c7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19080 T2994 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 19965 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19965 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58884",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58884_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 19967 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38252",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38252_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 19969 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49710",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49710_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 19970 T2980 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 19970 T2980 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19988 T3013 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> 19988 T3028 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> 19988 T2985 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> 19988 T2979 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> 19988 T3044 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> 19988 T2998 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> 20082 T2994 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20083 T2994 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:49710 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20083 T2994 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20089 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:delete cxid:0xa6 zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20091 T2994 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20092 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:create cxid:0xa7 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20093 T2994 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20094 T2994 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20094 T2994 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49710/onenodecollectioncore/
[junit4:junit4]   2> 20094 T2994 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20094 T2994 oasc.SyncStrategy.syncToMe http://127.0.0.1:49710/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20095 T2994 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49710/onenodecollectioncore/
[junit4:junit4]   2> 20095 T2994 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20097 T2962 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d2e0512d80006 type:create cxid:0xb1 zxid:0xc8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21494 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21500 T2998 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> 21500 T3013 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> 21500 T3044 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> 21500 T3028 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> 21500 T2985 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> 21500 T2979 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> 21551 T2994 oasc.ZkController.register We are http://127.0.0.1:49710/onenodecollectioncore/ and leader is http://127.0.0.1:49710/onenodecollectioncore/
[junit4:junit4]   2> 21551 T2994 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:49710
[junit4:junit4]   2> 21552 T2994 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21552 T2994 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21553 T2994 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21554 T2957 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21555 T2957 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22559 T2957 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C180_STATE=coll:collection1 core:collection1 props:{shard=shard2, core=collection1, base_url=http://127.0.0.1:58884, state=recovering, collection=collection1, node_name=127.0.0.1:58884_}
[junit4:junit4]   2> 22599 T3047 C180 P58884 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53302/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22599 T3047 C180 P58884 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:58884 START replicas=[http://127.0.0.1:53302/collection1/] nUpdates=100
[junit4:junit4]   2> 22600 T3047 C180 P58884 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22600 T3047 C180 P58884 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22600 T3047 C180 P58884 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22600 T3047 C180 P58884 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22600 T3047 C180 P58884 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22600 T3047 C180 P58884 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53302/collection1/. core=collection1
[junit4:junit4]   2> 22600 T3047 C180 P58884 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C182 name=collection1 org.apache.solr.core.SolrCore@6856ddc8 url=http://127.0.0.1:53302/collection1 node=127.0.0.1:53302_ C182_STATE=coll:collection1 core:collection1 props:{shard=shard2, core=collection1, base_url=http://127.0.0.1:53302, state=active, collection=collection1, node_name=127.0.0.1:53302_, leader=true}
[junit4:junit4]   2> 22604 T3008 C182 P53302 REQ /get {version=2&getVersions=100&distrib=false&wt=javabin&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 22605 T3006 C182 P53302 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22605 T3006 C182 P53302 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2
[junit4:junit4]   2> 22608 T3006 C182 P53302 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@692cfc59; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22609 T3006 C182 P53302 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22618 T3006 C182 P53302 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@692cfc59; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@692cfc59; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22618 T3006 C182 P53302 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22619 T3006 C182 P53302 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2
[junit4:junit4]   2> 22619 T3006 C182 P53302 oass.SolrIndexSearcher.<init> Opening Searcher@58f8f9ef realtime
[junit4:junit4]   2> 22619 T3006 C182 P53302 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22619 T3006 C182 P53302 /update {openSearcher=false&version=2&commit_end_point=true&waitSearcher=true&commit=true&wt=javabin&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 22620 T3047 C180 P58884 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22620 T3047 C180 P58884 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22622 T3009 C182 P53302 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22622 T3009 C182 P53302 REQ /replication {version=2&command=indexversion&wt=javabin&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 22622 T3047 C180 P58884 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22623 T3047 C180 P58884 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22623 T3047 C180 P58884 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22625 T3008 C182 P53302 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2
[junit4:junit4]   2> 22625 T3008 C182 P53302 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty2/index
[junit4:junit4]   2> 22625 T3008 C182 P53302 REQ /replication {version=2&command=filelist&wt=javabin&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 22626 T3047 C180 P58884 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22626 T3047 C180 P58884 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index.20130303084219891 forceNew:false
[junit4:junit4]   2> 22627 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4
[junit4:junit4]   2> 22627 T3047 C180 P58884 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index.20130303084219891 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58c3ac3b; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 22629 T3006 C182 P53302 REQ /replication {command=filecontent&wt=filestream&checksum=true&file=segments_2&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 22630 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index
[junit4:junit4]   2> 22630 T3047 C180 P58884 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22638 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4
[junit4:junit4]   2> 22638 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4
[junit4:junit4]   2> 22638 T3047 C180 P58884 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22639 T3047 C180 P58884 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22639 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4
[junit4:junit4]   2> 22640 T3047 C180 P58884 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cff8aae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cff8aae; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22641 T3047 C180 P58884 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22641 T3047 C180 P58884 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22641 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4
[junit4:junit4]   2> 22641 T3047 C180 P58884 oass.SolrIndexSearcher.<init> Opening Searcher@2b79e766 main
[junit4:junit4]   2> 22642 T3046 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b79e766 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22642 T3046 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index
[junit4:junit4]   2> 22642 T3047 C180 P58884 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files NRTCachingDirectory(org.apache.lucene.store.MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index.20130303084219891 lockFactory=org.apache.lucene.store.NativeFSLockFactory@58c3ac3b; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 22643 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index.20130303084219891
[junit4:junit4]   2> 22643 T3047 C180 P58884 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362276717269/jetty4/index
[junit4:junit4]   2> 22643 T3047 C180 P58884 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22643 T3047 C180 P58884 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22643 T3047 C180 P58884 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22643 T3047 C180 P58884 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22645 T3047 C180 P58884 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23004 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23005 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49710",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49710_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 23007 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58884",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58884_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 23028 T3013 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> 23028 T2979 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> 23028 T2998 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> 23028 T2985 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> 23028 T3044 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> 23028 T3028 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> 23560 T2957 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23561 T2957 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23561 T2957 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23565 T2957 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52002 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@31f0c9c
[junit4:junit4]   2> 23566 T2957 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23566 T3053 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52002. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23566 T3053 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52002, initiating session
[junit4:junit4]   2> 23566 T2959 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45994
[junit4:junit4]   2> 23567 T2959 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45994
[junit4:junit4]   2> 23567 T2961 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d2e0512d8000d with negotiated timeout 10000 for client /127.0.0.1:45994
[junit4:junit4]   2> 23567 T3053 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52002, sessionid = 0x13d2e0512d8000d, negotiated timeout = 10000
[junit4:junit4]   2> 23567 T3054 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31f0c9c name:ZooKeeperConnection Watcher:127.0.0.1:52002 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23568 T2957 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23589 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d8000d
[junit4:junit4]   2> 23598 T3054 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23598 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d8000d closed
[junit4:junit4]   2> 23598 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45994 which had sessionid 0x13d2e0512d8000d
[junit4:junit4]   2> 23598 T2962 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d2e0512d80004
[junit4:junit4]   2> 23599 T2959 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45967 which had sessionid 0x13d2e0512d80004
[junit4:junit4]   2> 23599 T2985 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23599 T2957 oaz.ZooKeeper.close Session: 0x13d2e0512d80004 closed
[junit4:junit4]   2> 23601 T2957 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 45685
[junit4:junit4]   2> 23601 T2957 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=270066169
[junit4:junit4]   2> 24534 T2980 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24534 T2980 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:45685__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45685",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45685_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 24537 T2979 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> 24537 T3028 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> 24537 T3044 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> 24537 T2998 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> 24538 T3013 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> 25602 T2957 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.sol

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

he.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> 136388 T3015 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 136401 T3014 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 136562 T3018 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 137482 T3093 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 137482 T3093 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> 137482 T3093 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 137482 T3093 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=hu_HU, timezone=Antarctica/Palmer
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=193940520,total=356777984
[junit4:junit4]   2> NOTE: All tests run in this JVM: [HighlighterTest, TestFunctionQuery, TestCollationField, TestLRUCache, ClusterStateUpdateTest, StatsComponentTest, PolyFieldTest, SliceStateUpdateTest, RecoveryZkTest, FieldAnalysisRequestHandlerTest, ChaosMonkeySafeLeaderTest, TestMultiCoreConfBootstrap, TestReplicationHandler, DirectSolrSpellCheckerTest, DateFieldTest, BadIndexSchemaTest, TestFastWriter, DistributedQueryElevationComponentTest, ResponseLogComponentTest, MultiTermTest, CollectionsAPIDistributedZkTest, EchoParamsTest, TestFastOutputStream, TestHashPartitioner, TestSolrDeletionPolicy2, SolrInfoMBeanTest, SliceStateTest, TestSystemIdResolver, RegexBoostProcessorTest, RequestHandlersTest, DocumentAnalysisRequestHandlerTest, ClusterStateTest, TestElisionMultitermQuery, TestAnalyzedSuggestions, IndexSchemaRuntimeFieldTest, TestNumberUtils, DocValuesMultiTest, TimeZoneUtilsTest, TestLazyCores, ScriptEngineTest, TestPropInjectDefaults, ChaosMonkeyNothingIsSafeTest, UpdateParamsTest, ZkSolrClientTest, TestWriterPerf, TestDistributedGrouping, TestXIncludeConfig, TestStressVersions, TestDistributedSearch, QueryEqualityTest, TestLMJelinekMercerSimilarityFactory, ZkNodePropsTest, TestCSVResponseWriter, DocValuesTest, TestRecovery, TermVectorComponentTest, LeaderElectionTest, TestJmxMonitoredMap, SystemInfoHandlerTest, CoreContainerCoreInitFailuresTest, AlternateDirectoryTest, URLClassifyProcessorTest, FullSolrCloudDistribCmdsTest, SoftAutoCommitTest, AutoCommitTest, BasicZkTest, TestJoin, FileBasedSpellCheckerTest, ConvertedLegacyTest, PeerSyncTest, QueryElevationComponentTest, SortByFunctionTest, BasicFunctionalityTest, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, TestTrie, TestRemoteStreaming, TestWordDelimiterFilterFactory, MoreLikeThisHandlerTest, MBeansHandlerTest, IndexSchemaTest, QueryParsingTest, StandardRequestHandlerTest, PingRequestHandlerTest, JsonLoaderTest, TestSurroundQueryParser, TestValueSourceCache, TestReversedWildcardFilterFactory, JSONWriterTest, RequiredFieldsTest, CopyFieldTest, LoggingHandlerTest, UniqFieldsUpdateProcessorFactoryTest, SuggesterTest, NotRequiredUniqueKeyTest, TestSolrDeletionPolicy1, TestIndexingPerformance, FieldMutatingUpdateProcessorTest, HighlighterConfigTest, TestDocSet, TestQuerySenderListener, IndexReaderFactoryTest, TestSolrCoreProperties, TestPhraseSuggestions, TestPluginEnable, TestDFRSimilarityFactory, TestCodecSupport, TestFastLRUCache, ResourceLoaderTest, SpellingQueryConverterTest, UUIDFieldTest, CircularListTest, TestDocumentBuilder, TestRandomDVFaceting, TestZkChroot, UnloadDistributedZkTest]
[junit4:junit4] Completed on J1 in 137.67s, 1 test, 1 failure <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1207: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:870: There were test failures: 260 suites, 1094 tests, 1 error, 1 failure, 9 ignored (3 assumptions)

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