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/20 06:51:02 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4788/
Java: 64bit/jdk1.8.0-ea-b79 -XX:+UseConcMarkSweepGC

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=2205, name=coreLoadExecutor-1618-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=2205, name=coreLoadExecutor-1618-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@e882374 lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d3eb97)
	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=2207, 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=2207, 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@31800fb1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3288ff22)
	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.UnloadDistributedZkTest.testDistribSearch

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([31F3BE7E1752F833:B0153066600D980F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

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

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:48788/blut/f/onenodecollectioncore returned non ok status:404, message:Can not find: /blut/f/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([31F3BE7E1752F833:B0153066600D980F]: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 9174 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T628 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /blut/f
[junit4:junit4]   2> 4 T628 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180
[junit4:junit4]   2> 4 T628 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T629 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T629 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T629 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T629 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T629 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T629 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T628 oasc.ZkTestServer.run start zk server on port:39665
[junit4:junit4]   2> 106 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@483a2c82
[junit4:junit4]   2> 106 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T634 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T634 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 107 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35623
[junit4:junit4]   2> 107 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35623
[junit4:junit4]   2> 108 T632 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 143 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70000 with negotiated timeout 10000 for client /127.0.0.1:35623
[junit4:junit4]   2> 143 T634 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70000, negotiated timeout = 10000
[junit4:junit4]   2> 143 T635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@483a2c82 name:ZooKeeperConnection Watcher:127.0.0.1:39665 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 144 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 144 T628 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 148 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d864d17f70000
[junit4:junit4]   2> 148 T635 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 149 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35623 which had sessionid 0x13d864d17f70000
[junit4:junit4]   2> 148 T628 oaz.ZooKeeper.close Session: 0x13d864d17f70000 closed
[junit4:junit4]   2> 149 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@46fdcbf5
[junit4:junit4]   2> 150 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 150 T636 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 150 T636 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 150 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35624
[junit4:junit4]   2> 151 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35624
[junit4:junit4]   2> 151 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70001 with negotiated timeout 10000 for client /127.0.0.1:35624
[junit4:junit4]   2> 151 T636 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70001, negotiated timeout = 10000
[junit4:junit4]   2> 152 T637 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46fdcbf5 name:ZooKeeperConnection Watcher:127.0.0.1:39665/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 152 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 152 T628 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 156 T628 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 158 T628 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 159 T628 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 161 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 162 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 165 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 165 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 168 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 168 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 170 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 171 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 173 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 173 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 176 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 177 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 179 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 179 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 185 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 186 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 188 T628 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 189 T628 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 191 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d864d17f70001
[junit4:junit4]   2> 191 T637 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 191 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35624 which had sessionid 0x13d864d17f70001
[junit4:junit4]   2> 191 T628 oaz.ZooKeeper.close Session: 0x13d864d17f70001 closed
[junit4:junit4]   2> 288 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 347 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:32971
[junit4:junit4]   2> 348 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 348 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 349 T628 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368
[junit4:junit4]   2> 349 T628 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/solr.xml
[junit4:junit4]   2> 349 T628 oasc.CoreContainer.<init> New CoreContainer 1146575383
[junit4:junit4]   2> 350 T628 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/'
[junit4:junit4]   2> 350 T628 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/'
[junit4:junit4]   2> 365 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 366 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 366 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 366 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 366 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 367 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 367 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 367 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 368 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 368 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 374 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 382 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39665/solr
[junit4:junit4]   2> 382 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 383 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19bbe941
[junit4:junit4]   2> 383 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 384 T647 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 384 T647 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 385 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35625
[junit4:junit4]   2> 385 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35625
[junit4:junit4]   2> 385 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70002 with negotiated timeout 20000 for client /127.0.0.1:35625
[junit4:junit4]   2> 386 T647 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70002, negotiated timeout = 20000
[junit4:junit4]   2> 386 T648 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19bbe941 name:ZooKeeperConnection Watcher:127.0.0.1:39665 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 386 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 387 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d864d17f70002
[junit4:junit4]   2> 387 T648 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 388 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35625 which had sessionid 0x13d864d17f70002
[junit4:junit4]   2> 387 T628 oaz.ZooKeeper.close Session: 0x13d864d17f70002 closed
[junit4:junit4]   2> 388 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 391 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1627e4d1
[junit4:junit4]   2> 392 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 392 T649 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 392 T649 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 393 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35626
[junit4:junit4]   2> 393 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35626
[junit4:junit4]   2> 393 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70003 with negotiated timeout 20000 for client /127.0.0.1:35626
[junit4:junit4]   2> 394 T649 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70003, negotiated timeout = 20000
[junit4:junit4]   2> 394 T650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1627e4d1 name:ZooKeeperConnection Watcher:127.0.0.1:39665/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 394 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 395 T628 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 398 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 398 T628 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 401 T628 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 402 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32971_blut%2Ff
[junit4:junit4]   2> 403 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32971_blut%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:32971_blut%2Ff
[junit4:junit4]   2> 403 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32971_blut%2Ff
[junit4:junit4]   2> 406 T628 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 410 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 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> 410 T628 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 412 T628 oasc.Overseer.start Overseer (id=89375233289945091-127.0.0.1:32971_blut%2Ff-n_0000000000) starting
[junit4:junit4]   2> 412 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 413 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 414 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 415 T628 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 416 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 417 T652 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 418 T628 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 420 T628 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 421 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 423 T651 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 430 T653 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/collection1
[junit4:junit4]   2> 430 T653 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 430 T653 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 430 T653 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 431 T653 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/collection1/'
[junit4:junit4]   2> 432 T653 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/collection1/lib/README' to classloader
[junit4:junit4]   2> 432 T653 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 452 T653 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 482 T653 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 483 T653 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 486 T653 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 783 T653 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 788 T653 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 790 T653 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 808 T653 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 811 T653 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 814 T653 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 815 T653 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 816 T653 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 816 T653 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 817 T653 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 817 T653 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 817 T653 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 817 T653 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363757832368/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/control/data/
[junit4:junit4]   2> 818 T653 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b16fe66
[junit4:junit4]   2> 818 T653 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 818 T653 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/control/data forceNew: false
[junit4:junit4]   2> 819 T653 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/control/data/index/
[junit4:junit4]   2> 819 T653 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 819 T653 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/control/data/index forceNew: false
[junit4:junit4]   2> 821 T653 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@171c378c lockFactory=org.apache.lucene.store.NativeFSLockFactory@395e5551),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 821 T653 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 822 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 822 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 823 T653 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 823 T653 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 823 T653 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 823 T653 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 824 T653 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 824 T653 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 824 T653 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 826 T653 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 828 T653 oass.SolrIndexSearcher.<init> Opening Searcher@533c8fa6 main
[junit4:junit4]   2> 828 T653 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/control/data/tlog
[junit4:junit4]   2> 829 T653 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 829 T653 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 832 T654 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@533c8fa6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 832 T653 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 832 T653 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1930 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1931 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32971_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32971/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 1931 T651 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1931 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1934 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2834 T653 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2834 T653 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32971/blut/f collection:control_collection shard:shard1
[junit4:junit4]   2> 2835 T653 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2841 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2842 T653 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2843 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2846 T653 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2846 T653 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2846 T653 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32971/blut/f/collection1/
[junit4:junit4]   2> 2846 T653 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2846 T653 oasc.SyncStrategy.syncToMe http://127.0.0.1:32971/blut/f/collection1/ has no replicas
[junit4:junit4]   2> 2846 T653 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32971/blut/f/collection1/
[junit4:junit4]   2> 2847 T653 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2850 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3438 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3444 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3454 T653 oasc.ZkController.register We are http://127.0.0.1:32971/blut/f/collection1/ and leader is http://127.0.0.1:32971/blut/f/collection1/
[junit4:junit4]   2> 3454 T653 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32971/blut/f
[junit4:junit4]   2> 3454 T653 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3455 T653 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3455 T653 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3456 T653 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3458 T628 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3458 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3458 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3462 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3462 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7429a29c
[junit4:junit4]   2> 3463 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3463 T656 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3463 T656 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 3464 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35638
[junit4:junit4]   2> 3464 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35638
[junit4:junit4]   2> 3465 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70004 with negotiated timeout 10000 for client /127.0.0.1:35638
[junit4:junit4]   2> 3465 T656 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70004, negotiated timeout = 10000
[junit4:junit4]   2> 3465 T657 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7429a29c name:ZooKeeperConnection Watcher:127.0.0.1:39665/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3465 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3466 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3468 T628 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3524 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3526 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41855
[junit4:junit4]   2> 3527 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3527 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3528 T628 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644
[junit4:junit4]   2> 3528 T628 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/solr.xml
[junit4:junit4]   2> 3528 T628 oasc.CoreContainer.<init> New CoreContainer 1013505937
[junit4:junit4]   2> 3529 T628 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/'
[junit4:junit4]   2> 3529 T628 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/'
[junit4:junit4]   2> 3544 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3545 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3545 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3545 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3546 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3546 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3546 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3546 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3547 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3547 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3553 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3561 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39665/solr
[junit4:junit4]   2> 3561 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3562 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a77405f
[junit4:junit4]   2> 3562 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3563 T667 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3563 T667 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 3563 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35639
[junit4:junit4]   2> 3564 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35639
[junit4:junit4]   2> 3564 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70005 with negotiated timeout 20000 for client /127.0.0.1:35639
[junit4:junit4]   2> 3564 T667 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70005, negotiated timeout = 20000
[junit4:junit4]   2> 3565 T668 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a77405f name:ZooKeeperConnection Watcher:127.0.0.1:39665 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3565 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3566 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d864d17f70005
[junit4:junit4]   2> 3566 T668 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3566 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35639 which had sessionid 0x13d864d17f70005
[junit4:junit4]   2> 3566 T628 oaz.ZooKeeper.close Session: 0x13d864d17f70005 closed
[junit4:junit4]   2> 3567 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3570 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@77e48e2e
[junit4:junit4]   2> 3571 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3571 T669 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3571 T669 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 3571 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35640
[junit4:junit4]   2> 3572 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35640
[junit4:junit4]   2> 3572 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70006 with negotiated timeout 20000 for client /127.0.0.1:35640
[junit4:junit4]   2> 3572 T669 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70006, negotiated timeout = 20000
[junit4:junit4]   2> 3573 T670 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77e48e2e name:ZooKeeperConnection Watcher:127.0.0.1:39665/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3573 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3574 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3575 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3576 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4579 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41855_blut%2Ff
[junit4:junit4]   2> 4580 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41855_blut%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41855_blut%2Ff
[junit4:junit4]   2> 4580 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41855_blut%2Ff
[junit4:junit4]   2> 4583 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4584 T670 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4586 T650 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4587 T657 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4592 T671 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/collection1
[junit4:junit4]   2> 4597 T671 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4598 T671 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4598 T671 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4611 T671 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/collection1/'
[junit4:junit4]   2> 4612 T671 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/collection1/lib/README' to classloader
[junit4:junit4]   2> 4612 T671 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4677 T671 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4719 T671 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4723 T671 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4730 T671 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4950 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4952 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32971_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:32971_blut%2Ff_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32971/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 4955 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4956 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4956 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5294 T671 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5304 T671 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5308 T671 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5324 T671 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5329 T671 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5337 T671 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5339 T671 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5339 T671 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5340 T671 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5341 T671 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5341 T671 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5342 T671 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5342 T671 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty1/
[junit4:junit4]   2> 5342 T671 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b16fe66
[junit4:junit4]   2> 5342 T671 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5343 T671 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty1 forceNew: false
[junit4:junit4]   2> 5343 T671 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty1/index/
[junit4:junit4]   2> 5343 T671 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5343 T671 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty1/index forceNew: false
[junit4:junit4]   2> 5345 T671 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@28c3b8cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b17c500),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5345 T671 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5346 T671 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5347 T671 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5347 T671 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5348 T671 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5348 T671 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5348 T671 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5349 T671 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5349 T671 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5349 T671 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5353 T671 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5358 T671 oass.SolrIndexSearcher.<init> Opening Searcher@1733de89 main
[junit4:junit4]   2> 5358 T671 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty1/tlog
[junit4:junit4]   2> 5359 T671 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5359 T671 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5362 T672 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1733de89 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5367 T671 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5368 T671 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6463 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6464 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41855/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 6464 T651 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6465 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6498 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6498 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6498 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7371 T671 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7371 T671 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41855/blut/f collection:collection1 shard:shard2
[junit4:junit4]   2> 7372 T671 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7379 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7380 T671 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7380 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7382 T671 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7382 T671 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7383 T671 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41855/blut/f/collection1/
[junit4:junit4]   2> 7383 T671 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7383 T671 oasc.SyncStrategy.syncToMe http://127.0.0.1:41855/blut/f/collection1/ has no replicas
[junit4:junit4]   2> 7383 T671 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41855/blut/f/collection1/
[junit4:junit4]   2> 7383 T671 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7387 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8003 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8012 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8012 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8013 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8040 T671 oasc.ZkController.register We are http://127.0.0.1:41855/blut/f/collection1/ and leader is http://127.0.0.1:41855/blut/f/collection1/
[junit4:junit4]   2> 8040 T671 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41855/blut/f
[junit4:junit4]   2> 8040 T671 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8040 T671 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8041 T671 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8042 T671 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8044 T628 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8044 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8044 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8121 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8127 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48788
[junit4:junit4]   2> 8128 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8129 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8129 T628 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224
[junit4:junit4]   2> 8130 T628 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/solr.xml
[junit4:junit4]   2> 8130 T628 oasc.CoreContainer.<init> New CoreContainer 589282855
[junit4:junit4]   2> 8131 T628 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/'
[junit4:junit4]   2> 8132 T628 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/'
[junit4:junit4]   2> 8158 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8159 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8159 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8159 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8159 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8160 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8160 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8160 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8161 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8161 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8169 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8178 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39665/solr
[junit4:junit4]   2> 8179 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8179 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@613aee09
[junit4:junit4]   2> 8180 T683 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8182 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35646
[junit4:junit4]   2> 8182 T683 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 8183 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35646
[junit4:junit4]   2> 8184 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70007 with negotiated timeout 20000 for client /127.0.0.1:35646
[junit4:junit4]   2> 8184 T683 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70007, negotiated timeout = 20000
[junit4:junit4]   2> 8180 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8184 T684 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@613aee09 name:ZooKeeperConnection Watcher:127.0.0.1:39665 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8185 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8187 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d864d17f70007
[junit4:junit4]   2> 8191 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35646 which had sessionid 0x13d864d17f70007
[junit4:junit4]   2> 8192 T684 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8192 T628 oaz.ZooKeeper.close Session: 0x13d864d17f70007 closed
[junit4:junit4]   2> 8193 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8197 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@783eca65
[junit4:junit4]   2> 8198 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8198 T685 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8199 T685 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 8199 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35647
[junit4:junit4]   2> 8199 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35647
[junit4:junit4]   2> 8200 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70008 with negotiated timeout 20000 for client /127.0.0.1:35647
[junit4:junit4]   2> 8200 T685 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70008, negotiated timeout = 20000
[junit4:junit4]   2> 8201 T686 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@783eca65 name:ZooKeeperConnection Watcher:127.0.0.1:39665/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8201 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8202 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8204 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8206 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9209 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48788_blut%2Ff
[junit4:junit4]   2> 9210 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48788_blut%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48788_blut%2Ff
[junit4:junit4]   2> 9210 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48788_blut%2Ff
[junit4:junit4]   2> 9213 T657 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> 9213 T670 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> 9213 T650 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> 9213 T686 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9215 T670 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9215 T657 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9215 T650 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9220 T687 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/collection1
[junit4:junit4]   2> 9221 T687 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9222 T687 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9222 T687 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9223 T687 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/collection1/'
[junit4:junit4]   2> 9224 T687 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/collection1/lib/README' to classloader
[junit4:junit4]   2> 9224 T687 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9260 T687 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9289 T687 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9290 T687 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9295 T687 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9518 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9519 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:41855_blut%2Ff_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41855/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 9523 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9523 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9524 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9524 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9636 T687 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9641 T687 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9643 T687 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9657 T687 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9660 T687 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9664 T687 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9666 T687 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9666 T687 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9667 T687 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9668 T687 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9668 T687 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9668 T687 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9668 T687 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363757840224/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty2/
[junit4:junit4]   2> 9669 T687 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b16fe66
[junit4:junit4]   2> 9670 T687 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9671 T687 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty2 forceNew: false
[junit4:junit4]   2> 9671 T687 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty2/index/
[junit4:junit4]   2> 9671 T687 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9671 T687 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty2/index forceNew: false
[junit4:junit4]   2> 9673 T687 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62f14f86 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46bb3b43),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9673 T687 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9675 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9676 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9676 T687 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9677 T687 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9677 T687 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9677 T687 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9677 T687 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9678 T687 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9678 T687 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9681 T687 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9683 T687 oass.SolrIndexSearcher.<init> Opening Searcher@78ad6c3a main
[junit4:junit4]   2> 9683 T687 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty2/tlog
[junit4:junit4]   2> 9684 T687 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9684 T687 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9688 T688 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78ad6c3a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9690 T687 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9690 T687 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11030 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11031 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48788_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48788/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 11031 T651 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11031 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11035 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11035 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11036 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11036 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11694 T687 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11694 T687 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48788/blut/f collection:collection1 shard:shard1
[junit4:junit4]   2> 11695 T687 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11702 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11702 T687 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11703 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11705 T687 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11705 T687 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11705 T687 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48788/blut/f/collection1/
[junit4:junit4]   2> 11705 T687 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11706 T687 oasc.SyncStrategy.syncToMe http://127.0.0.1:48788/blut/f/collection1/ has no replicas
[junit4:junit4]   2> 11706 T687 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48788/blut/f/collection1/
[junit4:junit4]   2> 11706 T687 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11712 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12540 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12552 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12552 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12552 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12552 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12567 T687 oasc.ZkController.register We are http://127.0.0.1:48788/blut/f/collection1/ and leader is http://127.0.0.1:48788/blut/f/collection1/
[junit4:junit4]   2> 12567 T687 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48788/blut/f
[junit4:junit4]   2> 12567 T687 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12567 T687 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12568 T687 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12569 T687 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12573 T628 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12574 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12574 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12681 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12687 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44550
[junit4:junit4]   2> 12688 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12689 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12689 T628 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756
[junit4:junit4]   2> 12689 T628 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/solr.xml
[junit4:junit4]   2> 12689 T628 oasc.CoreContainer.<init> New CoreContainer 909320834
[junit4:junit4]   2> 12690 T628 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/'
[junit4:junit4]   2> 12690 T628 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/'
[junit4:junit4]   2> 12713 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12713 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12713 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12714 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12714 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12715 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12715 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12715 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12716 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12716 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12723 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12732 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39665/solr
[junit4:junit4]   2> 12732 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12733 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3eeadebd
[junit4:junit4]   2> 12733 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12734 T699 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12734 T699 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 12735 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35648
[junit4:junit4]   2> 12735 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35648
[junit4:junit4]   2> 12736 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f70009 with negotiated timeout 20000 for client /127.0.0.1:35648
[junit4:junit4]   2> 12736 T699 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f70009, negotiated timeout = 20000
[junit4:junit4]   2> 12736 T700 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3eeadebd name:ZooKeeperConnection Watcher:127.0.0.1:39665 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12737 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12743 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d864d17f70009
[junit4:junit4]   2> 12744 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35648 which had sessionid 0x13d864d17f70009
[junit4:junit4]   2> 12744 T628 oaz.ZooKeeper.close Session: 0x13d864d17f70009 closed
[junit4:junit4]   2> 12745 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12746 T700 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12750 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@53bcd87c
[junit4:junit4]   2> 12751 T701 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12751 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12752 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35649
[junit4:junit4]   2> 12752 T701 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 12752 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35649
[junit4:junit4]   2> 12753 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f7000a with negotiated timeout 20000 for client /127.0.0.1:35649
[junit4:junit4]   2> 12753 T701 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f7000a, negotiated timeout = 20000
[junit4:junit4]   2> 12753 T702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53bcd87c name:ZooKeeperConnection Watcher:127.0.0.1:39665/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12754 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12755 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f7000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12756 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f7000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12758 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13763 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44550_blut%2Ff
[junit4:junit4]   2> 13764 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f7000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44550_blut%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44550_blut%2Ff
[junit4:junit4]   2> 13765 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44550_blut%2Ff
[junit4:junit4]   2> 13767 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13769 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13770 T702 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13768 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13767 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13773 T670 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13774 T650 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13774 T657 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13775 T686 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13779 T703 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/collection1
[junit4:junit4]   2> 13780 T703 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13781 T703 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13781 T703 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13782 T703 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/collection1/'
[junit4:junit4]   2> 13783 T703 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/collection1/lib/README' to classloader
[junit4:junit4]   2> 13783 T703 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13821 T703 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13889 T703 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13890 T703 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13902 T703 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14058 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14059 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48788_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48788_blut%2Ff_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48788/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 14065 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14065 T702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14065 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14065 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14068 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14427 T703 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14436 T703 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14439 T703 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14461 T703 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14466 T703 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14471 T703 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14472 T703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14473 T703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14473 T703 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14475 T703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14475 T703 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14476 T703 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14476 T703 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363757844756/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty3/
[junit4:junit4]   2> 14476 T703 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b16fe66
[junit4:junit4]   2> 14477 T703 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14477 T703 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty3 forceNew: false
[junit4:junit4]   2> 14477 T703 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty3/index/
[junit4:junit4]   2> 14478 T703 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14478 T703 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty3/index forceNew: false
[junit4:junit4]   2> 14480 T703 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@21ec1f44 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e4e0677),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14480 T703 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14482 T703 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14483 T703 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14483 T703 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14484 T703 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14485 T703 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14485 T703 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14485 T703 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14486 T703 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14486 T703 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14489 T703 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14501 T703 oass.SolrIndexSearcher.<init> Opening Searcher@5119fd18 main
[junit4:junit4]   2> 14502 T703 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty3/tlog
[junit4:junit4]   2> 14502 T703 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14503 T703 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14509 T704 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5119fd18 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14512 T703 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14512 T703 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15574 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15575 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44550_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44550/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 15575 T651 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15575 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15582 T702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15582 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15582 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15582 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15582 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16514 T703 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16514 T703 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44550/blut/f collection:collection1 shard:shard2
[junit4:junit4]   2> 16519 T703 oasc.ZkController.register We are http://127.0.0.1:44550/blut/f/collection1/ and leader is http://127.0.0.1:41855/blut/f/collection1/
[junit4:junit4]   2> 16520 T703 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44550/blut/f
[junit4:junit4]   2> 16520 T703 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16520 T703 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@3ab30e79 url=http://127.0.0.1:44550/blut/f/collection1 node=127.0.0.1:44550_blut%2Ff C33_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:44550_blut%2Ff, core=collection1, state=down, collection=collection1, base_url=http://127.0.0.1:44550/blut/f}
[junit4:junit4]   2> 16521 T705 C33 P44550 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16522 T705 C33 P44550 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16522 T705 C33 P44550 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16522 T705 C33 P44550 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16523 T703 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16524 T705 C33 P44550 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16525 T628 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16525 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16526 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16652 T628 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16655 T628 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46725
[junit4:junit4]   2> 16656 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16657 T628 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16657 T628 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706
[junit4:junit4]   2> 16658 T628 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/solr.xml
[junit4:junit4]   2> 16658 T628 oasc.CoreContainer.<init> New CoreContainer 1232516778
[junit4:junit4]   2> 16659 T628 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/'
[junit4:junit4]   2> 16659 T628 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/'
[junit4:junit4]   2> 16693 T628 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16695 T628 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16695 T628 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16696 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16696 T628 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16698 T628 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16699 T628 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16699 T628 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16700 T628 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16700 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16718 T628 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16731 T628 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39665/solr
[junit4:junit4]   2> 16732 T628 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16733 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6ad5674e
[junit4:junit4]   2> 16734 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16734 T716 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16735 T716 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 16735 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35651
[junit4:junit4]   2> 16736 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35651
[junit4:junit4]   2> 16736 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f7000b with negotiated timeout 20000 for client /127.0.0.1:35651
[junit4:junit4]   2> 16736 T716 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f7000b, negotiated timeout = 20000
[junit4:junit4]   2> 16737 T717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ad5674e name:ZooKeeperConnection Watcher:127.0.0.1:39665 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16737 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16739 T633 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d864d17f7000b
[junit4:junit4]   2> 16740 T630 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35651 which had sessionid 0x13d864d17f7000b
[junit4:junit4]   2> 16740 T717 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16740 T628 oaz.ZooKeeper.close Session: 0x13d864d17f7000b closed
[junit4:junit4]   2> 16740 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16744 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@474b5a0d
[junit4:junit4]   2> 16745 T718 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16745 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16745 T718 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 16746 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35652
[junit4:junit4]   2> 16746 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35652
[junit4:junit4]   2> 16747 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f7000c with negotiated timeout 20000 for client /127.0.0.1:35652
[junit4:junit4]   2> 16747 T718 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f7000c, negotiated timeout = 20000
[junit4:junit4]   2> 16747 T719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@474b5a0d name:ZooKeeperConnection Watcher:127.0.0.1:39665/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16747 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16749 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f7000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16752 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f7000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16755 T628 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17087 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17088 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44550_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:44550_blut%2Ff_collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44550/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 17095 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17095 T702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17095 T719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17095 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17095 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17095 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17532 T663 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&wt=javabin&core=collection1&action=PREPRECOVERY&onlyIfLeader=true&state=recovering&nodeName=127.0.0.1:44550_blut%252Ff&coreNodeName=127.0.0.1:44550_blut%252Ff_collection1&checkLive=true} status=0 QTime=1000 
[junit4:junit4]   2> 17760 T628 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46725_blut%2Ff
[junit4:junit4]   2> 17761 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f7000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46725_blut%2Ff Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46725_blut%2Ff
[junit4:junit4]   2> 17761 T628 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46725_blut%2Ff
[junit4:junit4]   2> 17764 T719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17764 T702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17764 T686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17764 T670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17764 T657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17764 T650 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17765 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17768 T657 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17768 T670 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17769 T686 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17769 T702 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17770 T719 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17782 T720 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/collection1
[junit4:junit4]   2> 17783 T720 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17784 T720 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17784 T720 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17786 T720 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/collection1/'
[junit4:junit4]   2> 17786 T720 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/collection1/lib/README' to classloader
[junit4:junit4]   2> 17787 T720 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17818 T720 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17864 T720 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17869 T720 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17877 T720 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18247 T720 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18253 T720 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18255 T720 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18268 T720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18271 T720 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18274 T720 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18275 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18276 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18276 T720 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18277 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18277 T720 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18277 T720 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18278 T720 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363757848706/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty4/
[junit4:junit4]   2> 18278 T720 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b16fe66
[junit4:junit4]   2> 18278 T720 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18279 T720 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty4 forceNew: false
[junit4:junit4]   2> 18279 T720 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty4/index/
[junit4:junit4]   2> 18279 T720 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18279 T720 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty4/index forceNew: false
[junit4:junit4]   2> 18280 T720 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2c9ffed1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2513497a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18280 T720 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18282 T720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18282 T720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18283 T720 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18283 T720 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18283 T720 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18283 T720 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18284 T720 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18284 T720 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18284 T720 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18286 T720 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18288 T720 oass.SolrIndexSearcher.<init> Opening Searcher@58b459e6 main
[junit4:junit4]   2> 18289 T720 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty4/tlog
[junit4:junit4]   2> 18289 T720 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18289 T720 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18293 T721 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58b459e6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18295 T720 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18295 T720 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18601 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18602 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46725_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46725/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 18602 T651 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18602 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18607 T719 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> 18607 T670 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> 18607 T702 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> 18607 T657 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> 18607 T650 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> 18607 T686 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> 19296 T720 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19297 T720 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46725/blut/f collection:collection1 shard:shard1
[junit4:junit4]   2> 19300 T720 oasc.ZkController.register We are http://127.0.0.1:46725/blut/f/collection1/ and leader is http://127.0.0.1:48788/blut/f/collection1/
[junit4:junit4]   2> 19300 T720 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46725/blut/f
[junit4:junit4]   2> 19300 T720 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19301 T720 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@24905c91 url=http://127.0.0.1:46725/blut/f/collection1 node=127.0.0.1:46725_blut%2Ff C34_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:46725_blut%2Ff, core=collection1, state=down, collection=collection1, base_url=http://127.0.0.1:46725/blut/f}
[junit4:junit4]   2> 19301 T722 C34 P46725 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19302 T720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19302 T722 C34 P46725 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19302 T722 C34 P46725 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19302 T722 C34 P46725 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19303 T628 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 19304 T722 C34 P46725 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19304 T628 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19304 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19310 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19311 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19316 T664 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/onenodecollectioncore
[junit4:junit4]   2> 19317 T664 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19317 T664 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19318 T664 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19319 T664 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19319 T664 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19321 T664 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19322 T664 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/onenodecollectioncore/'
[junit4:junit4]   2> 19346 T664 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19385 T664 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19386 T664 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19390 T664 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C33_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:44550_blut%2Ff, core=collection1, state=recovering, collection=collection1, base_url=http://127.0.0.1:44550/blut/f, shard=shard2}
[junit4:junit4]   2> 19534 T705 C33 P44550 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41855/blut/f/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19534 T705 C33 P44550 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:44550/blut/f START replicas=[http://127.0.0.1:41855/blut/f/collection1/] nUpdates=100
[junit4:junit4]   2> 19535 T705 C33 P44550 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19536 T705 C33 P44550 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19536 T705 C33 P44550 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19536 T705 C33 P44550 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19536 T705 C33 P44550 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19537 T705 C33 P44550 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41855/blut/f/collection1/. core=collection1
[junit4:junit4]   2> 19537 T705 C33 P44550 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@6359fe8f url=http://127.0.0.1:41855/blut/f/collection1 node=127.0.0.1:41855_blut%2Ff C35_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:41855_blut%2Ff, core=collection1, state=active, collection=collection1, base_url=http://127.0.0.1:41855/blut/f, shard=shard2, leader=true}
[junit4:junit4]   2> 19542 T666 C35 P41855 REQ /get {version=2&getVersions=100&wt=javabin&distrib=false&qt=/get} status=0 QTime=1 
[junit4:junit4]   2> 19544 T663 C35 P41855 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19546 T663 C35 P41855 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@28c3b8cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b17c500),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19546 T663 C35 P41855 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19547 T663 C35 P41855 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@28c3b8cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b17c500),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@28c3b8cb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b17c500),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19547 T663 C35 P41855 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19547 T663 C35 P41855 oass.SolrIndexSearcher.<init> Opening Searcher@68ddd753 realtime
[junit4:junit4]   2> 19548 T663 C35 P41855 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19548 T663 C35 P41855 /update {version=2&wt=javabin&openSearcher=false&commit_end_point=true&commit=true&waitSearcher=true&softCommit=false} {commit=} 0 4
[junit4:junit4]   2> 19549 T705 C33 P44550 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19550 T705 C33 P44550 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19562 T663 C35 P41855 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19562 T663 C35 P41855 REQ /replication {version=2&command=indexversion&wt=javabin&qt=/replication} status=0 QTime=11 
[junit4:junit4]   2> 19563 T705 C33 P44550 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19563 T705 C33 P44550 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19564 T705 C33 P44550 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19566 T665 C35 P41855 REQ /replication {version=2&command=filelist&wt=javabin&generation=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19567 T705 C33 P44550 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19568 T705 C33 P44550 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty3/index.20130320063731743 forceNew: false
[junit4:junit4]   2> 19569 T705 C33 P44550 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38aadcde lockFactory=org.apache.lucene.store.NativeFSLockFactory@377c133d)) fullCopy=false
[junit4:junit4]   2> 19572 T666 C35 P41855 REQ /replication {file=segments_2&command=filecontent&wt=filestream&generation=2&checksum=true&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 19579 T705 C33 P44550 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19580 T705 C33 P44550 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19580 T705 C33 P44550 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19581 T705 C33 P44550 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@21ec1f44 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e4e0677),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@21ec1f44 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e4e0677),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19582 T705 C33 P44550 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19582 T705 C33 P44550 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19583 T705 C33 P44550 oass.SolrIndexSearcher.<init> Opening Searcher@27197bbb main
[junit4:junit4]   2> 19584 T704 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27197bbb main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19584 T705 C33 P44550 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19584 T705 C33 P44550 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19584 T705 C33 P44550 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19584 T705 C33 P44550 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19586 T705 C33 P44550 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19729 T664 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19735 T664 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19737 T664 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19752 T664 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19755 T664 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19758 T664 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19760 T664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19760 T664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19760 T664 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19762 T664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19762 T664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19762 T664 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19762 T664 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363757835644/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180/onenodecollection/
[junit4:junit4]   2> 19762 T664 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b16fe66
[junit4:junit4]   2> 19763 T664 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19763 T664 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180/onenodecollection forceNew: false
[junit4:junit4]   2> 19764 T664 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180/onenodecollection/index/
[junit4:junit4]   2> 19764 T664 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19764 T664 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180/onenodecollection/index forceNew: false
[junit4:junit4]   2> 19766 T664 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7107526e lockFactory=org.apache.lucene.store.NativeFSLockFactory@204388e7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19766 T664 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19767 T664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19768 T664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19768 T664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19769 T664 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19769 T664 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19769 T664 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19769 T664 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19770 T664 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19770 T664 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19772 T664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19774 T664 oass.SolrIndexSearcher.<init> Opening Searcher@3df89b43 main
[junit4:junit4]   2> 19775 T664 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180/onenodecollection/tlog
[junit4:junit4]   2> 19775 T664 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19776 T664 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19779 T726 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@3df89b43 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19781 T664 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20112 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20113 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46725_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:46725_blut%2Ff_collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46725/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 20116 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44550_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:44550_blut%2Ff_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44550/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 20119 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41855/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":"none"}
[junit4:junit4]   2> 20120 T651 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20120 T651 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20125 T650 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> 20125 T719 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> 20125 T686 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> 20125 T657 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> 20125 T670 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> 20125 T702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20312 T680 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&wt=javabin&core=collection1&action=PREPRECOVERY&onlyIfLeader=true&state=recovering&nodeName=127.0.0.1:46725_blut%252Ff&coreNodeName=127.0.0.1:46725_blut%252Ff_collection1&checkLive=true} status=0 QTime=1000 
[junit4:junit4]   2> 20782 T664 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20783 T664 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:41855/blut/f collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20784 T664 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20790 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20791 T664 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20791 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20803 T664 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20803 T664 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20803 T664 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41855/blut/f/onenodecollectioncore/
[junit4:junit4]   2> 20804 T664 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20804 T664 oasc.SyncStrategy.syncToMe http://127.0.0.1:41855/blut/f/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20804 T664 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41855/blut/f/onenodecollectioncore/
[junit4:junit4]   2> 20805 T664 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20810 T633 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d864d17f70006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21633 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21645 T719 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> 21645 T657 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> 21645 T686 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> 21645 T670 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> 21645 T650 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> 21645 T702 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> 21664 T664 oasc.ZkController.register We are http://127.0.0.1:41855/blut/f/onenodecollectioncore/ and leader is http://127.0.0.1:41855/blut/f/onenodecollectioncore/
[junit4:junit4]   2> 21664 T664 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:41855/blut/f
[junit4:junit4]   2> 21664 T664 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21665 T664 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21666 T664 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21667 T664 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&wt=javabin&name=onenodecollectioncore&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363757832180/onenodecollection&numShards=1&collection=onenodecollection&roles=none} status=0 QTime=2351 
[junit4:junit4]   2> 21668 T628 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21668 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C34_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:46725_blut%2Ff, core=collection1, state=recovering, collection=collection1, base_url=http://127.0.0.1:46725/blut/f, shard=shard1}
[junit4:junit4]   2> 22313 T722 C34 P46725 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48788/blut/f/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22313 T722 C34 P46725 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:46725/blut/f START replicas=[http://127.0.0.1:48788/blut/f/collection1/] nUpdates=100
[junit4:junit4]   2> 22314 T722 C34 P46725 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22314 T722 C34 P46725 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22314 T722 C34 P46725 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22314 T722 C34 P46725 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22314 T722 C34 P46725 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22314 T722 C34 P46725 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48788/blut/f/collection1/. core=collection1
[junit4:junit4]   2> 22314 T722 C34 P46725 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C36 name=collection1 org.apache.solr.core.SolrCore@5e2b726c url=http://127.0.0.1:48788/blut/f/collection1 node=127.0.0.1:48788_blut%2Ff C36_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:48788_blut%2Ff, core=collection1, state=active, collection=collection1, base_url=http://127.0.0.1:48788/blut/f, shard=shard1, leader=true}
[junit4:junit4]   2> 22320 T680 C36 P48788 REQ /get {version=2&getVersions=100&wt=javabin&distrib=false&qt=/get} status=0 QTime=1 
[junit4:junit4]   2> 22322 T681 C36 P48788 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22324 T681 C36 P48788 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62f14f86 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46bb3b43),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22325 T681 C36 P48788 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22326 T681 C36 P48788 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62f14f86 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46bb3b43),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@62f14f86 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46bb3b43),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22326 T681 C36 P48788 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22326 T681 C36 P48788 oass.SolrIndexSearcher.<init> Opening Searcher@15028012 realtime
[junit4:junit4]   2> 22327 T681 C36 P48788 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22327 T681 C36 P48788 /update {version=2&wt=javabin&openSearcher=false&commit_end_point=true&commit=true&waitSearcher=true&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 22328 T722 C34 P46725 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22328 T722 C34 P46725 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22330 T679 C36 P48788 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22330 T679 C36 P48788 REQ /replication {version=2&command=indexversion&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22331 T722 C34 P46725 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22331 T722 C34 P46725 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22331 T722 C34 P46725 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22333 T681 C36 P48788 REQ /replication {version=2&command=filelist&wt=javabin&generation=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22334 T722 C34 P46725 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22335 T722 C34 P46725 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363757832180/jetty4/index.20130320063734510 forceNew: false
[junit4:junit4]   2> 22335 T722 C34 P46725 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@560c3462 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b67464f)) fullCopy=false
[junit4:junit4]   2> 22337 T682 C36 P48788 REQ /replication {file=segments_2&command=filecontent&wt=filestream&generation=2&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22339 T722 C34 P46725 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22339 T722 C34 P46725 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22340 T722 C34 P46725 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22340 T722 C34 P46725 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2c9ffed1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2513497a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2c9ffed1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2513497a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22341 T722 C34 P46725 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22341 T722 C34 P46725 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22341 T722 C34 P46725 oass.SolrIndexSearcher.<init> Opening Searcher@558d8a8d main
[junit4:junit4]   2> 22342 T721 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@558d8a8d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22342 T722 C34 P46725 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22342 T722 C34 P46725 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22343 T722 C34 P46725 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22343 T722 C34 P46725 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22345 T722 C34 P46725 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22670 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23154 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23155 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:41855_blut%2Ff_onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41855/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":"none"}
[junit4:junit4]   2> 23158 T651 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46725_blut%2Ff",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:46725_blut%2Ff_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46725/blut/f",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null}
[junit4:junit4]   2> 23163 T719 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> 23163 T670 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> 23163 T702 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> 23163 T650 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> 23163 T657 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> 23163 T686 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> 23672 T628 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23673 T628 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23673 T628 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23694 T628 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39665 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c7e18ce
[junit4:junit4]   2> 23695 T628 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23695 T729 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39665. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23695 T729 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39665, initiating session
[junit4:junit4]   2> 23696 T630 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35671
[junit4:junit4]   2> 23696 T630 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35671
[junit4:junit4]   2> 23697 T632 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d864d17f7000d with negotiated timeout 10000 for client /127.0.0.1:35671
[junit4:junit4]   2> 23697 T729 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39665, sessionid = 0x13d864d17f7000d, negotiated timeout = 10000
[junit4:junit4]   2> 23697 T730 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c7e18ce name:ZooKeeperConnection Watcher:127.0.0.1:39665 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23697 T628 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> / (2)
[junit4:junit4]   1> DATA:
[junit4:junit4]   1>     
[junit4:junit4]   1>  /solr (7)
[junit4:junit4]   1>   /solr/configs (1)
[junit4:junit4]   1>    /solr/configs/conf1 (9)
[junit4:junit4]   1>     /solr/configs/conf1/solrconfig.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/protwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/old_synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/schema.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/currency.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/open-exchange-rates.json (0)
[junit4:junit4]   1>     DATA:
[junit4:junit4]   1>         {
[junit4:junit4]   1>           "disclaimer": "This data is not real, it was synthetically created to match currency.xml.  It is modeled after the data format available from openexchangerates.org.  See https://openexchangerates.org/documentation for details",
[junit4:junit4]   1>           "license": "http://www.apache.org/licenses/LICENSE-2.0",
[junit4:junit4]   1>           "timestamp": 1332070464,
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "IMPORTANT NOTE": "In order for tests to work, this data must be kept in sync with ./currency.xml",
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "base": "USD",
[junit4:junit4]   1>           "rates": {
[junit4:junit4]   1>             "USD": 1,
[junit4:junit4]   1>             "JPY": 81.29,
[junit4:junit4]   1>             "EUR": 2.5,
[junit4:junit4]   1>             "GBP": 0.5,
[junit4:junit4]   1>             "MXN": 2.0
[junit4:junit4]   1>           }
[junit4:junit4]   1>         }
[junit4:junit4]   1>         
[junit4:junit4]   1>   /solr/collections (3)
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:32971_blut%2Ff",
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:32971/blut/f"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89375233289945091-127.0.0.1:32971_blut%2Ff_collection1-n_0000000000 (0)
[junit4:junit4]   1>    /solr/collections/onenodecollection (2)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {
[junit4:junit4]   1>          "router":"compositeId",
[junit4:junit4]   1>          "configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leaders (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   1>            "core":"onenodecollectioncore",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:41855/blut/f"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/onenodecollection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/onenodecollection/leader_elect/shard1/election/89375233289945094-127.0.0.1:41855_blut%2Ff_onenodecollectioncore-n_0000000000 (0)
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/leaders (2)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:41855/blut/f"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:48788_blut%2Ff",
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:48788/blut/f"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (2)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard2/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89375233289945098-127.0.0.1:44550_blut%2Ff_collection1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89375233289945094-127.0.0.1:41855_blut%2Ff_collection1-n_0000000000 (0)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89375233289945100-127.0.0.1:46725_blut%2Ff_collection1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89375233289945096-127.0.0.1:48788_blut%2Ff_collection1-n_0000000000 (0)
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{
[junit4:junit4]   1>             "shard2":{
[junit4:junit4]   1>               "range":"0-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:41855_blut%2Ff_collection1":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:41855/blut/f",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:44550_blut%2Ff_collection1":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:44550_blut%2Ff",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:44550/blut/f",
[junit4:junit4]   1>                   "shard":"shard2"}}},
[junit4:junit4]   1>             "shard1":{
[junit4:junit4]   1>               "range":"80000000-ffffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:48788_blut%2Ff_collection1":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:48788_blut%2Ff",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:48788/blut/f",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:46725_blut%2Ff_collection1":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:46725_blut%2Ff",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:46725/blut/f",
[junit4:junit4]   1>                   "shard":"shard1"}}}}},
[junit4:junit4]   1>         "onenodecollection":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:41855_blut%2Ff_onenodecollectioncore":{
[junit4:junit4]   1>                   "node_name":"127.0.0.1:41855_blut%2Ff",
[junit4:junit4]   1>                   "core":"onenodecollectioncore",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"onenodecollection",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:41855/blut/f",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "leader":"true"}}}}},
[junit4:junit4]   1>    

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

