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

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

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

4 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=1505, name=coreLoadExecutor-724-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=1505, name=coreLoadExecutor-724-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1569)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@180bf41 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a73e6)
	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=1507, 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=1507, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1569)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@17297c7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c43a96)
	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.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Server at http://127.0.0.1:42793 returned non ok status:500, message:Server Error

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


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

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

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




Build Log:
[...truncated 9204 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 1 T709 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T709 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-CollectionsAPIDistributedZkTest-1363728190404
[junit4:junit4]   2> 5 T709 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T710 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T710 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T710 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T710 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T710 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T710 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.CollectionsAPIDistributedZkTest-1363728190403/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T709 oasc.ZkTestServer.run start zk server on port:52346
[junit4:junit4]   2> 106 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ad78fb
[junit4:junit4]   2> 107 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T715 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T715 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 108 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49194
[junit4:junit4]   2> 108 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49194
[junit4:junit4]   2> 108 T713 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 164 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60000 with negotiated timeout 10000 for client /127.0.0.1:49194
[junit4:junit4]   2> 164 T715 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60000, negotiated timeout = 10000
[junit4:junit4]   2> 165 T716 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ad78fb name:ZooKeeperConnection Watcher:127.0.0.1:52346 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 165 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 166 T709 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 169 T714 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8488cbc60000
[junit4:junit4]   2> 169 T716 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 169 T709 oaz.ZooKeeper.close Session: 0x13d8488cbc60000 closed
[junit4:junit4]   2> 170 T711 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49194 which had sessionid 0x13d8488cbc60000
[junit4:junit4]   2> 170 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16a853e
[junit4:junit4]   2> 171 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 171 T717 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 172 T717 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 172 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49195
[junit4:junit4]   2> 172 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49195
[junit4:junit4]   2> 173 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60001 with negotiated timeout 10000 for client /127.0.0.1:49195
[junit4:junit4]   2> 173 T717 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60001, negotiated timeout = 10000
[junit4:junit4]   2> 173 T718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16a853e name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 174 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 174 T709 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 177 T709 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 180 T709 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 182 T709 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 185 T709 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> 186 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 189 T709 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> 190 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 195 T709 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> 195 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 198 T709 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> 199 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 202 T709 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> 202 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 205 T709 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> 205 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 207 T709 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> 208 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 210 T709 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> 210 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 213 T709 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> 213 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 216 T714 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8488cbc60001
[junit4:junit4]   2> 217 T711 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49195 which had sessionid 0x13d8488cbc60001
[junit4:junit4]   2> 217 T718 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 217 T709 oaz.ZooKeeper.close Session: 0x13d8488cbc60001 closed
[junit4:junit4]   2> 289 T709 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 331 T709 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40383
[junit4:junit4]   2> 332 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 332 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 333 T709 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617
[junit4:junit4]   2> 333 T709 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/solr.xml
[junit4:junit4]   2> 333 T709 oasc.CoreContainer.<init> New CoreContainer 3797871
[junit4:junit4]   2> 334 T709 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/'
[junit4:junit4]   2> 334 T709 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/'
[junit4:junit4]   2> 356 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 356 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 357 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 357 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 358 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 358 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 359 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 359 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 360 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 360 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 370 T709 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 391 T709 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52346/solr
[junit4:junit4]   2> 391 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 392 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a0492b
[junit4:junit4]   2> 393 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 393 T728 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 394 T728 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 394 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49196
[junit4:junit4]   2> 395 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49196
[junit4:junit4]   2> 396 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60002 with negotiated timeout 20000 for client /127.0.0.1:49196
[junit4:junit4]   2> 396 T728 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60002, negotiated timeout = 20000
[junit4:junit4]   2> 396 T729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a0492b name:ZooKeeperConnection Watcher:127.0.0.1:52346 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 397 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 398 T714 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8488cbc60002
[junit4:junit4]   2> 398 T711 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49196 which had sessionid 0x13d8488cbc60002
[junit4:junit4]   2> 398 T729 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 398 T709 oaz.ZooKeeper.close Session: 0x13d8488cbc60002 closed
[junit4:junit4]   2> 399 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 403 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@f96817
[junit4:junit4]   2> 405 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 405 T730 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 405 T730 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 406 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49197
[junit4:junit4]   2> 406 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49197
[junit4:junit4]   2> 407 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60003 with negotiated timeout 20000 for client /127.0.0.1:49197
[junit4:junit4]   2> 407 T730 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60003, negotiated timeout = 20000
[junit4:junit4]   2> 407 T731 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f96817 name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 407 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 409 T709 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 413 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 414 T709 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 417 T709 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 418 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40383_
[junit4:junit4]   2> 419 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40383_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40383_
[junit4:junit4]   2> 420 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40383_
[junit4:junit4]   2> 424 T709 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 428 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 428 T709 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 430 T709 oasc.Overseer.start Overseer (id=89373290686447619-127.0.0.1:40383_-n_0000000000) starting
[junit4:junit4]   2> 431 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 432 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 433 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 433 T709 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 436 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 437 T733 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 438 T709 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 443 T709 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 445 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 447 T732 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 449 T709 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 449 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 449 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 452 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 453 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@b06927
[junit4:junit4]   2> 454 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 454 T735 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 454 T735 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 454 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49198
[junit4:junit4]   2> 455 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49198
[junit4:junit4]   2> 455 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60004 with negotiated timeout 10000 for client /127.0.0.1:49198
[junit4:junit4]   2> 455 T735 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60004, negotiated timeout = 10000
[junit4:junit4]   2> 457 T736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b06927 name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 457 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 458 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 461 T709 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 538 T709 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 541 T709 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42793
[junit4:junit4]   2> 541 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 542 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 542 T709 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861
[junit4:junit4]   2> 543 T709 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/solr.xml
[junit4:junit4]   2> 543 T709 oasc.CoreContainer.<init> New CoreContainer 29357248
[junit4:junit4]   2> 544 T709 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/'
[junit4:junit4]   2> 544 T709 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/'
[junit4:junit4]   2> 562 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 563 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 563 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 563 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 564 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 564 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 564 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 565 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 565 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 565 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 572 T709 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 581 T709 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52346/solr
[junit4:junit4]   2> 581 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 582 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b981e7
[junit4:junit4]   2> 582 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 583 T746 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 583 T746 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 583 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49200
[junit4:junit4]   2> 584 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49200
[junit4:junit4]   2> 586 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60005 with negotiated timeout 20000 for client /127.0.0.1:49200
[junit4:junit4]   2> 586 T746 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60005, negotiated timeout = 20000
[junit4:junit4]   2> 586 T747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b981e7 name:ZooKeeperConnection Watcher:127.0.0.1:52346 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 586 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 587 T714 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8488cbc60005
[junit4:junit4]   2> 588 T711 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49200 which had sessionid 0x13d8488cbc60005
[junit4:junit4]   2> 589 T747 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 589 T709 oaz.ZooKeeper.close Session: 0x13d8488cbc60005 closed
[junit4:junit4]   2> 589 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 594 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@8e0f0c
[junit4:junit4]   2> 595 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 595 T748 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 595 T748 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 596 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49201
[junit4:junit4]   2> 596 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49201
[junit4:junit4]   2> 597 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60006 with negotiated timeout 20000 for client /127.0.0.1:49201
[junit4:junit4]   2> 597 T748 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60006, negotiated timeout = 20000
[junit4:junit4]   2> 597 T749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8e0f0c name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 597 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 598 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60006 type:create cxid:0x1 zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 601 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60006 type:create cxid:0x3 zxid:0x31 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 603 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1606 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42793_
[junit4:junit4]   2> 1607 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60006 type:delete cxid:0xd zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42793_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42793_
[junit4:junit4]   2> 1607 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42793_
[junit4:junit4]   2> 1610 T731 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1610 T749 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1610 T736 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1614 T709 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 1614 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1615 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1702 T709 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1703 T709 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36825
[junit4:junit4]   2> 1704 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1705 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1705 T709 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017
[junit4:junit4]   2> 1706 T709 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/solr.xml
[junit4:junit4]   2> 1706 T709 oasc.CoreContainer.<init> New CoreContainer 24593188
[junit4:junit4]   2> 1707 T709 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/'
[junit4:junit4]   2> 1707 T709 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/'
[junit4:junit4]   2> 1726 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1727 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1727 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1728 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1728 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1728 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1729 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1729 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1729 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1730 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1736 T709 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1747 T709 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52346/solr
[junit4:junit4]   2> 1748 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1748 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@83c096
[junit4:junit4]   2> 1749 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1750 T760 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1750 T760 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 1750 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49202
[junit4:junit4]   2> 1751 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49202
[junit4:junit4]   2> 1752 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60007 with negotiated timeout 20000 for client /127.0.0.1:49202
[junit4:junit4]   2> 1752 T760 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60007, negotiated timeout = 20000
[junit4:junit4]   2> 1752 T761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@83c096 name:ZooKeeperConnection Watcher:127.0.0.1:52346 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1752 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1753 T714 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8488cbc60007
[junit4:junit4]   2> 1754 T709 oaz.ZooKeeper.close Session: 0x13d8488cbc60007 closed
[junit4:junit4]   2> 1754 T761 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1754 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1757 T711 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d8488cbc60007, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 1758 T711 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49202 which had sessionid 0x13d8488cbc60007
[junit4:junit4]   2> 1758 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@eae56
[junit4:junit4]   2> 1759 T762 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1759 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1760 T762 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 1760 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49203
[junit4:junit4]   2> 1760 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49203
[junit4:junit4]   2> 1761 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60008 with negotiated timeout 20000 for client /127.0.0.1:49203
[junit4:junit4]   2> 1761 T762 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60008, negotiated timeout = 20000
[junit4:junit4]   2> 1761 T763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eae56 name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1761 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1762 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60008 type:create cxid:0x1 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1763 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60008 type:create cxid:0x3 zxid:0x39 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1764 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2767 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36825_
[junit4:junit4]   2> 2768 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60008 type:delete cxid:0xd zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36825_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36825_
[junit4:junit4]   2> 2768 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36825_
[junit4:junit4]   2> 2771 T736 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2771 T731 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2771 T749 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2773 T763 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2776 T709 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 2776 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2777 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2859 T709 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2861 T709 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:32983
[junit4:junit4]   2> 2862 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2862 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2862 T709 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180
[junit4:junit4]   2> 2863 T709 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/solr.xml
[junit4:junit4]   2> 2863 T709 oasc.CoreContainer.<init> New CoreContainer 17992723
[junit4:junit4]   2> 2864 T709 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/'
[junit4:junit4]   2> 2864 T709 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/'
[junit4:junit4]   2> 2886 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2886 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2886 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2887 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2887 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2887 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2888 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2888 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2888 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2889 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2906 T709 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2919 T709 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52346/solr
[junit4:junit4]   2> 2919 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2919 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1480d47
[junit4:junit4]   2> 2920 T774 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2920 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2921 T774 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 2921 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49204
[junit4:junit4]   2> 2921 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49204
[junit4:junit4]   2> 2922 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc60009 with negotiated timeout 20000 for client /127.0.0.1:49204
[junit4:junit4]   2> 2922 T774 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc60009, negotiated timeout = 20000
[junit4:junit4]   2> 2924 T775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1480d47 name:ZooKeeperConnection Watcher:127.0.0.1:52346 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2924 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2926 T714 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8488cbc60009
[junit4:junit4]   2> 2926 T775 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 2926 T711 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49204 which had sessionid 0x13d8488cbc60009
[junit4:junit4]   2> 2926 T709 oaz.ZooKeeper.close Session: 0x13d8488cbc60009 closed
[junit4:junit4]   2> 2927 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2930 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a5ca48
[junit4:junit4]   2> 2931 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2932 T776 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2933 T776 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 2933 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49205
[junit4:junit4]   2> 2933 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49205
[junit4:junit4]   2> 2935 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc6000a with negotiated timeout 20000 for client /127.0.0.1:49205
[junit4:junit4]   2> 2935 T776 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc6000a, negotiated timeout = 20000
[junit4:junit4]   2> 2935 T777 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a5ca48 name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2936 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2937 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000a type:create cxid:0x1 zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2938 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000a type:create cxid:0x3 zxid:0x41 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2940 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3943 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32983_
[junit4:junit4]   2> 3944 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000a type:delete cxid:0xd zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32983_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:32983_
[junit4:junit4]   2> 3945 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32983_
[junit4:junit4]   2> 3948 T763 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3948 T736 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3948 T749 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3948 T731 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3948 T777 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3952 T709 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3953 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3953 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4034 T709 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4037 T709 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59143
[junit4:junit4]   2> 4037 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4038 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4038 T709 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355
[junit4:junit4]   2> 4038 T709 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355/solr.xml
[junit4:junit4]   2> 4039 T709 oasc.CoreContainer.<init> New CoreContainer 20380453
[junit4:junit4]   2> 4040 T709 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355/'
[junit4:junit4]   2> 4040 T709 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355/'
[junit4:junit4]   2> 4063 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4063 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4064 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4064 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4064 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4065 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4065 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4066 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4066 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4066 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4072 T709 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4091 T709 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52346/solr
[junit4:junit4]   2> 4092 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4092 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ac4f5
[junit4:junit4]   2> 4094 T788 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4093 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4094 T788 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 4094 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49206
[junit4:junit4]   2> 4095 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49206
[junit4:junit4]   2> 4095 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc6000b with negotiated timeout 20000 for client /127.0.0.1:49206
[junit4:junit4]   2> 4096 T788 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc6000b, negotiated timeout = 20000
[junit4:junit4]   2> 4096 T789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ac4f5 name:ZooKeeperConnection Watcher:127.0.0.1:52346 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4096 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4098 T714 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8488cbc6000b
[junit4:junit4]   2> 4098 T789 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4099 T711 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49206 which had sessionid 0x13d8488cbc6000b
[junit4:junit4]   2> 4098 T709 oaz.ZooKeeper.close Session: 0x13d8488cbc6000b closed
[junit4:junit4]   2> 4101 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4105 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@119ed9c
[junit4:junit4]   2> 4107 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4107 T790 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4107 T790 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 4108 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49207
[junit4:junit4]   2> 4108 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49207
[junit4:junit4]   2> 4109 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc6000c with negotiated timeout 20000 for client /127.0.0.1:49207
[junit4:junit4]   2> 4109 T790 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc6000c, negotiated timeout = 20000
[junit4:junit4]   2> 4109 T791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119ed9c name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4109 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4110 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4111 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4113 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5116 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59143_
[junit4:junit4]   2> 5117 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59143_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59143_
[junit4:junit4]   2> 5117 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59143_
[junit4:junit4]   2> 5120 T777 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5121 T763 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5121 T731 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5121 T749 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5121 T791 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5122 T736 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5125 T709 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 5126 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5126 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5129 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5135 T744 oasha.CollectionsHandler.handleCreateAction Creating Collection : action=CREATE&wt=javabin&version=2&numShards=2&name=nodes_used_collection&replicationFactor=2
[junit4:junit4]   2> 5137 T731 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 5138 T733 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 5138 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:36825_
[junit4:junit4]   2> 5138 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:32983_
[junit4:junit4]   2> 5138 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:42793_
[junit4:junit4]   2> 5139 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:59143_
[junit4:junit4]   2> 5141 T758 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 5142 T745 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 5142 T758 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 5142 T745 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 5143 T784 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 5143 T784 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 5144 T758 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 5145 T772 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 5145 T758 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5144 T784 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 5145 T784 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5144 T745 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 5146 T758 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 5146 T745 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5145 T772 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 5146 T758 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 5147 T772 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 5147 T772 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5148 T784 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 5148 T745 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 5148 T784 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 5148 T758 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 5148 T745 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 5149 T772 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 5150 T758 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   2> 5150 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:create cxid:0x1d zxid:0x50 txntype:-1 reqpath:n/a Error Path:/solr/collections/nodes_used_collection Error:KeeperErrorCode = NodeExists for /solr/collections/nodes_used_collection
[junit4:junit4]   2> 5151 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60006 type:create cxid:0x23 zxid:0x51 txntype:-1 reqpath:n/a Error Path:/solr/collections/nodes_used_collection Error:KeeperErrorCode = NodeExists for /solr/collections/nodes_used_collection
[junit4:junit4]   2> 5154 T784 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 5155 T745 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 5155 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000a type:create cxid:0x1e zxid:0x52 txntype:-1 reqpath:n/a Error Path:/solr/collections/nodes_used_collection Error:KeeperErrorCode = NodeExists for /solr/collections/nodes_used_collection
[junit4:junit4]   2> 5156 T772 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 5157 T784 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   2> 5157 T745 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   2> 5167 T772 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   2> 5193 T758 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5198 T745 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5198 T784 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5231 T772 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5256 T758 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5268 T758 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5274 T758 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5278 T745 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5279 T745 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5281 T784 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5282 T784 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5284 T745 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5286 T784 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5338 T772 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5346 T772 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5352 T772 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5960 T784 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5978 T784 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5981 T784 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5981 T745 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5989 T745 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5997 T745 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6000 T784 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6005 T784 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6018 T784 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6022 T784 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6023 T745 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6034 T784 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6036 T784 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6035 T758 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6037 T745 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6040 T784 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6040 T784 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6042 T745 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6040 T784 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6043 T784 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   2> 6044 T784 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 6044 T745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6046 T784 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6047 T784 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/data forceNew: false
[junit4:junit4]   2> 6048 T784 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   2> 6048 T784 oasc.SolrCore.initIndex WARNING [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6049 T784 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/data/index forceNew: false
[junit4:junit4]   2> 6049 T745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6050 T745 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6051 T758 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6052 T745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6052 T745 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6053 T745 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6053 T745 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   2> 6053 T745 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 6054 T745 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6054 T758 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6055 T745 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/data forceNew: false
[junit4:junit4]   2> 6055 T745 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   2> 6056 T745 oasc.SolrCore.initIndex WARNING [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6056 T745 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/data/index forceNew: false
[junit4:junit4]   2> 6058 T784 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a08585 lockFactory=org.apache.lucene.store.NativeFSLockFactory@696552),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6059 T784 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6061 T784 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6062 T784 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6063 T784 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6063 T784 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6064 T784 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6064 T784 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6065 T784 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6066 T784 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6066 T784 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6068 T745 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@a356b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c23c95),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6069 T745 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6071 T745 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6072 T745 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6072 T745 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6082 T784 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6085 T784 oass.SolrIndexSearcher.<init> Opening Searcher@9a1002 main
[junit4:junit4]   2> 6085 T745 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6086 T784 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   2> 6086 T745 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6087 T772 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6087 T784 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6087 T758 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6087 T745 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6087 T784 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6088 T745 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6088 T745 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6089 T745 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6091 T745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6091 T797 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@9a1002 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6092 T784 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 6096 T745 oass.SolrIndexSearcher.<init> Opening Searcher@7a9d09 main
[junit4:junit4]   2> 6097 T745 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   2> 6097 T758 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6098 T772 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6098 T745 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6098 T745 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6100 T772 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6102 T798 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@7a9d09 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6103 T745 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 6104 T758 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6105 T758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6105 T758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6106 T758 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6107 T758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6107 T758 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6108 T758 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6108 T758 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   2> 6109 T758 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 6109 T758 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6110 T758 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/data forceNew: false
[junit4:junit4]   2> 6110 T758 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   2> 6111 T758 oasc.SolrCore.initIndex WARNING [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6111 T758 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/data/index forceNew: false
[junit4:junit4]   2> 6113 T758 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17778eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@60293b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6114 T758 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6116 T772 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6116 T758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6117 T758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6117 T758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6118 T758 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6119 T758 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6119 T758 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6120 T758 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6120 T758 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6121 T772 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6121 T758 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6124 T758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6125 T772 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6126 T772 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6126 T772 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6127 T772 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6127 T758 oass.SolrIndexSearcher.<init> Opening Searcher@a7f2e4 main
[junit4:junit4]   2> 6128 T758 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   2> 6128 T772 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6128 T772 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6129 T758 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6129 T772 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6129 T758 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6129 T772 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   2> 6130 T772 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 6130 T772 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6131 T772 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/data forceNew: false
[junit4:junit4]   2> 6131 T772 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   2> 6131 T772 oasc.SolrCore.initIndex WARNING [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6132 T772 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/data/index forceNew: false
[junit4:junit4]   2> 6133 T799 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@a7f2e4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6133 T772 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1db16d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@da1c3e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6134 T772 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6134 T758 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 6135 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6135 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6136 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6136 T772 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6137 T772 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6137 T772 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6137 T772 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6138 T772 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6138 T772 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6140 T772 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6143 T772 oass.SolrIndexSearcher.<init> Opening Searcher@1d34a01 main
[junit4:junit4]   2> 6143 T772 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   2> 6144 T772 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6144 T772 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6147 T800 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@1d34a01 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6149 T772 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 6456 T732 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6457 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59143",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59143_",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 6457 T732 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 6460 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42793",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42793_",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 6462 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36825",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36825_",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 6465 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32983",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32983_",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 6469 T791 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> 6469 T736 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> 6469 T763 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> 6469 T749 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> 6469 T777 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> 6469 T731 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> 7093 T784 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 7093 T784 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:59143 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 7094 T784 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 7103 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:delete cxid:0x4d zxid:0x68 txntype:-1 reqpath:n/a Error Path:/solr/collections/nodes_used_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/nodes_used_collection/leaders
[junit4:junit4]   2> 7104 T784 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7104 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:create cxid:0x4e zxid:0x69 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7105 T745 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 7106 T745 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:42793 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 7106 T784 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=180000
[junit4:junit4]   2> 7135 T758 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 7136 T758 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:36825 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 7137 T758 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 7141 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60008 type:delete cxid:0x4f zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/collections/nodes_used_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/nodes_used_collection/leaders
[junit4:junit4]   2> 7142 T758 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7142 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60008 type:create cxid:0x50 zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7144 T758 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=180000
[junit4:junit4]   2> 7150 T772 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 7150 T772 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:32983 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 7607 T784 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7608 T784 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7608 T784 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59143/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 7608 T784 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:59143 START replicas=[http://127.0.0.1:42793/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 7609 T784 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:59143 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 7609 T784 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 7610 T784 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 7610 T784 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59143/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 7611 T784 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> ASYNC  NEW_CORE C90 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@f44ff9 url=http://127.0.0.1:42793/nodes_used_collection_shard2_replica1 node=127.0.0.1:42793_ C90_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{core=nodes_used_collection_shard2_replica1, base_url=http://127.0.0.1:42793, state=down, collection=nodes_used_collection, node_name=127.0.0.1:42793_, shard=shard2}
[junit4:junit4]   2> 7614 T743 C90 P42793 REQ /get {qt=/get&wt=javabin&version=2&getVersions=100&distrib=false} status=0 QTime=1 
[junit4:junit4]   2> 7615 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:create cxid:0x5a zxid:0x75 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7645 T758 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7646 T758 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7646 T758 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36825/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 7646 T758 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:36825 START replicas=[http://127.0.0.1:32983/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 7647 T758 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:36825 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 7647 T758 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 7647 T758 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 7648 T758 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36825/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 7648 T758 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> 7660 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60008 type:create cxid:0x5b zxid:0x78 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> ASYNC  NEW_CORE C91 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@92118b url=http://127.0.0.1:32983/nodes_used_collection_shard1_replica2 node=127.0.0.1:32983_ C91_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{core=nodes_used_collection_shard1_replica2, base_url=http://127.0.0.1:32983, state=down, collection=nodes_used_collection, node_name=127.0.0.1:32983_, shard=shard1}
[junit4:junit4]   2> 7662 T770 C91 P32983 REQ /get {qt=/get&wt=javabin&version=2&getVersions=100&distrib=false} status=0 QTime=1 
[junit4:junit4]   2> 7981 T732 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7992 T763 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> 7992 T736 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> 7992 T749 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> 7992 T731 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> 7992 T777 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> 7992 T791 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> 8013 T758 oasc.ZkController.register We are http://127.0.0.1:36825/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:36825/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 8014 T758 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:36825
[junit4:junit4]   2> 8014 T758 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8014 T758 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 8016 T758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8017 T758 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/solr.xml
[junit4:junit4]   2> 8018 T784 oasc.ZkController.register We are http://127.0.0.1:59143/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:59143/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 8019 T784 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:59143
[junit4:junit4]   2> 8019 T784 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8019 T784 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 8021 T784 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8022 T784 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/solr.xml
[junit4:junit4]   2> 8023 T758 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/solr.xml
[junit4:junit4]   2> 8024 T758 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=nodes_used_collection&qt=/admin/cores&action=CREATE&shard=shard1&wt=javabin&version=2&numShards=2&name=nodes_used_collection_shard1_replica1} status=0 QTime=2883 
[junit4:junit4]   2> 8029 T784 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/solr.xml
[junit4:junit4]   2> 8030 T784 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=nodes_used_collection&qt=/admin/cores&action=CREATE&shard=shard2&wt=javabin&version=2&numShards=2&name=nodes_used_collection_shard2_replica2} status=0 QTime=2887 
[junit4:junit4]   2> 8110 T745 oasc.ZkController.register We are http://127.0.0.1:42793/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:59143/nodes_used_collection_shard2_replica2/
[junit4:junit4]   2> 8110 T745 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:42793
[junit4:junit4]   2> 8110 T745 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 8111 T745 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 8111 T803 C90 P42793 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 8112 T803 C90 P42793 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 8112 T745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8113 T803 C90 P42793 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   2> 8113 T745 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/solr.xml
[junit4:junit4]   2> 8117 T803 C90 P42793 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8120 T745 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/solr.xml
[junit4:junit4]   2> 8121 T745 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=nodes_used_collection&qt=/admin/cores&action=CREATE&shard=shard2&wt=javabin&version=2&numShards=2&name=nodes_used_collection_shard2_replica1} status=0 QTime=2979 
[junit4:junit4]   2> 8154 T772 oasc.ZkController.register We are http://127.0.0.1:32983/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:36825/nodes_used_collection_shard1_replica1/
[junit4:junit4]   2> 8154 T772 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:32983
[junit4:junit4]   2> 8155 T772 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 8155 T772 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 8156 T804 C91 P32983 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 8156 T804 C91 P32983 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 8156 T804 C91 P32983 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=recovering
[junit4:junit4]   2> 8156 T772 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8157 T772 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/solr.xml
[junit4:junit4]   2> 8157 T804 C91 P32983 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8165 T772 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/solr.xml
[junit4:junit4]   2> 8166 T772 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=nodes_used_collection&qt=/admin/cores&action=CREATE&shard=shard1&wt=javabin&version=2&numShards=2&name=nodes_used_collection_shard1_replica2} status=0 QTime=3021 
[junit4:junit4]   2> 8167 T733 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 8203 T749 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 8205 T731 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 8207 T744 oass.SolrDispatchFilter.handleAdminRequest /admin/collections {action=CREATE&wt=javabin&version=2&numShards=2&name=nodes_used_collection&replicationFactor=2} status=0 QTime=3072 
[junit4:junit4]   2> 8208 T733 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={127.0.0.1:36825_={responseHeader={status=0,QTime=2883},core=nodes_used_collection_shard1_replica1,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/solr.xml},127.0.0.1:59143_={responseHeader={status=0,QTime=2887},core=nodes_used_collection_shard2_replica2,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/solr.xml},127.0.0.1:42793_={responseHeader={status=0,QTime=2979},core=nodes_used_collection_shard2_replica1,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/solr.xml},127.0.0.1:32983_={responseHeader={status=0,QTime=3021},core=nodes_used_collection_shard1_replica2,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/solr.xml}}}
[junit4:junit4]   2> 8209 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 8210 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@17f7e3
[junit4:junit4]   2> 8211 T805 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8211 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8212 T805 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 8212 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49217
[junit4:junit4]   2> 8212 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49217
[junit4:junit4]   2> 8213 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc6000d with negotiated timeout 10000 for client /127.0.0.1:49217
[junit4:junit4]   2> 8213 T805 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc6000d, negotiated timeout = 10000
[junit4:junit4]   2> 8214 T806 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17f7e3 name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8214 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8216 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8218 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 8220 T709 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52346/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@eaabcf
[junit4:junit4]   2> 8221 T807 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52346. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8220 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8221 T807 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52346, initiating session
[junit4:junit4]   2> 8221 T711 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49219
[junit4:junit4]   2> 8221 T711 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49219
[junit4:junit4]   2> 8223 T713 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8488cbc6000e with negotiated timeout 10000 for client /127.0.0.1:49219
[junit4:junit4]   2> 8223 T807 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52346, sessionid = 0x13d8488cbc6000e, negotiated timeout = 10000
[junit4:junit4]   2> 8224 T808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eaabcf name:ZooKeeperConnection Watcher:127.0.0.1:52346/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8224 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8225 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8231 T727 oasha.CollectionsHandler.handleCreateAction Creating Collection : maxShardsPerNode=2&action=CREATE&wt=javabin&version=2&numShards=4&name=awholynewcollection_0&replicationFactor=2
[junit4:junit4]   2> 8233 T731 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 8236 T733 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "maxShardsPerNode":"2",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"4",
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 8237 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:42793_
[junit4:junit4]   2> 8237 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:32983_
[junit4:junit4]   2> 8237 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:40383_
[junit4:junit4]   2> 8237 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:59143_
[junit4:junit4]   2> 8238 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:36825_
[junit4:junit4]   2> 8240 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:42793_
[junit4:junit4]   2> 8240 T770 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 8240 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:32983_
[junit4:junit4]   2> 8240 T770 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8241 T733 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:40383_
[junit4:junit4]   2> 8242 T770 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8242 T770 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8242 T771 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard4_replica1
[junit4:junit4]   2> 8242 T787 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1363728194355/awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 8243 T725 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 8243 T725 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8243 T771 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8242 T742 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 8244 T743 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2
[junit4:junit4]   2> 8244 T771 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8243 T757 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1
[junit4:junit4]   2> 8243 T787 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8245 T724 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2
[junit4:junit4]   2> 8245 T771 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8245 T770 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 8244 T743 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8246 T787 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8246 T770 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8244 T725 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8246 T787 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8244 T742 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8247 T725 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8246 T724 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8245 T757 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 8248 T743 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8249 T757 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8249 T725 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 8249 T724 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8248 T787 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 8248 T771 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 8250 T787 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8248 T742 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 8250 T771 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8249 T724 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8249 T725 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8249 T757 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8249 T743 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8251 T770 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8251 T742 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 8253 T757 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8253 T743 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8254 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000a type:create cxid:0x5b zxid:0x93 txntype:-1 reqpath:n/a Error Path:/solr/collections/awholynewcollection_0 Error:KeeperErrorCode = NodeExists for /solr/collections/awholynewcollection_0
[junit4:junit4]   2> 8254 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc6000c type:create cxid:0x68 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/solr/collections/awholynewcollection_0 Error:KeeperErrorCode = NodeExists for /solr/collections/awholynewcollection_0
[junit4:junit4]   2> 8254 T770 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   2> 8255 T787 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8255 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60006 type:create cxid:0x5c zxid:0x95 txntype:-1 reqpath:n/a Error Path:/solr/collections/awholynewcollection_0 Error:KeeperErrorCode = NodeExists for /solr/collections/awholynewcollection_0
[junit4:junit4]   2> 8256 T743 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8256 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60008 type:create cxid:0x69 zxid:0x96 txntype:-1 reqpath:n/a Error Path:/solr/collections/awholynewcollection_0 Error:KeeperErrorCode = NodeExists for /solr/collections/awholynewcollection_0
[junit4:junit4]   2> 8257 T757 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8257 T743 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2/'
[junit4:junit4]   2> 8258 T787 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.CollectionsAPIDistributedZkTest-jetty4-1363728194355/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   2> 8260 T742 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8275 T771 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8275 T724 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 8276 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:create cxid:0xbd zxid:0x97 txntype:-1 reqpath:n/a Error Path:/solr/collections/awholynewcollection_0 Error:KeeperErrorCode = NodeExists for /solr/collections/awholynewcollection_0
[junit4:junit4]   2> 8276 T757 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/'
[junit4:junit4]   2> 8277 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60006 type:create cxid:0x61 zxid:0x98 txntype:-1 reqpath:n/a Error Path:/solr/collections/awholynewcollection_0 Error:KeeperErrorCode = NodeExists for /solr/collections/awholynewcollection_0
[junit4:junit4]   2> 8277 T725 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8277 T742 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8279 T771 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard4_replica1/'
[junit4:junit4]   2> 8280 T742 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   2> 8281 T714 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8488cbc60003 type:create cxid:0xc1 zxid:0x99 txntype:-1 reqpath:n/a Error Path:/solr/collections/awholynewcollection_0 Error:KeeperErrorCode = NodeExists for /solr/collections/awholynewcollection_0
[junit4:junit4]   2> 8281 T724 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 8283 T724 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2/'
[junit4:junit4]   2> 8284 T725 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   2> 8320 T770 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8354 T743 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8361 T757 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8362 T724 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8382 T771 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8383 T787 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8390 T725 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8408 T742 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8458 T770 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8459 T770 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8465 T770 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8523 T743 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8536 T743 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8537 T771 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8539 T725 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8539 T724 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8541 T725 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8542 T743 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8543 T771 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8543 T724 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8548 T725 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8549 T771 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8553 T724 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8574 T757 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8575 T742 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8575 T787 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8576 T742 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8577 T787 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8577 T757 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8582 T742 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8582 T757 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8582 T787 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9521 T732 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9523 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36825",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36825_",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36825__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 9527 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59143",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59143_",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59143__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 9538 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42793",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42793_",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42793__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 9541 T732 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32983",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32983_",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:32983__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 9545 T777 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> 9546 T736 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> 9546 T806 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> 9546 T749 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> 9546 T731 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> 9546 T791 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> 9546 T763 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> 9546 T808 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> 9792 T757 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9812 T770 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9815 T757 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9826 T770 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9830 T770 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9839 T757 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9872 T770 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9883 T770 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9888 T770 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9889 T770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9890 T770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9890 T770 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9892 T770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9892 T770 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9893 T770 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9893 T770 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/data/
[junit4:junit4]   2> 9893 T757 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9893 T770 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 9895 T770 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9896 T770 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/data forceNew: false
[junit4:junit4]   2> 9896 T770 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/data/index/
[junit4:junit4]   2> 9896 T770 oasc.SolrCore.initIndex WARNING [awholynewcollection_0_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9897 T770 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/data/index forceNew: false
[junit4:junit4]   2> 9897 T725 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9900 T770 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73b3b6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11afcfc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9900 T770 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9902 T770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9903 T770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9903 T770 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9904 T770 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9904 T757 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9918 T725 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9916 T770 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9923 T770 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9924 T770 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9924 T770 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9925 T770 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9929 T770 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9932 T770 oass.SolrIndexSearcher.<init> Opening Searcher@1bd819b main
[junit4:junit4]   2> 9933 T770 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard1_replica2/data/tlog
[junit4:junit4]   2> 9934 T725 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9934 T770 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9934 T770 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9936 T757 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9949 T813 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica2] Registered new searcher Searcher@1bd819b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9950 T742 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9951 T770 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica2 state=down
[junit4:junit4]   2> 9951 T757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9952 T757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9952 T743 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9952 T757 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9952 T771 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9954 T757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9954 T757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9955 T757 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9955 T757 oasc.SolrCore.<init> [awholynewcollection_0_shard3_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/data/
[junit4:junit4]   2> 9956 T757 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 9961 T757 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9961 T757 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/data forceNew: false
[junit4:junit4]   2> 9962 T757 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/data/index/
[junit4:junit4]   2> 9962 T757 oasc.SolrCore.initIndex WARNING [awholynewcollection_0_shard3_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9963 T757 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.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/data/index forceNew: false
[junit4:junit4]   2> 9959 T743 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9957 T742 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9967 T742 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9963 T771 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9982 T724 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9982 T743 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9983 T725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9989 T771 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9990 T724 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9991 T725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9993 T724 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9994 T757 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7dcf94 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cd4b01),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9995 T757 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10001 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10002 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10002 T725 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10003 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10003 T757 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10003 T725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10003 T742 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10004 T725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10004 T743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10004 T725 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10004 T757 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10005 T757 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10005 T757 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10005 T725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10006 T757 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10006 T725 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10006 T757 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10006 T725 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10007 T725 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/data/
[junit4:junit4]   2> 10007 T725 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 10008 T771 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10008 T725 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10010 T742 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10012 T725 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/data forceNew: false
[junit4:junit4]   2> 10012 T725 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/data/index/
[junit4:junit4]   2> 10012 T725 oasc.SolrCore.initIndex WARNING [awholynewcollection_0_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10013 T724 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10014 T757 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10014 T725 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/data/index forceNew: false
[junit4:junit4]   2> 10014 T743 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10016 T757 oass.SolrIndexSearcher.<init> Opening Searcher@19ecc94 main
[junit4:junit4]   2> 10017 T725 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12ffde8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12109e4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10017 T757 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1363728192017/awholynewcollection_0_shard3_replica1/data/tlog
[junit4:junit4]   2> 10017 T725 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10017 T742 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10018 T757 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10018 T757 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10018 T742 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10019 T742 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10019 T742 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10023 T757 oasc.ZkController.publish publishing core=awholynewcollection_0_shard3_replica1 state=down
[junit4:junit4]   2> 10023 T814 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard3_replica1] Registered new searcher Searcher@19ecc94 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10021 T724 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10021 T771 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10020 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10025 T743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10025 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10026 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10027 T725 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10028 T743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10028 T725 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10029 T725 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10029 T787 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10030 T725 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10040 T725 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10040 T725 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10041 T724 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10042 T771 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10043 T724 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10043 T724 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10044 T724 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10028 T742 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10044 T742 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10045 T742 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10045 T724 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10045 T724 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10046 T724 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10046 T724 oasc.SolrCore.<init> [awholynewcollection_0_shard4_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2/data/
[junit4:junit4]   2> 10047 T724 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 10048 T724 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10048 T787 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10049 T724 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2/data forceNew: false
[junit4:junit4]   2> 10049 T724 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2/data/index/
[junit4:junit4]   2> 10049 T724 oasc.SolrCore.initIndex WARNING [awholynewcollection_0_shard4_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10050 T724 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.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard4_replica2/data/index forceNew: false
[junit4:junit4]   2> 10050 T787 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10044 T725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10052 T724 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@58045c lockFactory=org.apache.lucene.store.NativeFSLockFactory@112e303),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10053 T724 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10043 T771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10054 T771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10054 T771 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10028 T743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10055 T743 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10045 T742 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1/data/
[junit4:junit4]   2> 10055 T725 oass.SolrIndexSearcher.<init> Opening Searcher@1853fd7 main
[junit4:junit4]   2> 10055 T724 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10056 T725 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1363728190617/awholynewcollection_0_shard2_replica1/data/tlog
[junit4:junit4]   2> 10056 T742 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 10057 T725 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10056 T724 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10056 T771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10058 T724 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10057 T725 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10059 T771 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10059 T724 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10059 T771 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10057 T742 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10060 T771 oasc.SolrCore.<init> [awholynewcollection_0_shard4_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard4_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard4_replica1/data/
[junit4:junit4]   2> 10058 T743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10061 T743 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10061 T743 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10061 T743 oasc.SolrCore.<init> [awholynewcollection_0_shard3_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2/data/
[junit4:junit4]   2> 10062 T743 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 10060 T724 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10062 T743 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10063 T743 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2/data forceNew: false
[junit4:junit4]   2> 10064 T743 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2/data/index/
[junit4:junit4]   2> 10064 T725 oasc.ZkController.publish publishing core=awholynewcollection_0_shard2_replica1 state=down
[junit4:junit4]   2> 10061 T742 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1/data forceNew: false
[junit4:junit4]   2> 10065 T815 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard2_replica1] Registered new searcher Searcher@1853fd7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10060 T771 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fb8073
[junit4:junit4]   2> 10065 T742 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1/data/index/
[junit4:junit4]   2> 10065 T742 oasc.SolrCore.initIndex WARNING [awholynewcollection_0_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10066 T771 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10064 T743 oasc.SolrCore.initIndex WARNING [awholynewcollection_0_shard3_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10062 T724 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10066 T742 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard1_replica1/data/index forceNew: false
[junit4:junit4]   2> 10067 T724 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10067 T743 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.CollectionsAPIDistributedZkTest-jetty1-1363728190861/awholynewcollection_0_shard3_replica2/data/index forceNew: false
[junit4:junit4]   2> 10068 T724 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10067 T771 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.CollectionsAPIDistributedZkTest-jetty3-1363728193180/awholynewcollection_0_shard4_replica1/data forceNew: false
[junit4:junit4]   2> 10068 T724 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10069 T742 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14fc003 lockFactory=org.apache.lucene.store.Nat

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

ERROR   32.7s J0 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:60874/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([5470C37407569765:D5964D6C7009F759]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 32681 T1937 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 32684 T1936 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 32817 T2011 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32817 T2011 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> 32817 T2011 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32818 T2011 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 33563 T1940 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=pl, timezone=Asia/Vladivostok
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=26756744,total=144138240
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSweetSpotSimilarityFactory, SchemaVersionSpecificBehaviorTest, TestExtendedDismaxParser, TestSolrDeletionPolicy2, ScriptEngineTest, TestJoin, TestRealTimeGet, FieldMutatingUpdateProcessorTest, SyncSliceTest, SolrInfoMBeanTest, OverseerCollectionProcessorTest, TestPhraseSuggestions, TestDocumentBuilder, TestLFUCache, ExternalFileFieldSortTest, ResourceLoaderTest, MinimalSchemaTest, TestXIncludeConfig, TestCoreContainer, TestStressRecovery, BinaryUpdateRequestHandlerTest, TestPerFieldSimilarity, CacheHeaderTest, TestPluginEnable, TestLRUCache, TestSolrIndexConfig, SliceStateUpdateTest, TestQueryUtils, TermVectorComponentTest, TestTrie, QueryParsingTest, SuggesterFSTTest, TestReplicationHandler, BadComponentTest, DocValuesTest, QueryEqualityTest, PrimitiveFieldTypeTest, ZkCLITest, TestSort, TestWriterPerf, LegacyHTMLStripCharFilterTest, DistributedQueryElevationComponentTest, CoreAdminHandlerTest, DocumentBuilderTest, SOLR749Test, LeaderElectionTest, SolrIndexSplitterTest, TestSurroundQueryParser, TestPropInjectDefaults, ShowFileRequestHandlerTest, BasicFunctionalityTest, LoggingHandlerTest, TestFuzzyAnalyzedSuggestions, CSVRequestHandlerTest, TestValueSourceCache, TestSearchPerf, SuggesterTest, RegexBoostProcessorTest, TestFaceting, RecoveryZkTest, TestShardHandlerFactory, TestDocSet, DirectSolrConnectionTest, TestCollationKeyRangeQueries, TestPseudoReturnFields, IndexSchemaTest, SliceStateTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J0 in 33.70s, 1 test, 1 error <<< FAILURES!

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

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