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/13 19:41:33 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4696/
Java: 32bit/jdk1.8.0-ea-b79 -client -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=1669, name=coreLoadExecutor-800-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=1669, name=coreLoadExecutor-800-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:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	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(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5e7817 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fdf93))
	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=1671, 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=1671, 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:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	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(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@167b0f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10e1310))
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

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

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:45172/oh_f/rh/onenodecollectioncore returned non ok status:404, message:Can not find: /oh_f/rh/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([ADEA919034EBB6E1:2C0C1F8843B4D6DD]: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)


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

Error Message:
Still found shard

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




Build Log:
[...truncated 9120 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 0 T1275 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /mw_g/it
[junit4:junit4]   2> 5 T1275 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724
[junit4:junit4]   2> 6 T1275 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 14 T1276 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 16 T1276 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T1276 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 17 T1276 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 17 T1276 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 18 T1276 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1363199143724/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 114 T1275 oasc.ZkTestServer.run start zk server on port:34424
[junit4:junit4]   2> 115 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@dfaefa
[junit4:junit4]   2> 116 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 116 T1281 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 117 T1281 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 117 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59114
[junit4:junit4]   2> 117 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59114
[junit4:junit4]   2> 117 T1279 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 197 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380000 with negotiated timeout 10000 for client /127.0.0.1:59114
[junit4:junit4]   2> 198 T1281 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380000, negotiated timeout = 10000
[junit4:junit4]   2> 198 T1282 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dfaefa name:ZooKeeperConnection Watcher:127.0.0.1:34424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 198 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 199 T1275 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 202 T1280 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d65002f380000
[junit4:junit4]   2> 203 T1282 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 203 T1275 oaz.ZooKeeper.close Session: 0x13d65002f380000 closed
[junit4:junit4]   2> 203 T1277 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59114 which had sessionid 0x13d65002f380000
[junit4:junit4]   2> 203 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@184711
[junit4:junit4]   2> 204 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 204 T1283 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 205 T1283 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 205 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59115
[junit4:junit4]   2> 205 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59115
[junit4:junit4]   2> 206 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380001 with negotiated timeout 10000 for client /127.0.0.1:59115
[junit4:junit4]   2> 206 T1283 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380001, negotiated timeout = 10000
[junit4:junit4]   2> 206 T1284 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@184711 name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 206 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 207 T1275 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 209 T1275 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 216 T1275 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 218 T1275 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 220 T1275 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> 220 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 237 T1275 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> 238 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 242 T1275 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> 243 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 245 T1275 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> 245 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 249 T1275 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> 249 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 252 T1275 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> 253 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 255 T1275 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> 255 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 258 T1275 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> 259 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 261 T1275 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> 261 T1275 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 263 T1280 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d65002f380001
[junit4:junit4]   2> 264 T1277 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59115 which had sessionid 0x13d65002f380001
[junit4:junit4]   2> 264 T1284 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 264 T1275 oaz.ZooKeeper.close Session: 0x13d65002f380001 closed
[junit4:junit4]   2> 361 T1275 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 369 T1275 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48578
[junit4:junit4]   2> 370 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 370 T1275 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 371 T1275 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363199143983
[junit4:junit4]   2> 371 T1275 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363199143983/solr.xml
[junit4:junit4]   2> 372 T1275 oasc.CoreContainer.<init> New CoreContainer 20842251
[junit4:junit4]   2> 373 T1275 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363199143983/'
[junit4:junit4]   2> 373 T1275 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363199143983/'
[junit4:junit4]   2> 404 T1275 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 404 T1275 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 405 T1275 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 405 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 406 T1275 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 406 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 407 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 407 T1275 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 408 T1275 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 408 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 420 T1275 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 446 T1275 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34424/solr
[junit4:junit4]   2> 447 T1275 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 447 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@cb38d7
[junit4:junit4]   2> 449 T1294 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 449 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 449 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59116
[junit4:junit4]   2> 449 T1294 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 450 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59116
[junit4:junit4]   2> 452 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380002 with negotiated timeout 20000 for client /127.0.0.1:59116
[junit4:junit4]   2> 452 T1294 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380002, negotiated timeout = 20000
[junit4:junit4]   2> 452 T1295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cb38d7 name:ZooKeeperConnection Watcher:127.0.0.1:34424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 452 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 453 T1280 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d65002f380002
[junit4:junit4]   2> 455 T1277 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59116 which had sessionid 0x13d65002f380002
[junit4:junit4]   2> 462 T1295 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 462 T1275 oaz.ZooKeeper.close Session: 0x13d65002f380002 closed
[junit4:junit4]   2> 462 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 467 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fe858d
[junit4:junit4]   2> 468 T1296 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 468 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 469 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59117
[junit4:junit4]   2> 468 T1296 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 469 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59117
[junit4:junit4]   2> 470 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380003 with negotiated timeout 20000 for client /127.0.0.1:59117
[junit4:junit4]   2> 470 T1296 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380003, negotiated timeout = 20000
[junit4:junit4]   2> 470 T1297 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe858d name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 470 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 472 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 474 T1275 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 476 T1275 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48578_mw_g%2Fit
[junit4:junit4]   2> 477 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48578_mw_g%2Fit Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48578_mw_g%2Fit
[junit4:junit4]   2> 477 T1275 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48578_mw_g%2Fit
[junit4:junit4]   2> 480 T1275 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 484 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 484 T1275 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 490 T1275 oasc.Overseer.start Overseer (id=89338619083882499-127.0.0.1:48578_mw_g%2Fit-n_0000000000) starting
[junit4:junit4]   2> 491 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 492 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 493 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 493 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 494 T1299 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 495 T1275 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 499 T1275 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 501 T1275 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 503 T1298 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 504 T1275 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 505 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 505 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 511 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 512 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16c1b75
[junit4:junit4]   2> 513 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 513 T1301 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 514 T1301 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 514 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59118
[junit4:junit4]   2> 514 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59118
[junit4:junit4]   2> 515 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380004 with negotiated timeout 10000 for client /127.0.0.1:59118
[junit4:junit4]   2> 515 T1301 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380004, negotiated timeout = 10000
[junit4:junit4]   2> 515 T1302 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16c1b75 name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 515 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 516 T1275 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 518 T1275 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 578 T1275 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 581 T1275 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35365
[junit4:junit4]   2> 582 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 582 T1275 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 583 T1275 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236
[junit4:junit4]   2> 583 T1275 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/solr.xml
[junit4:junit4]   2> 583 T1275 oasc.CoreContainer.<init> New CoreContainer 23753043
[junit4:junit4]   2> 584 T1275 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/'
[junit4:junit4]   2> 584 T1275 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/'
[junit4:junit4]   2> 602 T1275 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 602 T1275 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 603 T1275 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 603 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 603 T1275 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 604 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 604 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 604 T1275 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 605 T1275 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 605 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 618 T1275 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 630 T1275 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34424/solr
[junit4:junit4]   2> 631 T1275 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 631 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@127775b
[junit4:junit4]   2> 632 T1312 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 633 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59119
[junit4:junit4]   2> 633 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 634 T1312 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 634 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59119
[junit4:junit4]   2> 635 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380005 with negotiated timeout 20000 for client /127.0.0.1:59119
[junit4:junit4]   2> 635 T1312 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380005, negotiated timeout = 20000
[junit4:junit4]   2> 635 T1313 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@127775b name:ZooKeeperConnection Watcher:127.0.0.1:34424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 635 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 636 T1280 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d65002f380005
[junit4:junit4]   2> 636 T1313 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 636 T1277 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59119 which had sessionid 0x13d65002f380005
[junit4:junit4]   2> 636 T1275 oaz.ZooKeeper.close Session: 0x13d65002f380005 closed
[junit4:junit4]   2> 637 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 639 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1be7bbf
[junit4:junit4]   2> 640 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 640 T1314 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 641 T1314 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 641 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59120
[junit4:junit4]   2> 642 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59120
[junit4:junit4]   2> 642 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380006 with negotiated timeout 20000 for client /127.0.0.1:59120
[junit4:junit4]   2> 642 T1314 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380006, negotiated timeout = 20000
[junit4:junit4]   2> 643 T1315 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1be7bbf name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 643 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 644 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380006 type:create cxid:0x1 zxid:0x2e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 644 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380006 type:create cxid:0x2 zxid:0x2f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 646 T1275 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1649 T1275 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35365_mw_g%2Fit
[junit4:junit4]   2> 1650 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380006 type:delete cxid:0xb zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35365_mw_g%2Fit Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35365_mw_g%2Fit
[junit4:junit4]   2> 1651 T1275 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35365_mw_g%2Fit
[junit4:junit4]   2> 1655 T1297 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1655 T1302 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1656 T1315 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1659 T1275 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 1660 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1660 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1722 T1275 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1724 T1275 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36212
[junit4:junit4]   2> 1725 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1725 T1275 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1726 T1275 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380
[junit4:junit4]   2> 1726 T1275 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/solr.xml
[junit4:junit4]   2> 1726 T1275 oasc.CoreContainer.<init> New CoreContainer 15719087
[junit4:junit4]   2> 1727 T1275 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/'
[junit4:junit4]   2> 1727 T1275 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/'
[junit4:junit4]   2> 1751 T1275 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1751 T1275 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1752 T1275 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1752 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1752 T1275 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1752 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1753 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1753 T1275 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1753 T1275 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1754 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1760 T1275 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1772 T1275 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34424/solr
[junit4:junit4]   2> 1772 T1275 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1772 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@29c750
[junit4:junit4]   2> 1773 T1326 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1773 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1774 T1326 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 1774 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59122
[junit4:junit4]   2> 1774 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59122
[junit4:junit4]   2> 1775 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380007 with negotiated timeout 20000 for client /127.0.0.1:59122
[junit4:junit4]   2> 1775 T1326 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380007, negotiated timeout = 20000
[junit4:junit4]   2> 1776 T1327 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29c750 name:ZooKeeperConnection Watcher:127.0.0.1:34424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1776 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1777 T1280 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d65002f380007
[junit4:junit4]   2> 1777 T1327 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1777 T1275 oaz.ZooKeeper.close Session: 0x13d65002f380007 closed
[junit4:junit4]   2> 1777 T1277 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59122 which had sessionid 0x13d65002f380007
[junit4:junit4]   2> 1778 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1780 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d31a6a
[junit4:junit4]   2> 1782 T1328 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1782 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1782 T1328 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 1783 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59123
[junit4:junit4]   2> 1783 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59123
[junit4:junit4]   2> 1784 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380008 with negotiated timeout 20000 for client /127.0.0.1:59123
[junit4:junit4]   2> 1788 T1328 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380008, negotiated timeout = 20000
[junit4:junit4]   2> 1788 T1329 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d31a6a name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1788 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1789 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380008 type:create cxid:0x1 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1790 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380008 type:create cxid:0x2 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1791 T1275 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2794 T1275 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36212_mw_g%2Fit
[junit4:junit4]   2> 2795 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380008 type:delete cxid:0xb zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36212_mw_g%2Fit Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36212_mw_g%2Fit
[junit4:junit4]   2> 2808 T1275 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36212_mw_g%2Fit
[junit4:junit4]   2> 2811 T1297 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2811 T1315 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2811 T1302 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2811 T1329 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2821 T1275 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2822 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2822 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2895 T1275 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2897 T1275 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47954
[junit4:junit4]   2> 2897 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2898 T1275 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2898 T1275 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543
[junit4:junit4]   2> 2898 T1275 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/solr.xml
[junit4:junit4]   2> 2899 T1275 oasc.CoreContainer.<init> New CoreContainer 14495674
[junit4:junit4]   2> 2899 T1275 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/'
[junit4:junit4]   2> 2899 T1275 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/'
[junit4:junit4]   2> 2917 T1275 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2918 T1275 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2918 T1275 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2919 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2919 T1275 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2919 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2920 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2920 T1275 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2921 T1275 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2921 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2928 T1275 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2940 T1275 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34424/solr
[junit4:junit4]   2> 2941 T1275 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2941 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b7d186
[junit4:junit4]   2> 2942 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2942 T1340 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2943 T1340 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 2943 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59124
[junit4:junit4]   2> 2943 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59124
[junit4:junit4]   2> 2945 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f380009 with negotiated timeout 20000 for client /127.0.0.1:59124
[junit4:junit4]   2> 2945 T1340 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f380009, negotiated timeout = 20000
[junit4:junit4]   2> 2945 T1341 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b7d186 name:ZooKeeperConnection Watcher:127.0.0.1:34424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2951 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2952 T1280 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d65002f380009
[junit4:junit4]   2> 2953 T1341 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 2953 T1277 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59124 which had sessionid 0x13d65002f380009
[junit4:junit4]   2> 2953 T1275 oaz.ZooKeeper.close Session: 0x13d65002f380009 closed
[junit4:junit4]   2> 2954 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2956 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@13958c0
[junit4:junit4]   2> 2957 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2958 T1342 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2958 T1342 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 2958 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59125
[junit4:junit4]   2> 2959 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59125
[junit4:junit4]   2> 2959 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f38000a with negotiated timeout 20000 for client /127.0.0.1:59125
[junit4:junit4]   2> 2959 T1342 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f38000a, negotiated timeout = 20000
[junit4:junit4]   2> 2960 T1343 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13958c0 name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2960 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2960 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f38000a type:create cxid:0x1 zxid:0x3e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2961 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f38000a type:create cxid:0x2 zxid:0x3f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2963 T1275 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3965 T1275 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47954_mw_g%2Fit
[junit4:junit4]   2> 3966 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f38000a type:delete cxid:0xb zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47954_mw_g%2Fit Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47954_mw_g%2Fit
[junit4:junit4]   2> 3967 T1275 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47954_mw_g%2Fit
[junit4:junit4]   2> 3970 T1329 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3970 T1297 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3970 T1315 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3970 T1343 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3970 T1302 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3976 T1275 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3977 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3977 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4071 T1275 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4074 T1275 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34436
[junit4:junit4]   2> 4074 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4075 T1275 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4076 T1275 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363199147700
[junit4:junit4]   2> 4076 T1275 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363199147700/solr.xml
[junit4:junit4]   2> 4077 T1275 oasc.CoreContainer.<init> New CoreContainer 1483722
[junit4:junit4]   2> 4077 T1275 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363199147700/'
[junit4:junit4]   2> 4078 T1275 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363199147700/'
[junit4:junit4]   2> 4106 T1275 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4106 T1275 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4107 T1275 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4107 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4108 T1275 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4108 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4108 T1275 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4109 T1275 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4109 T1275 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4110 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4118 T1275 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4136 T1275 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34424/solr
[junit4:junit4]   2> 4136 T1275 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4137 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6ad3bd
[junit4:junit4]   2> 4139 T1354 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4139 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4140 T1354 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 4140 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59126
[junit4:junit4]   2> 4140 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59126
[junit4:junit4]   2> 4141 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f38000b with negotiated timeout 20000 for client /127.0.0.1:59126
[junit4:junit4]   2> 4141 T1354 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f38000b, negotiated timeout = 20000
[junit4:junit4]   2> 4141 T1355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ad3bd name:ZooKeeperConnection Watcher:127.0.0.1:34424 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4142 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4142 T1280 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d65002f38000b
[junit4:junit4]   2> 4143 T1355 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4143 T1277 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:59126 which had sessionid 0x13d65002f38000b
[junit4:junit4]   2> 4143 T1275 oaz.ZooKeeper.close Session: 0x13d65002f38000b closed
[junit4:junit4]   2> 4143 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4146 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2b1d9
[junit4:junit4]   2> 4147 T1356 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4147 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4148 T1356 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 4148 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59127
[junit4:junit4]   2> 4148 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59127
[junit4:junit4]   2> 4150 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f38000c with negotiated timeout 20000 for client /127.0.0.1:59127
[junit4:junit4]   2> 4150 T1356 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f38000c, negotiated timeout = 20000
[junit4:junit4]   2> 4150 T1357 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b1d9 name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4151 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4151 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f38000c type:create cxid:0x1 zxid:0x46 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4152 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f38000c type:create cxid:0x2 zxid:0x47 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4153 T1275 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5156 T1275 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34436_mw_g%2Fit
[junit4:junit4]   2> 5156 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f38000c type:delete cxid:0xb zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34436_mw_g%2Fit Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34436_mw_g%2Fit
[junit4:junit4]   2> 5158 T1275 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34436_mw_g%2Fit
[junit4:junit4]   2> 5160 T1315 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5161 T1302 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5161 T1343 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5161 T1329 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5161 T1297 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5161 T1357 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5167 T1275 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 5168 T1275 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5168 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5171 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5175 T1310 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/unloadcollection1
[junit4:junit4]   2> 5176 T1310 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 5176 T1310 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 5176 T1310 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5177 T1310 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 5178 T1310 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 5201 T1310 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 5202 T1310 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/unloadcollection1/'
[junit4:junit4]   2> 5251 T1310 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5308 T1310 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5309 T1310 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5314 T1310 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5917 T1310 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5925 T1310 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5928 T1310 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5944 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5949 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5955 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5956 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5957 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5957 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5958 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5959 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5963 T1310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5964 T1310 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199148892unloadcollection1_1n/
[junit4:junit4]   2> 5964 T1310 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ef427c
[junit4:junit4]   2> 5965 T1310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5966 T1310 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199148892unloadcollection1_1n forceNew: false
[junit4:junit4]   2> 5966 T1310 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199148892unloadcollection1_1n/index/
[junit4:junit4]   2> 5967 T1310 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199148892unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5967 T1310 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199148892unloadcollection1_1n/index forceNew: false
[junit4:junit4]   2> 5969 T1310 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a145d lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d001e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5969 T1310 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5972 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5972 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5973 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5974 T1310 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5974 T1310 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5975 T1310 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5975 T1310 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5976 T1310 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5976 T1310 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5980 T1310 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6034 T1310 oass.SolrIndexSearcher.<init> Opening Searcher@1953bb main
[junit4:junit4]   2> 6035 T1310 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199148892unloadcollection1_1n/tlog
[junit4:junit4]   2> 6036 T1310 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6036 T1310 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6041 T1359 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@1953bb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6042 T1310 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 6043 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380006 type:create cxid:0x40 zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 6514 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6515 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35365_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35365/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 6515 T1298 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with numShards 1
[junit4:junit4]   2> 6515 T1298 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6515 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380003 type:create cxid:0x46 zxid:0x4f txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 6530 T1297 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> 6530 T1357 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> 6530 T1315 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> 6530 T1343 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> 6530 T1329 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> 6530 T1302 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> 7051 T1310 oasc.CoreContainer.registerCore registering core: unloadcollection1
[junit4:junit4]   2> 7052 T1310 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:35365/mw_g/it collection:unloadcollection shard:shard1
[junit4:junit4]   2> 7053 T1310 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   2> 7059 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380006 type:delete cxid:0x51 zxid:0x59 txntype:-1 reqpath:n/a Error Path:/solr/collections/unloadcollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/unloadcollection/leaders
[junit4:junit4]   2> 7059 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7060 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380006 type:create cxid:0x52 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7061 T1310 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7062 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7062 T1310 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35365/mw_g/it/unloadcollection1/
[junit4:junit4]   2> 7063 T1310 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7063 T1310 oasc.SyncStrategy.syncToMe http://127.0.0.1:35365/mw_g/it/unloadcollection1/ has no replicas
[junit4:junit4]   2> 7064 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35365/mw_g/it/unloadcollection1/
[junit4:junit4]   2> 7064 T1310 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   2> 7070 T1280 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d65002f380006 type:create cxid:0x5c zxid:0x5e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8034 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8061 T1302 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> 8061 T1297 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> 8061 T1357 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> 8061 T1343 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> 8061 T1315 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> 8061 T1329 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> 8073 T1310 oasc.ZkController.register We are http://127.0.0.1:35365/mw_g/it/unloadcollection1/ and leader is http://127.0.0.1:35365/mw_g/it/unloadcollection1/
[junit4:junit4]   2> 8074 T1310 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:35365/mw_g/it
[junit4:junit4]   2> 8074 T1310 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8074 T1310 oasc.ZkController.publish publishing core=unloadcollection1 state=active
[junit4:junit4]   2> 8087 T1310 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8088 T1310 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/solr.xml
[junit4:junit4]   2> 8099 T1310 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363199144236/solr.xml
[junit4:junit4]   2> 8101 T1310 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {name=unloadcollection1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199148892unloadcollection1_1n&action=CREATE&collection=unloadcollection&version=2&numShards=1&wt=javabin} status=0 QTime=2926 
[junit4:junit4]   2> 8101 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 8103 T1275 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34424/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@39dacf
[junit4:junit4]   2> 8104 T1275 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8104 T1360 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34424. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8105 T1360 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34424, initiating session
[junit4:junit4]   2> 8105 T1277 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:59130
[junit4:junit4]   2> 8105 T1277 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:59130
[junit4:junit4]   2> 8107 T1279 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d65002f38000d with negotiated timeout 10000 for client /127.0.0.1:59130
[junit4:junit4]   2> 8107 T1360 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34424, sessionid = 0x13d65002f38000d, negotiated timeout = 10000
[junit4:junit4]   2> 8107 T1361 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39dacf name:ZooKeeperConnection Watcher:127.0.0.1:34424/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8107 T1275 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8108 T1275 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8110 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8111 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8117 T1325 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/unloadcollection2
[junit4:junit4]   2> 8117 T1325 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 8118 T1325 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8119 T1325 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 8120 T1325 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/unloadcollection2/'
[junit4:junit4]   2> 8161 T1325 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8216 T1325 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8218 T1325 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8225 T1325 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8733 T1325 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8740 T1325 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8743 T1325 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8757 T1325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8760 T1325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8763 T1325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8764 T1325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8765 T1325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8765 T1325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8766 T1325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8766 T1325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8767 T1325 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8767 T1325 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n/
[junit4:junit4]   2> 8768 T1325 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ef427c
[junit4:junit4]   2> 8768 T1325 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8769 T1325 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n forceNew: false
[junit4:junit4]   2> 8769 T1325 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n/index/
[junit4:junit4]   2> 8770 T1325 oasc.SolrCore.initIndex WARNING [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8770 T1325 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n/index forceNew: false
[junit4:junit4]   2> 8772 T1325 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e3f2f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d9715),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8772 T1325 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8774 T1325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8775 T1325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8775 T1325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8776 T1325 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8776 T1325 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8776 T1325 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8777 T1325 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8777 T1325 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8778 T1325 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8780 T1325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8833 T1325 oass.SolrIndexSearcher.<init> Opening Searcher@d19c6f main
[junit4:junit4]   2> 8834 T1325 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n/tlog
[junit4:junit4]   2> 8834 T1325 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8835 T1325 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8838 T1362 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@d19c6f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8839 T1325 oasc.ZkController.publish publishing core=unloadcollection2 state=down
[junit4:junit4]   2> 8839 T1325 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9571 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9572 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35365_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35365/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 9576 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36212_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36212/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 9576 T1298 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9576 T1298 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9580 T1329 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> 9580 T1302 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> 9580 T1315 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> 9580 T1297 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> 9580 T1343 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> 9580 T1361 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> 9580 T1357 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> 9840 T1325 oasc.CoreContainer.registerCore registering core: unloadcollection2
[junit4:junit4]   2> 9841 T1325 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:36212/mw_g/it collection:unloadcollection shard:shard1
[junit4:junit4]   2> 9844 T1325 oasc.ZkController.register We are http://127.0.0.1:36212/mw_g/it/unloadcollection2/ and leader is http://127.0.0.1:35365/mw_g/it/unloadcollection1/
[junit4:junit4]   2> 9845 T1325 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:36212/mw_g/it
[junit4:junit4]   2> 9845 T1325 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
[junit4:junit4]   2> 9845 T1325 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C62 name=unloadcollection2 org.apache.solr.core.SolrCore@1b28ba2 url=http://127.0.0.1:36212/mw_g/it/unloadcollection2 node=127.0.0.1:36212_mw_g%2Fit C62_STATE=coll:unloadcollection core:unloadcollection2 props:{core=unloadcollection2, node_name=127.0.0.1:36212_mw_g%2Fit, collection=unloadcollection, base_url=http://127.0.0.1:36212/mw_g/it, state=down}
[junit4:junit4]   2> 9846 T1363 C62 P36212 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   2> 9847 T1363 C62 P36212 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 9846 T1325 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9847 T1363 C62 P36212 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
[junit4:junit4]   2> 9847 T1363 C62 P36212 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9847 T1325 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/solr.xml
[junit4:junit4]   2> 9849 T1363 C62 P36212 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9856 T1325 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363199145380/solr.xml
[junit4:junit4]   2> 9857 T1325 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {name=unloadcollection2&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n&action=CREATE&collection=unloadcollection&version=2&wt=javabin} status=0 QTime=1740 
[junit4:junit4]   2> 9858 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9859 T1275 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 9859 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10862 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11087 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11087 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36212_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36212/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 11107 T1297 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> 11107 T1343 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> 11107 T1357 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> 11107 T1302 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> 11107 T1361 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> 11108 T1329 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> 11107 T1315 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> 11863 T1309 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {core=unloadcollection1&action=PREPRECOVERY&coreNodeName=127.0.0.1:36212_mw_g%252Fit_unloadcollection2&nodeName=127.0.0.1:36212_mw_g%252Fit&onlyIfLeader=true&version=2&checkLive=true&state=recovering&wt=javabin} status=0 QTime=2000 
[junit4:junit4]   2> 11863 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12865 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C62_STATE=coll:unloadcollection core:unloadcollection2 props:{shard=shard1, core=unloadcollection2, node_name=127.0.0.1:36212_mw_g%2Fit, collection=unloadcollection, base_url=http://127.0.0.1:36212/mw_g/it, state=recovering}
[junit4:junit4]   2> 13864 T1363 C62 P36212 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:35365/mw_g/it/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   2> 13864 T1363 C62 P36212 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:36212/mw_g/it START replicas=[http://127.0.0.1:35365/mw_g/it/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 13869 T1363 C62 P36212 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13869 T1363 C62 P36212 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   2> 13869 T1363 C62 P36212 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   2> 13869 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13870 T1363 C62 P36212 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
[junit4:junit4]   2> 13870 T1363 C62 P36212 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 13870 T1363 C62 P36212 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:35365/mw_g/it/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   2> 13870 T1363 C62 P36212 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C63 name=unloadcollection1 org.apache.solr.core.SolrCore@1be1613 url=http://127.0.0.1:35365/mw_g/it/unloadcollection1 node=127.0.0.1:35365_mw_g%2Fit C63_STATE=coll:unloadcollection core:unloadcollection1 props:{shard=shard1, core=unloadcollection1, node_name=127.0.0.1:35365_mw_g%2Fit, collection=unloadcollection, base_url=http://127.0.0.1:35365/mw_g/it, state=active, leader=true}
[junit4:junit4]   2> 13874 T1310 C63 P35365 REQ /get {getVersions=100&qt=/get&distrib=false&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 13876 T1308 C63 P35365 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13878 T1308 C63 P35365 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a145d lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d001e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13879 T1308 C63 P35365 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13880 T1308 C63 P35365 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a145d lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d001e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a145d lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d001e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13881 T1308 C63 P35365 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13881 T1308 C63 P35365 oass.SolrIndexSearcher.<init> Opening Searcher@70c4ec realtime
[junit4:junit4]   2> 13882 T1308 C63 P35365 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13882 T1308 C63 P35365 /update {softCommit=false&commit=true&openSearcher=false&version=2&commit_end_point=true&waitSearcher=true&wt=javabin} {commit=} 0 6
[junit4:junit4]   2> 13883 T1363 C62 P36212 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13883 T1363 C62 P36212 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13887 T1310 C63 P35365 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13887 T1310 C63 P35365 REQ /replication {qt=/replication&command=indexversion&version=2&wt=javabin} status=0 QTime=3 
[junit4:junit4]   2> 13888 T1363 C62 P36212 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13888 T1363 C62 P36212 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13888 T1363 C62 P36212 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13890 T1311 C63 P35365 REQ /replication {qt=/replication&command=filelist&generation=2&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 13891 T1363 C62 P36212 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 13892 T1363 C62 P36212 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199151833unloadcollection1_2n/index.20130313112557609 forceNew: false
[junit4:junit4]   2> 13892 T1363 C62 P36212 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@87f9a2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@13cab17) fullCopy=false
[junit4:junit4]   2> 13900 T1308 C63 P35365 REQ /replication {qt=/replication&command=filecontent&file=segments_2&checksum=true&generation=2&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 13901 T1363 C62 P36212 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13902 T1363 C62 P36212 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13902 T1363 C62 P36212 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   2> 13903 T1363 C62 P36212 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e3f2f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d9715),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e3f2f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@18d9715),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13903 T1363 C62 P36212 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13903 T1363 C62 P36212 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13904 T1363 C62 P36212 oass.SolrIndexSearcher.<init> Opening Searcher@e24e5a main
[junit4:junit4]   2> 13905 T1362 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@e24e5a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 13905 T1363 C62 P36212 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@87f9a2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@13cab17)
[junit4:junit4]   2> 13905 T1363 C62 P36212 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
[junit4:junit4]   2> 13905 T1363 C62 P36212 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   2> 13905 T1363 C62 P36212 oasc.ZkController.publish publishing core=unloadcollection2 state=active
[junit4:junit4]   2> 13906 T1363 C62 P36212 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13907 T1363 C62 P36212 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
[junit4:junit4]   2> 14114 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14115 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36212_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36212/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 14120 T1357 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> 14120 T1302 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> 14120 T1329 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> 14120 T1297 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> 14120 T1361 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> 14120 T1343 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> 14120 T1315 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> 14871 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14872 T1275 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 14872 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14878 T1338 oasc.CoreContainer.create Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/unloadcollection3
[junit4:junit4]   2> 14878 T1338 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 14879 T1338 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14879 T1338 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 14880 T1338 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/unloadcollection3/'
[junit4:junit4]   2> 14913 T1338 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14960 T1338 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14961 T1338 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14965 T1338 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15471 T1338 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15477 T1338 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15480 T1338 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15492 T1338 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15496 T1338 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15505 T1338 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15506 T1338 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15507 T1338 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15507 T1338 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15508 T1338 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15508 T1338 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15509 T1338 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15509 T1338 oasc.SolrCore.<init> [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n/
[junit4:junit4]   2> 15509 T1338 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ef427c
[junit4:junit4]   2> 15510 T1338 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15510 T1338 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n forceNew: false
[junit4:junit4]   2> 15511 T1338 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n/index/
[junit4:junit4]   2> 15511 T1338 oasc.SolrCore.initIndex WARNING [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15511 T1338 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n/index forceNew: false
[junit4:junit4]   2> 15513 T1338 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@453ec4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc74ce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15513 T1338 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15516 T1338 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15516 T1338 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15517 T1338 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15517 T1338 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15518 T1338 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15518 T1338 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15518 T1338 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15519 T1338 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15519 T1338 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15522 T1338 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15574 T1338 oass.SolrIndexSearcher.<init> Opening Searcher@1cfe8a6 main
[junit4:junit4]   2> 15575 T1338 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n/tlog
[junit4:junit4]   2> 15576 T1338 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15576 T1338 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15580 T1366 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@1cfe8a6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15585 T1338 oasc.ZkController.publish publishing core=unloadcollection3 state=down
[junit4:junit4]   2> 15586 T1338 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15624 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15625 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47954_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47954/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 15625 T1298 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 15625 T1298 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15637 T1302 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> 15637 T1329 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> 15637 T1315 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> 15637 T1357 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> 15637 T1361 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> 15637 T1343 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> 15637 T1297 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> 16588 T1338 oasc.CoreContainer.registerCore registering core: unloadcollection3
[junit4:junit4]   2> 16588 T1338 oasc.ZkController.register Register replica - core:unloadcollection3 address:http://127.0.0.1:47954/mw_g/it collection:unloadcollection shard:shard1
[junit4:junit4]   2> 16596 T1338 oasc.ZkController.register We are http://127.0.0.1:47954/mw_g/it/unloadcollection3/ and leader is http://127.0.0.1:35365/mw_g/it/unloadcollection1/
[junit4:junit4]   2> 16596 T1338 oasc.ZkController.register No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:47954/mw_g/it
[junit4:junit4]   2> 16597 T1338 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection3
[junit4:junit4]   2> 16597 T1338 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C64 name=unloadcollection3 org.apache.solr.core.SolrCore@124a030 url=http://127.0.0.1:47954/mw_g/it/unloadcollection3 node=127.0.0.1:47954_mw_g%2Fit C64_STATE=coll:unloadcollection core:unloadcollection3 props:{core=unloadcollection3, node_name=127.0.0.1:47954_mw_g%2Fit, collection=unloadcollection, base_url=http://127.0.0.1:47954/mw_g/it, state=down}
[junit4:junit4]   2> 16598 T1367 C64 P47954 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   2> 16598 T1338 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16599 T1367 C64 P47954 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16599 T1367 C64 P47954 oasc.ZkController.publish publishing core=unloadcollection3 state=recovering
[junit4:junit4]   2> 16599 T1367 C64 P47954 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16599 T1338 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/solr.xml
[junit4:junit4]   2> 16601 T1367 C64 P47954 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16608 T1338 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363199146543/solr.xml
[junit4:junit4]   2> 16609 T1338 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {name=unloadcollection3&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n&action=CREATE&collection=unloadcollection&version=2&wt=javabin} status=0 QTime=1731 
[junit4:junit4]   2> 16609 T1275 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16610 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17144 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17145 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47954_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47954/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 17148 T1329 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> 17148 T1357 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> 17148 T1361 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> 17148 T1315 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> 17148 T1343 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> 17148 T1302 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> 17149 T1297 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> 17605 T1308 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {core=unloadcollection1&action=PREPRECOVERY&coreNodeName=127.0.0.1:47954_mw_g%252Fit_unloadcollection3&nodeName=127.0.0.1:47954_mw_g%252Fit&onlyIfLeader=true&version=2&checkLive=true&state=recovering&wt=javabin} status=0 QTime=1000 
[junit4:junit4]   2> 17612 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18613 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C64_STATE=coll:unloadcollection core:unloadcollection3 props:{shard=shard1, core=unloadcollection3, node_name=127.0.0.1:47954_mw_g%2Fit, collection=unloadcollection, base_url=http://127.0.0.1:47954/mw_g/it, state=recovering}
[junit4:junit4]   2> 19606 T1367 C64 P47954 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:35365/mw_g/it/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   2> 19606 T1367 C64 P47954 oasu.PeerSync.sync PeerSync: core=unloadcollection3 url=http://127.0.0.1:47954/mw_g/it START replicas=[http://127.0.0.1:35365/mw_g/it/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 19606 T1367 C64 P47954 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19607 T1367 C64 P47954 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   2> 19607 T1367 C64 P47954 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   2> 19607 T1367 C64 P47954 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection3
[junit4:junit4]   2> 19607 T1367 C64 P47954 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19607 T1367 C64 P47954 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:35365/mw_g/it/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   2> 19607 T1367 C64 P47954 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19608 T1308 C63 P35365 REQ /get {getVersions=100&qt=/get&distrib=false&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 19611 T1309 C63 P35365 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19613 T1309 C63 P35365 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a145d lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d001e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5a145d lockFactory=org.apache.lucene.store.NativeFSLockFactory@10d001e),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19613 T1309 C63 P35365 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19613 T1309 C63 P35365 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19614 T1309 C63 P35365 /update {softCommit=false&commit=true&openSearcher=false&version=2&commit_end_point=true&waitSearcher=true&wt=javabin} {commit=} 0 3
[junit4:junit4]   2> 19614 T1367 C64 P47954 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19614 T1367 C64 P47954 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19615 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19616 T1311 C63 P35365 REQ /replication {qt=/replication&command=indexversion&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 19617 T1367 C64 P47954 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 19620 T1367 C64 P47954 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19620 T1367 C64 P47954 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19622 T1308 C63 P35365 REQ /replication {qt=/replication&command=filelist&generation=3&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 19622 T1367 C64 P47954 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19623 T1367 C64 P47954 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363199143724/1363199158594unloadcollection_3n/index.20130313112603340 forceNew: false
[junit4:junit4]   2> 19623 T1367 C64 P47954 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@bdc1b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8d777a) fullCopy=false
[junit4:junit4]   2> 19625 T1309 C63 P35365 REQ /replication {qt=/replication&command=filecontent&file=segments_3&checksum=true&generation=3&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19626 T1367 C64 P47954 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19627 T1367 C64 P47954 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19627 T1367 C64 P47954 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   2> 19628 T1367 C64 P47954 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@453ec4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc74ce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@453ec4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bc74ce),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19628 T1367 C64 P47954 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19628 T1367 C64 P47954 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19629 T1367 C64 P47954 oass.SolrIndexSearcher.<init> Opening Searcher@1582918 main
[junit4:junit4]   2> 19630 T1366 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@1582918 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 19631 T1367 C64 P47954 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@bdc1b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8d777a)
[junit4:junit4]   2> 19631 T1367 C64 P47954 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection3
[junit4:junit4]   2> 19631 T1367 C64 P47954 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   2> 19631 T1367 C64 P47954 oasc.ZkController.publish publishing core=unloadcollection3 state=active
[junit4:junit4]   2> 19631 T1367 C64 P47954 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19632 T1367 C64 P47954 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection3
[junit4:junit4]   2> 20155 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20156 T1298 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47954_mw_g%2Fit",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47954/mw_g/it",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 20159 T1357 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> 20159 T1297 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> 20159 T1329 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> 20159 T1343 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> 20159 T1361 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> 20159 T1315 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> 20160 T1302 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> 20616 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20617 T1275 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 20618 T1275 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C64_STATE=coll:unloadcollection core:unloadcollection3 props:{shard=shard1, core=unloadcollection3, node_name=127.0.0.1:47954_mw_g%2Fit, collection=unloadcollection, base_url=http://127.0.0.1:47954/mw_g/it, state=active}
[junit4:junit4]   2> 20633 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[20 (1429417926954319872)]} 0 1
[junit4:junit4]   2>  C62_STATE=coll:unloadcollection core:unloadcollection2 props:{shard=shard1, core=unloadcollection2, node_name=127.0.0.1:36212_mw_g%2Fit, collection=unloadcollection, base_url=http://127.0.0.1:36212/mw_g/it, state=active}
[junit4:junit4]   2> 20642 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[20 (1429417926954319872)]} 0 1
[junit4:junit4]   2> 20643 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[20 (1429417926954319872)]} 0 15
[junit4:junit4]   2> 20644 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[20]} 0 17
[junit4:junit4]   2> 20652 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[21 (1429417926975291392)]} 0 1
[junit4:junit4]   2> 20652 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[21 (1429417926975291392)]} 0 1
[junit4:junit4]   2> 20653 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[21 (1429417926975291392)]} 0 4
[junit4:junit4]   2> 20653 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[21]} 0 6
[junit4:junit4]   2> 20660 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[22 (1429417926983680000)]} 0 1
[junit4:junit4]   2> 20660 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[22 (1429417926983680000)]} 0 1
[junit4:junit4]   2> 20661 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[22 (1429417926983680000)]} 0 4
[junit4:junit4]   2> 20661 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[22]} 0 5
[junit4:junit4]   2> 20667 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[23 (1429417926992068608)]} 0 0
[junit4:junit4]   2> 20667 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[23 (1429417926992068608)]} 0 0
[junit4:junit4]   2> 20668 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[23 (1429417926992068608)]} 0 3
[junit4:junit4]   2> 20668 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[23]} 0 5
[junit4:junit4]   2> 20674 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[24 (1429417926999408640)]} 0 0
[junit4:junit4]   2> 20675 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[24 (1429417926999408640)]} 0 1
[junit4:junit4]   2> 20675 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[24 (1429417926999408640)]} 0 3
[junit4:junit4]   2> 20676 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[24]} 0 5
[junit4:junit4]   2> 20682 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[25 (1429417927007797248)]} 0 0
[junit4:junit4]   2> 20684 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[25 (1429417927007797248)]} 0 1
[junit4:junit4]   2> 20685 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[25 (1429417927007797248)]} 0 5
[junit4:junit4]   2> 20685 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[25]} 0 7
[junit4:junit4]   2> 20692 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[26 (1429417927017234432)]} 0 0
[junit4:junit4]   2> 20692 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[26 (1429417927017234432)]} 0 0
[junit4:junit4]   2> 20693 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[26 (1429417927017234432)]} 0 4
[junit4:junit4]   2> 20693 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[26]} 0 6
[junit4:junit4]   2> 20700 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[27 (1429417927025623040)]} 0 1
[junit4:junit4]   2> 20700 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[27 (1429417927025623040)]} 0 1
[junit4:junit4]   2> 20701 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[27 (1429417927025623040)]} 0 4
[junit4:junit4]   2> 20701 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[27]} 0 6
[junit4:junit4]   2> 20708 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[28 (1429417927034011648)]} 0 1
[junit4:junit4]   2> 20708 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[28 (1429417927034011648)]} 0 1
[junit4:junit4]   2> 20708 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[28 (1429417927034011648)]} 0 3
[junit4:junit4]   2> 20709 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[28]} 0 6
[junit4:junit4]   2> 20715 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[29 (1429417927042400256)]} 0 0
[junit4:junit4]   2> 20716 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[29 (1429417927042400256)]} 0 1
[junit4:junit4]   2> 20716 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[29 (1429417927042400256)]} 0 3
[junit4:junit4]   2> 20717 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[29]} 0 6
[junit4:junit4]   2> 20723 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[30 (1429417927049740288)]} 0 1
[junit4:junit4]   2> 20723 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[30 (1429417927049740288)]} 0 1
[junit4:junit4]   2> 20724 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[30 (1429417927049740288)]} 0 4
[junit4:junit4]   2> 20724 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[30]} 0 5
[junit4:junit4]   2> 20731 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[31 (1429417927058128896)]} 0 1
[junit4:junit4]   2> 20731 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[31 (1429417927058128896)]} 0 1
[junit4:junit4]   2> 20732 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[31 (1429417927058128896)]} 0 4
[junit4:junit4]   2> 20732 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[31]} 0 5
[junit4:junit4]   2> 20739 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[32 (1429417927066517504)]} 0 0
[junit4:junit4]   2> 20739 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[32 (1429417927066517504)]} 0 0
[junit4:junit4]   2> 20740 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[32 (1429417927066517504)]} 0 4
[junit4:junit4]   2> 20740 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[32]} 0 6
[junit4:junit4]   2> 20747 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[33 (1429417927074906112)]} 0 1
[junit4:junit4]   2> 20747 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[33 (1429417927074906112)]} 0 1
[junit4:junit4]   2> 20747 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[33 (1429417927074906112)]} 0 3
[junit4:junit4]   2> 20748 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[33]} 0 6
[junit4:junit4]   2> 20755 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[34 (1429417927083294720)]} 0 0
[junit4:junit4]   2> 20755 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[34 (1429417927083294720)]} 0 0
[junit4:junit4]   2> 20756 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[34 (1429417927083294720)]} 0 4
[junit4:junit4]   2> 20757 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[34]} 0 6
[junit4:junit4]   2> 20763 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[35 (1429417927091683328)]} 0 0
[junit4:junit4]   2> 20763 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[35 (1429417927091683328)]} 0 0
[junit4:junit4]   2> 20764 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[35 (1429417927091683328)]} 0 4
[junit4:junit4]   2> 20767 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[35]} 0 9
[junit4:junit4]   2> 20774 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[36 (1429417927103217664)]} 0 1
[junit4:junit4]   2> 20774 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[36 (1429417927103217664)]} 0 1
[junit4:junit4]   2> 20774 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[36 (1429417927103217664)]} 0 3
[junit4:junit4]   2> 20775 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[36]} 0 6
[junit4:junit4]   2> 20782 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[37 (1429417927111606272)]} 0 1
[junit4:junit4]   2> 20783 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[37 (1429417927111606272)]} 0 1
[junit4:junit4]   2> 20783 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[37 (1429417927111606272)]} 0 4
[junit4:junit4]   2> 20784 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[37]} 0 7
[junit4:junit4]   2> 20790 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[38 (1429417927121043456)]} 0 0
[junit4:junit4]   2> 20793 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[38 (1429417927121043456)]} 0 1
[junit4:junit4]   2> 20793 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[38 (1429417927121043456)]} 0 5
[junit4:junit4]   2> 20794 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[38]} 0 8
[junit4:junit4]   2> 20800 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[39 (1429417927130480640)]} 0 1
[junit4:junit4]   2> 20800 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[39 (1429417927130480640)]} 0 1
[junit4:junit4]   2> 20801 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[39 (1429417927130480640)]} 0 4
[junit4:junit4]   2> 20801 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[39]} 0 6
[junit4:junit4]   2> 20808 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[40 (1429417927139917824)]} 0 0
[junit4:junit4]   2> 20808 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[40 (1429417927139917824)]} 0 0
[junit4:junit4]   2> 20809 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[40 (1429417927139917824)]} 0 4
[junit4:junit4]   2> 20809 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[40]} 0 6
[junit4:junit4]   2> 20815 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[41 (1429417927147257856)]} 0 0
[junit4:junit4]   2> 20815 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[41 (1429417927147257856)]} 0 0
[junit4:junit4]   2> 20816 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[41 (1429417927147257856)]} 0 4
[junit4:junit4]   2> 20817 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[41]} 0 6
[junit4:junit4]   2> 20822 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[42 (1429417927154597888)]} 0 0
[junit4:junit4]   2> 20822 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[42 (1429417927154597888)]} 0 0
[junit4:junit4]   2> 20823 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[42 (1429417927154597888)]} 0 3
[junit4:junit4]   2> 20823 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[42]} 0 5
[junit4:junit4]   2> 20829 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[43 (1429417927161937920)]} 0 0
[junit4:junit4]   2> 20829 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[43 (1429417927161937920)]} 0 0
[junit4:junit4]   2> 20830 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[43 (1429417927161937920)]} 0 3
[junit4:junit4]   2> 20831 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[43]} 0 6
[junit4:junit4]   2> 20837 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[44 (1429417927169277952)]} 0 1
[junit4:junit4]   2> 20837 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[44 (1429417927169277952)]} 0 1
[junit4:junit4]   2> 20837 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[44 (1429417927169277952)]} 0 3
[junit4:junit4]   2> 20838 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[44]} 0 6
[junit4:junit4]   2> 20843 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[45 (1429417927176617984)]} 0 0
[junit4:junit4]   2> 20844 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[45 (1429417927176617984)]} 0 1
[junit4:junit4]   2> 20844 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[45 (1429417927176617984)]} 0 3
[junit4:junit4]   2> 20845 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[45]} 0 6
[junit4:junit4]   2> 20850 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[46 (1429417927183958016)]} 0 0
[junit4:junit4]   2> 20851 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[46 (1429417927183958016)]} 0 1
[junit4:junit4]   2> 20851 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[46 (1429417927183958016)]} 0 3
[junit4:junit4]   2> 20852 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[46]} 0 5
[junit4:junit4]   2> 20858 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[47 (1429417927191298048)]} 0 1
[junit4:junit4]   2> 20858 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[47 (1429417927191298048)]} 0 1
[junit4:junit4]   2> 20858 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[47 (1429417927191298048)]} 0 3
[junit4:junit4]   2> 20859 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[47]} 0 6
[junit4:junit4]   2> 20864 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[48 (1429417927198638080)]} 0 0
[junit4:junit4]   2> 20864 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[48 (1429417927198638080)]} 0 0
[junit4:junit4]   2> 20865 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[48 (1429417927198638080)]} 0 3
[junit4:junit4]   2> 20866 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[48]} 0 6
[junit4:junit4]   2> 20873 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[49 (1429417927207026688)]} 0 1
[junit4:junit4]   2> 20873 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[49 (1429417927207026688)]} 0 1
[junit4:junit4]   2> 20873 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[49 (1429417927207026688)]} 0 3
[junit4:junit4]   2> 20874 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[49]} 0 5
[junit4:junit4]   2> 20880 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[50 (1429417927214366720)]} 0 1
[junit4:junit4]   2> 20880 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[50 (1429417927214366720)]} 0 1
[junit4:junit4]   2> 20881 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[50 (1429417927214366720)]} 0 4
[junit4:junit4]   2> 20881 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[50]} 0 5
[junit4:junit4]   2> 20887 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[51 (1429417927222755328)]} 0 0
[junit4:junit4]   2> 20887 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[51 (1429417927222755328)]} 0 0
[junit4:junit4]   2> 20888 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[51 (1429417927222755328)]} 0 4
[junit4:junit4]   2> 20888 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[51]} 0 5
[junit4:junit4]   2> 20894 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[52 (1429417927230095360)]} 0 0
[junit4:junit4]   2> 20894 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[52 (1429417927230095360)]} 0 0
[junit4:junit4]   2> 20895 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[52 (1429417927230095360)]} 0 3
[junit4:junit4]   2> 20896 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[52]} 0 6
[junit4:junit4]   2> 20902 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[53 (1429417927237435392)]} 0 1
[junit4:junit4]   2> 20902 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[53 (1429417927237435392)]} 0 1
[junit4:junit4]   2> 20903 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[53 (1429417927237435392)]} 0 4
[junit4:junit4]   2> 20903 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[53]} 0 5
[junit4:junit4]   2> 20909 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[54 (1429417927245824000)]} 0 0
[junit4:junit4]   2> 20910 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[54 (1429417927245824000)]} 0 1
[junit4:junit4]   2> 20910 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[54 (1429417927245824000)]} 0 3
[junit4:junit4]   2> 20911 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[54]} 0 6
[junit4:junit4]   2> 20918 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[55 (1429417927254212608)]} 0 1
[junit4:junit4]   2> 20918 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[55 (1429417927254212608)]} 0 1
[junit4:junit4]   2> 20918 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[55 (1429417927254212608)]} 0 3
[junit4:junit4]   2> 20919 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[55]} 0 6
[junit4:junit4]   2> 20925 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[56 (1429417927261552640)]} 0 1
[junit4:junit4]   2> 20925 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[56 (1429417927261552640)]} 0 1
[junit4:junit4]   2> 20926 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[56 (1429417927261552640)]} 0 4
[junit4:junit4]   2> 20926 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[56]} 0 5
[junit4:junit4]   2> 20932 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[57 (1429417927269941248)]} 0 1
[junit4:junit4]   2> 20932 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[57 (1429417927269941248)]} 0 1
[junit4:junit4]   2> 20935 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[57 (1429417927269941248)]} 0 6
[junit4:junit4]   2> 20936 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[57]} 0 8
[junit4:junit4]   2> 20942 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[58 (1429417927279378432)]} 0 1
[junit4:junit4]   2> 20942 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[58 (1429417927279378432)]} 0 1
[junit4:junit4]   2> 20942 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[58 (1429417927279378432)]} 0 3
[junit4:junit4]   2> 20943 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[58]} 0 5
[junit4:junit4]   2> 20949 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[59 (1429417927286718464)]} 0 0
[junit4:junit4]   2> 20949 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[59 (1429417927286718464)]} 0 0
[junit4:junit4]   2> 20950 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[59 (1429417927286718464)]} 0 4
[junit4:junit4]   2> 20951 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[59]} 0 6
[junit4:junit4]   2> 20957 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[60 (1429417927295107072)]} 0 1
[junit4:junit4]   2> 20957 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[60 (1429417927295107072)]} 0 1
[junit4:junit4]   2> 20958 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[60 (1429417927295107072)]} 0 4
[junit4:junit4]   2> 20958 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[60]} 0 5
[junit4:junit4]   2> 20964 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[61 (1429417927303495680)]} 0 1
[junit4:junit4]   2> 20964 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[61 (1429417927303495680)]} 0 1
[junit4:junit4]   2> 20969 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[61 (1429417927303495680)]} 0 8
[junit4:junit4]   2> 20970 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[61]} 0 10
[junit4:junit4]   2> 20976 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[62 (1429417927315030016)]} 0 1
[junit4:junit4]   2> 20976 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[62 (1429417927315030016)]} 0 1
[junit4:junit4]   2> 20976 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[62 (1429417927315030016)]} 0 3
[junit4:junit4]   2> 20977 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[62]} 0 5
[junit4:junit4]   2> 20983 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[63 (1429417927322370048)]} 0 1
[junit4:junit4]   2> 20983 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[63 (1429417927322370048)]} 0 1
[junit4:junit4]   2> 20984 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[63 (1429417927322370048)]} 0 4
[junit4:junit4]   2> 20984 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[63]} 0 5
[junit4:junit4]   2> 20990 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[64 (1429417927330758656)]} 0 0
[junit4:junit4]   2> 20990 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[64 (1429417927330758656)]} 0 0
[junit4:junit4]   2> 20991 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[64 (1429417927330758656)]} 0 3
[junit4:junit4]   2> 20991 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[64]} 0 5
[junit4:junit4]   2> 20997 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[65 (1429417927338098688)]} 0 0
[junit4:junit4]   2> 20997 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[65 (1429417927338098688)]} 0 0
[junit4:junit4]   2> 20998 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[65 (1429417927338098688)]} 0 3
[junit4:junit4]   2> 20999 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[65]} 0 6
[junit4:junit4]   2> 21004 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[66 (1429417927345438720)]} 0 0
[junit4:junit4]   2> 21005 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[66 (1429417927345438720)]} 0 1
[junit4:junit4]   2> 21005 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[66 (1429417927345438720)]} 0 3
[junit4:junit4]   2> 21006 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[66]} 0 6
[junit4:junit4]   2> 21011 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[67 (1429417927352778752)]} 0 0
[junit4:junit4]   2> 21012 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[67 (1429417927352778752)]} 0 1
[junit4:junit4]   2> 21012 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[67 (1429417927352778752)]} 0 3
[junit4:junit4]   2> 21013 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[67]} 0 6
[junit4:junit4]   2> 21019 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[68 (1429417927360118784)]} 0 0
[junit4:junit4]   2> 21019 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[68 (1429417927360118784)]} 0 0
[junit4:junit4]   2> 21020 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[68 (1429417927360118784)]} 0 4
[junit4:junit4]   2> 21020 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[68]} 0 5
[junit4:junit4]   2> 21026 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[69 (1429417927367458816)]} 0 1
[junit4:junit4]   2> 21026 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[69 (1429417927367458816)]} 0 0
[junit4:junit4]   2> 21027 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[69 (1429417927367458816)]} 0 4
[junit4:junit4]   2> 21027 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[69]} 0 5
[junit4:junit4]   2> 21034 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[70 (1429417927375847424)]} 0 1
[junit4:junit4]   2> 21034 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[70 (1429417927375847424)]} 0 1
[junit4:junit4]   2> 21034 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[70 (1429417927375847424)]} 0 3
[junit4:junit4]   2> 21035 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[70]} 0 6
[junit4:junit4]   2> 21042 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[71 (1429417927384236032)]} 0 1
[junit4:junit4]   2> 21042 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[71 (1429417927384236032)]} 0 1
[junit4:junit4]   2> 21043 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[71 (1429417927384236032)]} 0 4
[junit4:junit4]   2> 21043 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[71]} 0 5
[junit4:junit4]   2> 21049 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[72 (1429417927392624640)]} 0 1
[junit4:junit4]   2> 21049 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[72 (1429417927392624640)]} 0 1
[junit4:junit4]   2> 21050 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[72 (1429417927392624640)]} 0 4
[junit4:junit4]   2> 21050 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[72]} 0 5
[junit4:junit4]   2> 21057 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[73 (1429417927399964672)]} 0 1
[junit4:junit4]   2> 21057 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[73 (1429417927399964672)]} 0 1
[junit4:junit4]   2> 21057 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[73 (1429417927399964672)]} 0 3
[junit4:junit4]   2> 21058 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[73]} 0 6
[junit4:junit4]   2> 21064 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[74 (1429417927408353280)]} 0 0
[junit4:junit4]   2> 21065 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[74 (1429417927408353280)]} 0 1
[junit4:junit4]   2> 21066 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[74 (1429417927408353280)]} 0 4
[junit4:junit4]   2> 21066 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[74]} 0 6
[junit4:junit4]   2> 21073 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[75 (1429417927416741888)]} 0 1
[junit4:junit4]   2> 21073 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[75 (1429417927416741888)]} 0 1
[junit4:junit4]   2> 21074 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[75 (1429417927416741888)]} 0 4
[junit4:junit4]   2> 21074 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[75]} 0 6
[junit4:junit4]   2> 21080 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[76 (1429417927425130496)]} 0 0
[junit4:junit4]   2> 21080 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[76 (1429417927425130496)]} 0 0
[junit4:junit4]   2> 21081 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[76 (1429417927425130496)]} 0 3
[junit4:junit4]   2> 21081 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[76]} 0 5
[junit4:junit4]   2> 21088 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[77 (1429417927432470528)]} 0 1
[junit4:junit4]   2> 21089 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[77 (1429417927432470528)]} 0 1
[junit4:junit4]   2> 21089 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[77 (1429417927432470528)]} 0 4
[junit4:junit4]   2> 21090 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[77]} 0 6
[junit4:junit4]   2> 21096 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[78 (1429417927440859136)]} 0 1
[junit4:junit4]   2> 21096 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[78 (1429417927440859136)]} 0 1
[junit4:junit4]   2> 21096 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[78 (1429417927440859136)]} 0 3
[junit4:junit4]   2> 21097 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[78]} 0 5
[junit4:junit4]   2> 21102 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[79 (1429417927448199168)]} 0 0
[junit4:junit4]   2> 21103 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[79 (1429417927448199168)]} 0 1
[junit4:junit4]   2> 21103 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[79 (1429417927448199168)]} 0 3
[junit4:junit4]   2> 21104 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[79]} 0 5
[junit4:junit4]   2> 21110 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[80 (1429417927455539200)]} 0 1
[junit4:junit4]   2> 21110 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[80 (1429417927455539200)]} 0 1
[junit4:junit4]   2> 21111 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[80 (1429417927455539200)]} 0 4
[junit4:junit4]   2> 21111 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[80]} 0 6
[junit4:junit4]   2> 21117 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[81 (1429417927463927808)]} 0 0
[junit4:junit4]   2> 21117 T1324 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[81 (1429417927463927808)]} 0 0
[junit4:junit4]   2> 21118 T1308 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[81 (1429417927463927808)]} 0 3
[junit4:junit4]   2> 21118 T1338 C64 P47954 /update {version=2&wt=javabin} {add=[81]} 0 5
[junit4:junit4]   2> 21124 T1337 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[82 (1429417927471267840)]} 0 0
[junit4:junit4]   2> 21124 T1323 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[82 (1429417927471267840)]} 0 0
[junit4:junit4]   2> 21125 T1309 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[82 (1429417927471267840)]} 0 3
[junit4:junit4]   2> 21126 T1336 C64 P47954 /update {version=2&wt=javabin} {add=[82]} 0 6
[junit4:junit4]   2> 21132 T1325 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[83 (1429417927478607872)]} 0 1
[junit4:junit4]   2> 21132 T1338 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[83 (1429417927478607872)]} 0 1
[junit4:junit4]   2> 21132 T1310 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[83 (1429417927478607872)]} 0 3
[junit4:junit4]   2> 21133 T1339 C64 P47954 /update {version=2&wt=javabin} {add=[83]} 0 5
[junit4:junit4]   2> 21138 T1336 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[84 (1429417927485947904)]} 0 0
[junit4:junit4]   2> 21139 T1322 C62 P36212 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[84 (1429417927485947904)]} 0 1
[junit4:junit4]   2> 21139 T1311 C63 P35365 /update {update.distrib=TOLEADER&distrib.from=http://127.0.0.1:47954/mw_g/it/unloadcollection3/&version=2&wt=javabin} {add=[84 (1429417927485947904)]} 0 3
[junit4:junit4]   2> 21140 T1337 C64 P47954 /update {version=2&wt=javabin} {add=[84]} 0 5
[junit4:junit4]   2> 21145 T1339 C64 P47954 /update {update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35365/mw_g/it/unloadcollection1/&version=2&wt=javabin} {add=[85 (1429417927493287936)]} 0 0
[junit4:junit4]   2> 21145 T1324 C62 P

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

T1613 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=sr_BA, timezone=America/Cayenne
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=41207584,total=102019072
[junit4:junit4]   2> NOTE: All tests run in this JVM: [QueryParsingTest, TestPluginEnable, SliceStateTest, TestPseudoReturnFields, LegacyHTMLStripCharFilterTest, SoftAutoCommitTest, DistributedQueryElevationComponentTest, TestLMDirichletSimilarityFactory, ZkControllerTest, SynonymTokenizerTest, ShardRoutingTest, AlternateDirectoryTest, PolyFieldTest, QueryElevationComponentTest, TestPHPSerializedResponseWriter, ZkCLITest, TestFieldTypeResource, ChaosMonkeyNothingIsSafeTest, PluginInfoTest, DistributedSpellCheckComponentTest, FieldMutatingUpdateProcessorTest, ExternalFileFieldSortTest, AliasIntegrationTest, SyncSliceTest, TestFuzzyAnalyzedSuggestions, LeaderElectionTest, PreAnalyzedFieldTest, SolrCoreTest, TestFaceting, UpdateRequestProcessorFactoryTest, BadComponentTest, TestSolrDeletionPolicy1, DocumentBuilderTest, TestLRUCache, SuggesterFSTTest, SystemInfoHandlerTest, FileBasedSpellCheckerTest, DirectSolrConnectionTest, ResourceLoaderTest, ReturnFieldsTest, PrimUtilsTest, SolrInfoMBeanTest, TermsComponentTest, TestIBSimilarityFactory, TestSolrCoreProperties, SOLR749Test, DirectUpdateHandlerOptimizeTest, UnloadDistributedZkTest, FastVectorHighlighterTest, TestReversedWildcardFilterFactory, TestFastWriter, TestDynamicFieldResource, TestConfig, ShowFileRequestHandlerTest, ClusterStateUpdateTest, TestQueryUtils, LukeRequestHandlerTest, TestPropInjectDefaults, SpatialFilterTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, QueryEqualityTest, TestDynamicFieldCollectionResource, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=ADEA919034EBB6E1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_BA -Dtests.timezone=America/Cayenne -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1669, name=coreLoadExecutor-800-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:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[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(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5e7817 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fdf93))
[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=1671, 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:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[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(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@167b0f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10e1310))
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 36.96s, 1 test, 2 errors <<< FAILURES!

[...truncated 458 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: 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:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 271 suites, 1141 tests, 2 suite-level errors, 1 error, 1 failure, 13 ignored (7 assumptions)

Total time: 47 minutes 12 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



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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:52480/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:52480/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([7C1676A02B390372:FDF0F8B85C66634E]: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 8996 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1219 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T1219 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-1363205527716
[junit4:junit4]   2> 4 T1219 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1220 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T1220 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1220 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1220 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 7 T1220 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 8 T1220 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-1363205527716/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1219 oasc.ZkTestServer.run start zk server on port:57635
[junit4:junit4]   2> 105 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d581b19
[junit4:junit4]   2> 106 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T1225 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T1225 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 108 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37078
[junit4:junit4]   2> 109 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37078
[junit4:junit4]   2> 109 T1223 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 183 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90000 with negotiated timeout 10000 for client /127.0.0.1:37078
[junit4:junit4]   2> 183 T1225 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90000, negotiated timeout = 10000
[junit4:junit4]   2> 184 T1226 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d581b19 name:ZooKeeperConnection Watcher:127.0.0.1:57635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 184 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 184 T1219 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 188 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90000
[junit4:junit4]   2> 188 T1226 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 189 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37078 which had sessionid 0x13d656198a90000
[junit4:junit4]   2> 188 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90000 closed
[junit4:junit4]   2> 189 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@439ffcc2
[junit4:junit4]   2> 190 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 190 T1227 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 190 T1227 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 191 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37079
[junit4:junit4]   2> 191 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37079
[junit4:junit4]   2> 192 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90001 with negotiated timeout 10000 for client /127.0.0.1:37079
[junit4:junit4]   2> 192 T1227 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90001, negotiated timeout = 10000
[junit4:junit4]   2> 192 T1228 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@439ffcc2 name:ZooKeeperConnection Watcher:127.0.0.1:57635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 192 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 193 T1219 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 196 T1219 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 198 T1219 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 200 T1219 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 202 T1219 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> 202 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 206 T1219 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> 207 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 210 T1219 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> 210 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 212 T1219 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> 213 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 215 T1219 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> 216 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 218 T1219 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> 218 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 221 T1219 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> 221 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 223 T1219 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> 224 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 226 T1219 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> 226 T1219 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 229 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90001
[junit4:junit4]   2> 229 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37079 which had sessionid 0x13d656198a90001
[junit4:junit4]   2> 229 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90001 closed
[junit4:junit4]   2> 229 T1228 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 292 T1219 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 299 T1219 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46892
[junit4:junit4]   2> 299 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 300 T1219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 300 T1219 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-1363205527942
[junit4:junit4]   2> 300 T1219 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-1363205527942/solr.xml
[junit4:junit4]   2> 301 T1219 oasc.CoreContainer.<init> New CoreContainer 284920861
[junit4:junit4]   2> 301 T1219 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-1363205527942/'
[junit4:junit4]   2> 301 T1219 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-1363205527942/'
[junit4:junit4]   2> 318 T1219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 318 T1219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 319 T1219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 319 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 319 T1219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 320 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 320 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 320 T1219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 321 T1219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 321 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 326 T1219 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 336 T1219 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57635/solr
[junit4:junit4]   2> 336 T1219 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 337 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b332512
[junit4:junit4]   2> 337 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 338 T1238 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 338 T1238 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 339 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37080
[junit4:junit4]   2> 339 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37080
[junit4:junit4]   2> 340 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90002 with negotiated timeout 20000 for client /127.0.0.1:37080
[junit4:junit4]   2> 340 T1238 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90002, negotiated timeout = 20000
[junit4:junit4]   2> 340 T1239 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b332512 name:ZooKeeperConnection Watcher:127.0.0.1:57635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 340 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 341 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90002
[junit4:junit4]   2> 342 T1239 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 342 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37080 which had sessionid 0x13d656198a90002
[junit4:junit4]   2> 342 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90002 closed
[junit4:junit4]   2> 342 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 345 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@39ec9c7e
[junit4:junit4]   2> 345 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 346 T1240 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 346 T1240 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 346 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37081
[junit4:junit4]   2> 346 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37081
[junit4:junit4]   2> 347 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90003 with negotiated timeout 20000 for client /127.0.0.1:37081
[junit4:junit4]   2> 347 T1240 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90003, negotiated timeout = 20000
[junit4:junit4]   2> 347 T1241 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39ec9c7e name:ZooKeeperConnection Watcher:127.0.0.1:57635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 347 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 349 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 350 T1219 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 351 T1219 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46892_
[junit4:junit4]   2> 352 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46892_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46892_
[junit4:junit4]   2> 352 T1219 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46892_
[junit4:junit4]   2> 355 T1219 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 358 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 359 T1219 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 360 T1219 oasc.Overseer.start Overseer (id=89339037464723459-127.0.0.1:46892_-n_0000000000) starting
[junit4:junit4]   2> 361 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 361 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 362 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 363 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 363 T1243 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 364 T1219 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 366 T1219 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 367 T1219 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 373 T1242 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 375 T1244 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-1363205527942/collection1
[junit4:junit4]   2> 375 T1244 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 376 T1244 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 376 T1244 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 377 T1244 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-1363205527942/collection1/'
[junit4:junit4]   2> 377 T1244 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-1363205527942/collection1/lib/README' to classloader
[junit4:junit4]   2> 377 T1244 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-1363205527942/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 402 T1244 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 435 T1244 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 436 T1244 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 439 T1244 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 759 T1244 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 766 T1244 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 769 T1244 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 780 T1244 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 783 T1244 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 790 T1244 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 791 T1244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 792 T1244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 792 T1244 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 793 T1244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 793 T1244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 794 T1244 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 794 T1244 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-1363205527942/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data/
[junit4:junit4]   2> 794 T1244 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7de2c1c9
[junit4:junit4]   2> 795 T1244 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 795 T1244 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data forceNew: false
[junit4:junit4]   2> 795 T1244 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data/index/
[junit4:junit4]   2> 795 T1244 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 796 T1244 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data/index forceNew: false
[junit4:junit4]   2> 797 T1244 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@356e604d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1fe29429),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 798 T1244 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 800 T1244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 800 T1244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 801 T1244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 801 T1244 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 801 T1244 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 802 T1244 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 802 T1244 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 802 T1244 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 802 T1244 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 806 T1244 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 809 T1244 oass.SolrIndexSearcher.<init> Opening Searcher@4e164a8f main
[junit4:junit4]   2> 809 T1244 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data/tlog
[junit4:junit4]   2> 810 T1244 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 810 T1244 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 813 T1245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e164a8f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 815 T1244 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 815 T1244 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 816 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1876 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1877 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46892",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46892_"}
[junit4:junit4]   2> 1877 T1242 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1877 T1242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1878 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1882 T1241 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> 2818 T1244 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2818 T1244 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46892 collection:control_collection shard:shard1
[junit4:junit4]   2> 2820 T1244 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2829 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2830 T1244 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2830 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2833 T1244 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2834 T1244 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2834 T1244 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46892/collection1/
[junit4:junit4]   2> 2834 T1244 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2835 T1244 oasc.SyncStrategy.syncToMe http://127.0.0.1:46892/collection1/ has no replicas
[junit4:junit4]   2> 2835 T1244 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46892/collection1/
[junit4:junit4]   2> 2835 T1244 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2841 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3386 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3396 T1241 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> 3445 T1244 oasc.ZkController.register We are http://127.0.0.1:46892/collection1/ and leader is http://127.0.0.1:46892/collection1/
[junit4:junit4]   2> 3445 T1244 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46892
[junit4:junit4]   2> 3446 T1244 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3446 T1244 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3446 T1244 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3449 T1244 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3450 T1219 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3451 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3452 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3459 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3460 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@77a1fadb
[junit4:junit4]   2> 3461 T1247 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3461 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3461 T1247 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 3461 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37085
[junit4:junit4]   2> 3462 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37085
[junit4:junit4]   2> 3463 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90004 with negotiated timeout 10000 for client /127.0.0.1:37085
[junit4:junit4]   2> 3463 T1247 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90004, negotiated timeout = 10000
[junit4:junit4]   2> 3463 T1248 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77a1fadb name:ZooKeeperConnection Watcher:127.0.0.1:57635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3464 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3466 T1219 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3469 T1219 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3533 T1219 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3535 T1219 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44420
[junit4:junit4]   2> 3535 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3536 T1219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3536 T1219 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-1363205531181
[junit4:junit4]   2> 3536 T1219 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-1363205531181/solr.xml
[junit4:junit4]   2> 3537 T1219 oasc.CoreContainer.<init> New CoreContainer 1734843275
[junit4:junit4]   2> 3537 T1219 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-1363205531181/'
[junit4:junit4]   2> 3537 T1219 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-1363205531181/'
[junit4:junit4]   2> 3554 T1219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3554 T1219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3554 T1219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3555 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3555 T1219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3555 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3555 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3556 T1219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3556 T1219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3556 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3562 T1219 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3570 T1219 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57635/solr
[junit4:junit4]   2> 3571 T1219 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3571 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19b6c78b
[junit4:junit4]   2> 3572 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3572 T1258 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3573 T1258 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 3573 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37086
[junit4:junit4]   2> 3574 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37086
[junit4:junit4]   2> 3575 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90005 with negotiated timeout 20000 for client /127.0.0.1:37086
[junit4:junit4]   2> 3575 T1258 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90005, negotiated timeout = 20000
[junit4:junit4]   2> 3575 T1259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19b6c78b name:ZooKeeperConnection Watcher:127.0.0.1:57635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3576 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3578 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90005
[junit4:junit4]   2> 3578 T1259 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3578 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37086 which had sessionid 0x13d656198a90005
[junit4:junit4]   2> 3578 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90005 closed
[junit4:junit4]   2> 3579 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3582 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@13ad1495
[junit4:junit4]   2> 3583 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3583 T1260 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3584 T1260 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 3584 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37087
[junit4:junit4]   2> 3585 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37087
[junit4:junit4]   2> 3586 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90006 with negotiated timeout 20000 for client /127.0.0.1:37087
[junit4:junit4]   2> 3586 T1260 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90006, negotiated timeout = 20000
[junit4:junit4]   2> 3586 T1261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13ad1495 name:ZooKeeperConnection Watcher:127.0.0.1:57635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3587 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3588 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3589 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3591 T1219 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4595 T1219 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44420_
[junit4:junit4]   2> 4595 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44420_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44420_
[junit4:junit4]   2> 4597 T1219 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44420_
[junit4:junit4]   2> 4599 T1248 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4600 T1261 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4600 T1241 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4600 T1241 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> 4605 T1262 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-1363205531181/collection1
[junit4:junit4]   2> 4605 T1262 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4606 T1262 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4606 T1262 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4607 T1262 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-1363205531181/collection1/'
[junit4:junit4]   2> 4607 T1262 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-1363205531181/collection1/lib/README' to classloader
[junit4:junit4]   2> 4607 T1262 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-1363205531181/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4634 T1262 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4663 T1262 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4664 T1262 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4669 T1262 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4903 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4904 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46892",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46892_"}
[junit4:junit4]   2> 4909 T1261 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> 4909 T1248 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> 4910 T1241 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> 5147 T1262 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5158 T1262 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5161 T1262 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5179 T1262 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5184 T1262 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5191 T1262 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5193 T1262 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5194 T1262 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5194 T1262 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5196 T1262 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5196 T1262 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5197 T1262 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5197 T1262 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-1363205531181/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1/
[junit4:junit4]   2> 5197 T1262 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7de2c1c9
[junit4:junit4]   2> 5198 T1262 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5198 T1262 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1 forceNew: false
[junit4:junit4]   2> 5199 T1262 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1/index/
[junit4:junit4]   2> 5199 T1262 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5199 T1262 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1/index forceNew: false
[junit4:junit4]   2> 5201 T1262 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@751e730 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6cf8b2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5201 T1262 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5204 T1262 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5204 T1262 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5205 T1262 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5206 T1262 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5206 T1262 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5206 T1262 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5207 T1262 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5207 T1262 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5208 T1262 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5211 T1262 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5214 T1262 oass.SolrIndexSearcher.<init> Opening Searcher@7faf2ada main
[junit4:junit4]   2> 5214 T1262 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1/tlog
[junit4:junit4]   2> 5215 T1262 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5215 T1262 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5220 T1263 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7faf2ada main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5222 T1262 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5222 T1262 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6414 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6415 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44420",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44420_"}
[junit4:junit4]   2> 6415 T1242 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6415 T1242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6426 T1241 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> 6426 T1261 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> 6426 T1248 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> 7225 T1262 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7225 T1262 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44420 collection:collection1 shard:shard2
[junit4:junit4]   2> 7226 T1262 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7351 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7352 T1262 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7352 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7358 T1262 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7358 T1262 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7358 T1262 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44420/collection1/
[junit4:junit4]   2> 7358 T1262 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7359 T1262 oasc.SyncStrategy.syncToMe http://127.0.0.1:44420/collection1/ has no replicas
[junit4:junit4]   2> 7359 T1262 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44420/collection1/
[junit4:junit4]   2> 7359 T1262 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7363 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7931 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7942 T1241 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> 7942 T1261 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> 7942 T1248 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> 7965 T1262 oasc.ZkController.register We are http://127.0.0.1:44420/collection1/ and leader is http://127.0.0.1:44420/collection1/
[junit4:junit4]   2> 7966 T1262 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44420
[junit4:junit4]   2> 7966 T1262 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7966 T1262 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7966 T1262 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7969 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7970 T1219 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7971 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7972 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8040 T1219 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8042 T1219 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52480
[junit4:junit4]   2> 8043 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8043 T1219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8043 T1219 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-1363205535691
[junit4:junit4]   2> 8043 T1219 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-1363205535691/solr.xml
[junit4:junit4]   2> 8044 T1219 oasc.CoreContainer.<init> New CoreContainer 426015333
[junit4:junit4]   2> 8044 T1219 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-1363205535691/'
[junit4:junit4]   2> 8044 T1219 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-1363205535691/'
[junit4:junit4]   2> 8062 T1219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8063 T1219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8063 T1219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8063 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8064 T1219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8064 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8065 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8065 T1219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8065 T1219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8066 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8073 T1219 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8084 T1219 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57635/solr
[junit4:junit4]   2> 8084 T1219 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8084 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3000c186
[junit4:junit4]   2> 8085 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8085 T1274 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8086 T1274 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 8086 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37097
[junit4:junit4]   2> 8087 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37097
[junit4:junit4]   2> 8087 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90007 with negotiated timeout 20000 for client /127.0.0.1:37097
[junit4:junit4]   2> 8087 T1274 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90007, negotiated timeout = 20000
[junit4:junit4]   2> 8088 T1275 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3000c186 name:ZooKeeperConnection Watcher:127.0.0.1:57635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8088 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8089 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90007
[junit4:junit4]   2> 8090 T1275 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8090 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37097 which had sessionid 0x13d656198a90007
[junit4:junit4]   2> 8090 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90007 closed
[junit4:junit4]   2> 8090 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8093 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e19baf5
[junit4:junit4]   2> 8093 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8094 T1276 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8094 T1276 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 8094 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37098
[junit4:junit4]   2> 8095 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37098
[junit4:junit4]   2> 8095 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90008 with negotiated timeout 20000 for client /127.0.0.1:37098
[junit4:junit4]   2> 8095 T1276 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90008, negotiated timeout = 20000
[junit4:junit4]   2> 8096 T1277 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e19baf5 name:ZooKeeperConnection Watcher:127.0.0.1:57635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8096 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8097 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8097 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8099 T1219 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9101 T1219 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52480_
[junit4:junit4]   2> 9102 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52480_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52480_
[junit4:junit4]   2> 9102 T1219 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52480_
[junit4:junit4]   2> 9104 T1261 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> 9105 T1248 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9105 T1277 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9105 T1248 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> 9105 T1241 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9105 T1241 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> 9106 T1261 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9110 T1278 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-1363205535691/collection1
[junit4:junit4]   2> 9110 T1278 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9111 T1278 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9111 T1278 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9112 T1278 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-1363205535691/collection1/'
[junit4:junit4]   2> 9112 T1278 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-1363205535691/collection1/lib/README' to classloader
[junit4:junit4]   2> 9113 T1278 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-1363205535691/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9143 T1278 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9173 T1278 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9175 T1278 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9179 T1278 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9449 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9450 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44420",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44420_"}
[junit4:junit4]   2> 9454 T1241 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> 9454 T1261 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> 9454 T1248 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> 9454 T1277 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> 9541 T1278 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9547 T1278 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9549 T1278 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9560 T1278 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9563 T1278 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9566 T1278 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9567 T1278 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9568 T1278 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9568 T1278 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9569 T1278 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9569 T1278 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9569 T1278 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9569 T1278 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-1363205535691/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty2/
[junit4:junit4]   2> 9569 T1278 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7de2c1c9
[junit4:junit4]   2> 9570 T1278 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9570 T1278 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty2 forceNew: false
[junit4:junit4]   2> 9570 T1278 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty2/index/
[junit4:junit4]   2> 9571 T1278 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9571 T1278 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty2/index forceNew: false
[junit4:junit4]   2> 9572 T1278 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12c6c09a lockFactory=org.apache.lucene.store.NativeFSLockFactory@77989652),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9572 T1278 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9574 T1278 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9575 T1278 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9575 T1278 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9575 T1278 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9576 T1278 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9576 T1278 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9577 T1278 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9577 T1278 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9577 T1278 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9581 T1278 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9585 T1278 oass.SolrIndexSearcher.<init> Opening Searcher@7b3612aa main
[junit4:junit4]   2> 9586 T1278 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty2/tlog
[junit4:junit4]   2> 9586 T1278 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9586 T1278 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9590 T1279 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b3612aa main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9592 T1278 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9592 T1278 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10958 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10959 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52480",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52480_"}
[junit4:junit4]   2> 10959 T1242 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10959 T1242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10962 T1277 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> 10962 T1248 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> 10962 T1261 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> 10962 T1241 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> 11593 T1278 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11594 T1278 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52480 collection:collection1 shard:shard1
[junit4:junit4]   2> 11595 T1278 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11599 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11600 T1278 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11600 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11601 T1278 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11602 T1278 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11602 T1278 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52480/collection1/
[junit4:junit4]   2> 11602 T1278 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11602 T1278 oasc.SyncStrategy.syncToMe http://127.0.0.1:52480/collection1/ has no replicas
[junit4:junit4]   2> 11602 T1278 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52480/collection1/
[junit4:junit4]   2> 11603 T1278 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11605 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12466 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12472 T1261 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> 12472 T1241 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> 12472 T1277 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> 12472 T1248 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> 12508 T1278 oasc.ZkController.register We are http://127.0.0.1:52480/collection1/ and leader is http://127.0.0.1:52480/collection1/
[junit4:junit4]   2> 12508 T1278 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52480
[junit4:junit4]   2> 12508 T1278 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12508 T1278 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12508 T1278 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12510 T1278 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12511 T1219 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12511 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12512 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12568 T1219 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12570 T1219 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36613
[junit4:junit4]   2> 12570 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12571 T1219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12571 T1219 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-1363205540226
[junit4:junit4]   2> 12571 T1219 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-1363205540226/solr.xml
[junit4:junit4]   2> 12572 T1219 oasc.CoreContainer.<init> New CoreContainer 1788795169
[junit4:junit4]   2> 12572 T1219 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-1363205540226/'
[junit4:junit4]   2> 12572 T1219 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-1363205540226/'
[junit4:junit4]   2> 12592 T1219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12592 T1219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12593 T1219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12593 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12593 T1219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12593 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12594 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12594 T1219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12594 T1219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12594 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12599 T1219 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12607 T1219 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57635/solr
[junit4:junit4]   2> 12608 T1219 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12608 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@680a63f4
[junit4:junit4]   2> 12609 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12609 T1290 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12610 T1290 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 12610 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37124
[junit4:junit4]   2> 12610 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37124
[junit4:junit4]   2> 12611 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a90009 with negotiated timeout 20000 for client /127.0.0.1:37124
[junit4:junit4]   2> 12611 T1290 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a90009, negotiated timeout = 20000
[junit4:junit4]   2> 12611 T1291 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@680a63f4 name:ZooKeeperConnection Watcher:127.0.0.1:57635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12611 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12613 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90009
[junit4:junit4]   2> 12613 T1291 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12613 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37124 which had sessionid 0x13d656198a90009
[junit4:junit4]   2> 12613 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90009 closed
[junit4:junit4]   2> 12614 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12616 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e3d9e44
[junit4:junit4]   2> 12617 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12617 T1292 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12617 T1292 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 12617 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37125
[junit4:junit4]   2> 12618 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37125
[junit4:junit4]   2> 12618 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a9000a with negotiated timeout 20000 for client /127.0.0.1:37125
[junit4:junit4]   2> 12618 T1292 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a9000a, negotiated timeout = 20000
[junit4:junit4]   2> 12619 T1293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e3d9e44 name:ZooKeeperConnection Watcher:127.0.0.1:57635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12619 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12620 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a9000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12621 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a9000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12622 T1219 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13624 T1219 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36613_
[junit4:junit4]   2> 13625 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a9000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36613_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36613_
[junit4:junit4]   2> 13626 T1219 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36613_
[junit4:junit4]   2> 13627 T1241 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> 13627 T1277 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> 13628 T1261 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13628 T1248 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13628 T1261 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> 13629 T1248 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> 13629 T1293 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13630 T1241 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13630 T1277 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13633 T1294 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-1363205540226/collection1
[junit4:junit4]   2> 13634 T1294 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13634 T1294 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13634 T1294 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13635 T1294 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-1363205540226/collection1/'
[junit4:junit4]   2> 13635 T1294 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-1363205540226/collection1/lib/README' to classloader
[junit4:junit4]   2> 13636 T1294 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-1363205540226/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13658 T1294 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13689 T1294 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13690 T1294 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13694 T1294 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13977 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13977 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52480",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52480_"}
[junit4:junit4]   2> 13980 T1241 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> 13980 T1261 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> 13980 T1277 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> 13981 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13980 T1248 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> 14018 T1294 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14023 T1294 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14025 T1294 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14036 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14039 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14042 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14043 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14044 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14044 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14045 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14045 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14045 T1294 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14046 T1294 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-1363205540226/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty3/
[junit4:junit4]   2> 14046 T1294 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7de2c1c9
[junit4:junit4]   2> 14046 T1294 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14047 T1294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty3 forceNew: false
[junit4:junit4]   2> 14047 T1294 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty3/index/
[junit4:junit4]   2> 14047 T1294 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14048 T1294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty3/index forceNew: false
[junit4:junit4]   2> 14049 T1294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5247e975 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ba69e33),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14050 T1294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14052 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14052 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14053 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14053 T1294 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14054 T1294 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14054 T1294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14054 T1294 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14055 T1294 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14055 T1294 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14058 T1294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14061 T1294 oass.SolrIndexSearcher.<init> Opening Searcher@442f62c2 main
[junit4:junit4]   2> 14061 T1294 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty3/tlog
[junit4:junit4]   2> 14062 T1294 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14062 T1294 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14066 T1295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@442f62c2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14068 T1294 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14068 T1294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15484 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15485 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36613",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36613_"}
[junit4:junit4]   2> 15485 T1242 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15485 T1242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15489 T1241 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> 15489 T1248 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> 15489 T1277 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> 15489 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15489 T1261 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> 16070 T1294 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16070 T1294 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36613 collection:collection1 shard:shard2
[junit4:junit4]   2> 16073 T1294 oasc.ZkController.register We are http://127.0.0.1:36613/collection1/ and leader is http://127.0.0.1:44420/collection1/
[junit4:junit4]   2> 16073 T1294 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36613
[junit4:junit4]   2> 16073 T1294 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16073 T1294 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C56 name=collection1 org.apache.solr.core.SolrCore@11c6e40 url=http://127.0.0.1:36613/collection1 node=127.0.0.1:36613_ C56_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:36613, core=collection1, state=down, collection=collection1, node_name=127.0.0.1:36613_}
[junit4:junit4]   2> 16074 T1296 C56 P36613 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16074 T1294 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16074 T1296 C56 P36613 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16075 T1296 C56 P36613 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16075 T1296 C56 P36613 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16075 T1219 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16076 T1296 C56 P36613 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16076 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16076 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16132 T1219 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16134 T1219 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39756
[junit4:junit4]   2> 16135 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16135 T1219 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16135 T1219 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-1363205543790
[junit4:junit4]   2> 16136 T1219 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-1363205543790/solr.xml
[junit4:junit4]   2> 16136 T1219 oasc.CoreContainer.<init> New CoreContainer 1480840483
[junit4:junit4]   2> 16136 T1219 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-1363205543790/'
[junit4:junit4]   2> 16137 T1219 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-1363205543790/'
[junit4:junit4]   2> 16152 T1219 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16152 T1219 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16153 T1219 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16153 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16153 T1219 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16154 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16154 T1219 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16154 T1219 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16154 T1219 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16155 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16160 T1219 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16172 T1219 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57635/solr
[junit4:junit4]   2> 16173 T1219 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16173 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@9a8d6e0
[junit4:junit4]   2> 16174 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16174 T1307 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16174 T1307 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 16175 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37145
[junit4:junit4]   2> 16175 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37145
[junit4:junit4]   2> 16176 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a9000b with negotiated timeout 20000 for client /127.0.0.1:37145
[junit4:junit4]   2> 16176 T1307 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a9000b, negotiated timeout = 20000
[junit4:junit4]   2> 16176 T1308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9a8d6e0 name:ZooKeeperConnection Watcher:127.0.0.1:57635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16176 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16177 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a9000b
[junit4:junit4]   2> 16178 T1308 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16178 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37145 which had sessionid 0x13d656198a9000b
[junit4:junit4]   2> 16178 T1219 oaz.ZooKeeper.close Session: 0x13d656198a9000b closed
[junit4:junit4]   2> 16178 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16181 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@16638dfa
[junit4:junit4]   2> 16181 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16181 T1309 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16182 T1309 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 16182 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37146
[junit4:junit4]   2> 16182 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37146
[junit4:junit4]   2> 16183 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a9000c with negotiated timeout 20000 for client /127.0.0.1:37146
[junit4:junit4]   2> 16183 T1309 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a9000c, negotiated timeout = 20000
[junit4:junit4]   2> 16183 T1310 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16638dfa name:ZooKeeperConnection Watcher:127.0.0.1:57635/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16183 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16184 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a9000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16185 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a9000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16186 T1219 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16994 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16996 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36613",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36613_"}
[junit4:junit4]   2> 17002 T1277 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> 17002 T1241 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> 17002 T1261 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> 17003 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17003 T1310 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> 17003 T1248 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> 17080 T1255 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&nodeName=127.0.0.1:36613_&version=2&core=collection1&state=recovering&wt=javabin&checkLive=true&coreNodeName=127.0.0.1:36613__collection1&action=PREPRECOVERY} status=0 QTime=1000 
[junit4:junit4]   2> 17188 T1219 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39756_
[junit4:junit4]   2> 17190 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a9000c type:delete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39756_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39756_
[junit4:junit4]   2> 17191 T1219 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39756_
[junit4:junit4]   2> 17194 T1277 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> 17194 T1261 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> 17195 T1293 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17195 T1248 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17195 T1241 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17196 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17196 T1248 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> 17196 T1310 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17196 T1241 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> 17197 T1310 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> 17198 T1277 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17198 T1261 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17206 T1311 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-1363205543790/collection1
[junit4:junit4]   2> 17206 T1311 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17207 T1311 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17207 T1311 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17209 T1311 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-1363205543790/collection1/'
[junit4:junit4]   2> 17210 T1311 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-1363205543790/collection1/lib/README' to classloader
[junit4:junit4]   2> 17210 T1311 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-1363205543790/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17246 T1311 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17278 T1311 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17279 T1311 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17282 T1311 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17591 T1311 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17596 T1311 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17598 T1311 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17611 T1311 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17614 T1311 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17616 T1311 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17617 T1311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17617 T1311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17618 T1311 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17618 T1311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17618 T1311 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17619 T1311 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17619 T1311 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-1363205543790/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty4/
[junit4:junit4]   2> 17619 T1311 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7de2c1c9
[junit4:junit4]   2> 17620 T1311 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17621 T1311 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty4 forceNew: false
[junit4:junit4]   2> 17621 T1311 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty4/index/
[junit4:junit4]   2> 17621 T1311 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17622 T1311 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty4/index forceNew: false
[junit4:junit4]   2> 17624 T1311 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9021248 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cec07fe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17624 T1311 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17627 T1311 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17627 T1311 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17628 T1311 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17629 T1311 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17630 T1311 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17630 T1311 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17630 T1311 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17631 T1311 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17631 T1311 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17635 T1311 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17639 T1311 oass.SolrIndexSearcher.<init> Opening Searcher@196c57ec main
[junit4:junit4]   2> 17639 T1311 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty4/tlog
[junit4:junit4]   2> 17639 T1311 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17640 T1311 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17643 T1312 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@196c57ec main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17647 T1311 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17647 T1311 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18510 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18512 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39756",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39756_"}
[junit4:junit4]   2> 18512 T1242 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18512 T1242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18518 T1277 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> 18518 T1248 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> 18519 T1241 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> 18519 T1310 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> 18518 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18519 T1261 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> 18649 T1311 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18649 T1311 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39756 collection:collection1 shard:shard1
[junit4:junit4]   2> 18653 T1311 oasc.ZkController.register We are http://127.0.0.1:39756/collection1/ and leader is http://127.0.0.1:52480/collection1/
[junit4:junit4]   2> 18653 T1311 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39756
[junit4:junit4]   2> 18653 T1311 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18654 T1311 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C57 name=collection1 org.apache.solr.core.SolrCore@9570e67 url=http://127.0.0.1:39756/collection1 node=127.0.0.1:39756_ C57_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:39756, core=collection1, state=down, collection=collection1, node_name=127.0.0.1:39756_}
[junit4:junit4]   2> 18654 T1313 C57 P39756 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18655 T1313 C57 P39756 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18655 T1311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18655 T1313 C57 P39756 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18656 T1313 C57 P39756 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18657 T1313 C57 P39756 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18657 T1219 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18657 T1219 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18658 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18663 T1219 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18665 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18671 T1255 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-1363205531181/onenodecollectioncore
[junit4:junit4]   2> 18672 T1255 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18673 T1255 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18673 T1255 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18675 T1255 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18675 T1255 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18679 T1255 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18681 T1255 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-1363205531181/onenodecollectioncore/'
[junit4:junit4]   2> 18716 T1255 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 18749 T1255 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18750 T1255 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18755 T1255 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C56_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:36613, shard=shard2, core=collection1, state=recovering, collection=collection1, node_name=127.0.0.1:36613_}
[junit4:junit4]   2> 19081 T1296 C56 P36613 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:44420/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19081 T1296 C56 P36613 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:36613 START replicas=[http://127.0.0.1:44420/collection1/] nUpdates=100
[junit4:junit4]   2> 19081 T1296 C56 P36613 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19082 T1296 C56 P36613 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19082 T1296 C56 P36613 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19082 T1296 C56 P36613 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19082 T1296 C56 P36613 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19082 T1296 C56 P36613 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:44420/collection1/. core=collection1
[junit4:junit4]   2> 19082 T1296 C56 P36613 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C58 name=collection1 org.apache.solr.core.SolrCore@f37d7b6 url=http://127.0.0.1:44420/collection1 node=127.0.0.1:44420_ C58_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:44420, shard=shard2, core=collection1, state=active, collection=collection1, node_name=127.0.0.1:44420_, leader=true}
[junit4:junit4]   2> 19087 T1257 C58 P44420 REQ /get {getVersions=100&version=2&wt=javabin&qt=/get&distrib=false} status=0 QTime=1 
[junit4:junit4]   2> 19089 T1254 C58 P44420 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19090 T1254 C58 P44420 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@751e730 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6cf8b2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19090 T1254 C58 P44420 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19091 T1254 C58 P44420 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@751e730 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6cf8b2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@751e730 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6cf8b2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19091 T1254 C58 P44420 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19092 T1254 C58 P44420 oass.SolrIndexSearcher.<init> Opening Searcher@47226ea9 realtime
[junit4:junit4]   2> 19092 T1254 C58 P44420 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19092 T1254 C58 P44420 /update {softCommit=false&openSearcher=false&commit_end_point=true&version=2&wt=javabin&commit=true&waitSearcher=true} {commit=} 0 4
[junit4:junit4]   2> 19093 T1296 C56 P36613 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19094 T1296 C56 P36613 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19094 T1255 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19097 T1257 C58 P44420 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19098 T1257 C58 P44420 REQ /replication {version=2&wt=javabin&qt=/replication&command=indexversion} status=0 QTime=3 
[junit4:junit4]   2> 19098 T1296 C56 P36613 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19098 T1296 C56 P36613 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19098 T1296 C56 P36613 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19100 T1254 C58 P44420 REQ /replication {generation=2&version=2&wt=javabin&qt=/replication&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 19100 T1255 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19100 T1296 C56 P36613 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19101 T1296 C56 P36613 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty3/index.20130313201226813 forceNew: false
[junit4:junit4]   2> 19101 T1296 C56 P36613 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7b1ca1da lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd95e85)) fullCopy=false
[junit4:junit4]   2> 19103 T1255 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19103 T1256 C58 P44420 REQ /replication {generation=2&checksum=true&wt=filestream&file=segments_2&qt=/replication&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 19104 T1296 C56 P36613 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19105 T1296 C56 P36613 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19106 T1296 C56 P36613 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19106 T1296 C56 P36613 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5247e975 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ba69e33),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5247e975 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ba69e33),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19107 T1296 C56 P36613 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19107 T1296 C56 P36613 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19108 T1296 C56 P36613 oass.SolrIndexSearcher.<init> Opening Searcher@28b5ee04 main
[junit4:junit4]   2> 19108 T1295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28b5ee04 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19109 T1296 C56 P36613 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7b1ca1da lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd95e85))
[junit4:junit4]   2> 19109 T1296 C56 P36613 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19109 T1296 C56 P36613 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19109 T1296 C56 P36613 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19109 T1296 C56 P36613 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19110 T1296 C56 P36613 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19115 T1255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19118 T1255 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19121 T1255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19122 T1255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19123 T1255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19123 T1255 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19124 T1255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19124 T1255 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19124 T1255 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19125 T1255 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-1363205531181/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection/
[junit4:junit4]   2> 19125 T1255 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7de2c1c9
[junit4:junit4]   2> 19126 T1255 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19127 T1255 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection forceNew: false
[junit4:junit4]   2> 19127 T1255 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-1363205527716/onenodecollection/index/
[junit4:junit4]   2> 19127 T1255 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19128 T1255 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection/index forceNew: false
[junit4:junit4]   2> 19129 T1255 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@58531ed0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2ea8c7d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19130 T1255 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19131 T1255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19132 T1255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19132 T1255 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19133 T1255 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19133 T1255 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19133 T1255 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19134 T1255 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19134 T1255 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19134 T1255 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19137 T1255 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19139 T1255 oass.SolrIndexSearcher.<init> Opening Searcher@a92a1e5 main
[junit4:junit4]   2> 19139 T1255 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection/tlog
[junit4:junit4]   2> 19140 T1255 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19140 T1255 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19143 T1317 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@a92a1e5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19144 T1255 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20025 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20026 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39756",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39756_"}
[junit4:junit4]   2> 20029 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36613",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36613_"}
[junit4:junit4]   2> 20032 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44420",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44420_"}
[junit4:junit4]   2> 20032 T1242 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20032 T1242 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20036 T1277 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> 20036 T1310 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> 20036 T1261 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> 20036 T1248 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> 20036 T1241 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> 20036 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20146 T1255 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20146 T1255 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:44420 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20147 T1255 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20151 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20151 T1255 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20152 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20153 T1255 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20153 T1255 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20154 T1255 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44420/onenodecollectioncore/
[junit4:junit4]   2> 20154 T1255 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20154 T1255 oasc.SyncStrategy.syncToMe http://127.0.0.1:44420/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20154 T1255 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44420/onenodecollectioncore/
[junit4:junit4]   2> 20154 T1255 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20157 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20664 T1273 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&nodeName=127.0.0.1:39756_&version=2&core=collection1&state=recovering&wt=javabin&checkLive=true&coreNodeName=127.0.0.1:39756__collection1&action=PREPRECOVERY} status=0 QTime=2000 
[junit4:junit4]   2> 21542 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21553 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21553 T1241 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> 21553 T1310 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> 21554 T1261 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> 21554 T1248 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> 21553 T1277 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> 21561 T1255 oasc.ZkController.register We are http://127.0.0.1:44420/onenodecollectioncore/ and leader is http://127.0.0.1:44420/onenodecollectioncore/
[junit4:junit4]   2> 21562 T1255 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:44420
[junit4:junit4]   2> 21562 T1255 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21563 T1255 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21566 T1255 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21568 T1255 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {roles=none&numShards=1&version=2&wt=javabin&collection=onenodecollection&name=onenodecollectioncore&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection&action=CREATE} status=0 QTime=2896 
[junit4:junit4]   2> 21568 T1219 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21569 T1219 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22572 T1219 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C57_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:39756, shard=shard1, core=collection1, state=recovering, collection=collection1, node_name=127.0.0.1:39756_}
[junit4:junit4]   2> 22665 T1313 C57 P39756 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52480/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22666 T1313 C57 P39756 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:39756 START replicas=[http://127.0.0.1:52480/collection1/] nUpdates=100
[junit4:junit4]   2> 22666 T1313 C57 P39756 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22666 T1313 C57 P39756 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22667 T1313 C57 P39756 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22667 T1313 C57 P39756 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22667 T1313 C57 P39756 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22667 T1313 C57 P39756 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52480/collection1/. core=collection1
[junit4:junit4]   2> 22668 T1313 C57 P39756 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C59 name=collection1 org.apache.solr.core.SolrCore@37efb1af url=http://127.0.0.1:52480/collection1 node=127.0.0.1:52480_ C59_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:52480, shard=shard1, core=collection1, state=active, collection=collection1, node_name=127.0.0.1:52480_, leader=true}
[junit4:junit4]   2> 22674 T1271 C59 P52480 REQ /get {getVersions=100&version=2&wt=javabin&qt=/get&distrib=false} status=0 QTime=1 
[junit4:junit4]   2> 22674 T1270 C59 P52480 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22677 T1270 C59 P52480 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12c6c09a lockFactory=org.apache.lucene.store.NativeFSLockFactory@77989652),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22678 T1270 C59 P52480 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22679 T1270 C59 P52480 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12c6c09a lockFactory=org.apache.lucene.store.NativeFSLockFactory@77989652),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12c6c09a lockFactory=org.apache.lucene.store.NativeFSLockFactory@77989652),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22686 T1270 C59 P52480 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22687 T1270 C59 P52480 oass.SolrIndexSearcher.<init> Opening Searcher@4a61381f realtime
[junit4:junit4]   2> 22687 T1270 C59 P52480 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22688 T1270 C59 P52480 /update {softCommit=false&openSearcher=false&commit_end_point=true&version=2&wt=javabin&commit=true&waitSearcher=true} {commit=} 0 14
[junit4:junit4]   2> 22690 T1313 C57 P39756 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22690 T1313 C57 P39756 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22693 T1272 C59 P52480 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22693 T1272 C59 P52480 REQ /replication {version=2&wt=javabin&qt=/replication&command=indexversion} status=0 QTime=1 
[junit4:junit4]   2> 22694 T1313 C57 P39756 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22694 T1313 C57 P39756 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22695 T1313 C57 P39756 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22696 T1271 C59 P52480 REQ /replication {generation=2&version=2&wt=javabin&qt=/replication&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 22697 T1313 C57 P39756 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22699 T1313 C57 P39756 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty4/index.20130313201230410 forceNew: false
[junit4:junit4]   2> 22699 T1313 C57 P39756 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@44e74f45 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8e1a110)) fullCopy=false
[junit4:junit4]   2> 22701 T1270 C59 P52480 REQ /replication {generation=2&checksum=true&wt=filestream&file=segments_2&qt=/replication&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 22703 T1313 C57 P39756 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22704 T1313 C57 P39756 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22704 T1313 C57 P39756 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22706 T1313 C57 P39756 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9021248 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cec07fe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9021248 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4cec07fe),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22706 T1313 C57 P39756 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22707 T1313 C57 P39756 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22707 T1313 C57 P39756 oass.SolrIndexSearcher.<init> Opening Searcher@292dbcd5 main
[junit4:junit4]   2> 22708 T1312 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@292dbcd5 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22709 T1313 C57 P39756 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@44e74f45 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8e1a110))
[junit4:junit4]   2> 22709 T1313 C57 P39756 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22710 T1313 C57 P39756 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22710 T1313 C57 P39756 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22710 T1313 C57 P39756 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22712 T1313 C57 P39756 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23061 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23062 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44420",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44420_"}
[junit4:junit4]   2> 23065 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39756",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39756_"}
[junit4:junit4]   2> 23069 T1277 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> 23069 T1241 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> 23069 T1261 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> 23069 T1310 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> 23069 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23069 T1248 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> 23574 T1219 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23576 T1219 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23576 T1219 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23605 T1270 oejs.Response.sendError WARNING Committed before 404 Can not find: /onenodecollectioncore/update
[junit4:junit4]   2> 23605 T1219 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57635 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@66b55e20
[junit4:junit4]   2> 23607 T1270 oejs.ServletHandler.doHandle WARNING /onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 23608 T1320 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57635. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23607 T1219 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23609 T1320 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57635, initiating session
[junit4:junit4]   2> 23609 T1221 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:37159
[junit4:junit4]   2> 23610 T1221 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:37159
[junit4:junit4]   2> 23611 T1223 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d656198a9000d with negotiated timeout 10000 for client /127.0.0.1:37159
[junit4:junit4]   2> 23611 T1320 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57635, sessionid = 0x13d656198a9000d, negotiated timeout = 10000
[junit4:junit4]   2> 23612 T1321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66b55e20 name:ZooKeeperConnection Watcher:127.0.0.1:57635 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23612 T1219 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 23686 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a9000d
[junit4:junit4]   2> 23687 T1321 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23687 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37159 which had sessionid 0x13d656198a9000d
[junit4:junit4]   2> 23687 T1219 oaz.ZooKeeper.close Session: 0x13d656198a9000d closed
[junit4:junit4]   2> 23689 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90004
[junit4:junit4]   2> 23689 T1248 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23689 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90004 closed
[junit4:junit4]   2> 23690 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37085 which had sessionid 0x13d656198a90004
[junit4:junit4]   2> 23694 T1219 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 46892
[junit4:junit4]   2> 23694 T1219 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=284920861
[junit4:junit4]   2> 24577 T1242 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24579 T1242 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46892",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:46892__collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46892_"}
[junit4:junit4]   2> 24586 T1241 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> 24586 T1261 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> 24586 T1277 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> 24586 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24586 T1310 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> 25696 T1219 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 25697 T1219 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25701 T1219 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@755a9460
[junit4:junit4]   2> 25707 T1219 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25707 T1219 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25708 T1219 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25708 T1219 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 25709 T1219 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25710 T1219 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data/index
[junit4:junit4]   2> 25710 T1219 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data/index
[junit4:junit4]   2> 25711 T1219 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data
[junit4:junit4]   2> 25711 T1219 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/control/data
[junit4:junit4]   2> 25713 T1242 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89339037464723459-127.0.0.1:46892_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 25714 T1224 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d656198a90003
[junit4:junit4]   2> 25715 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25716 T1219 oaz.ZooKeeper.close Session: 0x13d656198a90003 closed
[junit4:junit4]   2> 25716 T1310 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25716 T1221 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:37081 which had sessionid 0x13d656198a90003
[junit4:junit4]   2> 25716 T1310 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> 25717 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:delete cxid:0xc0 zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 25718 T1261 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 25718 T1277 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25719 T1277 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> 25720 T1293 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25722 T1261 oasc.Overseer.start Overseer (id=89339037464723462-127.0.0.1:44420_-n_0000000001) starting
[junit4:junit4]   2> 25722 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0xc5 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25723 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0xc6 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25725 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0xc7 zxid:0xe9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25726 T1224 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d656198a90006 type:create cxid:0xc8 zxid:0xea txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25727 T1261 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> 25727 T1323 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 25730 T1261 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25731 T1322 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 25734 T1322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25735 T1322 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46892",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46892_"}
[junit4:junit4]   2> 25737 T1219 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 25742 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 25742 T1310 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> 25742 T1261 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> 25742 T1277 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> 25790 T1219 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 44420
[junit4:junit4]   2> 25790 T1219 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1734843275
[junit4:junit4]   2> 27016 T1241 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27016 T1241 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> 27016 T1241 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27017 T1241 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27249 T1322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27250 T1322 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44420",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:44420__onenodecollectioncore",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44420_"}
[junit4:junit4]   2> 27256 T1322 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44420",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:44420__collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44420_"}
[junit4:junit4]   2> 27263 T1261 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> 27263 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27263 T1310 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> 27263 T1277 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> 28794 T1219 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 28794 T1219 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 28797 T1219 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 28800 T1219 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@f37d7b6
[junit4:junit4]   2> 28805 T1219 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28805 T1219 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28806 T1219 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28806 T1219 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28809 T1219 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 28810 T1219 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1/index
[junit4:junit4]   2> 28810 T1219 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1/index
[junit4:junit4]   2> 28811 T1219 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1
[junit4:junit4]   2> 28811 T1219 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363205527716/jetty1
[junit4:junit4]   2> 28812 T1219 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e4cdce6
[junit4:junit4]   2> 28819 T1219 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28819 T1219 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28820 T1219 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28820 T1219 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28821 T1219 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 28822 T1219 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection/index
[junit4:junit4]   2> 28822 T1219 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363205527716/onenodecollection/index
[junit4:junit4]   2> 28823 T1219 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace

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

