You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/03/19 11:09:30 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4732/
Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseParallelGC

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

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

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


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

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

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


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

Error Message:
Server at http://127.0.0.1:41628/xu_/eu/onenodecollectioncore returned non ok status:404, message:Can not find: /xu_/eu/onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:41628/xu_/eu/onenodecollectioncore returned non ok status:404, message:Can not find: /xu_/eu/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([AD0952A5B3F5E31C:2CEFDCBDC4AA8320]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9188 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1251 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /xu_/eu
[junit4:junit4]   2> 3 T1251 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002
[junit4:junit4]   2> 4 T1251 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1252 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1252 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1252 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1252 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T1252 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1252 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1251 oasc.ZkTestServer.run start zk server on port:55532
[junit4:junit4]   2> 105 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@efd51f
[junit4:junit4]   2> 105 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1257 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T1257 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 106 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35535
[junit4:junit4]   2> 106 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35535
[junit4:junit4]   2> 106 T1255 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 279 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940000 with negotiated timeout 10000 for client /127.0.0.1:35535
[junit4:junit4]   2> 279 T1257 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940000, negotiated timeout = 10000
[junit4:junit4]   2> 279 T1258 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@efd51f name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 280 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 280 T1251 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 284 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940000
[junit4:junit4]   2> 284 T1258 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 284 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940000 closed
[junit4:junit4]   2> 285 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35535 which had sessionid 0x13d8213d2940000
[junit4:junit4]   2> 285 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@283332
[junit4:junit4]   2> 285 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 286 T1259 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 286 T1259 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 286 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35536
[junit4:junit4]   2> 286 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35536
[junit4:junit4]   2> 287 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940001 with negotiated timeout 10000 for client /127.0.0.1:35536
[junit4:junit4]   2> 287 T1259 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940001, negotiated timeout = 10000
[junit4:junit4]   2> 288 T1260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@283332 name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 288 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 288 T1251 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 290 T1251 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 292 T1251 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 293 T1251 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 295 T1251 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> 295 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 298 T1251 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> 298 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 301 T1251 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> 301 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 303 T1251 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> 303 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 304 T1251 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> 305 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 307 T1251 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> 307 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 308 T1251 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> 309 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 311 T1251 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> 311 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 312 T1251 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> 313 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 314 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940001
[junit4:junit4]   2> 315 T1260 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 315 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940001 closed
[junit4:junit4]   2> 315 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35536 which had sessionid 0x13d8213d2940001
[junit4:junit4]   2> 371 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 373 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47739
[junit4:junit4]   2> 373 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 374 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 374 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313
[junit4:junit4]   2> 374 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/solr.xml
[junit4:junit4]   2> 375 T1251 oasc.CoreContainer.<init> New CoreContainer 21193494
[junit4:junit4]   2> 375 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/'
[junit4:junit4]   2> 375 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/'
[junit4:junit4]   2> 391 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 392 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 392 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 392 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 393 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 393 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 393 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 394 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 394 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 394 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 399 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 408 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 409 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 409 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1379290
[junit4:junit4]   2> 410 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 410 T1270 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 411 T1270 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 411 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35537
[junit4:junit4]   2> 412 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35537
[junit4:junit4]   2> 412 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940002 with negotiated timeout 20000 for client /127.0.0.1:35537
[junit4:junit4]   2> 412 T1270 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940002, negotiated timeout = 20000
[junit4:junit4]   2> 412 T1271 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1379290 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 413 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 414 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940002
[junit4:junit4]   2> 414 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35537 which had sessionid 0x13d8213d2940002
[junit4:junit4]   2> 414 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940002 closed
[junit4:junit4]   2> 415 T1271 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 415 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 417 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@10cfdb6
[junit4:junit4]   2> 426 T1272 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 418 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 427 T1272 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 427 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35538
[junit4:junit4]   2> 427 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35538
[junit4:junit4]   2> 428 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940003 with negotiated timeout 20000 for client /127.0.0.1:35538
[junit4:junit4]   2> 428 T1272 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940003, negotiated timeout = 20000
[junit4:junit4]   2> 428 T1273 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10cfdb6 name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 428 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 430 T1251 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 432 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 433 T1251 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 435 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 436 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47739_xu_%2Feu
[junit4:junit4]   2> 437 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47739_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47739_xu_%2Feu
[junit4:junit4]   2> 437 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47739_xu_%2Feu
[junit4:junit4]   2> 439 T1251 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 442 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 443 T1251 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 444 T1251 oasc.Overseer.start Overseer (id=89370589266182147-127.0.0.1:47739_xu_%2Feu-n_0000000000) starting
[junit4:junit4]   2> 445 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 445 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 446 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 446 T1251 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 448 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 448 T1275 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 449 T1251 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 450 T1251 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 451 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 453 T1274 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 455 T1276 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1
[junit4:junit4]   2> 455 T1276 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 455 T1276 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 455 T1276 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 456 T1276 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/'
[junit4:junit4]   2> 456 T1276 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/lib/README' to classloader
[junit4:junit4]   2> 457 T1276 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 477 T1276 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 503 T1276 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 503 T1276 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 506 T1276 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 785 T1276 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 790 T1276 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 792 T1276 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 802 T1276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 804 T1276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 807 T1276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 807 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 807 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 808 T1276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 808 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 808 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 809 T1276 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 809 T1276 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/
[junit4:junit4]   2> 809 T1276 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 809 T1276 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 810 T1276 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data forceNew: false
[junit4:junit4]   2> 810 T1276 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index/
[junit4:junit4]   2> 810 T1276 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 810 T1276 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index forceNew: false
[junit4:junit4]   2> 811 T1276 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3f952e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1095e9c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 812 T1276 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 813 T1276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 813 T1276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 813 T1276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 815 T1276 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 817 T1276 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 819 T1276 oass.SolrIndexSearcher.<init> Opening Searcher@54734a main
[junit4:junit4]   2> 819 T1276 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/tlog
[junit4:junit4]   2> 819 T1276 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 819 T1276 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 823 T1277 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@54734a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 823 T1276 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 824 T1276 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1955 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1956 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 1956 T1274 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1956 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1960 T1273 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> 2825 T1276 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2825 T1276 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47739/xu_/eu collection:control_collection shard:shard1
[junit4:junit4]   2> 2826 T1276 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2832 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2832 T1276 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2832 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2834 T1276 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2834 T1276 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2834 T1276 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47739/xu_/eu/collection1/
[junit4:junit4]   2> 2834 T1276 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2835 T1276 oasc.SyncStrategy.syncToMe http://127.0.0.1:47739/xu_/eu/collection1/ has no replicas
[junit4:junit4]   2> 2835 T1276 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47739/xu_/eu/collection1/
[junit4:junit4]   2> 2835 T1276 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2838 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3465 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3471 T1273 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> 3491 T1276 oasc.ZkController.register We are http://127.0.0.1:47739/xu_/eu/collection1/ and leader is http://127.0.0.1:47739/xu_/eu/collection1/
[junit4:junit4]   2> 3491 T1276 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47739/xu_/eu
[junit4:junit4]   2> 3492 T1276 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3492 T1276 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3492 T1276 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3493 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3494 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3495 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3495 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3498 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3498 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f9b88f
[junit4:junit4]   2> 3499 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3499 T1279 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3500 T1279 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 3500 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35539
[junit4:junit4]   2> 3500 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35539
[junit4:junit4]   2> 3500 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940004 with negotiated timeout 10000 for client /127.0.0.1:35539
[junit4:junit4]   2> 3500 T1279 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940004, negotiated timeout = 10000
[junit4:junit4]   2> 3501 T1280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f9b88f name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3501 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3503 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3504 T1251 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3560 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3562 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59513
[junit4:junit4]   2> 3563 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3563 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3563 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502
[junit4:junit4]   2> 3564 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/solr.xml
[junit4:junit4]   2> 3564 T1251 oasc.CoreContainer.<init> New CoreContainer 15777056
[junit4:junit4]   2> 3564 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/'
[junit4:junit4]   2> 3565 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/'
[junit4:junit4]   2> 3581 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3581 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3582 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3582 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3582 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3584 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3589 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3598 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 3598 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3598 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@9ad39e
[junit4:junit4]   2> 3599 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3599 T1290 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3600 T1290 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 3600 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35540
[junit4:junit4]   2> 3600 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35540
[junit4:junit4]   2> 3601 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940005 with negotiated timeout 20000 for client /127.0.0.1:35540
[junit4:junit4]   2> 3601 T1290 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940005, negotiated timeout = 20000
[junit4:junit4]   2> 3601 T1291 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ad39e name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3602 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3603 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940005
[junit4:junit4]   2> 3603 T1291 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3603 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35540 which had sessionid 0x13d8213d2940005
[junit4:junit4]   2> 3603 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940005 closed
[junit4:junit4]   2> 3604 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3606 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ce1bde
[junit4:junit4]   2> 3607 T1292 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3607 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3607 T1292 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 3607 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35541
[junit4:junit4]   2> 3608 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35541
[junit4:junit4]   2> 3608 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940006 with negotiated timeout 20000 for client /127.0.0.1:35541
[junit4:junit4]   2> 3608 T1292 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940006, negotiated timeout = 20000
[junit4:junit4]   2> 3609 T1293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ce1bde name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3609 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3610 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3611 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3613 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4615 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59513_xu_%2Feu
[junit4:junit4]   2> 4616 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59513_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59513_xu_%2Feu
[junit4:junit4]   2> 4617 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59513_xu_%2Feu
[junit4:junit4]   2> 4619 T1273 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> 4620 T1280 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4620 T1293 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4621 T1273 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4624 T1294 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1
[junit4:junit4]   2> 4624 T1294 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4624 T1294 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4625 T1294 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4625 T1294 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/'
[junit4:junit4]   2> 4626 T1294 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/lib/README' to classloader
[junit4:junit4]   2> 4626 T1294 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4647 T1294 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 4672 T1294 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4673 T1294 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4676 T1294 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4952 T1294 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4956 T1294 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4959 T1294 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4974 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4974 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4975 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 4977 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4977 T1280 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> 4977 T1273 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> 4978 T1293 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> 4980 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4981 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4981 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4981 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4982 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4982 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4982 T1294 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4983 T1294 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/
[junit4:junit4]   2> 4983 T1294 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 4983 T1294 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4983 T1294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1 forceNew: false
[junit4:junit4]   2> 4984 T1294 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/index/
[junit4:junit4]   2> 4984 T1294 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4984 T1294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/index forceNew: false
[junit4:junit4]   2> 4985 T1294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4985 T1294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4986 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4987 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4987 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4987 T1294 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4989 T1294 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4991 T1294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4993 T1294 oass.SolrIndexSearcher.<init> Opening Searcher@1066165 main
[junit4:junit4]   2> 4993 T1294 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/tlog
[junit4:junit4]   2> 4993 T1294 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4993 T1294 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4996 T1295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1066165 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4997 T1294 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4997 T1294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6481 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6481 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 6482 T1274 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6482 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6486 T1280 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> 6486 T1273 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> 6486 T1293 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> 6999 T1294 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6999 T1294 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59513/xu_/eu collection:collection1 shard:shard2
[junit4:junit4]   2> 7000 T1294 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7005 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7005 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7006 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7007 T1294 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7007 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7007 T1294 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 7007 T1294 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7007 T1294 oasc.SyncStrategy.syncToMe http://127.0.0.1:59513/xu_/eu/collection1/ has no replicas
[junit4:junit4]   2> 7007 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 7008 T1294 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7012 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7989 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7995 T1293 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> 7995 T1280 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> 7995 T1273 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> 8017 T1294 oasc.ZkController.register We are http://127.0.0.1:59513/xu_/eu/collection1/ and leader is http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 8017 T1294 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59513/xu_/eu
[junit4:junit4]   2> 8017 T1294 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8018 T1294 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8018 T1294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8019 T1294 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8020 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8021 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8021 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8087 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8090 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41628
[junit4:junit4]   2> 8090 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8090 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8091 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022
[junit4:junit4]   2> 8091 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/solr.xml
[junit4:junit4]   2> 8091 T1251 oasc.CoreContainer.<init> New CoreContainer 10173215
[junit4:junit4]   2> 8092 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/'
[junit4:junit4]   2> 8092 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/'
[junit4:junit4]   2> 8108 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8109 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8109 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8109 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8111 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8111 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8116 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8125 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 8125 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8126 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19555f
[junit4:junit4]   2> 8126 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8126 T1306 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8127 T1306 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 8127 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35542
[junit4:junit4]   2> 8127 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35542
[junit4:junit4]   2> 8128 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940007 with negotiated timeout 20000 for client /127.0.0.1:35542
[junit4:junit4]   2> 8128 T1306 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940007, negotiated timeout = 20000
[junit4:junit4]   2> 8129 T1307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19555f name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8129 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8130 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940007
[junit4:junit4]   2> 8131 T1307 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8131 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35542 which had sessionid 0x13d8213d2940007
[junit4:junit4]   2> 8131 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940007 closed
[junit4:junit4]   2> 8131 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8134 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a336fa
[junit4:junit4]   2> 8135 T1308 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8134 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8135 T1308 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 8135 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35543
[junit4:junit4]   2> 8135 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35543
[junit4:junit4]   2> 8136 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940008 with negotiated timeout 20000 for client /127.0.0.1:35543
[junit4:junit4]   2> 8136 T1308 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940008, negotiated timeout = 20000
[junit4:junit4]   2> 8136 T1309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a336fa name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8136 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8137 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8138 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8140 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9142 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41628_xu_%2Feu
[junit4:junit4]   2> 9143 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41628_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41628_xu_%2Feu
[junit4:junit4]   2> 9144 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41628_xu_%2Feu
[junit4:junit4]   2> 9146 T1293 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> 9146 T1273 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> 9146 T1280 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9147 T1309 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9147 T1280 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> 9148 T1273 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9148 T1293 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9151 T1310 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1
[junit4:junit4]   2> 9151 T1310 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9151 T1310 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9152 T1310 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9152 T1310 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/'
[junit4:junit4]   2> 9153 T1310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/lib/README' to classloader
[junit4:junit4]   2> 9153 T1310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9174 T1310 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9199 T1310 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9200 T1310 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9203 T1310 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9478 T1310 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9482 T1310 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9485 T1310 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9493 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9495 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9497 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9498 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9499 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9499 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9499 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9499 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 9500 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9500 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9500 T1310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9501 T1310 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/
[junit4:junit4]   2> 9501 T1310 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 9501 T1310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9502 T1310 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2 forceNew: false
[junit4:junit4]   2> 9502 T1310 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/index/
[junit4:junit4]   2> 9502 T1280 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> 9502 T1310 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9502 T1273 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> 9502 T1310 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/index forceNew: false
[junit4:junit4]   2> 9502 T1293 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> 9502 T1309 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> 9504 T1310 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9504 T1310 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9505 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9506 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9506 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9506 T1310 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9508 T1310 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9510 T1310 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9512 T1310 oass.SolrIndexSearcher.<init> Opening Searcher@1e5d8e3 main
[junit4:junit4]   2> 9512 T1310 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/tlog
[junit4:junit4]   2> 9513 T1310 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9513 T1310 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9516 T1311 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e5d8e3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9517 T1310 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9517 T1310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11005 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11006 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41628/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41628_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 11006 T1274 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11006 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11009 T1273 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> 11009 T1280 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> 11009 T1309 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> 11009 T1293 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> 11525 T1310 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11525 T1310 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41628/xu_/eu collection:collection1 shard:shard1
[junit4:junit4]   2> 11526 T1310 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11531 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11531 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11531 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11533 T1310 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11533 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11533 T1310 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 11534 T1310 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11534 T1310 oasc.SyncStrategy.syncToMe http://127.0.0.1:41628/xu_/eu/collection1/ has no replicas
[junit4:junit4]   2> 11534 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 11534 T1310 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11537 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12513 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12519 T1309 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> 12519 T1293 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> 12519 T1273 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> 12520 T1280 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> 12541 T1310 oasc.ZkController.register We are http://127.0.0.1:41628/xu_/eu/collection1/ and leader is http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 12541 T1310 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41628/xu_/eu
[junit4:junit4]   2> 12542 T1310 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12542 T1310 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12542 T1310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12543 T1310 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12544 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12545 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12545 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12604 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12606 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54102
[junit4:junit4]   2> 12607 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12607 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12607 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546
[junit4:junit4]   2> 12608 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/solr.xml
[junit4:junit4]   2> 12608 T1251 oasc.CoreContainer.<init> New CoreContainer 28066675
[junit4:junit4]   2> 12608 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/'
[junit4:junit4]   2> 12609 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/'
[junit4:junit4]   2> 12624 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12625 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12625 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12625 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12627 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12627 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12632 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12641 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 12641 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12642 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ec4352
[junit4:junit4]   2> 12642 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12643 T1322 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12643 T1322 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 12643 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35545
[junit4:junit4]   2> 12644 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35545
[junit4:junit4]   2> 12644 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940009 with negotiated timeout 20000 for client /127.0.0.1:35545
[junit4:junit4]   2> 12644 T1322 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940009, negotiated timeout = 20000
[junit4:junit4]   2> 12644 T1323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec4352 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12645 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12646 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940009
[junit4:junit4]   2> 12646 T1323 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12646 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35545 which had sessionid 0x13d8213d2940009
[junit4:junit4]   2> 12646 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940009 closed
[junit4:junit4]   2> 12647 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12649 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e9a77e
[junit4:junit4]   2> 12650 T1324 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12650 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12651 T1324 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 12651 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35546
[junit4:junit4]   2> 12651 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35546
[junit4:junit4]   2> 12652 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000a with negotiated timeout 20000 for client /127.0.0.1:35546
[junit4:junit4]   2> 12652 T1324 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000a, negotiated timeout = 20000
[junit4:junit4]   2> 12652 T1325 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e9a77e name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12652 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12654 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12655 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12656 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13659 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54102_xu_%2Feu
[junit4:junit4]   2> 13660 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54102_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54102_xu_%2Feu
[junit4:junit4]   2> 13660 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54102_xu_%2Feu
[junit4:junit4]   2> 13662 T1309 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> 13663 T1280 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1293 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1325 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1273 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1280 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> 13663 T1293 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> 13663 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13664 T1309 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13667 T1326 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1
[junit4:junit4]   2> 13667 T1326 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13668 T1326 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13668 T1326 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13669 T1326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/'
[junit4:junit4]   2> 13669 T1326 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/lib/README' to classloader
[junit4:junit4]   2> 13669 T1326 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13696 T1326 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 13727 T1326 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13728 T1326 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13731 T1326 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14024 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14025 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41628/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41628_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 14031 T1309 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> 14031 T1273 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> 14031 T1280 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> 14031 T1325 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> 14031 T1293 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> 14038 T1326 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14043 T1326 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14045 T1326 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14056 T1326 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14058 T1326 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14060 T1326 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14061 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14062 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14062 T1326 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14063 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14063 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14063 T1326 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14063 T1326 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/
[junit4:junit4]   2> 14063 T1326 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 14064 T1326 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14064 T1326 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3 forceNew: false
[junit4:junit4]   2> 14064 T1326 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index/
[junit4:junit4]   2> 14064 T1326 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14065 T1326 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index forceNew: false
[junit4:junit4]   2> 14066 T1326 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@638cdc lockFactory=org.apache.lucene.store.NativeFSLockFactory@13c268d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14066 T1326 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14067 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14067 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14068 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14068 T1326 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14068 T1326 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14068 T1326 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14069 T1326 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14069 T1326 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14069 T1326 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14071 T1326 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14073 T1326 oass.SolrIndexSearcher.<init> Opening Searcher@169a646 main
[junit4:junit4]   2> 14073 T1326 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/tlog
[junit4:junit4]   2> 14074 T1326 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14074 T1326 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14077 T1327 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@169a646 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14078 T1326 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14078 T1326 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15535 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15536 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54102/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54102_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 15536 T1274 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15536 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15539 T1280 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> 15539 T1325 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> 15539 T1273 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> 15539 T1309 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> 15539 T1293 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> 16079 T1326 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16080 T1326 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54102/xu_/eu collection:collection1 shard:shard2
[junit4:junit4]   2> 16083 T1326 oasc.ZkController.register We are http://127.0.0.1:54102/xu_/eu/collection1/ and leader is http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 16083 T1326 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54102/xu_/eu
[junit4:junit4]   2> 16083 T1326 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16083 T1326 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C137 name=collection1 org.apache.solr.core.SolrCore@1495a0f url=http://127.0.0.1:54102/xu_/eu/collection1 node=127.0.0.1:54102_xu_%2Feu C137_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, base_url=http://127.0.0.1:54102/xu_/eu, state=down, node_name=127.0.0.1:54102_xu_%2Feu}
[junit4:junit4]   2> 16083 T1328 C137 P54102 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16084 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16084 T1326 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16084 T1328 C137 P54102 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16084 T1328 C137 P54102 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16084 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16085 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16085 T1328 C137 P54102 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16085 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16144 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16147 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40408
[junit4:junit4]   2> 16147 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16147 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16148 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086
[junit4:junit4]   2> 16148 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/solr.xml
[junit4:junit4]   2> 16148 T1251 oasc.CoreContainer.<init> New CoreContainer 20301038
[junit4:junit4]   2> 16149 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/'
[junit4:junit4]   2> 16149 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/'
[junit4:junit4]   2> 16165 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16166 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16166 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16166 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16167 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16167 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16167 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16168 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16168 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16168 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16173 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16182 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 16183 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16183 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12a6a7
[junit4:junit4]   2> 16184 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16184 T1339 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16185 T1339 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 16185 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35549
[junit4:junit4]   2> 16185 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35549
[junit4:junit4]   2> 16186 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000b with negotiated timeout 20000 for client /127.0.0.1:35549
[junit4:junit4]   2> 16186 T1339 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000b, negotiated timeout = 20000
[junit4:junit4]   2> 16186 T1340 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12a6a7 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16186 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16187 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d294000b
[junit4:junit4]   2> 16187 T1340 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16187 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35549 which had sessionid 0x13d8213d294000b
[junit4:junit4]   2> 16187 T1251 oaz.ZooKeeper.close Session: 0x13d8213d294000b closed
[junit4:junit4]   2> 16188 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16190 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@72a928
[junit4:junit4]   2> 16191 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16191 T1341 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16192 T1341 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 16192 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35550
[junit4:junit4]   2> 16192 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35550
[junit4:junit4]   2> 16193 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000c with negotiated timeout 20000 for client /127.0.0.1:35550
[junit4:junit4]   2> 16193 T1341 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000c, negotiated timeout = 20000
[junit4:junit4]   2> 16193 T1342 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72a928 name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16193 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16194 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16195 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16196 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17042 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17043 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54102/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54102_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 17058 T1293 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> 17058 T1273 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> 17058 T1280 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> 17058 T1309 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> 17058 T1325 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> 17058 T1342 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> 17089 T1289 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {core=collection1&wt=javabin&state=recovering&nodeName=127.0.0.1:54102_xu_%252Feu&action=PREPRECOVERY&coreNodeName=4&version=2&onlyIfLeader=true&checkLive=true} status=0 QTime=1000 
[junit4:junit4]   2> 17198 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40408_xu_%2Feu
[junit4:junit4]   2> 17199 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40408_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40408_xu_%2Feu
[junit4:junit4]   2> 17200 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40408_xu_%2Feu
[junit4:junit4]   2> 17202 T1280 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1273 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1342 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1280 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> 17202 T1273 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> 17202 T1325 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1342 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> 17202 T1293 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17203 T1293 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> 17203 T1325 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> 17205 T1309 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17205 T1309 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> 17207 T1343 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1
[junit4:junit4]   2> 17207 T1343 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17208 T1343 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17208 T1343 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17209 T1343 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/'
[junit4:junit4]   2> 17209 T1343 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/lib/README' to classloader
[junit4:junit4]   2> 17209 T1343 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17229 T1343 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 17255 T1343 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17256 T1343 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17259 T1343 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17534 T1343 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17539 T1343 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17541 T1343 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17548 T1343 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17551 T1343 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17553 T1343 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17554 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17554 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17554 T1343 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17555 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17555 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17555 T1343 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17555 T1343 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/
[junit4:junit4]   2> 17555 T1343 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 17556 T1343 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17556 T1343 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4 forceNew: false
[junit4:junit4]   2> 17556 T1343 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index/
[junit4:junit4]   2> 17556 T1343 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17557 T1343 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index forceNew: false
[junit4:junit4]   2> 17558 T1343 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1121ae8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ea1e0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17558 T1343 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17559 T1343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17559 T1343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17560 T1343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17560 T1343 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17560 T1343 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17560 T1343 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17561 T1343 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17561 T1343 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17561 T1343 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17563 T1343 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17565 T1343 oass.SolrIndexSearcher.<init> Opening Searcher@a1b0f0 main
[junit4:junit4]   2> 17565 T1343 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/tlog
[junit4:junit4]   2> 17566 T1343 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17566 T1343 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17569 T1344 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a1b0f0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17571 T1343 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17571 T1343 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18564 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18564 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40408/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40408_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 18565 T1274 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18565 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18567 T1273 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> 18567 T1309 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> 18567 T1293 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> 18568 T1325 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> 18567 T1342 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> 18567 T1280 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> 18572 T1343 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18573 T1343 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40408/xu_/eu collection:collection1 shard:shard1
[junit4:junit4]   2> 18580 T1343 oasc.ZkController.register We are http://127.0.0.1:40408/xu_/eu/collection1/ and leader is http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 18580 T1343 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40408/xu_/eu
[junit4:junit4]   2> 18580 T1343 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18580 T1343 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C138 name=collection1 org.apache.solr.core.SolrCore@185792a url=http://127.0.0.1:40408/xu_/eu/collection1 node=127.0.0.1:40408_xu_%2Feu C138_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, base_url=http://127.0.0.1:40408/xu_/eu, state=down, node_name=127.0.0.1:40408_xu_%2Feu}
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18581 T1343 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18582 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18582 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18583 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18583 T1345 C138 P40408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18586 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18587 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18590 T1287 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/onenodecollectioncore
[junit4:junit4]   2> 18590 T1287 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18591 T1287 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18591 T1287 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18592 T1287 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18592 T1287 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18594 T1287 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18594 T1287 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/onenodecollectioncore/'
[junit4:junit4]   2> 18620 T1287 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 18655 T1287 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18656 T1287 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18660 T1287 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18951 T1287 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18956 T1287 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18958 T1287 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18968 T1287 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18971 T1287 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18973 T1287 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18974 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18975 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18975 T1287 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18976 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18976 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18976 T1287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18977 T1287 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/
[junit4:junit4]   2> 18977 T1287 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 18977 T1287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18978 T1287 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection forceNew: false
[junit4:junit4]   2> 18978 T1287 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/index/
[junit4:junit4]   2> 18978 T1287 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18979 T1287 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/index forceNew: false
[junit4:junit4]   2> 18980 T1287 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c604f lockFactory=org.apache.lucene.store.NativeFSLockFactory@134fc0d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18980 T1287 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18981 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18982 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18982 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18984 T1287 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18984 T1287 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18986 T1287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18988 T1287 oass.SolrIndexSearcher.<init> Opening Searcher@37535e main
[junit4:junit4]   2> 18989 T1287 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/tlog
[junit4:junit4]   2> 18989 T1287 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18989 T1287 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18992 T1347 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@37535e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18992 T1287 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2>  C137_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard2, base_url=http://127.0.0.1:54102/xu_/eu, state=recovering, node_name=127.0.0.1:54102_xu_%2Feu}
[junit4:junit4]   2> 19090 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:59513/xu_/eu/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19090 T1328 C137 P54102 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54102/xu_/eu START replicas=[http://127.0.0.1:59513/xu_/eu/collection1/] nUpdates=100
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:59513/xu_/eu/collection1/. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C139 name=collection1 org.apache.solr.core.SolrCore@d19908 url=http://127.0.0.1:59513/xu_/eu/collection1 node=127.0.0.1:59513_xu_%2Feu C139_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard2, base_url=http://127.0.0.1:59513/xu_/eu, state=active, node_name=127.0.0.1:59513_xu_%2Feu, leader=true}
[junit4:junit4]   2> 19094 T1288 C139 P59513 REQ /get {wt=javabin&distrib=false&qt=/get&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 19095 T1289 C139 P59513 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19096 T1289 C139 P59513 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19096 T1289 C139 P59513 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19096 T1289 C139 P59513 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19097 T1289 C139 P59513 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19097 T1289 C139 P59513 oass.SolrIndexSearcher.<init> Opening Searcher@41fdc2 realtime
[junit4:junit4]   2> 19097 T1289 C139 P59513 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19098 T1289 C139 P59513 /update {wt=javabin&commit_end_point=true&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&version=2} {commit=} 0 3
[junit4:junit4]   2> 19098 T1328 C137 P54102 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19099 T1328 C137 P54102 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19100 T1288 C139 P59513 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19101 T1288 C139 P59513 REQ /replication {wt=javabin&qt=/replication&version=2&command=indexversion} status=0 QTime=1 
[junit4:junit4]   2> 19101 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19101 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19101 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19103 T1289 C139 P59513 REQ /replication {wt=javabin&generation=2&qt=/replication&version=2&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 19104 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19104 T1328 C137 P54102 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index.20130319105629102 forceNew: false
[junit4:junit4]   2> 19104 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b3c20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2783df) fullCopy=false
[junit4:junit4]   2> 19106 T1286 C139 P59513 REQ /replication {wt=filestream&generation=2&checksum=true&qt=/replication&file=segments_2&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 19107 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19108 T1328 C137 P54102 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19108 T1328 C137 P54102 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19109 T1328 C137 P54102 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@638cdc lockFactory=org.apache.lucene.store.NativeFSLockFactory@13c268d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@638cdc lockFactory=org.apache.lucene.store.NativeFSLockFactory@13c268d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19109 T1328 C137 P54102 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19109 T1328 C137 P54102 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19109 T1328 C137 P54102 oass.SolrIndexSearcher.<init> Opening Searcher@77020c main
[junit4:junit4]   2> 19110 T1327 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@77020c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19110 T1328 C137 P54102 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19110 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19111 T1328 C137 P54102 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19111 T1328 C137 P54102 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19111 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20071 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20072 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40408/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40408_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 20074 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 20074 T1274 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20074 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20077 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54102/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54102_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 20079 T1280 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> 20079 T1342 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> 20079 T1293 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> 20080 T1273 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> 20079 T1325 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> 20079 T1309 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> 20587 T1303 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {core=collection1&wt=javabin&state=recovering&nodeName=127.0.0.1:40408_xu_%252Feu&action=PREPRECOVERY&coreNodeName=5&version=2&onlyIfLeader=true&checkLive=true} status=0 QTime=2000 
[junit4:junit4]   2> 20994 T1287 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20994 T1287 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:59513/xu_/eu collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20995 T1287 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 21000 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 21000 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21001 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21002 T1287 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 21003 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 21003 T1287 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/
[junit4:junit4]   2> 21003 T1287 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 21003 T1287 oasc.SyncStrategy.syncToMe http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 21004 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/
[junit4:junit4]   2> 21004 T1287 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 21006 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21586 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21590 T1280 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> 21590 T1273 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> 21590 T1342 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> 21590 T1309 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> 21591 T1293 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> 21590 T1325 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> 21609 T1287 oasc.ZkController.register We are http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/ and leader is http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/
[junit4:junit4]   2> 21610 T1287 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:59513/xu_/eu
[junit4:junit4]   2> 21610 T1287 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21610 T1287 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21612 T1287 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21612 T1287 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&collection=onenodecollection&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection&name=onenodecollectioncore&roles=none&version=2&numShards=1} status=0 QTime=3022 
[junit4:junit4]   2> 21613 T1251 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21614 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C138_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard1, base_url=http://127.0.0.1:40408/xu_/eu, state=recovering, node_name=127.0.0.1:40408_xu_%2Feu}
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41628/xu_/eu/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40408/xu_/eu START replicas=[http://127.0.0.1:41628/xu_/eu/collection1/] nUpdates=100
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41628/xu_/eu/collection1/. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C140 name=collection1 org.apache.solr.core.SolrCore@94a92c url=http://127.0.0.1:41628/xu_/eu/collection1 node=127.0.0.1:41628_xu_%2Feu C140_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard1, base_url=http://127.0.0.1:41628/xu_/eu, state=active, node_name=127.0.0.1:41628_xu_%2Feu, leader=true}
[junit4:junit4]   2> 22592 T1303 C140 P41628 REQ /get {wt=javabin&distrib=false&qt=/get&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 22594 T1304 C140 P41628 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22595 T1304 C140 P41628 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22595 T1304 C140 P41628 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22596 T1304 C140 P41628 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22596 T1304 C140 P41628 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22596 T1304 C140 P41628 oass.SolrIndexSearcher.<init> Opening Searcher@1f33086 realtime
[junit4:junit4]   2> 22597 T1304 C140 P41628 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22597 T1304 C140 P41628 /update {wt=javabin&commit_end_point=true&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&version=2} {commit=} 0 3
[junit4:junit4]   2> 22598 T1345 C138 P40408 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22598 T1345 C138 P40408 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22599 T1302 C140 P41628 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22600 T1302 C140 P41628 REQ /replication {wt=javabin&qt=/replication&version=2&command=indexversion} status=0 QTime=1 
[junit4:junit4]   2> 22600 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22600 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22600 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22602 T1303 C140 P41628 REQ /replication {wt=javabin&generation=2&qt=/replication&version=2&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 22603 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22603 T1345 C138 P40408 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index.20130319105632601 forceNew: false
[junit4:junit4]   2> 22603 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c36281 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfe372) fullCopy=false
[junit4:junit4]   2> 22605 T1304 C140 P41628 REQ /replication {wt=filestream&generation=2&checksum=true&qt=/replication&file=segments_2&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 22606 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22607 T1345 C138 P40408 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22607 T1345 C138 P40408 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22608 T1345 C138 P40408 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1121ae8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ea1e0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1121ae8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ea1e0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22608 T1345 C138 P40408 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22608 T1345 C138 P40408 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22608 T1345 C138 P40408 oass.SolrIndexSearcher.<init> Opening Searcher@1f72455 main
[junit4:junit4]   2> 22609 T1344 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f72455 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22611 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22615 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23095 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23096 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59513_xu_%2Feu_onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 23098 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40408/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40408_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 23101 T1273 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> 23101 T1309 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> 23101 T1325 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> 23101 T1280 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> 23101 T1293 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> 23101 T1342 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> 23616 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23617 T1251 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23618 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23629 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@58373
[junit4:junit4]   2> 23629 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23630 T1352 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23630 T1352 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 23630 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35562
[junit4:junit4]   2> 23630 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35562
[junit4:junit4]   2> 23632 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000d with negotiated timeout 10000 for client /127.0.0.1:35562
[junit4:junit4]   2> 23632 T1352 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000d, negotiated timeout = 10000
[junit4:junit4]   2> 23632 T1353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58373 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23632 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23660 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d294000d
[junit4:junit4]   2> 23661 T1353 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23661 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35562 which had sessionid 0x13d8213d294000d
[junit4:junit4]   2> 23661 T1251 oaz.ZooKeeper.close Session: 0x13d8213d294000d closed
[junit4:junit4]   2> 23662 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940004
[junit4:junit4]   2> 23662 T1280 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23662 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940004 closed
[junit4:junit4]   2> 23662 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35539 which had sessionid 0x13d8213d2940004
[junit4:junit4]   2> 23664 T1251 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 47739
[junit4:junit4]   2> 23664 T1251 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=21193494
[junit4:junit4]   2> 24605 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24606 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu"}
[junit4:junit4]   2> 24609 T1273 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> 24609 T1309 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> 24609 T1325 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> 24609 T1342 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> 24609 T1293 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> 25666 T1251 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 25666 T1251 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25668 T1251 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a1fab4
[junit4:junit4]   2> 25670 T1251 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25670 T1251 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25671 T1251 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25671 T1251 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 25671 T1251 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index
[junit4:junit4]   2> 25674 T1274 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89370589266182147-127.0.0.1:47739_xu_%2Feu-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 25674 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940003
[junit4:junit4]   2> 25676 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35538 which had sessionid 0x13d8213d2940003
[junit4:junit4]   2> 25676 T1325 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1342 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1293 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940003 closed
[junit4:junit4]   2> 25676 T1309 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1293 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> 25676 T1325 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> 25677 T1309 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> 25677 T1342 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> 25679 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0xc9 zxid:0xe3 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 25679 T1293 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 25680 T1293 oasc.Overseer.start Overseer (id=89370589266182150-127.0.0.1:59513_xu_%2Feu-n_0000000001) starting
[junit4:junit4]   2> 25681 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xce zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25681 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xcf zxid:0xe6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25682 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xd1 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25683 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xd3 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25683 T1355 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 25684 T1354 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 25685 T1354 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25685 T1354 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 25688 T1325 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> 25689 T1293 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> 25689 T1309 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> 25689 T1342 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> 25698 T1251 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/xu_/eu,null}
[junit4:junit4]   2> 25750 T1251 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 59513
[junit4:junit4]   2> 25751 T1251 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=15777056
[junit4:junit4]   2> 26975 T1273 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26976 T1273 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> 26976 T1273 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26976 T1273 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27192 T1354 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27193 T1354 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59513_xu_%2Feu_onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu"}
[junit4:junit4]   2> 27195 T1354 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu"}
[junit4:junit4]   2> 27198 T1342 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> 27198 T1293 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> 27198 T1309 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> 27198 T1325 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> 28753 T1251 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 28754 T1251 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 28755 T1251 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 28757 T1251 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d19908
[junit4:junit4]   2> 28759 T1251 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28759 T1251 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28760 T1251 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28760 T1251 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28762 T1251 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 28762 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1
[junit4:junit4]   2> 28763 T1251 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1
[junit4:junit4]   2> 28763 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributed

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

luster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 35556 T2503 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35556 T2503 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=de_AT, timezone=Etc/GMT+6
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=31845328,total=274530304
[junit4:junit4]   2> NOTE: All tests run in this JVM: [JsonLoaderTest, AnalysisAfterCoreReloadTest, SimpleFacetsTest, TestValueSourceCache, TestFieldResource, PrimitiveFieldTypeTest, TestCoreContainer, TestSolrCoreProperties, TestPerFieldSimilarity, SchemaVersionSpecificBehaviorTest, TestSearchPerf, BasicDistributedZkTest, QueryEqualityTest, SpellingQueryConverterTest, FileBasedSpellCheckerTest, MBeansHandlerTest, FieldMutatingUpdateProcessorTest, TestSort, UpdateRequestProcessorFactoryTest, TestSolrIndexConfig, TestDynamicFieldCollectionResource, TestSolrDeletionPolicy2, MinimalSchemaTest, TestRealTimeGet, TestDynamicFieldResource, UnloadDistributedZkTest, DistributedQueryElevationComponentTest, OverseerTest, PeerSyncTest, ShowFileRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestPseudoReturnFields, TestFastWriter, TestPluginEnable, MoreLikeThisHandlerTest, SliceStateUpdateTest, TestSweetSpotSimilarityFactory, OverseerCollectionProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, ClusterStateUpdateTest, TestFastLRUCache, TermVectorComponentTest, TestReplicationHandler, DateFieldTest, UUIDFieldTest, SolrTestCaseJ4Test, TestSolrQueryParser, SyncSliceTest, PluginInfoTest, DirectUpdateHandlerOptimizeTest, SynonymTokenizerTest, SoftAutoCommitTest, SolrCoreTest, ExternalFileFieldSortTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=AD0952A5B3F5E31C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_AT -Dtests.timezone=Etc/GMT+6 -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2480, name=coreLoadExecutor-1337-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1216147 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f8e84a)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2482, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@fddf26 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c7d158)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 35.66s, 1 test, 2 errors <<< FAILURES!

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

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