junit4:junit4]   2> 35080 T2188 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ar_BH, timezone=Europe/Prague
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=91801952,total=170897408
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ConvertedLegacyTest, SuggesterWFSTTest, TestJmxIntegration, SignatureUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, TestCSVResponseWriter, AliasIntegrationTest, DocValuesMultiTest, URLClassifyProcessorTest, HighlighterConfigTest, TestUtils, JSONWriterTest, TestRangeQuery, TestNumberUtils, ZkNodePropsTest, TestFastOutputStream, TestQuerySenderNoQuery, DisMaxRequestHandlerTest, SpellCheckComponentTest, IndexBasedSpellCheckerTest, BasicZkTest, FieldAnalysisRequestHandlerTest, TestOmitPositions, HardAutoCommitTest, TestElisionMultitermQuery, UpdateParamsTest, DebugComponentTest, ZkSolrClientTest, TestQueryTypes, PingRequestHandlerTest, BadIndexSchemaTest, SolrPluginUtilsTest, TestHashPartitioner, TestPartialUpdateDeduplication, CopyFieldTest, SpellCheckCollatorTest, TestSolrJ, SolrIndexConfigTest, LeaderElectionIntegrationTest, TestArbitraryIndexDir, TestStressReorder, TestDefaultSimilarityFactory, XmlUpdateRequestHandlerTest, TestSolrDiscoveryProperties, TestMergePolicyConfig, TestComponentsName, BasicDistributedZk2Test, DirectSolrSpellCheckerTest, TestFoldingMultitermQuery, DefaultValueUpdateProcessorTest, TestBinaryResponseWriter, TestSystemIdResolver, TestUpdate, SolrCmdDistributorTest, DocumentAnalysisRequestHandlerTest, TestDFRSimilarityFactory, SampleTest, ChaosMonkeySafeLeaderTest, TestWordDelimiterFilterFactory, StandardRequestHandlerTest, OpenCloseCoreStressTest, HighlighterTest, PathHierarchyTokenizerFactoryTest, TestSolrXMLSerializer, SyncSliceTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=31F3BE7E1752F833 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_BH -Dtests.timezone=Europe/Prague -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J1 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2205, name=coreLoadExecutor-1618-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@e882374 lockFactory=org.apache.lucene.store.NativeFSLockFactory@40d3eb97)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2207, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@31800fb1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3288ff22)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J1 in 35.16s, 1 test, 2 errors <<< FAILURES!

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

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4789/
Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.OpenCloseCoreStressTest

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

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1736, name=qtp15027719-1736, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([68C596312800AB1C]:0)
	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.newFSDirectory(LuceneTestCase.java:929)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:909)
	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:904)
	at org.apache.solr.core.MockFSDirectoryFactory.create(MockFSDirectoryFactory.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.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:124)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1405)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1541)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:795)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:927)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1158)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/OpenCloseCoreStressTest_/00017_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a3bf24)
	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:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:39957/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:39957/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([68C596312800AB1C:E92318295F5FCB20]: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 8850 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 1 T25 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 7 T25 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632
[junit4:junit4]   2> 16 T25 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 19 T26 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 51 T26 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 52 T26 oaz.Environment.logEnv Server environment:host.name=serv1
[junit4:junit4]   2> 52 T26 oaz.Environment.logEnv Server environment:java.version=1.8.0-ea
[junit4:junit4]   2> 52 T26 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 52 T26 oaz.Environment.logEnv Server environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b79/jre
[junit4:junit4]   2> 52 T26 oaz.Environment.logEnv Server environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b79/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 56 T26 oaz.Environment.logEnv Server environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 56 T26 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 57 T26 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 57 T26 oaz.Environment.logEnv Server environment:os.name=Linux
[junit4:junit4]   2> 57 T26 oaz.Environment.logEnv Server environment:os.arch=i386
[junit4:junit4]   2> 57 T26 oaz.Environment.logEnv Server environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 57 T26 oaz.Environment.logEnv Server environment:user.name=jenkins
[junit4:junit4]   2> 58 T26 oaz.Environment.logEnv Server environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 58 T26 oaz.Environment.logEnv Server environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 73 T26 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 73 T26 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 73 T26 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 89 T26 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 119 T25 oasc.ZkTestServer.run start zk server on port:47635
[junit4:junit4]   2> 155 T26 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 165 T25 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 166 T25 oaz.Environment.logEnv Client environment:host.name=serv1
[junit4:junit4]   2> 166 T25 oaz.Environment.logEnv Client environment:java.version=1.8.0-ea
[junit4:junit4]   2> 167 T25 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 167 T25 oaz.Environment.logEnv Client environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b79/jre
[junit4:junit4]   2> 168 T25 oaz.Environment.logEnv Client environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b79/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 178 T25 oaz.Environment.logEnv Client environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 179 T25 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 179 T25 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 180 T25 oaz.Environment.logEnv Client environment:os.name=Linux
[junit4:junit4]   2> 180 T25 oaz.Environment.logEnv Client environment:os.arch=i386
[junit4:junit4]   2> 180 T25 oaz.Environment.logEnv Client environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 181 T25 oaz.Environment.logEnv Client environment:user.name=jenkins
[junit4:junit4]   2> 181 T25 oaz.Environment.logEnv Client environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 181 T25 oaz.Environment.logEnv Client environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 184 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@b45672
[junit4:junit4]   2> 232 T30 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 232 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 238 T30 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 838 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48328
[junit4:junit4]   2> 846 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48328
[junit4:junit4]   2> 850 T29 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 942 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10000 with negotiated timeout 10000 for client /127.0.0.1:48328
[junit4:junit4]   2> 942 T30 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10000, negotiated timeout = 10000
[junit4:junit4]   2> 946 T31 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b45672 name:ZooKeeperConnection Watcher:127.0.0.1:47635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 946 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 948 T25 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 982 T32 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d86a0dbd10000
[junit4:junit4]   2> 983 T25 oaz.ZooKeeper.close Session: 0x13d86a0dbd10000 closed
[junit4:junit4]   2> 983 T31 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 984 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@134c8a2
[junit4:junit4]   2> 985 T27 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48328 which had sessionid 0x13d86a0dbd10000
[junit4:junit4]   2> 985 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 986 T33 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 988 T33 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 988 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48329
[junit4:junit4]   2> 988 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48329
[junit4:junit4]   2> 989 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10001 with negotiated timeout 10000 for client /127.0.0.1:48329
[junit4:junit4]   2> 990 T33 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10001, negotiated timeout = 10000
[junit4:junit4]   2> 990 T34 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@134c8a2 name:ZooKeeperConnection Watcher:127.0.0.1:47635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 991 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 999 T25 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1006 T25 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1013 T25 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1020 T25 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1029 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1030 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1042 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1048 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1056 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1056 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1067 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1067 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1075 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1076 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1085 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1086 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1095 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1096 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1102 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1102 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1108 T25 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1109 T25 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1114 T32 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d86a0dbd10001
[junit4:junit4]   2> 1115 T27 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48329 which had sessionid 0x13d86a0dbd10001
[junit4:junit4]   2> 1116 T34 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1116 T25 oaz.ZooKeeper.close Session: 0x13d86a0dbd10001 closed
[junit4:junit4]   2> 1408 T25 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1613 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50386
[junit4:junit4]   2> 1631 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1632 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1632 T25 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742
[junit4:junit4]   2> 1633 T25 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/solr.xml
[junit4:junit4]   2> 1634 T25 oasc.CoreContainer.<init> New CoreContainer 8250989
[junit4:junit4]   2> 1634 T25 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/'
[junit4:junit4]   2> 1635 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/'
[junit4:junit4]   2> 1701 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1702 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1702 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1703 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1703 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1704 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1704 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1704 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1705 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1722 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2514 T25 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2550 T25 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47635/solr
[junit4:junit4]   2> 2566 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2567 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1766db6
[junit4:junit4]   2> 2573 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2585 T45 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2591 T45 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 2591 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48330
[junit4:junit4]   2> 2592 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48330
[junit4:junit4]   2> 2593 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10002 with negotiated timeout 20000 for client /127.0.0.1:48330
[junit4:junit4]   2> 2593 T45 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10002, negotiated timeout = 20000
[junit4:junit4]   2> 2597 T46 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1766db6 name:ZooKeeperConnection Watcher:127.0.0.1:47635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2598 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2600 T32 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d86a0dbd10002
[junit4:junit4]   2> 2601 T27 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48330 which had sessionid 0x13d86a0dbd10002
[junit4:junit4]   2> 2601 T25 oaz.ZooKeeper.close Session: 0x13d86a0dbd10002 closed
[junit4:junit4]   2> 2604 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2612 T46 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 2618 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c7a1b1
[junit4:junit4]   2> 2620 T47 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2621 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2626 T47 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 2626 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48331
[junit4:junit4]   2> 2626 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48331
[junit4:junit4]   2> 2627 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10003 with negotiated timeout 20000 for client /127.0.0.1:48331
[junit4:junit4]   2> 2628 T47 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10003, negotiated timeout = 20000
[junit4:junit4]   2> 2628 T48 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c7a1b1 name:ZooKeeperConnection Watcher:127.0.0.1:47635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2631 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2645 T25 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 2667 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2669 T25 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 2687 T25 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2690 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50386_
[junit4:junit4]   2> 2692 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50386_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50386_
[junit4:junit4]   2> 2696 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50386_
[junit4:junit4]   2> 2709 T25 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2746 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 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> 2749 T25 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2760 T25 oasc.Overseer.start Overseer (id=89375593058074627-127.0.0.1:50386_-n_0000000000) starting
[junit4:junit4]   2> 2761 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2777 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2780 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2782 T25 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 2794 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2799 T50 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2799 T25 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2812 T25 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 2816 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2830 T49 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2856 T51 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/collection1
[junit4:junit4]   2> 2859 T51 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 2861 T51 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2861 T51 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 2872 T51 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/collection1/'
[junit4:junit4]   2> 2880 T51 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/collection1/lib/README' to classloader
[junit4:junit4]   2> 2881 T51 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3024 T51 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 3115 T51 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3116 T51 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3133 T51 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 3986 T51 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4000 T51 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4007 T51 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4041 T51 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4045 T51 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4085 T51 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4088 T51 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4089 T51 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4089 T51 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4093 T51 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4093 T51 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4093 T51 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4093 T51 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363763322742/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/control/data/
[junit4:junit4]   2> 4096 T51 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@768771
[junit4:junit4]   2> 4100 T51 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4100 T51 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/control/data forceNew: false
[junit4:junit4]   2> 4101 T51 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/control/data/index/
[junit4:junit4]   2> 4101 T51 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4101 T51 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/control/data/index forceNew: false
[junit4:junit4]   2> 4104 T51 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1d62032 lockFactory=org.apache.lucene.store.NativeFSLockFactory@99cc15; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4104 T51 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4120 T51 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4121 T51 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4122 T51 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4122 T51 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4123 T51 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4123 T51 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4124 T51 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4125 T51 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4125 T51 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4128 T51 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4136 T51 oass.SolrIndexSearcher.<init> Opening Searcher@1ef8894 main
[junit4:junit4]   2> 4142 T51 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/control/data/tlog
[junit4:junit4]   2> 4147 T51 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4148 T51 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4161 T51 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4161 T51 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4163 T52 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ef8894 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4340 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4342 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50386",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50386_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 4342 T49 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 4355 T49 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 4372 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5166 T51 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5166 T51 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50386 collection:control_collection shard:shard1
[junit4:junit4]   2> 5172 T51 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 5181 T51 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 5190 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 5191 T51 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5192 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5200 T51 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5200 T51 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5202 T51 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50386/collection1/
[junit4:junit4]   2> 5202 T51 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5203 T51 oasc.SyncStrategy.syncToMe http://127.0.0.1:50386/collection1/ has no replicas
[junit4:junit4]   2> 5203 T51 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50386/collection1/
[junit4:junit4]   2> 5203 T51 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 5210 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5881 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5898 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5921 T51 oasc.ZkController.register We are http://127.0.0.1:50386/collection1/ and leader is http://127.0.0.1:50386/collection1/
[junit4:junit4]   2> 5923 T51 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50386
[junit4:junit4]   2> 5924 T51 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 5924 T51 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 5924 T51 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5933 T51 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5937 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 5938 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5956 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5968 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 5970 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d13883
[junit4:junit4]   2> 5971 T54 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5972 T54 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 5972 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48333
[junit4:junit4]   2> 5972 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48333
[junit4:junit4]   2> 5973 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10004 with negotiated timeout 10000 for client /127.0.0.1:48333
[junit4:junit4]   2> 5973 T54 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10004, negotiated timeout = 10000
[junit4:junit4]   2> 5978 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5978 T55 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d13883 name:ZooKeeperConnection Watcher:127.0.0.1:47635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5979 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5983 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5992 T25 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 6100 T25 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6103 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35698
[junit4:junit4]   2> 6103 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6104 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6104 T25 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617
[junit4:junit4]   2> 6105 T25 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/solr.xml
[junit4:junit4]   2> 6105 T25 oasc.CoreContainer.<init> New CoreContainer 13193125
[junit4:junit4]   2> 6106 T25 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/'
[junit4:junit4]   2> 6107 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/'
[junit4:junit4]   2> 6144 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 6145 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6146 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6146 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6146 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6147 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6148 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6148 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6148 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6149 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6162 T25 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6185 T25 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47635/solr
[junit4:junit4]   2> 6186 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6186 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c42680
[junit4:junit4]   2> 6187 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6187 T65 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6188 T65 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 6188 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48334
[junit4:junit4]   2> 6189 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48334
[junit4:junit4]   2> 6190 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10005 with negotiated timeout 20000 for client /127.0.0.1:48334
[junit4:junit4]   2> 6190 T65 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10005, negotiated timeout = 20000
[junit4:junit4]   2> 6190 T66 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c42680 name:ZooKeeperConnection Watcher:127.0.0.1:47635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6190 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6192 T32 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d86a0dbd10005
[junit4:junit4]   2> 6193 T27 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48334 which had sessionid 0x13d86a0dbd10005
[junit4:junit4]   2> 6193 T25 oaz.ZooKeeper.close Session: 0x13d86a0dbd10005 closed
[junit4:junit4]   2> 6194 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 6195 T66 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6198 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@12dc9a
[junit4:junit4]   2> 6204 T67 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6203 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6205 T67 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 6205 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48335
[junit4:junit4]   2> 6206 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48335
[junit4:junit4]   2> 6207 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10006 with negotiated timeout 20000 for client /127.0.0.1:48335
[junit4:junit4]   2> 6207 T67 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10006, negotiated timeout = 20000
[junit4:junit4]   2> 6208 T68 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12dc9a name:ZooKeeperConnection Watcher:127.0.0.1:47635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6208 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6214 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6222 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6229 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7232 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35698_
[junit4:junit4]   2> 7233 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35698_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35698_
[junit4:junit4]   2> 7234 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35698_
[junit4:junit4]   2> 7236 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 7238 T55 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 7238 T68 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 7240 T48 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 7245 T69 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/collection1
[junit4:junit4]   2> 7245 T69 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7246 T69 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7246 T69 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7249 T69 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/collection1/'
[junit4:junit4]   2> 7249 T69 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/collection1/lib/README' to classloader
[junit4:junit4]   2> 7250 T69 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7321 T69 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7412 T69 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7413 T69 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7414 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7416 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:50386__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50386",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50386_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 7441 T69 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7441 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7441 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7442 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8289 T69 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8305 T69 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8309 T69 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8350 T69 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8355 T69 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8361 T69 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8363 T69 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8364 T69 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8364 T69 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8367 T69 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8367 T69 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8367 T69 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8367 T69 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty1/
[junit4:junit4]   2> 8368 T69 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@768771
[junit4:junit4]   2> 8369 T69 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8370 T69 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty1 forceNew: false
[junit4:junit4]   2> 8370 T69 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty1/index/
[junit4:junit4]   2> 8370 T69 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8371 T69 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty1/index forceNew: false
[junit4:junit4]   2> 8373 T69 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@726886 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b0f82d; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8373 T69 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8378 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8379 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8380 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8381 T69 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8382 T69 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8382 T69 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8383 T69 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8384 T69 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8384 T69 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8388 T69 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8392 T69 oass.SolrIndexSearcher.<init> Opening Searcher@1c90c0a main
[junit4:junit4]   2> 8393 T69 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty1/tlog
[junit4:junit4]   2> 8393 T69 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8394 T69 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8404 T70 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c90c0a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8410 T69 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8410 T69 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8964 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8965 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35698",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35698_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 8965 T49 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 8965 T49 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 8975 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8975 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8975 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9412 T69 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9412 T69 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35698 collection:collection1 shard:shard1
[junit4:junit4]   2> 9413 T69 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 9425 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 9426 T69 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9427 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9430 T69 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9430 T69 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9431 T69 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35698/collection1/
[junit4:junit4]   2> 9431 T69 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9431 T69 oasc.SyncStrategy.syncToMe http://127.0.0.1:35698/collection1/ has no replicas
[junit4:junit4]   2> 9431 T69 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35698/collection1/
[junit4:junit4]   2> 9432 T69 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 9440 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10482 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10497 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 10497 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 10497 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 10547 T69 oasc.ZkController.register We are http://127.0.0.1:35698/collection1/ and leader is http://127.0.0.1:35698/collection1/
[junit4:junit4]   2> 10547 T69 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35698
[junit4:junit4]   2> 10548 T69 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10548 T69 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10548 T69 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10550 T69 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10551 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 10551 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10552 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10673 T25 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10675 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39957
[junit4:junit4]   2> 10680 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10680 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10681 T25 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186
[junit4:junit4]   2> 10681 T25 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/solr.xml
[junit4:junit4]   2> 10682 T25 oasc.CoreContainer.<init> New CoreContainer 13951793
[junit4:junit4]   2> 10682 T25 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/'
[junit4:junit4]   2> 10683 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/'
[junit4:junit4]   2> 10718 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 10719 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10719 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10720 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10720 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10721 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10721 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10722 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10722 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10725 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10744 T25 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10773 T25 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47635/solr
[junit4:junit4]   2> 10775 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10775 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@d49a86
[junit4:junit4]   2> 10776 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10777 T81 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10778 T81 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 10780 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48336
[junit4:junit4]   2> 10780 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48336
[junit4:junit4]   2> 10781 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10007 with negotiated timeout 20000 for client /127.0.0.1:48336
[junit4:junit4]   2> 10781 T81 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10007, negotiated timeout = 20000
[junit4:junit4]   2> 10782 T82 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d49a86 name:ZooKeeperConnection Watcher:127.0.0.1:47635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10782 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10784 T32 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d86a0dbd10007
[junit4:junit4]   2> 10785 T27 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48336 which had sessionid 0x13d86a0dbd10007
[junit4:junit4]   2> 10789 T82 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10789 T25 oaz.ZooKeeper.close Session: 0x13d86a0dbd10007 closed
[junit4:junit4]   2> 10789 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 10793 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@18bc1bf
[junit4:junit4]   2> 10795 T83 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10795 T83 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 10795 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48337
[junit4:junit4]   2> 10796 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48337
[junit4:junit4]   2> 10797 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10008 with negotiated timeout 20000 for client /127.0.0.1:48337
[junit4:junit4]   2> 10797 T83 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10008, negotiated timeout = 20000
[junit4:junit4]   2> 10803 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10804 T84 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18bc1bf name:ZooKeeperConnection Watcher:127.0.0.1:47635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10804 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10805 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10809 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10814 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11821 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39957_
[junit4:junit4]   2> 11822 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39957_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39957_
[junit4:junit4]   2> 11823 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39957_
[junit4:junit4]   2> 11829 T48 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11830 T84 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11829 T55 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11829 T68 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11830 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11830 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11830 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11842 T85 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/collection1
[junit4:junit4]   2> 11842 T85 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11845 T85 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11845 T85 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11846 T85 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/collection1/'
[junit4:junit4]   2> 11847 T85 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/collection1/lib/README' to classloader
[junit4:junit4]   2> 11848 T85 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11918 T85 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12007 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12008 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35698__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35698",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35698_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 12016 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12016 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12016 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12016 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12019 T85 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12025 T85 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12038 T85 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12807 T85 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12823 T85 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12826 T85 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12861 T85 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12864 T85 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12871 T85 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12875 T85 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12879 T85 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12879 T85 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12880 T85 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12880 T85 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12881 T85 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12881 T85 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363763332186/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty2/
[junit4:junit4]   2> 12881 T85 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@768771
[junit4:junit4]   2> 12882 T85 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12882 T85 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty2 forceNew: false
[junit4:junit4]   2> 12882 T85 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty2/index/
[junit4:junit4]   2> 12883 T85 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12883 T85 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty2/index forceNew: false
[junit4:junit4]   2> 12885 T85 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1c4c17a lockFactory=org.apache.lucene.store.NativeFSLockFactory@2926f6; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12885 T85 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12887 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12888 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12888 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12889 T85 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12889 T85 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12890 T85 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12890 T85 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12890 T85 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12891 T85 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12893 T85 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12896 T85 oass.SolrIndexSearcher.<init> Opening Searcher@b95b59 main
[junit4:junit4]   2> 12896 T85 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty2/tlog
[junit4:junit4]   2> 12897 T85 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12897 T85 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12905 T86 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b95b59 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12911 T85 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12915 T85 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13532 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13533 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39957",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39957_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 13534 T49 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13534 T49 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 13541 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13541 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13541 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13542 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13922 T85 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13922 T85 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39957 collection:collection1 shard:shard2
[junit4:junit4]   2> 13923 T85 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 13933 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 13935 T85 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 13936 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13938 T85 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 13938 T85 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 13939 T85 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39957/collection1/
[junit4:junit4]   2> 13939 T85 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 13939 T85 oasc.SyncStrategy.syncToMe http://127.0.0.1:39957/collection1/ has no replicas
[junit4:junit4]   2> 13940 T85 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39957/collection1/
[junit4:junit4]   2> 13940 T85 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 13947 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15047 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15059 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15059 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15059 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15059 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15106 T85 oasc.ZkController.register We are http://127.0.0.1:39957/collection1/ and leader is http://127.0.0.1:39957/collection1/
[junit4:junit4]   2> 15107 T85 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39957
[junit4:junit4]   2> 15107 T85 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 15107 T85 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15108 T85 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15110 T85 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15115 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 15116 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15116 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15218 T25 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15229 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38454
[junit4:junit4]   2> 15230 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15234 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15234 T25 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746
[junit4:junit4]   2> 15235 T25 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/solr.xml
[junit4:junit4]   2> 15235 T25 oasc.CoreContainer.<init> New CoreContainer 14454513
[junit4:junit4]   2> 15236 T25 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/'
[junit4:junit4]   2> 15237 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/'
[junit4:junit4]   2> 15282 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 15283 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15284 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15284 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15285 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15285 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15286 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15286 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15287 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15287 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15303 T25 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15324 T25 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47635/solr
[junit4:junit4]   2> 15325 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15326 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@c11877
[junit4:junit4]   2> 15328 T97 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15328 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15337 T97 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 15337 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48339
[junit4:junit4]   2> 15338 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48339
[junit4:junit4]   2> 15350 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd10009 with negotiated timeout 20000 for client /127.0.0.1:48339
[junit4:junit4]   2> 15352 T97 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd10009, negotiated timeout = 20000
[junit4:junit4]   2> 15352 T98 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c11877 name:ZooKeeperConnection Watcher:127.0.0.1:47635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15353 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15355 T32 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d86a0dbd10009
[junit4:junit4]   2> 15391 T27 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48339 which had sessionid 0x13d86a0dbd10009
[junit4:junit4]   2> 15396 T98 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15395 T25 oaz.ZooKeeper.close Session: 0x13d86a0dbd10009 closed
[junit4:junit4]   2> 15397 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 15402 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1784850
[junit4:junit4]   2> 15406 T99 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15406 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15407 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48340
[junit4:junit4]   2> 15407 T99 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 15409 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48340
[junit4:junit4]   2> 15411 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd1000a with negotiated timeout 20000 for client /127.0.0.1:48340
[junit4:junit4]   2> 15411 T99 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd1000a, negotiated timeout = 20000
[junit4:junit4]   2> 15411 T100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1784850 name:ZooKeeperConnection Watcher:127.0.0.1:47635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15411 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15413 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd1000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15414 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd1000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15417 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16420 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38454_
[junit4:junit4]   2> 16421 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd1000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38454_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38454_
[junit4:junit4]   2> 16422 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38454_
[junit4:junit4]   2> 16424 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16424 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 16425 T48 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16426 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16426 T68 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16426 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16426 T100 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16428 T84 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16430 T55 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16437 T101 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/collection1
[junit4:junit4]   2> 16437 T101 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 16439 T101 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16440 T101 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 16441 T101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/collection1/'
[junit4:junit4]   2> 16442 T101 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/collection1/lib/README' to classloader
[junit4:junit4]   2> 16442 T101 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 16504 T101 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16559 T101 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16560 T101 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16569 T101 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16569 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16570 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:39957__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39957",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39957_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 16579 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16579 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16579 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16579 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16579 T100 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17376 T101 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17387 T101 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17392 T101 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17418 T101 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17425 T101 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17430 T101 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17431 T101 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17432 T101 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17432 T101 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17434 T101 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17437 T101 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17438 T101 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17438 T101 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363763336746/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty3/
[junit4:junit4]   2> 17439 T101 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@768771
[junit4:junit4]   2> 17439 T101 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17440 T101 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty3 forceNew: false
[junit4:junit4]   2> 17441 T101 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty3/index/
[junit4:junit4]   2> 17441 T101 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17441 T101 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty3/index forceNew: false
[junit4:junit4]   2> 17449 T101 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1d9b2a7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@83681a; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17449 T101 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17451 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17452 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17452 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17453 T101 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17454 T101 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17454 T101 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17455 T101 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17459 T101 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17460 T101 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17463 T101 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17467 T101 oass.SolrIndexSearcher.<init> Opening Searcher@9f18d3 main
[junit4:junit4]   2> 17467 T101 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty3/tlog
[junit4:junit4]   2> 17468 T101 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17468 T101 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17474 T102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9f18d3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17477 T101 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17477 T101 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18086 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18086 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38454",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38454_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 18087 T49 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18087 T49 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18093 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18094 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18093 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18093 T100 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18094 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18480 T101 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18484 T101 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38454 collection:collection1 shard:shard1
[junit4:junit4]   2> 18488 T101 oasc.ZkController.register We are http://127.0.0.1:38454/collection1/ and leader is http://127.0.0.1:35698/collection1/
[junit4:junit4]   2> 18488 T101 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38454
[junit4:junit4]   2> 18488 T101 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18489 T101 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@1b364f0 url=http://127.0.0.1:38454/collection1 node=127.0.0.1:38454_ C2_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:38454, collection=collection1, node_name=127.0.0.1:38454_}
[junit4:junit4]   2> 18497 T103 C2 P38454 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18498 T103 C2 P38454 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18498 T103 C2 P38454 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18500 T103 C2 P38454 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18503 T101 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18504 T103 C2 P38454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18505 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18506 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18506 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18607 T25 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18610 T25 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45641
[junit4:junit4]   2> 18610 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18611 T25 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18611 T25 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137
[junit4:junit4]   2> 18612 T25 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/solr.xml
[junit4:junit4]   2> 18612 T25 oasc.CoreContainer.<init> New CoreContainer 27694565
[junit4:junit4]   2> 18613 T25 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/'
[junit4:junit4]   2> 18613 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/'
[junit4:junit4]   2> 18648 T25 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 18648 T25 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18649 T25 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 18649 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18649 T25 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18650 T25 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18650 T25 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18650 T25 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18651 T25 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18652 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 18662 T25 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18698 T25 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47635/solr
[junit4:junit4]   2> 18699 T25 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 18699 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f233ac
[junit4:junit4]   2> 18702 T114 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18703 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18704 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48341
[junit4:junit4]   2> 18704 T114 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 18705 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48341
[junit4:junit4]   2> 18706 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd1000b with negotiated timeout 20000 for client /127.0.0.1:48341
[junit4:junit4]   2> 18706 T114 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd1000b, negotiated timeout = 20000
[junit4:junit4]   2> 18707 T115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f233ac name:ZooKeeperConnection Watcher:127.0.0.1:47635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18707 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18708 T32 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d86a0dbd1000b
[junit4:junit4]   2> 18709 T27 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:48341 which had sessionid 0x13d86a0dbd1000b
[junit4:junit4]   2> 18710 T25 oaz.ZooKeeper.close Session: 0x13d86a0dbd1000b closed
[junit4:junit4]   2> 18710 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 18712 T115 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 18720 T25 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@58319e
[junit4:junit4]   2> 18723 T25 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18723 T116 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18725 T116 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47635, initiating session
[junit4:junit4]   2> 18725 T27 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:48342
[junit4:junit4]   2> 18725 T27 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:48342
[junit4:junit4]   2> 18726 T29 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d86a0dbd1000c with negotiated timeout 20000 for client /127.0.0.1:48342
[junit4:junit4]   2> 18734 T116 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47635, sessionid = 0x13d86a0dbd1000c, negotiated timeout = 20000
[junit4:junit4]   2> 18735 T117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58319e name:ZooKeeperConnection Watcher:127.0.0.1:47635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18741 T25 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18742 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd1000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18749 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd1000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18754 T25 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 19599 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19603 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:38454__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38454",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38454_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 19608 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19608 T100 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19608 T117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19608 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19608 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19608 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19762 T25 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45641_
[junit4:junit4]   2> 19763 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd1000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45641_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45641_
[junit4:junit4]   2> 19764 T25 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45641_
[junit4:junit4]   2> 19766 T48 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19766 T68 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19767 T84 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19767 T117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 19767 T100 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19768 T100 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19767 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19767 T55 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19769 T55 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19771 T48 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19771 T117 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19772 T68 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19780 T118 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/collection1
[junit4:junit4]   2> 19780 T118 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 19782 T118 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 19782 T118 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 19784 T118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/collection1/'
[junit4:junit4]   2> 19788 T118 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/collection1/lib/README' to classloader
[junit4:junit4]   2> 19789 T118 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 19866 T118 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19946 T118 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19948 T63 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&action=PREPRECOVERY&version=2&onlyIfLeader=true&checkLive=true&core=collection1&wt=javabin&coreNodeName=127.0.0.1:38454__collection1&nodeName=127.0.0.1:38454_} status=0 QTime=1002 
[junit4:junit4]   2> 19978 T118 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19996 T118 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 20902 T118 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 20916 T118 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 20921 T118 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 20950 T118 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20960 T118 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20975 T118 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20977 T118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20977 T118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20977 T118 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20979 T118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20979 T118 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20980 T118 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20980 T118 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363763340137/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty4/
[junit4:junit4]   2> 20980 T118 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@768771
[junit4:junit4]   2> 20981 T118 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20983 T118 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty4 forceNew: false
[junit4:junit4]   2> 20983 T118 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty4/index/
[junit4:junit4]   2> 20983 T118 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 20984 T118 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty4/index forceNew: false
[junit4:junit4]   2> 20985 T118 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@a30413 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae2dad; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20985 T118 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20987 T118 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 20988 T118 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 20989 T118 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 20990 T118 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 20990 T118 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 20990 T118 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 20991 T118 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 20991 T118 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 20992 T118 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 20998 T118 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 21002 T118 oass.SolrIndexSearcher.<init> Opening Searcher@8d260f main
[junit4:junit4]   2> 21003 T118 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty4/tlog
[junit4:junit4]   2> 21003 T118 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 21003 T118 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 21010 T119 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8d260f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 21020 T118 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 21021 T118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21121 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21122 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45641",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45641_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 21122 T49 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 21123 T49 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 21128 T117 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> 21128 T55 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> 21129 T48 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> 21129 T68 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> 21128 T84 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> 21128 T100 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> 22022 T118 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 22023 T118 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45641 collection:collection1 shard:shard2
[junit4:junit4]   2> 22026 T118 oasc.ZkController.register We are http://127.0.0.1:45641/collection1/ and leader is http://127.0.0.1:39957/collection1/
[junit4:junit4]   2> 22027 T118 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45641
[junit4:junit4]   2> 22027 T118 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 22027 T118 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@a4f97a url=http://127.0.0.1:45641/collection1 node=127.0.0.1:45641_ C3_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:45641, collection=collection1, node_name=127.0.0.1:45641_}
[junit4:junit4]   2> 22028 T120 C3 P45641 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 22028 T118 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22028 T120 C3 P45641 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 22029 T120 C3 P45641 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 22029 T120 C3 P45641 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22029 T25 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 22030 T25 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 22031 T120 C3 P45641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 22031 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 22040 T25 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22044 T25 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 22060 T62 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/onenodecollectioncore
[junit4:junit4]   2> 22060 T62 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 22061 T62 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 22062 T62 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 22063 T62 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 22063 T62 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 22066 T62 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 22068 T62 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/onenodecollectioncore/'
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{state=recovering, core=collection1, base_url=http://127.0.0.1:38454, collection=collection1, shard=shard1, node_name=127.0.0.1:38454_}
[junit4:junit4]   2> 22103 T103 C2 P38454 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:35698/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22108 T103 C2 P38454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 22115 T103 C2 P38454 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:38454 START replicas=[http://127.0.0.1:35698/collection1/] nUpdates=100
[junit4:junit4]   2> 22133 T103 C2 P38454 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22136 T103 C2 P38454 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22136 T103 C2 P38454 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22136 T103 C2 P38454 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22137 T103 C2 P38454 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22137 T103 C2 P38454 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:35698/collection1/. core=collection1
[junit4:junit4]   2> 22137 T103 C2 P38454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 22165 T62 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@db7ae7 url=http://127.0.0.1:35698/collection1 node=127.0.0.1:35698_ C4_STATE=coll:collection1 core:collection1 props:{state=active, core=collection1, base_url=http://127.0.0.1:35698, collection=collection1, shard=shard1, node_name=127.0.0.1:35698_, leader=true}
[junit4:junit4]   2> 22184 T64 C4 P35698 REQ /get {version=2&wt=javabin&getVersions=100&distrib=false&qt=/get} status=0 QTime=2 
[junit4:junit4]   2> 22195 T63 C4 P35698 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22199 T63 C4 P35698 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@726886 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b0f82d; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22209 T63 C4 P35698 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22210 T63 C4 P35698 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@726886 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b0f82d; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@726886 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b0f82d; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22211 T63 C4 P35698 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22211 T63 C4 P35698 oass.SolrIndexSearcher.<init> Opening Searcher@c7fd5 realtime
[junit4:junit4]   2> 22212 T63 C4 P35698 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22213 T63 C4 P35698 /update {commit=true&openSearcher=false&version=2&wt=javabin&softCommit=false&waitSearcher=true&commit_end_point=true} {commit=} 0 22
[junit4:junit4]   2> 22264 T103 C2 P38454 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22264 T103 C2 P38454 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 22276 T103 C2 P38454 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22306 T62 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 22307 T62 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 22314 T64 C4 P35698 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22315 T64 C4 P35698 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=29 
[junit4:junit4]   2> 22318 T103 C2 P38454 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22319 T103 C2 P38454 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22319 T103 C2 P38454 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22320 T62 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 22322 T63 C4 P35698 REQ /replication {generation=2&version=2&wt=javabin&command=filelist&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22324 T103 C2 P38454 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22325 T103 C2 P38454 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty3/index.20130320090903949 forceNew: false
[junit4:junit4]   2> 22326 T103 C2 P38454 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1be224 lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ceb3) fullCopy=false
[junit4:junit4]   2> 22339 T61 C4 P35698 REQ /replication {generation=2&wt=filestream&checksum=true&file=segments_2&command=filecontent&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 22347 T103 C2 P38454 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22390 T103 C2 P38454 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22391 T103 C2 P38454 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22395 T103 C2 P38454 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1d9b2a7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@83681a; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1d9b2a7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@83681a; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22395 T103 C2 P38454 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22396 T103 C2 P38454 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22396 T103 C2 P38454 oass.SolrIndexSearcher.<init> Opening Searcher@2fba2e main
[junit4:junit4]   2> 22398 T102 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2fba2e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22407 T103 C2 P38454 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22414 T103 C2 P38454 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22414 T103 C2 P38454 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22414 T103 C2 P38454 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22419 T103 C2 P38454 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22649 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22651 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:45641__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45641",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45641_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 22654 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:38454__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38454",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38454_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 22676 T84 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> 22677 T117 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> 22677 T100 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> 22677 T55 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> 22677 T68 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> 22677 T48 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> 23041 T78 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&action=PREPRECOVERY&version=2&onlyIfLeader=true&checkLive=true&core=collection1&wt=javabin&coreNodeName=127.0.0.1:45641__collection1&nodeName=127.0.0.1:45641_} status=0 QTime=1000 
[junit4:junit4]   2> 23231 T62 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 23245 T62 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 23250 T62 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 23287 T62 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 23294 T62 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 23300 T62 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 23305 T62 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 23305 T62 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 23306 T62 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 23307 T62 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 23308 T62 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 23308 T62 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 23311 T62 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363763327617/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632/onenodecollection/
[junit4:junit4]   2> 23312 T62 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@768771
[junit4:junit4]   2> 23313 T62 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 23314 T62 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632/onenodecollection forceNew: false
[junit4:junit4]   2> 23317 T62 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632/onenodecollection/index/
[junit4:junit4]   2> 23318 T62 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 23318 T62 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632/onenodecollection/index forceNew: false
[junit4:junit4]   2> 23321 T62 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3ab726 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d69903; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23321 T62 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23323 T62 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 23324 T62 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 23325 T62 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 23326 T62 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 23327 T62 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 23327 T62 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 23328 T62 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 23328 T62 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 23329 T62 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 23332 T62 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 23343 T62 oass.SolrIndexSearcher.<init> Opening Searcher@affd66 main
[junit4:junit4]   2> 23344 T62 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632/onenodecollection/tlog
[junit4:junit4]   2> 23345 T62 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 23346 T62 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 23354 T124 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@affd66 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 23356 T62 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 24186 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24189 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35698",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35698_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 24189 T49 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 24189 T49 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 24194 T117 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> 24194 T68 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> 24195 T55 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> 24195 T48 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> 24195 T100 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> 24195 T84 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> 24358 T62 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 24359 T62 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:35698 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 24360 T62 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 24368 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:delete cxid:0xae zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 24368 T62 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 24369 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:create cxid:0xaf zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 24375 T62 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 24375 T62 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 24376 T62 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35698/onenodecollectioncore/
[junit4:junit4]   2> 24376 T62 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 24377 T62 oasc.SyncStrategy.syncToMe http://127.0.0.1:35698/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 24377 T62 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35698/onenodecollectioncore/
[junit4:junit4]   2> 24377 T62 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 24384 T32 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d86a0dbd10006 type:create cxid:0xba zxid:0xc8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2>  C3_STATE=coll:collection1 core:collection1 props:{state=recovering, core=collection1, base_url=http://127.0.0.1:45641, collection=collection1, shard=shard2, node_name=127.0.0.1:45641_}
[junit4:junit4]   2> 25042 T120 C3 P45641 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:39957/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 25043 T120 C3 P45641 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45641 START replicas=[http://127.0.0.1:39957/collection1/] nUpdates=100
[junit4:junit4]   2> 25043 T120 C3 P45641 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 25043 T120 C3 P45641 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 25044 T120 C3 P45641 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 25044 T120 C3 P45641 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 25044 T120 C3 P45641 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 25044 T120 C3 P45641 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:39957/collection1/. core=collection1
[junit4:junit4]   2> 25045 T120 C3 P45641 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@ae74f url=http://127.0.0.1:39957/collection1 node=127.0.0.1:39957_ C5_STATE=coll:collection1 core:collection1 props:{state=active, core=collection1, base_url=http://127.0.0.1:39957, collection=collection1, shard=shard2, node_name=127.0.0.1:39957_, leader=true}
[junit4:junit4]   2> 25080 T80 C5 P39957 REQ /get {version=2&wt=javabin&getVersions=100&distrib=false&qt=/get} status=0 QTime=1 
[junit4:junit4]   2> 25088 T79 C5 P39957 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 25093 T79 C5 P39957 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1c4c17a lockFactory=org.apache.lucene.store.NativeFSLockFactory@2926f6; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 25094 T79 C5 P39957 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 25097 T79 C5 P39957 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1c4c17a lockFactory=org.apache.lucene.store.NativeFSLockFactory@2926f6; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1c4c17a lockFactory=org.apache.lucene.store.NativeFSLockFactory@2926f6; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 25098 T79 C5 P39957 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 25099 T79 C5 P39957 oass.SolrIndexSearcher.<init> Opening Searcher@482574 realtime
[junit4:junit4]   2> 25099 T79 C5 P39957 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 25100 T79 C5 P39957 /update {commit=true&openSearcher=false&version=2&wt=javabin&softCommit=false&waitSearcher=true&commit_end_point=true} {commit=} 0 12
[junit4:junit4]   2> 25101 T120 C3 P45641 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 25102 T120 C3 P45641 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 25105 T78 C5 P39957 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 25105 T78 C5 P39957 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 25106 T120 C3 P45641 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 25107 T120 C3 P45641 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 25107 T120 C3 P45641 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 25109 T80 C5 P39957 REQ /replication {generation=2&version=2&wt=javabin&command=filelist&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 25110 T120 C3 P45641 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 25111 T120 C3 P45641 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363763321632/jetty4/index.20130320090906736 forceNew: false
[junit4:junit4]   2> 25111 T120 C3 P45641 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@aad469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9e77a3) fullCopy=false
[junit4:junit4]   2> 25116 T77 C5 P39957 REQ /replication {generation=2&wt=filestream&checksum=true&file=segments_2&command=filecontent&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 25118 T120 C3 P45641 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 25119 T120 C3 P45641 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 25120 T120 C3 P45641 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 25121 T120 C3 P45641 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@a30413 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae2dad; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@a30413 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae2dad; maxCacheMB=0.9931640625 maxMergeSizeMB=0.884765625)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 25124 T120 C3 P45641 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 25124 T120 C3 P45641 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 25124 T120 C3 P45641 oass.SolrIndexSearcher.<init> Opening Searcher@f6d7e4 main
[junit4:junit4]   2> 25126 T119 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f6d7e4 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 25127 T120 C3 P45641 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 25131 T120 C3 P45641 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 25131 T120 C3 P45641 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 25131 T120 C3 P45641 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25132 T120 C3 P45641 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 25707 T49 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25716 T49 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:45641__collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45641",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:45641_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 25723 T84 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> 25723 T117 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> 25727 T100 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> 25724 T68 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> 25728 T55 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> 25727 T48 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> 25741 T62 oasc.ZkController.register We are http://127.0.0.1:35698/onenodecollectioncore/ and leader is http://127.0.0.1:35698/onenodecollectioncore/
[junit4:junit4]   2> 25742 T62 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:35698
[junit4:junit4]   2> 25742 T62 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 25743 T62 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 25746 T62 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25747 T62 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {action=CREATE&roles=none&version=2&numShards=1&wt=javabin&collection=onenodecollection&name=onenodecollectioncore&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363763321632/onenodecollection} status=0 QTime=3688 
[junit4:junit4]   2> 25748 T25 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 25752 T25 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26754 T25 oascc.ZkStat

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

' test group is disabled (@Nightly)
[junit4:junit4]   2> 79916 T1602 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=MockVariableIntBlock(baseBlockSize=100), text=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=zh_HK, timezone=America/Lower_Princes
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=63887528,total=144490496
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestIndexingPerformance, TestDFRSimilarityFactory, XmlUpdateRequestHandlerTest, TestSolrXMLSerializer, TestQueryTypes, BasicDistributedZk2Test, RequestHandlersTest, DisMaxRequestHandlerTest, TestAtomicUpdateErrorCases, PathHierarchyTokenizerFactoryTest, IndexReaderFactoryTest, OutputWriterTest, ShardRoutingCustomTest, SpellCheckCollatorTest, TestComponentsName, TestRecovery, NumericFieldsTest, TermVectorComponentDistributedTest, SolrTestCaseJ4Test, DateMathParserTest, IndexBasedSpellCheckerTest, CopyFieldTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestFieldTypeCollectionResource, TestCSVResponseWriter, BadIndexSchemaTest, DocValuesMultiTest, TestHashPartitioner, CurrencyFieldXmlFileTest, SignatureUpdateProcessorFactoryTest, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, ZkNodePropsTest, TestElisionMultitermQuery, JSONWriterTest, TestStressReorder, BasicZkTest, StandardRequestHandlerTest, SolrIndexConfigTest, UpdateParamsTest, TestNumberUtils, SpellCheckComponentTest, TestFastOutputStream, TestJmxMonitoredMap, SolrCoreCheckLockOnStartupTest, TestSolrJ, DebugComponentTest, CoreContainerCoreInitFailuresTest, TestUtils, XsltUpdateRequestHandlerTest, DirectUpdateHandlerTest, TestLazyCores, TestArbitraryIndexDir, URLClassifyProcessorTest, TestQuerySenderNoQuery, TestWordDelimiterFilterFactory, SimplePostToolTest, PingRequestHandlerTest, EchoParamsTest, SolrRequestParserTest, TestCSVLoader, TestPartialUpdateDeduplication, SolrCmdDistributorTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OpenCloseCoreStressTest -Dtests.seed=68C596312800AB1C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_HK -Dtests.timezone=America/Lower_Princes -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J1 | OpenCloseCoreStressTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1736, name=qtp15027719-1736, state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest], registration stack trace below.
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([68C596312800AB1C]:0)
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:929)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:909)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:904)
[junit4:junit4]    > 	at org.apache.solr.core.MockFSDirectoryFactory.create(MockFSDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:124)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1405)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1541)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:795)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:927)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1158)
[junit4:junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226)
[junit4:junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]    > 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/OpenCloseCoreStressTest_/00017_core/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@a3bf24)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4] Completed on J1 in 79.95s, 6 tests, 1 error, 4 skipped <<< FAILURES!

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

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