t4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>   /solr/live_nodes (5)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:39756_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:36613_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:46892_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:52480_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:44420_ (0)
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=7C1676A02B390372 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=Portugal -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   32.3s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:52480/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C1676A02B390372:FDF0F8B85C66634E]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 32277 T1219 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 32281 T1218 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 32288 T1222 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 33431 T1310 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33431 T1310 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> 33432 T1310 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33432 T1310 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=sk_SK, timezone=Portugal
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=2,free=60712072,total=174944256
[junit4:junit4]   2> NOTE: All tests run in this JVM: [URLClassifyProcessorTest, SampleTest, OpenExchangeRatesOrgProviderTest, SpellCheckCollatorTest, TestSolrDiscoveryProperties, TestZkChroot, TestAnalyzedSuggestions, ChaosMonkeySafeLeaderTest, TestDistributedSearch, DebugComponentTest, HardAutoCommitTest, TestFiltering, IndexBasedSpellCheckerTest, TestDFRSimilarityFactory, TermVectorComponentDistributedTest, TestRandomFaceting, UniqFieldsUpdateProcessorFactoryTest, TestDistributedGrouping, SolrCoreCheckLockOnStartupTest, ClusterStateTest, HighlighterConfigTest, BadIndexSchemaTest, TestJmxIntegration, TestWordDelimiterFilterFactory, TestMultiCoreConfBootstrap, NumericFieldsTest, TestDefaultSimilarityFactory, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.58s, 1 test, 1 error <<< FAILURES!

[...truncated 673 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: 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:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 271 suites, 1141 tests, 1 error, 13 ignored (7 assumptions)

Total time: 42 minutes 40 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