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/08 23:24:16 UTC

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

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

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=2893, name=coreLoadExecutor-2140-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=2893, name=coreLoadExecutor-2140-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:980)
	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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
	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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9cf9b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f690c0)
	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=2895, 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=2895, 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:980)
	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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@71fdbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@16af41f)
	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)


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

Error Message:
Server at http://127.0.0.1:48364/_kbu/hm/onenodecollectioncore returned non ok status:404, message:Can not find: /_kbu/hm/onenodecollectioncore/update

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




Build Log:
[...truncated 9265 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T2230 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_kbu/hm
[junit4:junit4]   2> 3 T2230 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362780956351
[junit4:junit4]   2> 4 T2230 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T2231 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T2231 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T2231 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T2231 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T2231 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T2231 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T2230 oasc.ZkTestServer.run start zk server on port:59958
[junit4:junit4]   2> 105 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@10ffd0f
[junit4:junit4]   2> 106 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T2236 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T2236 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 106 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51116
[junit4:junit4]   2> 107 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51116
[junit4:junit4]   2> 107 T2234 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 285 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20000 with negotiated timeout 10000 for client /127.0.0.1:51116
[junit4:junit4]   2> 285 T2236 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20000, negotiated timeout = 10000
[junit4:junit4]   2> 285 T2237 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ffd0f name:ZooKeeperConnection Watcher:127.0.0.1:59958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 286 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 286 T2230 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 288 T2235 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c1326c20000
[junit4:junit4]   2> 288 T2237 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 289 T2232 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51116 which had sessionid 0x13d4c1326c20000
[junit4:junit4]   2> 288 T2230 oaz.ZooKeeper.close Session: 0x13d4c1326c20000 closed
[junit4:junit4]   2> 289 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c815de
[junit4:junit4]   2> 290 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 290 T2238 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 290 T2238 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 290 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51118
[junit4:junit4]   2> 290 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51118
[junit4:junit4]   2> 291 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20001 with negotiated timeout 10000 for client /127.0.0.1:51118
[junit4:junit4]   2> 291 T2238 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20001, negotiated timeout = 10000
[junit4:junit4]   2> 291 T2239 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c815de name:ZooKeeperConnection Watcher:127.0.0.1:59958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 291 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 292 T2230 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 294 T2230 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 295 T2230 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 297 T2230 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 298 T2230 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> 299 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 302 T2230 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> 302 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 305 T2230 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> 305 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 307 T2230 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> 307 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 309 T2230 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> 310 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 312 T2230 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> 312 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 314 T2230 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> 314 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 317 T2230 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> 317 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 319 T2230 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> 319 T2230 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 321 T2235 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c1326c20001
[junit4:junit4]   2> 322 T2239 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 322 T2232 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51118 which had sessionid 0x13d4c1326c20001
[junit4:junit4]   2> 322 T2230 oaz.ZooKeeper.close Session: 0x13d4c1326c20001 closed
[junit4:junit4]   2> 377 T2230 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 380 T2230 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45435
[junit4:junit4]   2> 380 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 380 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 381 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669
[junit4:junit4]   2> 381 T2230 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/solr.xml
[junit4:junit4]   2> 381 T2230 oasc.CoreContainer.<init> New CoreContainer 31473722
[junit4:junit4]   2> 382 T2230 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/'
[junit4:junit4]   2> 382 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/'
[junit4:junit4]   2> 400 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 401 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 401 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 401 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 402 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 402 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 402 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 403 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 403 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 403 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 409 T2230 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 419 T2230 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59958/solr
[junit4:junit4]   2> 419 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 420 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@fcd3f2
[junit4:junit4]   2> 420 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 421 T2249 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 421 T2249 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 421 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51119
[junit4:junit4]   2> 421 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51119
[junit4:junit4]   2> 422 T2249 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20002, negotiated timeout = 20000
[junit4:junit4]   2> 422 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20002 with negotiated timeout 20000 for client /127.0.0.1:51119
[junit4:junit4]   2> 422 T2250 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fcd3f2 name:ZooKeeperConnection Watcher:127.0.0.1:59958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 423 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 423 T2235 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c1326c20002
[junit4:junit4]   2> 424 T2250 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 424 T2232 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51119 which had sessionid 0x13d4c1326c20002
[junit4:junit4]   2> 424 T2230 oaz.ZooKeeper.close Session: 0x13d4c1326c20002 closed
[junit4:junit4]   2> 424 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 427 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@116dd48
[junit4:junit4]   2> 427 T2251 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 427 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 428 T2251 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 428 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51120
[junit4:junit4]   2> 428 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51120
[junit4:junit4]   2> 429 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20003 with negotiated timeout 20000 for client /127.0.0.1:51120
[junit4:junit4]   2> 429 T2251 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20003, negotiated timeout = 20000
[junit4:junit4]   2> 429 T2252 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@116dd48 name:ZooKeeperConnection Watcher:127.0.0.1:59958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 429 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 430 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 431 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 432 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45435__kbu%2Fhm
[junit4:junit4]   2> 433 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45435__kbu%2Fhm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45435__kbu%2Fhm
[junit4:junit4]   2> 433 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45435__kbu%2Fhm
[junit4:junit4]   2> 435 T2230 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 438 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 438 T2230 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 441 T2230 oasc.Overseer.start Overseer (id=89311212755615747-127.0.0.1:45435__kbu%2Fhm-n_0000000000) starting
[junit4:junit4]   2> 442 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 442 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 443 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 443 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 444 T2254 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 445 T2230 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 446 T2230 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 448 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 449 T2253 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 451 T2255 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/collection1
[junit4:junit4]   2> 452 T2255 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 452 T2255 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 452 T2255 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 453 T2255 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/collection1/'
[junit4:junit4]   2> 453 T2255 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/collection1/lib/README' to classloader
[junit4:junit4]   2> 453 T2255 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 477 T2255 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 507 T2255 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 507 T2255 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 511 T2255 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 837 T2255 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 842 T2255 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 845 T2255 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 854 T2255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 856 T2255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 859 T2255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 859 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 860 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 860 T2255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 860 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 861 T2255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 861 T2255 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362780956669/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/control/data/
[junit4:junit4]   2> 861 T2255 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149b4ab
[junit4:junit4]   2> 861 T2255 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 868 T2255 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/control/data forceNew: false
[junit4:junit4]   2> 868 T2255 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/control/data/index/
[junit4:junit4]   2> 868 T2255 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 868 T2255 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/control/data/index forceNew: false
[junit4:junit4]   2> 871 T2255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 871 T2255 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 872 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 873 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 873 T2255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 873 T2255 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 874 T2255 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 874 T2255 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 874 T2255 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 874 T2255 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 875 T2255 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 877 T2255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 879 T2255 oass.SolrIndexSearcher.<init> Opening Searcher@b24f13 main
[junit4:junit4]   2> 880 T2255 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 880 T2255 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 883 T2256 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b24f13 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 884 T2255 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 884 T2255 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 885 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1952 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1952 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45435__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45435/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 1952 T2253 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1953 T2253 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1953 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1956 T2252 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> 2887 T2255 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2887 T2255 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45435/_kbu/hm collection:control_collection shard:shard1
[junit4:junit4]   2> 2888 T2255 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2893 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2893 T2255 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2894 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2895 T2255 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2895 T2255 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2895 T2255 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45435/_kbu/hm/collection1/
[junit4:junit4]   2> 2895 T2255 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2895 T2255 oasc.SyncStrategy.syncToMe http://127.0.0.1:45435/_kbu/hm/collection1/ has no replicas
[junit4:junit4]   2> 2895 T2255 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45435/_kbu/hm/collection1/
[junit4:junit4]   2> 2896 T2255 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2898 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3458 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3464 T2252 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> 3501 T2255 oasc.ZkController.register We are http://127.0.0.1:45435/_kbu/hm/collection1/ and leader is http://127.0.0.1:45435/_kbu/hm/collection1/
[junit4:junit4]   2> 3501 T2255 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45435/_kbu/hm
[junit4:junit4]   2> 3502 T2255 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3502 T2255 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3502 T2255 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3503 T2255 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3504 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3504 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3505 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3508 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3508 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@947d92
[junit4:junit4]   2> 3509 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3509 T2258 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3509 T2258 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 3509 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51125
[junit4:junit4]   2> 3510 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51125
[junit4:junit4]   2> 3510 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20004 with negotiated timeout 10000 for client /127.0.0.1:51125
[junit4:junit4]   2> 3510 T2258 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20004, negotiated timeout = 10000
[junit4:junit4]   2> 3511 T2259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@947d92 name:ZooKeeperConnection Watcher:127.0.0.1:59958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3511 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3512 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3513 T2230 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3569 T2230 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3571 T2230 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44183
[junit4:junit4]   2> 3571 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3571 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3572 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860
[junit4:junit4]   2> 3572 T2230 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/solr.xml
[junit4:junit4]   2> 3572 T2230 oasc.CoreContainer.<init> New CoreContainer 29904689
[junit4:junit4]   2> 3573 T2230 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/'
[junit4:junit4]   2> 3573 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/'
[junit4:junit4]   2> 3591 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3591 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3592 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3592 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3592 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3593 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3593 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3593 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3594 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3594 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3600 T2230 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3609 T2230 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59958/solr
[junit4:junit4]   2> 3610 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3610 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c14f88
[junit4:junit4]   2> 3611 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3611 T2269 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3611 T2269 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 3612 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51126
[junit4:junit4]   2> 3612 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51126
[junit4:junit4]   2> 3613 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20005 with negotiated timeout 20000 for client /127.0.0.1:51126
[junit4:junit4]   2> 3613 T2269 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20005, negotiated timeout = 20000
[junit4:junit4]   2> 3613 T2270 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c14f88 name:ZooKeeperConnection Watcher:127.0.0.1:59958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3613 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3614 T2235 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c1326c20005
[junit4:junit4]   2> 3614 T2270 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3614 T2232 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51126 which had sessionid 0x13d4c1326c20005
[junit4:junit4]   2> 3614 T2230 oaz.ZooKeeper.close Session: 0x13d4c1326c20005 closed
[junit4:junit4]   2> 3615 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3617 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@8d6ece
[junit4:junit4]   2> 3618 T2271 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3618 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3618 T2271 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 3618 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51127
[junit4:junit4]   2> 3618 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51127
[junit4:junit4]   2> 3619 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20006 with negotiated timeout 20000 for client /127.0.0.1:51127
[junit4:junit4]   2> 3619 T2271 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20006, negotiated timeout = 20000
[junit4:junit4]   2> 3619 T2272 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8d6ece name:ZooKeeperConnection Watcher:127.0.0.1:59958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3619 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3620 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3620 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3621 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4623 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44183__kbu%2Fhm
[junit4:junit4]   2> 4624 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44183__kbu%2Fhm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44183__kbu%2Fhm
[junit4:junit4]   2> 4625 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44183__kbu%2Fhm
[junit4:junit4]   2> 4628 T2252 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4628 T2272 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4628 T2252 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> 4628 T2259 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4631 T2273 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/collection1
[junit4:junit4]   2> 4632 T2273 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4632 T2273 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4632 T2273 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4633 T2273 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/collection1/'
[junit4:junit4]   2> 4633 T2273 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/collection1/lib/README' to classloader
[junit4:junit4]   2> 4634 T2273 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4661 T2273 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4693 T2273 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4694 T2273 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4698 T2273 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4969 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4969 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45435__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45435/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 4972 T2272 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> 4972 T2252 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> 4972 T2259 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> 5037 T2273 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5042 T2273 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5044 T2273 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5054 T2273 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5057 T2273 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5060 T2273 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5061 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5061 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5061 T2273 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5062 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5062 T2273 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5063 T2273 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/
[junit4:junit4]   2> 5063 T2273 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149b4ab
[junit4:junit4]   2> 5063 T2273 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5064 T2273 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1 forceNew: false
[junit4:junit4]   2> 5064 T2273 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/index/
[junit4:junit4]   2> 5065 T2273 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5065 T2273 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/index forceNew: false
[junit4:junit4]   2> 5069 T2273 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5069 T2273 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5071 T2273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5071 T2273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5072 T2273 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5072 T2273 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5072 T2273 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5073 T2273 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5073 T2273 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5073 T2273 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5074 T2273 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5076 T2273 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5078 T2273 oass.SolrIndexSearcher.<init> Opening Searcher@7de98f main
[junit4:junit4]   2> 5079 T2273 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5079 T2273 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5082 T2274 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7de98f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5083 T2273 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5083 T2273 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6476 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6476 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44183/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 6477 T2253 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6477 T2253 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6481 T2259 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> 6481 T2252 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> 6481 T2272 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> 7085 T2273 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7085 T2273 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44183/_kbu/hm collection:collection1 shard:shard1
[junit4:junit4]   2> 7086 T2273 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7091 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7092 T2273 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7092 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7093 T2273 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7093 T2273 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7094 T2273 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44183/_kbu/hm/collection1/
[junit4:junit4]   2> 7094 T2273 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7094 T2273 oasc.SyncStrategy.syncToMe http://127.0.0.1:44183/_kbu/hm/collection1/ has no replicas
[junit4:junit4]   2> 7094 T2273 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44183/_kbu/hm/collection1/
[junit4:junit4]   2> 7095 T2273 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7098 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7984 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7989 T2272 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> 7989 T2252 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> 7989 T2259 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> 8001 T2273 oasc.ZkController.register We are http://127.0.0.1:44183/_kbu/hm/collection1/ and leader is http://127.0.0.1:44183/_kbu/hm/collection1/
[junit4:junit4]   2> 8001 T2273 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44183/_kbu/hm
[junit4:junit4]   2> 8002 T2273 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8002 T2273 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8002 T2273 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8003 T2273 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8004 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8004 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8005 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8062 T2230 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8064 T2230 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48364
[junit4:junit4]   2> 8064 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8064 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8065 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354
[junit4:junit4]   2> 8065 T2230 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/solr.xml
[junit4:junit4]   2> 8065 T2230 oasc.CoreContainer.<init> New CoreContainer 1871198
[junit4:junit4]   2> 8066 T2230 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/'
[junit4:junit4]   2> 8066 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/'
[junit4:junit4]   2> 8083 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8084 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8084 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8085 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8085 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8085 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8085 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8086 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8086 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8086 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8092 T2230 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8102 T2230 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59958/solr
[junit4:junit4]   2> 8102 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8102 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ea5150
[junit4:junit4]   2> 8103 T2285 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8103 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8104 T2285 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 8104 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51131
[junit4:junit4]   2> 8104 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51131
[junit4:junit4]   2> 8105 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20007 with negotiated timeout 20000 for client /127.0.0.1:51131
[junit4:junit4]   2> 8105 T2285 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20007, negotiated timeout = 20000
[junit4:junit4]   2> 8105 T2286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ea5150 name:ZooKeeperConnection Watcher:127.0.0.1:59958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8105 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8106 T2235 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c1326c20007
[junit4:junit4]   2> 8106 T2286 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8106 T2232 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51131 which had sessionid 0x13d4c1326c20007
[junit4:junit4]   2> 8106 T2230 oaz.ZooKeeper.close Session: 0x13d4c1326c20007 closed
[junit4:junit4]   2> 8107 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8109 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@b8e12b
[junit4:junit4]   2> 8110 T2287 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8110 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8110 T2287 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 8110 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51132
[junit4:junit4]   2> 8110 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51132
[junit4:junit4]   2> 8111 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20008 with negotiated timeout 20000 for client /127.0.0.1:51132
[junit4:junit4]   2> 8111 T2287 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20008, negotiated timeout = 20000
[junit4:junit4]   2> 8111 T2288 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b8e12b name:ZooKeeperConnection Watcher:127.0.0.1:59958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8111 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8112 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8112 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8113 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9116 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48364__kbu%2Fhm
[junit4:junit4]   2> 9116 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48364__kbu%2Fhm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48364__kbu%2Fhm
[junit4:junit4]   2> 9117 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48364__kbu%2Fhm
[junit4:junit4]   2> 9119 T2272 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> 9119 T2259 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> 9120 T2252 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9120 T2288 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9120 T2252 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> 9121 T2272 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9121 T2259 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9125 T2289 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/collection1
[junit4:junit4]   2> 9125 T2289 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9126 T2289 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9126 T2289 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9127 T2289 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/collection1/'
[junit4:junit4]   2> 9127 T2289 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/collection1/lib/README' to classloader
[junit4:junit4]   2> 9127 T2289 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9155 T2289 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9186 T2289 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9187 T2289 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9192 T2289 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9495 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9496 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44183/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 9499 T2259 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> 9499 T2272 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> 9499 T2252 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> 9500 T2288 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> 9553 T2289 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9558 T2289 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9560 T2289 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9570 T2289 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9573 T2289 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9576 T2289 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9577 T2289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9577 T2289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9577 T2289 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9578 T2289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9578 T2289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9578 T2289 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362780964354/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/
[junit4:junit4]   2> 9578 T2289 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149b4ab
[junit4:junit4]   2> 9579 T2289 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 9579 T2289 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2 forceNew: false
[junit4:junit4]   2> 9579 T2289 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/index/
[junit4:junit4]   2> 9579 T2289 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9580 T2289 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/index forceNew: false
[junit4:junit4]   2> 9582 T2289 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9582 T2289 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9584 T2289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9584 T2289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9584 T2289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9585 T2289 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9585 T2289 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9585 T2289 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9586 T2289 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9586 T2289 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9586 T2289 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9588 T2289 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9591 T2289 oass.SolrIndexSearcher.<init> Opening Searcher@c9afe5 main
[junit4:junit4]   2> 9591 T2289 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9591 T2289 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9596 T2290 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c9afe5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9597 T2289 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9598 T2289 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11002 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11003 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48364__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48364/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 11003 T2253 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11003 T2253 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11008 T2252 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> 11008 T2288 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> 11008 T2259 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> 11008 T2272 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> 11599 T2289 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11599 T2289 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48364/_kbu/hm collection:collection1 shard:shard2
[junit4:junit4]   2> 11600 T2289 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11605 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11606 T2289 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11606 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11607 T2289 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11607 T2289 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11608 T2289 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48364/_kbu/hm/collection1/
[junit4:junit4]   2> 11608 T2289 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11608 T2289 oasc.SyncStrategy.syncToMe http://127.0.0.1:48364/_kbu/hm/collection1/ has no replicas
[junit4:junit4]   2> 11608 T2289 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48364/_kbu/hm/collection1/
[junit4:junit4]   2> 11608 T2289 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11611 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12512 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12519 T2288 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 T2252 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 T2259 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 T2272 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12565 T2289 oasc.ZkController.register We are http://127.0.0.1:48364/_kbu/hm/collection1/ and leader is http://127.0.0.1:48364/_kbu/hm/collection1/
[junit4:junit4]   2> 12565 T2289 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48364/_kbu/hm
[junit4:junit4]   2> 12565 T2289 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12566 T2289 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12566 T2289 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12567 T2289 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12568 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12568 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12569 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12631 T2230 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12633 T2230 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39694
[junit4:junit4]   2> 12634 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12634 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12634 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919
[junit4:junit4]   2> 12635 T2230 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/solr.xml
[junit4:junit4]   2> 12635 T2230 oasc.CoreContainer.<init> New CoreContainer 4605560
[junit4:junit4]   2> 12635 T2230 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/'
[junit4:junit4]   2> 12636 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/'
[junit4:junit4]   2> 12656 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12656 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12657 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12657 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12658 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12658 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12658 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12659 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12659 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12659 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12665 T2230 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12676 T2230 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59958/solr
[junit4:junit4]   2> 12676 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12677 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f55650
[junit4:junit4]   2> 12677 T2301 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12677 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12678 T2301 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 12678 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51139
[junit4:junit4]   2> 12678 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51139
[junit4:junit4]   2> 12679 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c20009 with negotiated timeout 20000 for client /127.0.0.1:51139
[junit4:junit4]   2> 12679 T2301 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c20009, negotiated timeout = 20000
[junit4:junit4]   2> 12679 T2302 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f55650 name:ZooKeeperConnection Watcher:127.0.0.1:59958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12679 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12680 T2235 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c1326c20009
[junit4:junit4]   2> 12681 T2302 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12681 T2232 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51139 which had sessionid 0x13d4c1326c20009
[junit4:junit4]   2> 12681 T2230 oaz.ZooKeeper.close Session: 0x13d4c1326c20009 closed
[junit4:junit4]   2> 12681 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12684 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@d65c36
[junit4:junit4]   2> 12685 T2303 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12684 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12685 T2303 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 12685 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51140
[junit4:junit4]   2> 12685 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51140
[junit4:junit4]   2> 12686 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c2000a with negotiated timeout 20000 for client /127.0.0.1:51140
[junit4:junit4]   2> 12686 T2303 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c2000a, negotiated timeout = 20000
[junit4:junit4]   2> 12686 T2304 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d65c36 name:ZooKeeperConnection Watcher:127.0.0.1:59958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12686 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12687 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c2000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12688 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c2000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12689 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13691 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39694__kbu%2Fhm
[junit4:junit4]   2> 13692 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c2000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39694__kbu%2Fhm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39694__kbu%2Fhm
[junit4:junit4]   2> 13693 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39694__kbu%2Fhm
[junit4:junit4]   2> 13694 T2252 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> 13695 T2288 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> 13695 T2259 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13695 T2304 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13696 T2259 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> 13696 T2272 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13696 T2272 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> 13696 T2288 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13697 T2252 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13700 T2305 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/collection1
[junit4:junit4]   2> 13700 T2305 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13700 T2305 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13701 T2305 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13701 T2305 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/collection1/'
[junit4:junit4]   2> 13702 T2305 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/collection1/lib/README' to classloader
[junit4:junit4]   2> 13702 T2305 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13732 T2305 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13764 T2305 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13765 T2305 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13769 T2305 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14024 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14025 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48364__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48364/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 14029 T2304 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> 14029 T2259 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> 14029 T2252 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> 14029 T2288 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> 14029 T2272 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> 14136 T2305 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14141 T2305 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14143 T2305 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14152 T2305 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14155 T2305 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14157 T2305 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14158 T2305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14158 T2305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14158 T2305 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14159 T2305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14159 T2305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14160 T2305 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362780968919/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/
[junit4:junit4]   2> 14160 T2305 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149b4ab
[junit4:junit4]   2> 14160 T2305 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14160 T2305 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3 forceNew: false
[junit4:junit4]   2> 14161 T2305 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index/
[junit4:junit4]   2> 14161 T2305 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14161 T2305 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index forceNew: false
[junit4:junit4]   2> 14164 T2305 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14164 T2305 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14166 T2305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14166 T2305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14167 T2305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14167 T2305 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14167 T2305 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14168 T2305 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14168 T2305 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14168 T2305 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14169 T2305 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14171 T2305 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14174 T2305 oass.SolrIndexSearcher.<init> Opening Searcher@1aebea8 main
[junit4:junit4]   2> 14174 T2305 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14174 T2305 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14177 T2306 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1aebea8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14179 T2305 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14179 T2305 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15534 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15534 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39694__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39694/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 15534 T2253 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15534 T2253 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15537 T2272 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> 15537 T2288 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> 15537 T2259 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> 15537 T2252 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> 15537 T2304 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> 16180 T2305 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16180 T2305 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39694/_kbu/hm collection:collection1 shard:shard1
[junit4:junit4]   2> 16182 T2305 oasc.ZkController.register We are http://127.0.0.1:39694/_kbu/hm/collection1/ and leader is http://127.0.0.1:44183/_kbu/hm/collection1/
[junit4:junit4]   2> 16182 T2305 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39694/_kbu/hm
[junit4:junit4]   2> 16183 T2305 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16183 T2305 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C120 name=collection1 org.apache.solr.core.SolrCore@12d8bc6 url=http://127.0.0.1:39694/_kbu/hm/collection1 node=127.0.0.1:39694__kbu%2Fhm C120_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:39694__kbu%2Fhm, base_url=http://127.0.0.1:39694/_kbu/hm, collection=collection1}
[junit4:junit4]   2> 16183 T2307 C120 P39694 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16184 T2307 C120 P39694 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16183 T2305 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16184 T2307 C120 P39694 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16184 T2307 C120 P39694 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16184 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16185 T2307 C120 P39694 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16185 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16185 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16257 T2230 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16259 T2230 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42036
[junit4:junit4]   2> 16260 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16260 T2230 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16261 T2230 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535
[junit4:junit4]   2> 16261 T2230 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/solr.xml
[junit4:junit4]   2> 16261 T2230 oasc.CoreContainer.<init> New CoreContainer 17089695
[junit4:junit4]   2> 16262 T2230 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/'
[junit4:junit4]   2> 16262 T2230 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/'
[junit4:junit4]   2> 16281 T2230 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16282 T2230 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16282 T2230 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16282 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16283 T2230 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16283 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16283 T2230 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16284 T2230 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16284 T2230 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16284 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16291 T2230 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16301 T2230 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59958/solr
[junit4:junit4]   2> 16302 T2230 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16302 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e94b73
[junit4:junit4]   2> 16303 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16303 T2318 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16304 T2318 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 16304 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51151
[junit4:junit4]   2> 16304 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51151
[junit4:junit4]   2> 16305 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c2000b with negotiated timeout 20000 for client /127.0.0.1:51151
[junit4:junit4]   2> 16305 T2318 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c2000b, negotiated timeout = 20000
[junit4:junit4]   2> 16305 T2319 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e94b73 name:ZooKeeperConnection Watcher:127.0.0.1:59958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16305 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16306 T2235 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c1326c2000b
[junit4:junit4]   2> 16306 T2319 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16306 T2232 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51151 which had sessionid 0x13d4c1326c2000b
[junit4:junit4]   2> 16306 T2230 oaz.ZooKeeper.close Session: 0x13d4c1326c2000b closed
[junit4:junit4]   2> 16307 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16309 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@279867
[junit4:junit4]   2> 16310 T2320 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16310 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16310 T2320 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 16310 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51152
[junit4:junit4]   2> 16311 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51152
[junit4:junit4]   2> 16311 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c2000c with negotiated timeout 20000 for client /127.0.0.1:51152
[junit4:junit4]   2> 16311 T2320 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c2000c, negotiated timeout = 20000
[junit4:junit4]   2> 16311 T2321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@279867 name:ZooKeeperConnection Watcher:127.0.0.1:59958/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16312 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16312 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c2000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16313 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c2000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16314 T2230 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17041 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17042 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39694__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39694/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 17047 T2304 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> 17047 T2272 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> 17047 T2288 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> 17047 T2321 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> 17047 T2252 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> 17047 T2259 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> 17189 T2267 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&state=recovering&core=collection1&action=PREPRECOVERY&version=2&nodeName=127.0.0.1:39694__kbu%252Fhm&wt=javabin&coreNodeName=127.0.0.1:39694__kbu%252Fhm_collection1&checkLive=true} status=0 QTime=1000 
[junit4:junit4]   2> 17316 T2230 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42036__kbu%2Fhm
[junit4:junit4]   2> 17317 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c2000c type:delete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42036__kbu%2Fhm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42036__kbu%2Fhm
[junit4:junit4]   2> 17319 T2230 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42036__kbu%2Fhm
[junit4:junit4]   2> 17322 T2304 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> 17322 T2259 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> 17322 T2272 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> 17322 T2288 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> 17323 T2321 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17323 T2252 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17324 T2321 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> 17324 T2252 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> 17325 T2304 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17326 T2272 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17326 T2259 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17326 T2288 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17336 T2322 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/collection1
[junit4:junit4]   2> 17336 T2322 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17337 T2322 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17338 T2322 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17340 T2322 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/collection1/'
[junit4:junit4]   2> 17341 T2322 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/collection1/lib/README' to classloader
[junit4:junit4]   2> 17341 T2322 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17366 T2322 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 17396 T2322 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17397 T2322 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17400 T2322 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17735 T2322 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17740 T2322 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17742 T2322 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17751 T2322 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17754 T2322 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17756 T2322 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17757 T2322 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17757 T2322 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17757 T2322 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17758 T2322 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17758 T2322 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17758 T2322 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362780972535/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/
[junit4:junit4]   2> 17758 T2322 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149b4ab
[junit4:junit4]   2> 17759 T2322 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17759 T2322 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4 forceNew: false
[junit4:junit4]   2> 17759 T2322 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index/
[junit4:junit4]   2> 17759 T2322 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17760 T2322 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index forceNew: false
[junit4:junit4]   2> 17762 T2322 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17762 T2322 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17764 T2322 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17764 T2322 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17765 T2322 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17765 T2322 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17766 T2322 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17766 T2322 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17766 T2322 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17766 T2322 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17767 T2322 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17769 T2322 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17772 T2322 oass.SolrIndexSearcher.<init> Opening Searcher@1f7bb35 main
[junit4:junit4]   2> 17772 T2322 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17772 T2322 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17777 T2323 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f7bb35 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17778 T2322 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17778 T2322 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18554 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18555 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42036__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42036/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 18556 T2253 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18556 T2253 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 18562 T2304 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> 18562 T2272 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> 18562 T2252 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> 18562 T2321 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> 18562 T2288 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> 18562 T2259 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18779 T2322 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18780 T2322 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42036/_kbu/hm collection:collection1 shard:shard2
[junit4:junit4]   2> 18784 T2322 oasc.ZkController.register We are http://127.0.0.1:42036/_kbu/hm/collection1/ and leader is http://127.0.0.1:48364/_kbu/hm/collection1/
[junit4:junit4]   2> 18784 T2322 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42036/_kbu/hm
[junit4:junit4]   2> 18785 T2322 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18785 T2322 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C121 name=collection1 org.apache.solr.core.SolrCore@1412356 url=http://127.0.0.1:42036/_kbu/hm/collection1 node=127.0.0.1:42036__kbu%2Fhm C121_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:42036__kbu%2Fhm, base_url=http://127.0.0.1:42036/_kbu/hm, collection=collection1}
[junit4:junit4]   2> 18785 T2324 C121 P42036 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18787 T2324 C121 P42036 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18786 T2322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18787 T2324 C121 P42036 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18787 T2324 C121 P42036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18789 T2324 C121 P42036 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18788 T2230 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 18789 T2230 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18790 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18795 T2230 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18797 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18803 T2265 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/onenodecollectioncore
[junit4:junit4]   2> 18803 T2265 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18804 T2265 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18805 T2265 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18807 T2265 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18807 T2265 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18810 T2265 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18812 T2265 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/onenodecollectioncore/'
[junit4:junit4]   2> 18860 T2265 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 18891 T2265 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18892 T2265 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18896 T2265 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C120_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, node_name=127.0.0.1:39694__kbu%2Fhm, base_url=http://127.0.0.1:39694/_kbu/hm, collection=collection1}
[junit4:junit4]   2> 19190 T2307 C120 P39694 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:44183/_kbu/hm/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19191 T2307 C120 P39694 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:39694/_kbu/hm START replicas=[http://127.0.0.1:44183/_kbu/hm/collection1/] nUpdates=100
[junit4:junit4]   2> 19191 T2307 C120 P39694 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19191 T2307 C120 P39694 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19191 T2307 C120 P39694 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19192 T2307 C120 P39694 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19192 T2307 C120 P39694 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19192 T2307 C120 P39694 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:44183/_kbu/hm/collection1/. core=collection1
[junit4:junit4]   2> 19192 T2307 C120 P39694 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C122 name=collection1 org.apache.solr.core.SolrCore@1d6c0ac url=http://127.0.0.1:44183/_kbu/hm/collection1 node=127.0.0.1:44183__kbu%2Fhm C122_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, node_name=127.0.0.1:44183__kbu%2Fhm, base_url=http://127.0.0.1:44183/_kbu/hm, collection=collection1, leader=true}
[junit4:junit4]   2> 19207 T2267 C122 P44183 REQ /get {version=2&wt=javabin&qt=/get&distrib=false&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 19210 T2266 C122 P44183 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19213 T2266 C122 P44183 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19213 T2266 C122 P44183 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19231 T2266 C122 P44183 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty1/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19231 T2266 C122 P44183 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19232 T2266 C122 P44183 oass.SolrIndexSearcher.<init> Opening Searcher@146ab57 realtime
[junit4:junit4]   2> 19233 T2266 C122 P44183 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19233 T2266 C122 P44183 /update {openSearcher=false&version=2&wt=javabin&commit=true&commit_end_point=true&softCommit=false&waitSearcher=true} {commit=} 0 23
[junit4:junit4]   2> 19234 T2307 C120 P39694 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19234 T2307 C120 P39694 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19250 T2265 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19251 T2267 C122 P44183 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19252 T2267 C122 P44183 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=17 
[junit4:junit4]   2> 19252 T2307 C120 P39694 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19252 T2307 C120 P39694 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19252 T2307 C120 P39694 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19254 T2266 C122 P44183 REQ /replication {version=2&wt=javabin&command=filelist&generation=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19255 T2307 C120 P39694 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19255 T2265 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19255 T2307 C120 P39694 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index.20130309011615602 forceNew: false
[junit4:junit4]   2> 19256 T2307 C120 P39694 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index.20130309011615602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@101c63f fullCopy=false
[junit4:junit4]   2> 19258 T2265 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19258 T2268 C122 P44183 REQ /replication {wt=filestream&command=filecontent&file=segments_2&checksum=true&generation=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19260 T2307 C120 P39694 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19276 T2265 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19280 T2265 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19283 T2265 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19284 T2265 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19284 T2265 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19284 T2265 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19285 T2265 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19286 T2265 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19286 T2265 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362780959860/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362780956351/onenodecollection/
[junit4:junit4]   2> 19286 T2265 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@149b4ab
[junit4:junit4]   2> 19287 T2265 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 19287 T2265 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362780956351/onenodecollection forceNew: false
[junit4:junit4]   2> 19287 T2265 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362780956351/onenodecollection/index/
[junit4:junit4]   2> 19288 T2265 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362780956351/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19288 T2265 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362780956351/onenodecollection/index forceNew: false
[junit4:junit4]   2> 19292 T2307 C120 P39694 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19292 T2307 C120 P39694 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19293 T2265 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solrtest-BasicDistributedZk2Test-1362780956351/onenodecollection/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19293 T2307 C120 P39694 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19293 T2265 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19294 T2307 C120 P39694 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19294 T2307 C120 P39694 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19295 T2307 C120 P39694 oass.SolrIndexSearcher.<init> Opening Searcher@70554d main
[junit4:junit4]   2> 19295 T2306 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70554d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19296 T2307 C120 P39694 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty3/index.20130309011615602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@101c63f
[junit4:junit4]   2> 19296 T2265 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19296 T2307 C120 P39694 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19296 T2307 C120 P39694 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19296 T2265 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19296 T2307 C120 P39694 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19297 T2307 C120 P39694 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19297 T2265 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19297 T2265 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19298 T2307 C120 P39694 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19298 T2265 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19298 T2265 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19299 T2265 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19299 T2265 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19299 T2265 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19302 T2265 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19305 T2265 oass.SolrIndexSearcher.<init> Opening Searcher@1550396 main
[junit4:junit4]   2> 19305 T2265 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19306 T2265 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19309 T2328 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@1550396 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19311 T2265 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20068 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20069 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42036__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42036/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 20072 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39694__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39694/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 20074 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44183/_kbu/hm",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection"}
[junit4:junit4]   2> 20074 T2253 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20074 T2253 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20076 T2304 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> 20076 T2321 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> 20076 T2259 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> 20076 T2272 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> 20077 T2252 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> 20076 T2288 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> 20312 T2265 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20312 T2265 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:44183/_kbu/hm collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20313 T2265 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20319 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20319 T2265 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20320 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20324 T2265 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20324 T2265 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20324 T2265 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44183/_kbu/hm/onenodecollectioncore/
[junit4:junit4]   2> 20325 T2265 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20325 T2265 oasc.SyncStrategy.syncToMe http://127.0.0.1:44183/_kbu/hm/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20325 T2265 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44183/_kbu/hm/onenodecollectioncore/
[junit4:junit4]   2> 20325 T2265 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20329 T2235 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c1326c20006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20796 T2283 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&state=recovering&core=collection1&action=PREPRECOVERY&version=2&nodeName=127.0.0.1:42036__kbu%252Fhm&wt=javabin&coreNodeName=127.0.0.1:42036__kbu%252Fhm_collection1&checkLive=true} status=0 QTime=2000 
[junit4:junit4]   2> 21582 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21587 T2321 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> 21587 T2288 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> 21587 T2252 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> 21587 T2259 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> 21587 T2272 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> 21588 T2304 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> 21634 T2265 oasc.ZkController.register We are http://127.0.0.1:44183/_kbu/hm/onenodecollectioncore/ and leader is http://127.0.0.1:44183/_kbu/hm/onenodecollectioncore/
[junit4:junit4]   2> 21634 T2265 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:44183/_kbu/hm
[junit4:junit4]   2> 21634 T2265 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21634 T2265 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21636 T2265 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21637 T2265 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362780956351/onenodecollection&name=onenodecollectioncore&action=CREATE&version=2&wt=javabin&numShards=1&roles=none&collection=onenodecollection} status=0 QTime=2835 
[junit4:junit4]   2> 21637 T2230 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21638 T2230 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22640 T2230 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C121_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, node_name=127.0.0.1:42036__kbu%2Fhm, base_url=http://127.0.0.1:42036/_kbu/hm, collection=collection1}
[junit4:junit4]   2> 22797 T2324 C121 P42036 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48364/_kbu/hm/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22798 T2324 C121 P42036 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42036/_kbu/hm START replicas=[http://127.0.0.1:48364/_kbu/hm/collection1/] nUpdates=100
[junit4:junit4]   2> 22798 T2324 C121 P42036 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22798 T2324 C121 P42036 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22798 T2324 C121 P42036 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22798 T2324 C121 P42036 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22799 T2324 C121 P42036 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22799 T2324 C121 P42036 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48364/_kbu/hm/collection1/. core=collection1
[junit4:junit4]   2> 22799 T2324 C121 P42036 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C123 name=collection1 org.apache.solr.core.SolrCore@1f39723 url=http://127.0.0.1:48364/_kbu/hm/collection1 node=127.0.0.1:48364__kbu%2Fhm C123_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, node_name=127.0.0.1:48364__kbu%2Fhm, base_url=http://127.0.0.1:48364/_kbu/hm, collection=collection1, leader=true}
[junit4:junit4]   2> 22802 T2283 C123 P48364 REQ /get {version=2&wt=javabin&qt=/get&distrib=false&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 22804 T2284 C123 P48364 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22806 T2284 C123 P48364 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22807 T2284 C123 P48364 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22812 T2284 C123 P48364 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty2/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22813 T2284 C123 P48364 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22813 T2284 C123 P48364 oass.SolrIndexSearcher.<init> Opening Searcher@a775f6 realtime
[junit4:junit4]   2> 22814 T2284 C123 P48364 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22814 T2284 C123 P48364 /update {openSearcher=false&version=2&wt=javabin&commit=true&commit_end_point=true&softCommit=false&waitSearcher=true} {commit=} 0 10
[junit4:junit4]   2> 22814 T2324 C121 P42036 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22815 T2324 C121 P42036 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22816 T2282 C123 P48364 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22816 T2282 C123 P48364 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 22816 T2324 C121 P42036 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22816 T2324 C121 P42036 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22817 T2324 C121 P42036 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22818 T2283 C123 P48364 REQ /replication {version=2&wt=javabin&command=filelist&generation=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22819 T2324 C121 P42036 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22819 T2324 C121 P42036 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index.20130309011619166 forceNew: false
[junit4:junit4]   2> 22820 T2324 C121 P42036 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index.20130309011619166 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a1e1c2 fullCopy=false
[junit4:junit4]   2> 22822 T2284 C123 P48364 REQ /replication {wt=filestream&command=filecontent&file=segments_2&checksum=true&generation=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22824 T2324 C121 P42036 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22832 T2324 C121 P42036 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22832 T2324 C121 P42036 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22833 T2324 C121 P42036 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22834 T2324 C121 P42036 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22834 T2324 C121 P42036 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22834 T2324 C121 P42036 oass.SolrIndexSearcher.<init> Opening Searcher@12dd8b main
[junit4:junit4]   2> 22835 T2323 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12dd8b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22835 T2324 C121 P42036 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1362780956350/jetty4/index.20130309011619166 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a1e1c2
[junit4:junit4]   2> 22836 T2324 C121 P42036 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22836 T2324 C121 P42036 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22836 T2324 C121 P42036 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22836 T2324 C121 P42036 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22843 T2324 C121 P42036 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23092 T2253 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23093 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44183/_kbu/hm",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection"}
[junit4:junit4]   2> 23096 T2253 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42036__kbu%2Fhm",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42036/_kbu/hm",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 23099 T2321 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> 23099 T2259 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> 23099 T2288 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> 23099 T2272 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> 23099 T2252 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> 23099 T2304 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> 23641 T2230 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23642 T2230 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23642 T2230 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23647 T2281 oejs.Response.sendError WARNING Committed before 404 Can not find: /_kbu/hm/onenodecollectioncore/update
[junit4:junit4]   2> 23647 T2230 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59958 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1643faa
[junit4:junit4]   2> 23647 T2281 oejs.ServletHandler.doHandle WARNING /_kbu/hm/onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 23648 T2331 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:59958. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23647 T2230 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23648 T2331 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:59958, initiating session
[junit4:junit4]   2> 23648 T2232 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51176
[junit4:junit4]   2> 23649 T2232 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51176
[junit4:junit4]   2> 23649 T2234 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c1326c2000d with negotiated timeout 10000 for client /127.0.0.1:51176
[junit4:junit4]   2> 23649 T2331 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:59958, sessionid = 0x13d4c1326c2000d, negotiated timeout = 10000
[junit4:junit4]   2> 23650 T2332 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1643faa name:ZooKeeperConnection Watcher:127.0.0.1:59958 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23650 T2230 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> / (2)
[junit4:junit4]   1> DATA:
[junit4:junit4]   1>     
[junit4:junit4]   1>  /solr (7)
[junit4:junit4]   1>   /solr/collections (3)
[junit4:junit4]   1>    /solr/collections/onenodecollection (2)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {
[junit4:junit4]   1>          "configName":"conf1",
[junit4:junit4]   1>          "router":"compositeId"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/onenodecollection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/onenodecollection/leader_elect/shard1/election/89311212755615750-127.0.0.1:44183__kbu%2Fhm_onenodecollectioncore-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/onenodecollection/leaders (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"onenodecollectioncore",
[junit4:junit4]   1>            "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:44183/_kbu/hm"}
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (2)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard2/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89311212755615752-127.0.0.1:48364__kbu%2Fhm_collection1-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89311212755615756-127.0.0.1:42036__kbu%2Fhm_collection1-n_0000000001 (0)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89311212755615750-127.0.0.1:44183__kbu%2Fhm_collection1-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89311212755615754-127.0.0.1:39694__kbu%2Fhm_collection1-n_0000000001 (0)
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>     /solr/collections/collection1/leaders (2)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:48364__kbu%2Fhm",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:48364/_kbu/hm"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:44183/_kbu/hm"}
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89311212755615747-127.0.0.1:45435__kbu%2Fhm_collection1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:45435__kbu%2Fhm",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:45435/_kbu/hm"}
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>   /solr/live_nodes (5)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:48364__kbu%2Fhm (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:45435__kbu%2Fhm (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:42036__kbu%2Fhm (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:39694__kbu%2Fhm (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:44183__kbu%2Fhm (0)
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "shards":{
[junit4:junit4]   1>             "shard1":{
[junit4:junit4]   1>               "range":"80000000-ffffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:44183__kbu%2Fhm_collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:44183/_kbu/hm",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:39694__kbu%2Fhm_collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:39694__kbu%2Fhm",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:39694/_kbu/hm",
[junit4:junit4]   1>                   "collection":"collection1"}}},
[junit4:junit4]   1>             "shard2":{
[junit4:junit4]   1>               "range":"0-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:48364__kbu%2Fhm_collection1":{
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:48364__kbu%2Fhm",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:48364/_kbu/hm",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:42036__kbu%2Fhm_collection1":{
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:42036__kbu%2Fhm",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:42036/_kbu/hm",
[junit4:junit4]   1>                   "collection":"collection1"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "onenodecollection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:44183__kbu%2Fhm_onenodecollectioncore":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"onenodecollectioncore",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:44183__kbu%2Fhm",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:44183/_kbu/hm",
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "collection":"onenodecollection",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:45435__kbu%2Fhm_collection1":{
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:45435__kbu%2Fhm",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:45435/_kbu/hm",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>  

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

=MockSep), rnd_b=PostingsFormat(name=Lucene41WithOrds), multiDefault=Pulsing41(freqCutoff=13 minBlockSize=46 maxBlockSize=146), text=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=DefaultSimilarity, locale=zh_SG, timezone=Asia/Tehran
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=257759320,total=440401920
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJmxMonitoredMap, OpenExchangeRatesOrgProviderTest, SimplePostToolTest, TestArbitraryIndexDir, UniqFieldsUpdateProcessorFactoryTest, LeaderElectionIntegrationTest, TestStressReorder, NumericFieldsTest, FullSolrCloudDistribCmdsTest, TestRangeQuery, TestSolr4Spatial, TestIndexSearcher, TestRTGBase, DirectSolrSpellCheckerTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, TestLuceneMatchVersion, DirectUpdateHandlerTest, DebugComponentTest, TestFiltering, EchoParamsTest, TermVectorComponentDistributedTest, TestAnalyzedSuggestions, SuggesterWFSTTest, CurrencyFieldOpenExchangeTest, TestDefaultSimilarityFactory, TestRandomFaceting, TestBM25SimilarityFactory, TestSuggestSpellingConverter, TestSolrDiscoveryProperties, ZkSolrClientTest, PathHierarchyTokenizerFactoryTest, BadIndexSchemaTest, TestAtomicUpdateErrorCases, StatsComponentTest, StandardRequestHandlerTest, FileUtilsTest, TestLMJelinekMercerSimilarityFactory, XmlUpdateRequestHandlerTest, CopyFieldTest, TestUtils, TestJmxIntegration, DateMathParserTest, SolrRequestParserTest, SpellPossibilityIteratorTest, SortByFunctionTest, SignatureUpdateProcessorFactoryTest, OutputWriterTest, HighlighterConfigTest, TestCodecSupport, TestCopyFieldCollectionResource, HardAutoCommitTest, SpellCheckComponentTest, TestQueryTypes, DocValuesMultiTest, ChaosMonkeySafeLeaderTest, TestLazyCores, RequiredFieldsTest, TestPropInject, TestSolrXMLSerializer, TestCollationField, IndexBasedSpellCheckerTest, SyncSliceTest, ShardRoutingTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=F1374A4F812E84F2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_SG -Dtests.timezone=Asia/Tehran -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J1 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2893, name=coreLoadExecutor-2140-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:980)
[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:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[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:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:868)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:951)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:569)
[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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9cf9b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f690c0)
[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=2895, 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:980)
[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:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@71fdbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@16af41f)
[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 J1 in 35.73s, 1 test, 2 errors <<< FAILURES!

[...truncated 386 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: 270 suites, 1140 tests, 2 suite-level errors, 1 error, 14 ignored (8 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4599/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseConcMarkSweepGC

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

Error Message:
ERROR: SolrIndexSearcher opens=54 closes=53

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=54 closes=53
	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=1945, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:722)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=1945, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:722)
	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=1945, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:722)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=1945, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
        at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:722)
	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)




Build Log:
[...truncated 9289 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4:junit4]   2> 0 T1534 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T1534 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-ChaosMonkeySafeLeaderTest-1362787274481
[junit4:junit4]   2> 7 T1534 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T1535 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T1535 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T1535 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T1535 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T1535 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T1535 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.ChaosMonkeySafeLeaderTest-1362787274481/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T1534 oasc.ZkTestServer.run start zk server on port:38115
[junit4:junit4]   2> 108 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a14f16
[junit4:junit4]   2> 110 T1540 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T1540 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 110 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52459
[junit4:junit4]   2> 110 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52459
[junit4:junit4]   2> 111 T1538 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 415 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50000 with negotiated timeout 10000 for client /127.0.0.1:52459
[junit4:junit4]   2> 415 T1540 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50000, negotiated timeout = 10000
[junit4:junit4]   2> 415 T1541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a14f16 name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 416 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 416 T1534 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 419 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50000
[junit4:junit4]   2> 423 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52459 which had sessionid 0x13d4c738ef50000
[junit4:junit4]   2> 423 T1541 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 423 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50000 closed
[junit4:junit4]   2> 424 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1276a9d
[junit4:junit4]   2> 425 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 425 T1542 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 427 T1542 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 427 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52460
[junit4:junit4]   2> 428 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52460
[junit4:junit4]   2> 428 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50001 with negotiated timeout 10000 for client /127.0.0.1:52460
[junit4:junit4]   2> 429 T1542 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50001, negotiated timeout = 10000
[junit4:junit4]   2> 429 T1543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1276a9d name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 429 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 430 T1534 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 448 T1534 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 450 T1534 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 452 T1534 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 454 T1534 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> 455 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 460 T1534 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> 461 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 469 T1534 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> 470 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 472 T1534 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> 473 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 475 T1534 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> 476 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 478 T1534 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> 479 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 483 T1534 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> 483 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 486 T1534 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> 486 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 489 T1534 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> 489 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 496 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50001
[junit4:junit4]   2> 497 T1543 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 497 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52460 which had sessionid 0x13d4c738ef50001
[junit4:junit4]   2> 497 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50001 closed
[junit4:junit4]   2> 572 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 580 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36090
[junit4:junit4]   2> 580 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 581 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 581 T1534 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.ChaosMonkeySafeLeaderTest-controljetty-1362787274972
[junit4:junit4]   2> 582 T1534 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.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/solr.xml
[junit4:junit4]   2> 582 T1534 oasc.CoreContainer.<init> New CoreContainer 6613944
[junit4:junit4]   2> 583 T1534 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.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/'
[junit4:junit4]   2> 583 T1534 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.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/'
[junit4:junit4]   2> 608 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 608 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 609 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 609 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 609 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 610 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 610 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 610 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 611 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 611 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 619 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 630 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 631 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 631 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@11a581d
[junit4:junit4]   2> 632 T1553 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 633 T1553 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 632 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 633 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52461
[junit4:junit4]   2> 634 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52461
[junit4:junit4]   2> 635 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50002 with negotiated timeout 20000 for client /127.0.0.1:52461
[junit4:junit4]   2> 635 T1553 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50002, negotiated timeout = 20000
[junit4:junit4]   2> 636 T1554 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11a581d name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 636 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 639 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50002
[junit4:junit4]   2> 640 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52461 which had sessionid 0x13d4c738ef50002
[junit4:junit4]   2> 640 T1554 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 640 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50002 closed
[junit4:junit4]   2> 641 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 644 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e85b7a
[junit4:junit4]   2> 645 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 645 T1555 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 645 T1555 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 646 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52462
[junit4:junit4]   2> 646 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52462
[junit4:junit4]   2> 646 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50003 with negotiated timeout 20000 for client /127.0.0.1:52462
[junit4:junit4]   2> 647 T1555 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50003, negotiated timeout = 20000
[junit4:junit4]   2> 649 T1556 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e85b7a name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 650 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 652 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 653 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 662 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36090_
[junit4:junit4]   2> 666 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36090_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36090_
[junit4:junit4]   2> 667 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36090_
[junit4:junit4]   2> 670 T1534 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 682 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 683 T1534 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 687 T1534 oasc.Overseer.start Overseer (id=89311626820648963-127.0.0.1:36090_-n_0000000000) starting
[junit4:junit4]   2> 688 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 689 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 699 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 701 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 702 T1558 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 703 T1534 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 705 T1534 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 707 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 721 T1557 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 722 T1559 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.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1
[junit4:junit4]   2> 722 T1559 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 723 T1559 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 723 T1559 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 724 T1559 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.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/'
[junit4:junit4]   2> 725 T1559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/lib/README' to classloader
[junit4:junit4]   2> 725 T1559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 809 T1559 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 882 T1559 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 883 T1559 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 896 T1559 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1605 T1559 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1616 T1559 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1620 T1559 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1637 T1559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1643 T1559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1648 T1559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1649 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1650 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1650 T1559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1651 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1651 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1652 T1559 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.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/
[junit4:junit4]   2> 1652 T1559 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 1652 T1559 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1653 T1559 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data forceNew: false
[junit4:junit4]   2> 1654 T1559 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index/
[junit4:junit4]   2> 1654 T1559 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1655 T1559 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index forceNew: false
[junit4:junit4]   2> 1658 T1559 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1659 T1559 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1661 T1559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1661 T1559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1662 T1559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1663 T1559 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1663 T1559 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1663 T1559 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1664 T1559 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1664 T1559 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1664 T1559 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1668 T1559 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1672 T1559 oass.SolrIndexSearcher.<init> Opening Searcher@184aa11 main
[junit4:junit4]   2> 1672 T1559 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1672 T1559 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1677 T1559 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1677 T1560 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@184aa11 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1677 T1559 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1677 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2227 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2228 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36090_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36090"}
[junit4:junit4]   2> 2228 T1557 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2229 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2229 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2233 T1556 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> 2682 T1559 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2683 T1559 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36090 collection:control_collection shard:shard1
[junit4:junit4]   2> 2683 T1559 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2690 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2691 T1559 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2691 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2693 T1559 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2693 T1559 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2693 T1559 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36090/collection1/
[junit4:junit4]   2> 2694 T1559 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2694 T1559 oasc.SyncStrategy.syncToMe http://127.0.0.1:36090/collection1/ has no replicas
[junit4:junit4]   2> 2694 T1559 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36090/collection1/
[junit4:junit4]   2> 2694 T1559 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2697 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3737 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3748 T1556 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> 3802 T1559 oasc.ZkController.register We are http://127.0.0.1:36090/collection1/ and leader is http://127.0.0.1:36090/collection1/
[junit4:junit4]   2> 3802 T1559 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36090
[junit4:junit4]   2> 3802 T1559 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3803 T1559 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3803 T1559 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3804 T1559 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3805 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3806 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3806 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3811 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3813 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@ef54d6
[junit4:junit4]   2> 3814 T1562 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3814 T1562 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 3815 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3815 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52463
[junit4:junit4]   2> 3815 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52463
[junit4:junit4]   2> 3816 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50004 with negotiated timeout 10000 for client /127.0.0.1:52463
[junit4:junit4]   2> 3816 T1562 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50004, negotiated timeout = 10000
[junit4:junit4]   2> 3817 T1563 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef54d6 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3817 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3818 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3820 T1534 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3914 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3918 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39582
[junit4:junit4]   2> 3919 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3919 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3920 T1534 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.ChaosMonkeySafeLeaderTest-jetty1-1362787278295
[junit4:junit4]   2> 3920 T1534 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.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/solr.xml
[junit4:junit4]   2> 3921 T1534 oasc.CoreContainer.<init> New CoreContainer 10355173
[junit4:junit4]   2> 3921 T1534 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.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/'
[junit4:junit4]   2> 3922 T1534 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.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/'
[junit4:junit4]   2> 3955 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3956 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3956 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3957 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3957 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3958 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3958 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3959 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3959 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3960 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3968 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3988 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 3989 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3989 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@143215a
[junit4:junit4]   2> 3991 T1573 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3991 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3991 T1573 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 3991 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52464
[junit4:junit4]   2> 3991 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52464
[junit4:junit4]   2> 3992 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50005 with negotiated timeout 20000 for client /127.0.0.1:52464
[junit4:junit4]   2> 3992 T1573 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50005, negotiated timeout = 20000
[junit4:junit4]   2> 3992 T1574 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@143215a name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3993 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3995 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50005
[junit4:junit4]   2> 3995 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52464 which had sessionid 0x13d4c738ef50005
[junit4:junit4]   2> 3996 T1574 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3996 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50005 closed
[junit4:junit4]   2> 3996 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4000 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@cfeef0
[junit4:junit4]   2> 4002 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4002 T1575 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4002 T1575 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 4002 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52465
[junit4:junit4]   2> 4003 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52465
[junit4:junit4]   2> 4003 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50006 with negotiated timeout 20000 for client /127.0.0.1:52465
[junit4:junit4]   2> 4003 T1575 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50006, negotiated timeout = 20000
[junit4:junit4]   2> 4004 T1576 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cfeef0 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4004 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4005 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4006 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4007 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5013 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39582_
[junit4:junit4]   2> 5014 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39582_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39582_
[junit4:junit4]   2> 5017 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39582_
[junit4:junit4]   2> 5020 T1556 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5021 T1556 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> 5021 T1563 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5021 T1576 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5030 T1577 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.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1
[junit4:junit4]   2> 5031 T1577 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5031 T1577 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5032 T1577 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5034 T1577 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.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/'
[junit4:junit4]   2> 5034 T1577 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/lib/README' to classloader
[junit4:junit4]   2> 5035 T1577 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5102 T1577 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 5141 T1577 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5142 T1577 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5148 T1577 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5264 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5267 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36090_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36090"}
[junit4:junit4]   2> 5339 T1563 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> 5339 T1576 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> 5340 T1556 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> 5716 T1577 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5726 T1577 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5730 T1577 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5747 T1577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5751 T1577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5756 T1577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5767 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5770 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5770 T1577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5771 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5772 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5772 T1577 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.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/
[junit4:junit4]   2> 5772 T1577 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 5772 T1577 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5773 T1577 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1 forceNew: false
[junit4:junit4]   2> 5773 T1577 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index/
[junit4:junit4]   2> 5773 T1577 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5774 T1577 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index forceNew: false
[junit4:junit4]   2> 5780 T1577 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5781 T1577 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5782 T1577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5783 T1577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5783 T1577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5784 T1577 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5784 T1577 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5784 T1577 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5785 T1577 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5785 T1577 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5785 T1577 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5788 T1577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5792 T1577 oass.SolrIndexSearcher.<init> Opening Searcher@56db54 main
[junit4:junit4]   2> 5793 T1577 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5793 T1577 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5799 T1578 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56db54 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5805 T1577 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5805 T1577 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6844 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6845 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39582_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39582"}
[junit4:junit4]   2> 6845 T1557 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 3
[junit4:junit4]   2> 6845 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6849 T1576 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> 6849 T1563 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> 6851 T1556 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> 7807 T1577 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7807 T1577 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39582 collection:collection1 shard:shard1
[junit4:junit4]   2> 7808 T1577 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7814 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7815 T1577 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7815 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7817 T1577 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7817 T1577 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7817 T1577 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 7818 T1577 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7818 T1577 oasc.SyncStrategy.syncToMe http://127.0.0.1:39582/collection1/ has no replicas
[junit4:junit4]   2> 7818 T1577 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 7818 T1577 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7822 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8356 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8415 T1576 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> 8415 T1563 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> 8415 T1556 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> 8425 T1577 oasc.ZkController.register We are http://127.0.0.1:39582/collection1/ and leader is http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39582
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8428 T1577 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8429 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8429 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8430 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8501 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8503 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40355
[junit4:junit4]   2> 8504 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8504 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8505 T1534 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.ChaosMonkeySafeLeaderTest-jetty2-1362787282908
[junit4:junit4]   2> 8505 T1534 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.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/solr.xml
[junit4:junit4]   2> 8505 T1534 oasc.CoreContainer.<init> New CoreContainer 3565515
[junit4:junit4]   2> 8506 T1534 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.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/'
[junit4:junit4]   2> 8506 T1534 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.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/'
[junit4:junit4]   2> 8535 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8535 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8536 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8536 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8536 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8537 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8537 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8537 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8538 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8538 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8545 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8556 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 8557 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8557 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@cc733e
[junit4:junit4]   2> 8558 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8558 T1589 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8559 T1589 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 8559 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52466
[junit4:junit4]   2> 8559 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52466
[junit4:junit4]   2> 8560 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50007 with negotiated timeout 20000 for client /127.0.0.1:52466
[junit4:junit4]   2> 8560 T1589 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50007, negotiated timeout = 20000
[junit4:junit4]   2> 8560 T1590 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cc733e name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8561 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8562 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50007
[junit4:junit4]   2> 8563 T1590 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8563 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52466 which had sessionid 0x13d4c738ef50007
[junit4:junit4]   2> 8563 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50007 closed
[junit4:junit4]   2> 8563 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8566 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@b7e3fe
[junit4:junit4]   2> 8567 T1591 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8567 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8567 T1591 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 8568 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52467
[junit4:junit4]   2> 8568 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52467
[junit4:junit4]   2> 8569 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50008 with negotiated timeout 20000 for client /127.0.0.1:52467
[junit4:junit4]   2> 8569 T1591 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50008, negotiated timeout = 20000
[junit4:junit4]   2> 8569 T1592 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b7e3fe name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8570 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8570 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8571 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8573 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9575 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40355_
[junit4:junit4]   2> 9576 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40355_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40355_
[junit4:junit4]   2> 9576 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40355_
[junit4:junit4]   2> 9579 T1576 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> 9580 T1563 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9579 T1556 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9580 T1592 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9580 T1563 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> 9580 T1556 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> 9581 T1576 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9586 T1593 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.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1
[junit4:junit4]   2> 9586 T1593 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9587 T1593 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9587 T1593 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9588 T1593 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.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/'
[junit4:junit4]   2> 9589 T1593 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/lib/README' to classloader
[junit4:junit4]   2> 9589 T1593 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9627 T1593 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9669 T1593 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9671 T1593 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9675 T1593 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9920 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9921 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39582_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39582"}
[junit4:junit4]   2> 9955 T1556 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> 9955 T1563 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> 9955 T1576 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> 9955 T1592 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> 10149 T1593 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10156 T1593 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10158 T1593 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10169 T1593 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10172 T1593 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10175 T1593 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10176 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10176 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10176 T1593 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10177 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10177 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10178 T1593 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.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/
[junit4:junit4]   2> 10178 T1593 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 10178 T1593 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 10179 T1593 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2 forceNew: false
[junit4:junit4]   2> 10179 T1593 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index/
[junit4:junit4]   2> 10179 T1593 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10179 T1593 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index forceNew: false
[junit4:junit4]   2> 10186 T1593 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10186 T1593 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10188 T1593 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10188 T1593 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10188 T1593 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10189 T1593 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10189 T1593 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10189 T1593 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10190 T1593 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10190 T1593 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10190 T1593 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10193 T1593 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10197 T1593 oass.SolrIndexSearcher.<init> Opening Searcher@66ab26 main
[junit4:junit4]   2> 10197 T1593 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10197 T1593 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10202 T1594 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@66ab26 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10204 T1593 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10204 T1593 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11468 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11468 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40355_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40355"}
[junit4:junit4]   2> 11469 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 11469 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11688 T1556 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> 11688 T1592 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> 11688 T1576 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> 11688 T1563 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> 12205 T1593 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12205 T1593 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40355 collection:collection1 shard:shard2
[junit4:junit4]   2> 12206 T1593 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12211 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12211 T1593 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12211 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12213 T1593 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12213 T1593 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12213 T1593 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 12213 T1593 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12213 T1593 oasc.SyncStrategy.syncToMe http://127.0.0.1:40355/collection1/ has no replicas
[junit4:junit4]   2> 12214 T1593 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 12214 T1593 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12218 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13192 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13198 T1556 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> 13198 T1563 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> 13199 T1592 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> 13199 T1576 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> 13222 T1593 oasc.ZkController.register We are http://127.0.0.1:40355/collection1/ and leader is http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 13222 T1593 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40355
[junit4:junit4]   2> 13222 T1593 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13223 T1593 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13223 T1593 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13225 T1593 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13226 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13226 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13226 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13286 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13289 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38809
[junit4:junit4]   2> 13290 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13290 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13290 T1534 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.ChaosMonkeySafeLeaderTest-jetty3-1362787287703
[junit4:junit4]   2> 13291 T1534 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.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/solr.xml
[junit4:junit4]   2> 13291 T1534 oasc.CoreContainer.<init> New CoreContainer 26544310
[junit4:junit4]   2> 13291 T1534 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.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/'
[junit4:junit4]   2> 13292 T1534 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.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/'
[junit4:junit4]   2> 13310 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13310 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13311 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13311 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13311 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13313 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13329 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13340 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 13340 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13341 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e5cd5b
[junit4:junit4]   2> 13342 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13342 T1605 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13343 T1605 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 13343 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52472
[junit4:junit4]   2> 13343 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52472
[junit4:junit4]   2> 13344 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50009 with negotiated timeout 20000 for client /127.0.0.1:52472
[junit4:junit4]   2> 13344 T1605 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50009, negotiated timeout = 20000
[junit4:junit4]   2> 13344 T1606 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e5cd5b name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13344 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13346 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50009
[junit4:junit4]   2> 13346 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52472 which had sessionid 0x13d4c738ef50009
[junit4:junit4]   2> 13346 T1606 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13346 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50009 closed
[junit4:junit4]   2> 13347 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13350 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a0e7a5
[junit4:junit4]   2> 13351 T1607 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13351 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13351 T1607 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 13351 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52473
[junit4:junit4]   2> 13351 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52473
[junit4:junit4]   2> 13352 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000a with negotiated timeout 20000 for client /127.0.0.1:52473
[junit4:junit4]   2> 13352 T1607 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000a, negotiated timeout = 20000
[junit4:junit4]   2> 13352 T1608 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a0e7a5 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13353 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13354 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13354 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13356 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14358 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38809_
[junit4:junit4]   2> 14359 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38809_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38809_
[junit4:junit4]   2> 14360 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38809_
[junit4:junit4]   2> 14362 T1592 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> 14362 T1576 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> 14363 T1563 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14363 T1556 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14363 T1563 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> 14363 T1608 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14363 T1556 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> 14365 T1576 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14365 T1592 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14370 T1609 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.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1
[junit4:junit4]   2> 14370 T1609 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14371 T1609 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14371 T1609 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14372 T1609 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.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/'
[junit4:junit4]   2> 14372 T1609 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/lib/README' to classloader
[junit4:junit4]   2> 14372 T1609 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14399 T1609 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 14443 T1609 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14444 T1609 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14448 T1609 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14704 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14705 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40355_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40355"}
[junit4:junit4]   2> 14708 T1608 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> 14708 T1556 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> 14708 T1592 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> 14708 T1563 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> 14708 T1576 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> 14889 T1609 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14895 T1609 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14897 T1609 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14906 T1609 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14909 T1609 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14912 T1609 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14913 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14913 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14913 T1609 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14914 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14914 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14915 T1609 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.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/
[junit4:junit4]   2> 14915 T1609 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 14915 T1609 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14916 T1609 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3 forceNew: false
[junit4:junit4]   2> 14916 T1609 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index/
[junit4:junit4]   2> 14916 T1609 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14916 T1609 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index forceNew: false
[junit4:junit4]   2> 14919 T1609 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14920 T1609 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14921 T1609 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14921 T1609 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14922 T1609 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14922 T1609 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14923 T1609 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14923 T1609 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14923 T1609 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14924 T1609 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14924 T1609 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14926 T1609 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14929 T1609 oass.SolrIndexSearcher.<init> Opening Searcher@1da7eb5 main
[junit4:junit4]   2> 14929 T1609 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14930 T1609 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14933 T1610 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1da7eb5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14934 T1609 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14935 T1609 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16212 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16213 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38809_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38809"}
[junit4:junit4]   2> 16213 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 16213 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
[junit4:junit4]   2> 16217 T1563 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> 16217 T1608 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> 16217 T1576 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> 16217 T1556 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> 16218 T1592 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> 16936 T1609 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16936 T1609 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38809 collection:collection1 shard:shard3
[junit4:junit4]   2> 16937 T1609 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
[junit4:junit4]   2> 16941 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:delete cxid:0x47 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard3 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard3
[junit4:junit4]   2> 16942 T1609 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 16942 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x48 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16943 T1609 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 16944 T1609 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 16944 T1609 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38809/collection1/
[junit4:junit4]   2> 16944 T1609 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 16944 T1609 oasc.SyncStrategy.syncToMe http://127.0.0.1:38809/collection1/ has no replicas
[junit4:junit4]   2> 16945 T1609 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38809/collection1/
[junit4:junit4]   2> 16945 T1609 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
[junit4:junit4]   2> 16948 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x51 zxid:0xa5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17721 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17729 T1556 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> 17729 T1563 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> 17729 T1592 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> 17729 T1608 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> 17729 T1576 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> 17752 T1609 oasc.ZkController.register We are http://127.0.0.1:38809/collection1/ and leader is http://127.0.0.1:38809/collection1/
[junit4:junit4]   2> 17752 T1609 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38809
[junit4:junit4]   2> 17752 T1609 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 17752 T1609 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17753 T1609 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17754 T1609 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17755 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 17756 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17756 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17816 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 17818 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42132
[junit4:junit4]   2> 17819 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 17819 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 17819 T1534 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.ChaosMonkeySafeLeaderTest-jetty4-1362787292233
[junit4:junit4]   2> 17820 T1534 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.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/solr.xml
[junit4:junit4]   2> 17820 T1534 oasc.CoreContainer.<init> New CoreContainer 24052193
[junit4:junit4]   2> 17820 T1534 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.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/'
[junit4:junit4]   2> 17821 T1534 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.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/'
[junit4:junit4]   2> 17839 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 17841 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 17841 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 17841 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 17842 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 17842 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 17848 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17868 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 17868 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 17869 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@146a913
[junit4:junit4]   2> 17870 T1621 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17870 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17870 T1621 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 17870 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52477
[junit4:junit4]   2> 17871 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52477
[junit4:junit4]   2> 17871 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000b with negotiated timeout 20000 for client /127.0.0.1:52477
[junit4:junit4]   2> 17871 T1621 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000b, negotiated timeout = 20000
[junit4:junit4]   2> 17872 T1622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@146a913 name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17872 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17873 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef5000b
[junit4:junit4]   2> 17874 T1622 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17874 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52477 which had sessionid 0x13d4c738ef5000b
[junit4:junit4]   2> 17874 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef5000b closed
[junit4:junit4]   2> 17875 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 17877 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14a3ccf
[junit4:junit4]   2> 17878 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17878 T1623 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17879 T1623 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 17879 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52478
[junit4:junit4]   2> 17879 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52478
[junit4:junit4]   2> 17880 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000c with negotiated timeout 20000 for client /127.0.0.1:52478
[junit4:junit4]   2> 17880 T1623 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000c, negotiated timeout = 20000
[junit4:junit4]   2> 17880 T1624 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a3ccf name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17881 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17882 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000c type:create cxid:0x1 zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17882 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000c type:create cxid:0x2 zxid:0xb3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17883 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 18886 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42132_
[junit4:junit4]   2> 18887 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000c type:delete cxid:0xb zxid:0xb4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42132_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42132_
[junit4:junit4]   2> 18888 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42132_
[junit4:junit4]   2> 18890 T1592 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> 18890 T1576 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> 18891 T1556 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18891 T1556 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> 18891 T1608 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18891 T1563 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18892 T1624 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18892 T1608 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> 18892 T1563 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> 18893 T1576 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18893 T1592 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18898 T1625 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.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1
[junit4:junit4]   2> 18898 T1625 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18899 T1625 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18899 T1625 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18900 T1625 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.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/'
[junit4:junit4]   2> 18900 T1625 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/lib/README' to classloader
[junit4:junit4]   2> 18900 T1625 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 18927 T1625 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 18970 T1625 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18971 T1625 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18975 T1625 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19234 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19235 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38809_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38809"}
[junit4:junit4]   2> 19238 T1624 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> 19238 T1576 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> 19238 T1608 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> 19238 T1563 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> 19238 T1556 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> 19238 T1592 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> 19408 T1625 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19414 T1625 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19429 T1625 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19438 T1625 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19441 T1625 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19445 T1625 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19446 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19446 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19446 T1625 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19447 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19447 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19447 T1625 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.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/
[junit4:junit4]   2> 19448 T1625 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 19448 T1625 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 19448 T1625 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4 forceNew: false
[junit4:junit4]   2> 19449 T1625 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index/
[junit4:junit4]   2> 19449 T1625 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19449 T1625 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index forceNew: false
[junit4:junit4]   2> 19452 T1625 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19452 T1625 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19453 T1625 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19454 T1625 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19454 T1625 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19454 T1625 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19455 T1625 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19455 T1625 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19455 T1625 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19456 T1625 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19456 T1625 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19458 T1625 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19461 T1625 oass.SolrIndexSearcher.<init> Opening Searcher@bfde7f main
[junit4:junit4]   2> 19462 T1625 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19462 T1625 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19466 T1626 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bfde7f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19468 T1625 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19468 T1625 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20743 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20744 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42132"}
[junit4:junit4]   2> 20744 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 20744 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20747 T1624 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> 20747 T1556 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> 20747 T1608 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> 20748 T1576 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> 20747 T1592 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> 20747 T1563 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> 21469 T1625 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 21469 T1625 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42132 collection:collection1 shard:shard1
[junit4:junit4]   2> 21472 T1625 oasc.ZkController.register We are http://127.0.0.1:42132/collection1/ and leader is http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 21472 T1625 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42132
[junit4:junit4]   2> 21472 T1625 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 21472 T1625 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C152 name=collection1 org.apache.solr.core.SolrCore@4eee0b url=http://127.0.0.1:42132/collection1 node=127.0.0.1:42132_ C152_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:42132_, base_url=http://127.0.0.1:42132}
[junit4:junit4]   2> 21473 T1627 C152 P42132 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 21474 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 21474 T1625 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21474 T1627 C152 P42132 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 21474 T1627 C152 P42132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21475 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 21475 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 21476 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21477 T1627 C152 P42132 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21547 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 21549 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43533
[junit4:junit4]   2> 21550 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 21550 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 21550 T1534 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.ChaosMonkeySafeLeaderTest-jetty5-1362787295953
[junit4:junit4]   2> 21551 T1534 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.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/solr.xml
[junit4:junit4]   2> 21551 T1534 oasc.CoreContainer.<init> New CoreContainer 15066704
[junit4:junit4]   2> 21551 T1534 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.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/'
[junit4:junit4]   2> 21552 T1534 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.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/'
[junit4:junit4]   2> 21571 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 21572 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 21572 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 21572 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 21573 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 21573 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 21573 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 21574 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 21574 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 21574 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 21581 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 21603 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 21603 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 21604 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ae6fbb
[junit4:junit4]   2> 21604 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21605 T1638 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 21606 T1638 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 21606 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52482
[junit4:junit4]   2> 21606 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52482
[junit4:junit4]   2> 21608 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000d with negotiated timeout 20000 for client /127.0.0.1:52482
[junit4:junit4]   2> 21608 T1638 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000d, negotiated timeout = 20000
[junit4:junit4]   2> 21609 T1639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ae6fbb name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21609 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21610 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef5000d
[junit4:junit4]   2> 21611 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52482 which had sessionid 0x13d4c738ef5000d
[junit4:junit4]   2> 21611 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef5000d closed
[junit4:junit4]   2> 21611 T1639 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 21611 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 21615 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fa35cb
[junit4:junit4]   2> 21616 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21617 T1640 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 21617 T1640 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 21617 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52483
[junit4:junit4]   2> 21618 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52483
[junit4:junit4]   2> 21618 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000e with negotiated timeout 20000 for client /127.0.0.1:52483
[junit4:junit4]   2> 21618 T1640 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000e, negotiated timeout = 20000
[junit4:junit4]   2> 21619 T1641 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fa35cb name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21619 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21620 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000e type:create cxid:0x1 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21621 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000e type:create cxid:0x2 zxid:0xc6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21623 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 22251 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22252 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42132"}
[junit4:junit4]   2> 22257 T1556 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> 22257 T1576 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> 22257 T1563 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> 22257 T1624 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> 22257 T1641 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> 22257 T1608 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> 22257 T1592 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> 22480 T1568 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=5&state=recovering&nodeName=127.0.0.1:42132_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 22625 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43533_
[junit4:junit4]   2> 22626 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000e type:delete cxid:0xd zxid:0xcb txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43533_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43533_
[junit4:junit4]   2> 22626 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43533_
[junit4:junit4]   2> 22628 T1592 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> 22628 T1576 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> 22629 T1556 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1563 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1624 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22629 T1608 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1641 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22630 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22630 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22630 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22631 T1592 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22632 T1576 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22636 T1642 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.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1
[junit4:junit4]   2> 22636 T1642 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 22637 T1642 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 22637 T1642 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 22638 T1642 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.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/'
[junit4:junit4]   2> 22638 T1642 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/lib/README' to classloader
[junit4:junit4]   2> 22638 T1642 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 22665 T1642 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 22709 T1642 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 22710 T1642 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 22714 T1642 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 23169 T1642 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 23175 T1642 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 23178 T1642 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 23188 T1642 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 23205 T1642 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 23209 T1642 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 23210 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 23211 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 23211 T1642 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 23212 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 23212 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 23212 T1642 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.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/
[junit4:junit4]   2> 23213 T1642 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 23213 T1642 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 23213 T1642 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5 forceNew: false
[junit4:junit4]   2> 23214 T1642 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index/
[junit4:junit4]   2> 23214 T1642 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 23214 T1642 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index forceNew: false
[junit4:junit4]   2> 23217 T1642 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23217 T1642 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23219 T1642 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 23219 T1642 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 23219 T1642 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 23220 T1642 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 23220 T1642 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 23220 T1642 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 23221 T1642 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 23221 T1642 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 23221 T1642 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 23224 T1642 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 23227 T1642 oass.SolrIndexSearcher.<init> Opening Searcher@1aa9fff main
[junit4:junit4]   2> 23227 T1642 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 23227 T1642 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 23231 T1643 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1aa9fff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 23232 T1642 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 23233 T1642 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23761 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23762 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43533_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43533"}
[junit4:junit4]   2> 23762 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 23763 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 23766 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 24234 T1642 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 24234 T1642 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43533 collection:collection1 shard:shard2
[junit4:junit4]   2> 24237 T1642 oasc.ZkController.register We are http://127.0.0.1:43533/collection1/ and leader is http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 24237 T1642 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43533
[junit4:junit4]   2> 24238 T1642 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 24238 T1642 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C153 name=collection1 org.apache.solr.core.SolrCore@f377a6 url=http://127.0.0.1:43533/collection1 node=127.0.0.1:43533_ C153_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:43533_, base_url=http://127.0.0.1:43533}
[junit4:junit4]   2> 24238 T1644 C153 P43533 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 24239 T1644 C153 P43533 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 24239 T1642 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24239 T1644 C153 P43533 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 24240 T1644 C153 P43533 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24240 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 24241 T1644 C153 P43533 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24241 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 24242 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24314 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 24316 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43226
[junit4:junit4]   2> 24316 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 24317 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 24317 T1534 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.ChaosMonkeySafeLeaderTest-jetty6-1362787298720
[junit4:junit4]   2> 24317 T1534 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.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/solr.xml
[junit4:junit4]   2> 24318 T1534 oasc.CoreContainer.<init> New CoreContainer 12742120
[junit4:junit4]   2> 24318 T1534 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.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/'
[junit4:junit4]   2> 24318 T1534 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.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/'
[junit4:junit4]   2> 24337 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 24337 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 24338 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 24338 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 24338 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 24339 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 24339 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 24339 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 24340 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 24340 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 24346 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 24366 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 24367 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 24368 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b3bfa4
[junit4:junit4]   2> 24369 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24369 T1655 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24369 T1655 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 24370 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52488
[junit4:junit4]   2> 24370 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52488
[junit4:junit4]   2> 24371 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000f with negotiated timeout 20000 for client /127.0.0.1:52488
[junit4:junit4]   2> 24371 T1655 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000f, negotiated timeout = 20000
[junit4:junit4]   2> 24371 T1656 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b3bfa4 name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24371 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24373 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef5000f
[junit4:junit4]   2> 24374 T1656 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24374 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52488 which had sessionid 0x13d4c738ef5000f
[junit4:junit4]   2> 24374 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef5000f closed
[junit4:junit4]   2> 24375 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 24377 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a7a245
[junit4:junit4]   2> 24379 T1657 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24379 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24379 T1657 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 24379 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52489
[junit4:junit4]   2> 24379 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52489
[junit4:junit4]   2> 24380 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50010 with negotiated timeout 20000 for client /127.0.0.1:52489
[junit4:junit4]   2> 24380 T1657 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50010, negotiated timeout = 20000
[junit4:junit4]   2> 24380 T1658 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7a245 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24381 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24382 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50010 type:create cxid:0x1 zxid:0xd8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 24383 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50010 type:create cxid:0x2 zxid:0xd9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 24384 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2>  C152_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:42132_, base_url=http://127.0.0.1:42132}
[junit4:junit4]   2> 24481 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:39582/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 24482 T1627 C152 P42132 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42132 START replicas=[http://127.0.0.1:39582/collection1/] nUpdates=100
[junit4:junit4]   2> 24482 T1627 C152 P42132 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 24484 T1627 C152 P42132 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:39582/collection1/. core=collection1
[junit4:junit4]   2> 24484 T1627 C152 P42132 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C154 name=collection1 org.apache.solr.core.SolrCore@1cceb5e url=http://127.0.0.1:39582/collection1 node=127.0.0.1:39582_ C154_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:39582_, base_url=http://127.0.0.1:39582, leader=true}
[junit4:junit4]   2> 24487 T1570 C154 P39582 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 24490 T1569 C154 P39582 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24492 T1569 C154 P39582 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24492 T1569 C154 P39582 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24504 T1569 C154 P39582 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24505 T1569 C154 P39582 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24506 T1569 C154 P39582 oass.SolrIndexSearcher.<init> Opening Searcher@18c912c realtime
[junit4:junit4]   2> 24506 T1569 C154 P39582 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24506 T1569 C154 P39582 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   2> 24507 T1627 C152 P42132 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 24507 T1627 C152 P42132 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 24509 T1571 C154 P39582 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 24510 T1571 C154 P39582 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 24511 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 24511 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 24511 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 24513 T1570 C154 P39582 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 24513 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 24514 T1627 C152 P42132 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index.20130309070138987 forceNew: false
[junit4:junit4]   2> 24514 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index.20130309070138987 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa5ea fullCopy=false
[junit4:junit4]   2> 24516 T1569 C154 P39582 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 24518 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 24525 T1627 C152 P42132 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 24525 T1627 C152 P42132 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 24527 T1627 C152 P42132 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24527 T1627 C152 P42132 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24528 T1627 C152 P42132 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 24528 T1627 C152 P42132 oass.SolrIndexSearcher.<init> Opening Searcher@f8c967 main
[junit4:junit4]   2> 24529 T1626 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f8c967 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24530 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index.20130309070138987 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa5ea
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24533 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 25274 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25274 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43533_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43533"}
[junit4:junit4]   2> 25277 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42132"}
[junit4:junit4]   2> 25295 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1658 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25387 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43226_
[junit4:junit4]   2> 25388 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50010 type:delete cxid:0xd zxid:0xe2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43226_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43226_
[junit4:junit4]   2> 25388 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43226_
[junit4:junit4]   2> 25390 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25390 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25391 T1563 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1556 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1658 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25391 T1624 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1641 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1608 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25392 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25392 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25393 T1576 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25392 T1658 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25391 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25393 T1592 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25392 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25398 T1661 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.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1
[junit4:junit4]   2> 25398 T1661 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 25399 T1661 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 25399 T1661 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 25400 T1661 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.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/'
[junit4:junit4]   2> 25400 T1661 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/lib/README' to classloader
[junit4:junit4]   2> 25400 T1661 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 25440 T1661 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 25474 T1661 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 25475 T1661 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 25479 T1661 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 25915 T1661 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 25922 T1661 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 25925 T1661 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 25934 T1661 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 25938 T1661 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 25941 T1661 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 25942 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 25942 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 25942 T1661 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 25943 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 25943 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 25944 T1661 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.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/
[junit4:junit4]   2> 25944 T1661 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 25945 T1661 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 25946 T1661 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6 forceNew: false
[junit4:junit4]   2> 25946 T1661 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index/
[junit4:junit4]   2> 25946 T1661 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 25947 T1661 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index forceNew: false
[junit4:junit4]   2> 25950 T1661 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 25950 T1661 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 25952 T1661 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 25952 T1661 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 25952 T1661 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 25953 T1661 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 25953 T1661 oasc.RequestHandlers.in

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

acle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=4,free=60759600,total=182837248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRTGBase, SpellCheckComponentTest, RequiredFieldsTest, StatsComponentTest, TestBM25SimilarityFactory, SimplePostToolTest, SpellCheckCollatorTest, AliasIntegrationTest, CollectionsAPIDistributedZkTest, TestQueryTypes, TestPartialUpdateDeduplication, TestRangeQuery, TestSolrDiscoveryProperties, TestRecovery, StandardRequestHandlerTest, OutputWriterTest, BadIndexSchemaTest, OpenExchangeRatesOrgProviderTest, TestDefaultSimilarityFactory, TestComponentsName, PathHierarchyTokenizerFactoryTest, CurrencyFieldOpenExchangeTest, IndexBasedSpellCheckerTest, TestCollationField, TestFoldingMultitermQuery, SolrIndexConfigTest, TestBinaryField, TestJmxIntegration, TestPropInject, TestElisionMultitermQuery, SpellPossibilityIteratorTest, CopyFieldTest, CoreContainerCoreInitFailuresTest, TestAnalyzedSuggestions, TestDFRSimilarityFactory, DistanceFunctionTest, TestWordDelimiterFilterFactory, XsltUpdateRequestHandlerTest, TestLuceneMatchVersion, TestLMJelinekMercerSimilarityFactory, TestHashPartitioner, HighlighterTest, ZkSolrClientTest, SolrRequestParserTest, TestDistributedSearch, TestArbitraryIndexDir, TestUpdate, SignatureUpdateProcessorFactoryTest, HardAutoCommitTest, ClusterStateTest, EchoParamsTest, PingRequestHandlerTest, SolrPluginUtilsTest, TestMergePolicyConfig, XmlUpdateRequestHandlerTest, TestPostingsSolrHighlighter, TestBinaryResponseWriter, DirectSolrSpellCheckerTest, TestReload, BasicDistributedZk2Test, TestAtomicUpdateErrorCases, TestQuerySenderNoQuery, TestStressReorder, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=7044DE67C70FEE47 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_ES -Dtests.timezone=Asia/Phnom_Penh -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=54 closes=53
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
[junit4:junit4]    >    1) Thread[id=1945, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at java.lang.Thread.sleep(Native Method)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    >    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
[junit4:junit4]    > Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
[junit4:junit4]    >    1) Thread[id=1945, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1258)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1332)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
[junit4:junit4]    >         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    >    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
[junit4:junit4] Completed on J1 in 255.21s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 397 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: 270 suites, 1140 tests, 3 suite-level errors, 420 ignored (5 assumptions)

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