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

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

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

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1303, name=coreLoadExecutor-735-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=1303, name=coreLoadExecutor-735-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:987)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:879)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:871)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@594e8cc6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@24e35c38)
	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=1305, 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=1305, 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:987)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:879)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:871)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@71627deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5affe39)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([A8526D73B264E4AD:29B4E36BC53B8491]: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 9144 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 1 T1244 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /k_/gn
[junit4:junit4]   2> 4 T1244 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-RecoveryZkTest-1363787782408
[junit4:junit4]   2> 4 T1244 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1245 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1245 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1245 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1245 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1245 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T1245 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363787782408/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1244 oasc.ZkTestServer.run start zk server on port:34294
[junit4:junit4]   2> 106 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@71a5a3b3
[junit4:junit4]   2> 106 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T1250 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T1250 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 107 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53180
[junit4:junit4]   2> 107 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53180
[junit4:junit4]   2> 108 T1248 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 168 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0000 with negotiated timeout 10000 for client /127.0.0.1:53180
[junit4:junit4]   2> 168 T1250 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0000, negotiated timeout = 10000
[junit4:junit4]   2> 168 T1251 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71a5a3b3 name:ZooKeeperConnection Watcher:127.0.0.1:34294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 169 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 169 T1244 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 172 T1249 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8816190b0000
[junit4:junit4]   2> 173 T1251 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 173 T1246 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53180 which had sessionid 0x13d8816190b0000
[junit4:junit4]   2> 173 T1244 oaz.ZooKeeper.close Session: 0x13d8816190b0000 closed
[junit4:junit4]   2> 174 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7f6243f7
[junit4:junit4]   2> 174 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 175 T1252 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 175 T1252 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 175 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53181
[junit4:junit4]   2> 175 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53181
[junit4:junit4]   2> 176 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0001 with negotiated timeout 10000 for client /127.0.0.1:53181
[junit4:junit4]   2> 176 T1252 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0001, negotiated timeout = 10000
[junit4:junit4]   2> 176 T1253 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f6243f7 name:ZooKeeperConnection Watcher:127.0.0.1:34294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 177 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 177 T1244 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 180 T1244 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 182 T1244 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 184 T1244 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 186 T1244 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> 187 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 190 T1244 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> 191 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 194 T1244 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> 194 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 196 T1244 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> 196 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 199 T1244 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> 199 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 201 T1244 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> 202 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 204 T1244 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> 204 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 210 T1244 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> 210 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 213 T1244 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> 213 T1244 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 216 T1249 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8816190b0001
[junit4:junit4]   2> 216 T1253 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 216 T1244 oaz.ZooKeeper.close Session: 0x13d8816190b0001 closed
[junit4:junit4]   2> 216 T1246 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53181 which had sessionid 0x13d8816190b0001
[junit4:junit4]   2> 273 T1244 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 289 T1244 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53386
[junit4:junit4]   2> 289 T1244 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 290 T1244 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 290 T1244 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.RecoveryZkTest-controljetty-1363787782621
[junit4:junit4]   2> 290 T1244 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.RecoveryZkTest-controljetty-1363787782621/solr.xml
[junit4:junit4]   2> 290 T1244 oasc.CoreContainer.<init> New CoreContainer 1645956983
[junit4:junit4]   2> 291 T1244 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.RecoveryZkTest-controljetty-1363787782621/'
[junit4:junit4]   2> 291 T1244 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.RecoveryZkTest-controljetty-1363787782621/'
[junit4:junit4]   2> 307 T1244 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 308 T1244 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 308 T1244 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 308 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 309 T1244 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 309 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 309 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 309 T1244 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 310 T1244 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 310 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 315 T1244 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 328 T1244 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34294/solr
[junit4:junit4]   2> 328 T1244 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 329 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@795bd350
[junit4:junit4]   2> 330 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 330 T1263 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 331 T1263 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 331 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53182
[junit4:junit4]   2> 331 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53182
[junit4:junit4]   2> 332 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0002 with negotiated timeout 20000 for client /127.0.0.1:53182
[junit4:junit4]   2> 332 T1263 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0002, negotiated timeout = 20000
[junit4:junit4]   2> 332 T1264 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@795bd350 name:ZooKeeperConnection Watcher:127.0.0.1:34294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 332 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 334 T1249 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8816190b0002
[junit4:junit4]   2> 334 T1264 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 334 T1246 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53182 which had sessionid 0x13d8816190b0002
[junit4:junit4]   2> 334 T1244 oaz.ZooKeeper.close Session: 0x13d8816190b0002 closed
[junit4:junit4]   2> 335 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 338 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@64d3e39b
[junit4:junit4]   2> 339 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 339 T1265 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 340 T1265 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 340 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53183
[junit4:junit4]   2> 340 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53183
[junit4:junit4]   2> 341 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0003 with negotiated timeout 20000 for client /127.0.0.1:53183
[junit4:junit4]   2> 341 T1265 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0003, negotiated timeout = 20000
[junit4:junit4]   2> 341 T1266 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64d3e39b name:ZooKeeperConnection Watcher:127.0.0.1:34294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 341 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 343 T1244 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 345 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 346 T1244 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 348 T1244 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 350 T1244 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53386_k_%2Fgn
[junit4:junit4]   2> 350 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53386_k_%2Fgn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53386_k_%2Fgn
[junit4:junit4]   2> 351 T1244 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53386_k_%2Fgn
[junit4:junit4]   2> 353 T1244 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 357 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 358 T1244 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 360 T1244 oasc.Overseer.start Overseer (id=89377196108087299-127.0.0.1:53386_k_%2Fgn-n_0000000000) starting
[junit4:junit4]   2> 360 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 361 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 362 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 363 T1244 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 365 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 366 T1268 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 366 T1244 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 369 T1244 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 370 T1244 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 372 T1267 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 374 T1269 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363787782621/collection1
[junit4:junit4]   2> 374 T1269 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 375 T1269 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 375 T1269 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 376 T1269 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.RecoveryZkTest-controljetty-1363787782621/collection1/'
[junit4:junit4]   2> 376 T1269 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363787782621/collection1/lib/README' to classloader
[junit4:junit4]   2> 377 T1269 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363787782621/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 406 T1269 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 433 T1269 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 434 T1269 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 438 T1269 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 728 T1269 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 733 T1269 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 735 T1269 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 748 T1269 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 751 T1269 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 754 T1269 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 755 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 755 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 755 T1269 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 756 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 756 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 756 T1269 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 757 T1269 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363787782621/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/control/data/
[junit4:junit4]   2> 757 T1269 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f96e32
[junit4:junit4]   2> 757 T1269 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 757 T1269 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/control/data forceNew: false
[junit4:junit4]   2> 758 T1269 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/control/data/index/
[junit4:junit4]   2> 758 T1269 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363787782408/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 758 T1269 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/control/data/index forceNew: false
[junit4:junit4]   2> 759 T1269 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7cb94a4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2cf0c673),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 759 T1269 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 761 T1269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 761 T1269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 761 T1269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 762 T1269 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 762 T1269 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 762 T1269 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 762 T1269 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 762 T1269 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 763 T1269 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 765 T1269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 767 T1269 oass.SolrIndexSearcher.<init> Opening Searcher@368a3367 main
[junit4:junit4]   2> 767 T1269 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/control/data/tlog
[junit4:junit4]   2> 768 T1269 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 768 T1269 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 771 T1270 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@368a3367 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 772 T1269 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 772 T1269 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1875 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1876 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53386_k_%2Fgn",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53386/k_/gn",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 1876 T1267 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1876 T1267 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1882 T1266 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> 2774 T1269 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2774 T1269 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53386/k_/gn collection:control_collection shard:shard1
[junit4:junit4]   2> 2775 T1269 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2782 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2783 T1269 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2783 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2785 T1269 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2785 T1269 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2785 T1269 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53386/k_/gn/collection1/
[junit4:junit4]   2> 2785 T1269 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2785 T1269 oasc.SyncStrategy.syncToMe http://127.0.0.1:53386/k_/gn/collection1/ has no replicas
[junit4:junit4]   2> 2785 T1269 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53386/k_/gn/collection1/
[junit4:junit4]   2> 2786 T1269 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2789 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3386 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3394 T1266 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> 3442 T1269 oasc.ZkController.register We are http://127.0.0.1:53386/k_/gn/collection1/ and leader is http://127.0.0.1:53386/k_/gn/collection1/
[junit4:junit4]   2> 3442 T1269 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53386/k_/gn
[junit4:junit4]   2> 3443 T1269 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3443 T1269 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3443 T1269 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3445 T1269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3446 T1244 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3446 T1244 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3446 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3449 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3450 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@29482fe5
[junit4:junit4]   2> 3451 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3451 T1272 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3451 T1272 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 3451 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53185
[junit4:junit4]   2> 3451 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53185
[junit4:junit4]   2> 3452 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0004 with negotiated timeout 10000 for client /127.0.0.1:53185
[junit4:junit4]   2> 3452 T1272 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0004, negotiated timeout = 10000
[junit4:junit4]   2> 3452 T1273 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29482fe5 name:ZooKeeperConnection Watcher:127.0.0.1:34294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3453 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3454 T1244 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3456 T1244 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3524 T1244 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3525 T1244 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35401
[junit4:junit4]   2> 3526 T1244 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3526 T1244 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3526 T1244 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.RecoveryZkTest-jetty1-1363787785860
[junit4:junit4]   2> 3527 T1244 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.RecoveryZkTest-jetty1-1363787785860/solr.xml
[junit4:junit4]   2> 3527 T1244 oasc.CoreContainer.<init> New CoreContainer 435762609
[junit4:junit4]   2> 3527 T1244 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.RecoveryZkTest-jetty1-1363787785860/'
[junit4:junit4]   2> 3528 T1244 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.RecoveryZkTest-jetty1-1363787785860/'
[junit4:junit4]   2> 3553 T1244 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3553 T1244 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3554 T1244 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3554 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3555 T1244 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3555 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3555 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3556 T1244 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3556 T1244 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3557 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3564 T1244 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3575 T1244 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34294/solr
[junit4:junit4]   2> 3576 T1244 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3576 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2d335178
[junit4:junit4]   2> 3577 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3577 T1283 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3578 T1283 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 3578 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53187
[junit4:junit4]   2> 3578 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53187
[junit4:junit4]   2> 3579 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0005 with negotiated timeout 20000 for client /127.0.0.1:53187
[junit4:junit4]   2> 3579 T1283 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0005, negotiated timeout = 20000
[junit4:junit4]   2> 3579 T1284 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d335178 name:ZooKeeperConnection Watcher:127.0.0.1:34294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3580 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3581 T1249 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8816190b0005
[junit4:junit4]   2> 3582 T1284 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3582 T1246 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53187 which had sessionid 0x13d8816190b0005
[junit4:junit4]   2> 3582 T1244 oaz.ZooKeeper.close Session: 0x13d8816190b0005 closed
[junit4:junit4]   2> 3582 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3585 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5620e307
[junit4:junit4]   2> 3586 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3586 T1285 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3586 T1285 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 3586 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53188
[junit4:junit4]   2> 3587 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53188
[junit4:junit4]   2> 3587 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0006 with negotiated timeout 20000 for client /127.0.0.1:53188
[junit4:junit4]   2> 3587 T1285 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0006, negotiated timeout = 20000
[junit4:junit4]   2> 3588 T1286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5620e307 name:ZooKeeperConnection Watcher:127.0.0.1:34294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3588 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3588 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3589 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3591 T1244 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4593 T1244 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35401_k_%2Fgn
[junit4:junit4]   2> 4594 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35401_k_%2Fgn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35401_k_%2Fgn
[junit4:junit4]   2> 4595 T1244 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35401_k_%2Fgn
[junit4:junit4]   2> 4598 T1273 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4598 T1266 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4598 T1266 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> 4598 T1286 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4604 T1287 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363787785860/collection1
[junit4:junit4]   2> 4604 T1287 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4604 T1287 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4604 T1287 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4605 T1287 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.RecoveryZkTest-jetty1-1363787785860/collection1/'
[junit4:junit4]   2> 4606 T1287 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363787785860/collection1/lib/README' to classloader
[junit4:junit4]   2> 4606 T1287 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363787785860/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4627 T1287 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4664 T1287 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4665 T1287 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4669 T1287 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4901 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4901 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53386_k_%2Fgn",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53386_k_%2Fgn_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53386/k_/gn",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 4905 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4905 T1286 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> 4905 T1266 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> 4949 T1287 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4954 T1287 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4956 T1287 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4971 T1287 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4974 T1287 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4977 T1287 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4978 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4978 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4979 T1287 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4980 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4980 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4980 T1287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4980 T1287 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363787785860/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty1/
[junit4:junit4]   2> 4981 T1287 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f96e32
[junit4:junit4]   2> 4981 T1287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4981 T1287 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty1 forceNew: false
[junit4:junit4]   2> 4981 T1287 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty1/index/
[junit4:junit4]   2> 4982 T1287 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4982 T1287 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty1/index forceNew: false
[junit4:junit4]   2> 4983 T1287 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@163971ac lockFactory=org.apache.lucene.store.NativeFSLockFactory@7abffb58),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4983 T1287 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4985 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4985 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4985 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4986 T1287 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4986 T1287 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4986 T1287 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4986 T1287 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4987 T1287 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4987 T1287 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4989 T1287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4991 T1287 oass.SolrIndexSearcher.<init> Opening Searcher@56de7f56 main
[junit4:junit4]   2> 4991 T1287 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty1/tlog
[junit4:junit4]   2> 4992 T1287 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4992 T1287 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4995 T1288 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56de7f56 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4995 T1287 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4995 T1287 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6409 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6410 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35401_k_%2Fgn",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35401/k_/gn",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 6410 T1267 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6410 T1267 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6415 T1266 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> 6415 T1286 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> 6415 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6997 T1287 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6997 T1287 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35401/k_/gn collection:collection1 shard:shard1
[junit4:junit4]   2> 6998 T1287 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7005 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7006 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7006 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7009 T1287 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7009 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7009 T1287 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35401/k_/gn/collection1/
[junit4:junit4]   2> 7009 T1287 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7009 T1287 oasc.SyncStrategy.syncToMe http://127.0.0.1:35401/k_/gn/collection1/ has no replicas
[junit4:junit4]   2> 7009 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35401/k_/gn/collection1/
[junit4:junit4]   2> 7010 T1287 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7014 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7919 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7928 T1266 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> 7928 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7928 T1286 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> 7969 T1287 oasc.ZkController.register We are http://127.0.0.1:35401/k_/gn/collection1/ and leader is http://127.0.0.1:35401/k_/gn/collection1/
[junit4:junit4]   2> 7969 T1287 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35401/k_/gn
[junit4:junit4]   2> 7969 T1287 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7969 T1287 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7970 T1287 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7972 T1287 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7973 T1244 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7973 T1244 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7974 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8052 T1244 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8054 T1244 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42478
[junit4:junit4]   2> 8054 T1244 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8055 T1244 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8055 T1244 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.RecoveryZkTest-jetty2-1363787790382
[junit4:junit4]   2> 8055 T1244 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.RecoveryZkTest-jetty2-1363787790382/solr.xml
[junit4:junit4]   2> 8056 T1244 oasc.CoreContainer.<init> New CoreContainer 676642297
[junit4:junit4]   2> 8056 T1244 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.RecoveryZkTest-jetty2-1363787790382/'
[junit4:junit4]   2> 8056 T1244 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.RecoveryZkTest-jetty2-1363787790382/'
[junit4:junit4]   2> 8074 T1244 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8074 T1244 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8075 T1244 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8075 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8075 T1244 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8076 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8076 T1244 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8076 T1244 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8076 T1244 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8077 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8083 T1244 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8094 T1244 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34294/solr
[junit4:junit4]   2> 8095 T1244 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8095 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@52014de3
[junit4:junit4]   2> 8096 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8096 T1299 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8096 T1299 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 8097 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53189
[junit4:junit4]   2> 8097 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53189
[junit4:junit4]   2> 8098 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0007 with negotiated timeout 20000 for client /127.0.0.1:53189
[junit4:junit4]   2> 8098 T1299 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0007, negotiated timeout = 20000
[junit4:junit4]   2> 8098 T1300 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52014de3 name:ZooKeeperConnection Watcher:127.0.0.1:34294 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8098 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8100 T1249 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8816190b0007
[junit4:junit4]   2> 8100 T1300 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8100 T1246 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53189 which had sessionid 0x13d8816190b0007
[junit4:junit4]   2> 8100 T1244 oaz.ZooKeeper.close Session: 0x13d8816190b0007 closed
[junit4:junit4]   2> 8101 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8103 T1244 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34294/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@36c2de6
[junit4:junit4]   2> 8104 T1244 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8104 T1301 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34294. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8104 T1301 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34294, initiating session
[junit4:junit4]   2> 8104 T1246 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53190
[junit4:junit4]   2> 8105 T1246 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53190
[junit4:junit4]   2> 8105 T1248 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8816190b0008 with negotiated timeout 20000 for client /127.0.0.1:53190
[junit4:junit4]   2> 8105 T1301 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34294, sessionid = 0x13d8816190b0008, negotiated timeout = 20000
[junit4:junit4]   2> 8106 T1302 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36c2de6 name:ZooKeeperConnection Watcher:127.0.0.1:34294/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8106 T1244 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8107 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8108 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8110 T1244 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9113 T1244 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42478_k_%2Fgn
[junit4:junit4]   2> 9113 T1249 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8816190b0008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42478_k_%2Fgn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42478_k_%2Fgn
[junit4:junit4]   2> 9114 T1244 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42478_k_%2Fgn
[junit4:junit4]   2> 9117 T1273 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9117 T1266 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9117 T1273 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> 9117 T1286 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9117 T1266 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> 9117 T1302 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9117 T1286 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> 9123 T1303 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363787790382/collection1
[junit4:junit4]   2> 9123 T1303 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9124 T1303 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9124 T1303 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9125 T1303 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.RecoveryZkTest-jetty2-1363787790382/collection1/'
[junit4:junit4]   2> 9125 T1303 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363787790382/collection1/lib/README' to classloader
[junit4:junit4]   2> 9126 T1303 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363787790382/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9155 T1303 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9179 T1303 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9180 T1303 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9184 T1303 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9436 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9437 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35401_k_%2Fgn",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35401_k_%2Fgn_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35401/k_/gn",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 9441 T1286 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> 9441 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9441 T1266 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> 9441 T1302 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> 9480 T1303 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9486 T1303 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9488 T1303 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9501 T1303 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9504 T1303 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9507 T1303 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9508 T1303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9508 T1303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9508 T1303 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9509 T1303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9509 T1303 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9510 T1303 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9510 T1303 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363787790382/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/
[junit4:junit4]   2> 9510 T1303 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f96e32
[junit4:junit4]   2> 9510 T1303 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9511 T1303 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2 forceNew: false
[junit4:junit4]   2> 9511 T1303 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/index/
[junit4:junit4]   2> 9511 T1303 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9511 T1303 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/index forceNew: false
[junit4:junit4]   2> 9512 T1303 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4725b0d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2db8b2e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9513 T1303 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9514 T1303 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9514 T1303 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9515 T1303 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9515 T1303 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9515 T1303 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9516 T1303 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9516 T1303 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9516 T1303 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9516 T1303 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9518 T1303 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9520 T1303 oass.SolrIndexSearcher.<init> Opening Searcher@5121133c main
[junit4:junit4]   2> 9521 T1303 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/tlog
[junit4:junit4]   2> 9521 T1303 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9521 T1303 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9524 T1304 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5121133c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9525 T1303 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9525 T1303 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10946 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10947 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42478_k_%2Fgn",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42478/k_/gn",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 10948 T1267 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10948 T1267 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10953 T1266 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> 10953 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10953 T1302 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> 10953 T1286 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> 11527 T1303 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11527 T1303 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42478/k_/gn collection:collection1 shard:shard1
[junit4:junit4]   2> 11530 T1303 oasc.ZkController.register We are http://127.0.0.1:42478/k_/gn/collection1/ and leader is http://127.0.0.1:35401/k_/gn/collection1/
[junit4:junit4]   2> 11530 T1303 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42478/k_/gn
[junit4:junit4]   2> 11530 T1303 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11531 T1303 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C84 name=collection1 org.apache.solr.core.SolrCore@5382fc2a url=http://127.0.0.1:42478/k_/gn/collection1 node=127.0.0.1:42478_k_%2Fgn C84_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:42478_k_%2Fgn, state=down, base_url=http://127.0.0.1:42478/k_/gn, collection=collection1, core=collection1}
[junit4:junit4]   2> 11531 T1305 C84 P42478 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11532 T1305 C84 P42478 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11532 T1303 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11532 T1305 C84 P42478 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11532 T1305 C84 P42478 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11534 T1305 C84 P42478 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11534 T1244 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11534 T1244 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11535 T1244 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11538 T1244 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C85 name=collection1 org.apache.solr.core.SolrCore@2588246c url=http://127.0.0.1:53386/k_/gn/collection1 node=127.0.0.1:53386_k_%2Fgn C85_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:53386_k_%2Fgn, shard=shard1, state=active, base_url=http://127.0.0.1:53386/k_/gn, collection=control_collection, core=collection1, leader=true}
[junit4:junit4]   2> 11554 T1261 C85 P53386 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7cb94a4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2cf0c673),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11554 T1261 C85 P53386 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11557 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[1 (1430035149827866625)]} 0 12
[junit4:junit4]   2> 11557 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10001 (1430035149827866624)]} 0 12
[junit4:junit4]   2> ASYNC  NEW_CORE C86 name=collection1 org.apache.solr.core.SolrCore@73784b20 url=http://127.0.0.1:35401/k_/gn/collection1 node=127.0.0.1:35401_k_%2Fgn C86_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:35401_k_%2Fgn, shard=shard1, state=active, base_url=http://127.0.0.1:35401/k_/gn, collection=collection1, core=collection1, leader=true}
[junit4:junit4]   2> 11564 T1281 C86 P35401 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@163971ac lockFactory=org.apache.lucene.store.NativeFSLockFactory@7abffb58),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11565 T1281 C86 P35401 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11568 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10001 (1430035149847789568)]} 0 5
[junit4:junit4]   2> 11568 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[1 (1430035149847789569)]} 0 5
[junit4:junit4]   2> 11612 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10002 (1430035149897072641)]} 0 1
[junit4:junit4]   2> 11612 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[2 (1430035149897072640)]} 0 1
[junit4:junit4]   2> 11615 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[2 (1430035149901266944)]} 0 0
[junit4:junit4]   2> 11616 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10002 (1430035149901266945)]} 0 1
[junit4:junit4]   2> 11704 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[3 (1430035149993541632)]} 0 1
[junit4:junit4]   2> 11704 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10003 (1430035149993541633)]} 0 1
[junit4:junit4]   2> 11707 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10003 (1430035149996687361)]} 0 1
[junit4:junit4]   2> 11707 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[3 (1430035149996687360)]} 0 1
[junit4:junit4]   2> 11794 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10004 (1430035150088962048)]} 0 1
[junit4:junit4]   2> 11795 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[4 (1430035150088962049)]} 0 2
[junit4:junit4]   2> 11797 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10004 (1430035150092107776)]} 0 0
[junit4:junit4]   2> 11798 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[4 (1430035150092107777)]} 0 1
[junit4:junit4]   2> 11850 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10005 (1430035150146633728)]} 0 1
[junit4:junit4]   2> 11850 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[5 (1430035150146633729)]} 0 1
[junit4:junit4]   2> 11853 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[5 (1430035150149779456)]} 0 1
[junit4:junit4]   2> 11853 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10005 (1430035150149779457)]} 0 1
[junit4:junit4]   2> 11928 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[6 (1430035150228422656)]} 0 1
[junit4:junit4]   2> 11928 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10006 (1430035150229471232)]} 0 1
[junit4:junit4]   2> 11931 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[6 (1430035150231568384)]} 0 1
[junit4:junit4]   2> 11931 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10006 (1430035150231568385)]} 0 1
[junit4:junit4]   2> 11945 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10007 (1430035150246248449)]} 0 1
[junit4:junit4]   2> 11945 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[7 (1430035150246248448)]} 0 1
[junit4:junit4]   2> 11948 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10007 (1430035150249394176)]} 0 1
[junit4:junit4]   2> 11948 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[7 (1430035150249394177)]} 0 1
[junit4:junit4]   2> 12000 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[7 (-1430035150304968704)]} 0 1
[junit4:junit4]   2> 12000 T1262 C85 P53386 /update {wt=javabin&version=2} {delete=[10007 (-1430035150304968705)]} 0 1
[junit4:junit4]   2> 12002 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[10007 (-1430035150307065856)]} 0 0
[junit4:junit4]   2> 12002 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[7 (-1430035150307065857)]} 0 0
[junit4:junit4]   2> 12005 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10008 (1430035150310211584)]} 0 1
[junit4:junit4]   2> 12006 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[8 (1430035150310211585)]} 0 2
[junit4:junit4]   2> 12008 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10008 (1430035150312308736)]} 0 1
[junit4:junit4]   2> 12008 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[8 (1430035150313357312)]} 0 0
[junit4:junit4]   2> 12098 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[9 (1430035150407729152)]} 0 0
[junit4:junit4]   2> 12098 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10009 (1430035150407729153)]} 0 0
[junit4:junit4]   2> 12101 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10009 (1430035150410874881)]} 0 0
[junit4:junit4]   2> 12101 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[9 (1430035150410874880)]} 0 0
[junit4:junit4]   2> 12172 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10010 (1430035150484275201)]} 0 1
[junit4:junit4]   2> 12172 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10 (1430035150484275200)]} 0 1
[junit4:junit4]   2> 12174 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10 (1430035150487420929)]} 0 0
[junit4:junit4]   2> 12174 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10010 (1430035150487420928)]} 0 0
[junit4:junit4]   2> 12242 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[11 (1430035150557675520)]} 0 1
[junit4:junit4]   2> 12242 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10011 (1430035150557675521)]} 0 1
[junit4:junit4]   2> 12244 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10011 (1430035150560821249)]} 0 0
[junit4:junit4]   2> 12244 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[11 (1430035150560821248)]} 0 0
[junit4:junit4]   2> 12293 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10012 (1430035150612201473)]} 0 0
[junit4:junit4]   2> 12294 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[12 (1430035150612201472)]} 0 1
[junit4:junit4]   2> 12296 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[12 (1430035150615347201)]} 0 0
[junit4:junit4]   2> 12296 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10012 (1430035150615347200)]} 0 0
[junit4:junit4]   2> 12374 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10013 (1430035150697136129)]} 0 0
[junit4:junit4]   2> 12374 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[13 (1430035150697136128)]} 0 0
[junit4:junit4]   2> 12377 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[13 (1430035150700281856)]} 0 0
[junit4:junit4]   2> 12377 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10013 (1430035150700281857)]} 0 0
[junit4:junit4]   2> 12458 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12458 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[11 (-1430035150785216512)]} 0 0
[junit4:junit4]   2> 12458 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[10011 (-1430035150785216513)]} 0 0
[junit4:junit4]   2> 12458 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42478_k_%2Fgn",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42478_k_%2Fgn_collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42478/k_/gn",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 12460 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[11 (-1430035150787313664)]} 0 0
[junit4:junit4]   2> 12460 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[10011 (-1430035150787313665)]} 0 0
[junit4:junit4]   2> 12462 T1302 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> 12462 T1266 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> 12462 T1286 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> 12462 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12463 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10014 (1430035150790459392)]} 0 1
[junit4:junit4]   2> 12463 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[14 (1430035150790459393)]} 0 1
[junit4:junit4]   2>  C84_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:42478_k_%2Fgn, shard=shard1, state=recovering, base_url=http://127.0.0.1:42478/k_/gn, collection=collection1, core=collection1}
[junit4:junit4]   2> 12471 T1296 C84 P42478 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4725b0d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2db8b2e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12472 T1296 C84 P42478 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12474 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10014 (1430035150793605120)]} 0 4
[junit4:junit4]   2> 12474 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[14 (1430035150793605121)]} 0 3
[junit4:junit4]   2> 12474 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[14 (1430035150793605121)]} 0 9
[junit4:junit4]   2> 12474 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10014 (1430035150793605120)]} 0 9
[junit4:junit4]   2> 12538 T1279 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&coreNodeName=127.0.0.1:42478_k_%252Fgn_collection1&onlyIfLeader=true&checkLive=true&state=recovering&version=2&nodeName=127.0.0.1:42478_k_%252Fgn&action=PREPRECOVERY&core=collection1} status=0 QTime=1000 
[junit4:junit4]   2> 12577 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[15 (1430035150908948481)]} 0 1
[junit4:junit4]   2> 12577 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10015 (1430035150908948480)]} 0 1
[junit4:junit4]   2> 12583 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[15 (1430035150913142784)]} 0 1
[junit4:junit4]   2> 12583 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10015 (1430035150913142785)]} 0 1
[junit4:junit4]   2> 12584 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[15 (1430035150913142784)]} 0 5
[junit4:junit4]   2> 12584 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10015 (1430035150913142785)]} 0 5
[junit4:junit4]   2> 12625 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10016 (1430035150959280128)]} 0 1
[junit4:junit4]   2> 12625 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[16 (1430035150959280129)]} 0 1
[junit4:junit4]   2> 12630 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10016 (1430035150962425856)]} 0 1
[junit4:junit4]   2> 12630 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[16 (1430035150962425857)]} 0 1
[junit4:junit4]   2> 12630 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10016 (1430035150962425856)]} 0 3
[junit4:junit4]   2> 12630 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[16 (1430035150962425857)]} 0 3
[junit4:junit4]   2> 12653 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[15 (-1430035150989688832)]} 0 1
[junit4:junit4]   2> 12653 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[10015 (-1430035150989688833)]} 0 1
[junit4:junit4]   2> 12657 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[10015 (-1430035150991785985)]} 0 0
[junit4:junit4]   2> 12657 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[15 (-1430035150991785984)]} 0 0
[junit4:junit4]   2> 12658 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[15 (-1430035150991785984)]} 0 3
[junit4:junit4]   2> 12658 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[10015 (-1430035150991785985)]} 0 3
[junit4:junit4]   2> 12661 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10017 (1430035150997028865)]} 0 1
[junit4:junit4]   2> 12661 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[17 (1430035150997028864)]} 0 1
[junit4:junit4]   2> 12666 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10017 (1430035151000174592)]} 0 1
[junit4:junit4]   2> 12666 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[17 (1430035151000174593)]} 0 1
[junit4:junit4]   2> 12666 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10017 (1430035151000174592)]} 0 3
[junit4:junit4]   2> 12666 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[17 (1430035151000174593)]} 0 3
[junit4:junit4]   2> 12727 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10018 (1430035151066234880)]} 0 1
[junit4:junit4]   2> 12727 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[18 (1430035151066234881)]} 0 1
[junit4:junit4]   2> 12732 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10018 (1430035151069380608)]} 0 1
[junit4:junit4]   2> 12732 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[18 (1430035151069380609)]} 0 1
[junit4:junit4]   2> 12732 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10018 (1430035151069380608)]} 0 3
[junit4:junit4]   2> 12733 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[18 (1430035151069380609)]} 0 4
[junit4:junit4]   2> 12804 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[18 (-1430035151148023808)]} 0 0
[junit4:junit4]   2> 12804 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[10018 (-1430035151148023809)]} 0 0
[junit4:junit4]   2> 12808 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[10018 (-1430035151150120961)]} 0 0
[junit4:junit4]   2> 12808 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[18 (-1430035151150120960)]} 0 0
[junit4:junit4]   2> 12808 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[10018 (-1430035151150120961)]} 0 2
[junit4:junit4]   2> 12809 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[18 (-1430035151150120960)]} 0 3
[junit4:junit4]   2> 12811 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10019 (1430035151154315264)]} 0 1
[junit4:junit4]   2> 12811 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[19 (1430035151155363840)]} 0 1
[junit4:junit4]   2> 12816 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[19 (1430035151157460993)]} 0 1
[junit4:junit4]   2> 12816 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10019 (1430035151157460992)]} 0 1
[junit4:junit4]   2> 12816 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[19 (1430035151157460993)]} 0 3
[junit4:junit4]   2> 12816 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10019 (1430035151157460992)]} 0 3
[junit4:junit4]   2> 12908 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[20 (1430035151257075713)]} 0 1
[junit4:junit4]   2> 12908 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10020 (1430035151257075712)]} 0 1
[junit4:junit4]   2> 12913 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[20 (1430035151259172864)]} 0 1
[junit4:junit4]   2> 12913 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[20 (1430035151259172864)]} 0 3
[junit4:junit4]   2> 12913 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10020 (1430035151259172865)]} 0 0
[junit4:junit4]   2> 12914 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10020 (1430035151259172865)]} 0 4
[junit4:junit4]   2> 12963 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[21 (1430035151314747392)]} 0 1
[junit4:junit4]   2> 12963 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10021 (1430035151314747393)]} 0 0
[junit4:junit4]   2> 12968 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10021 (1430035151317893120)]} 0 0
[junit4:junit4]   2> 12969 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[21 (1430035151317893121)]} 0 1
[junit4:junit4]   2> 12969 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10021 (1430035151317893120)]} 0 4
[junit4:junit4]   2> 12969 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[21 (1430035151317893121)]} 0 4
[junit4:junit4]   2> 12971 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[10021 (-1430035151323136000)]} 0 0
[junit4:junit4]   2> 12972 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[21 (-1430035151323136001)]} 0 1
[junit4:junit4]   2> 12975 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[10021 (-1430035151325233152)]} 0 0
[junit4:junit4]   2> 12975 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[21 (-1430035151326281728)]} 0 0
[junit4:junit4]   2> 12976 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[10021 (-1430035151325233152)]} 0 3
[junit4:junit4]   2> 12976 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[21 (-1430035151326281728)]} 0 3
[junit4:junit4]   2> 12978 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10022 (1430035151330476032)]} 0 0
[junit4:junit4]   2> 12979 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[22 (1430035151330476033)]} 0 1
[junit4:junit4]   2> 12983 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10022 (1430035151332573184)]} 0 0
[junit4:junit4]   2> 12984 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10022 (1430035151332573184)]} 0 4
[junit4:junit4]   2> 12984 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[22 (1430035151333621760)]} 0 1
[junit4:junit4]   2> 12984 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[22 (1430035151333621760)]} 0 4
[junit4:junit4]   2> 13050 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10023 (1430035151404924928)]} 0 1
[junit4:junit4]   2> 13050 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[23 (1430035151404924929)]} 0 1
[junit4:junit4]   2> 13055 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10023 (1430035151408070656)]} 0 1
[junit4:junit4]   2> 13055 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[23 (1430035151408070657)]} 0 0
[junit4:junit4]   2> 13055 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10023 (1430035151408070656)]} 0 3
[junit4:junit4]   2> 13056 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[23 (1430035151408070657)]} 0 4
[junit4:junit4]   2> 13131 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[23 (-1430035151490908161)]} 0 0
[junit4:junit4]   2> 13131 T1262 C85 P53386 /update {wt=javabin&version=2} {delete=[10023 (-1430035151490908160)]} 0 0
[junit4:junit4]   2> 13135 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[23 (-1430035151493005312)]} 0 0
[junit4:junit4]   2> 13135 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[10023 (-1430035151493005313)]} 0 0
[junit4:junit4]   2> 13136 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[23 (-1430035151493005312)]} 0 3
[junit4:junit4]   2> 13136 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[10023 (-1430035151493005313)]} 0 3
[junit4:junit4]   2> 13139 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[24 (1430035151498248192)]} 0 1
[junit4:junit4]   2> 13139 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10024 (1430035151498248193)]} 0 1
[junit4:junit4]   2> 13144 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[24 (1430035151501393920)]} 0 1
[junit4:junit4]   2> 13144 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10024 (1430035151501393921)]} 0 1
[junit4:junit4]   2> 13144 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[24 (1430035151501393920)]} 0 3
[junit4:junit4]   2> 13144 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10024 (1430035151501393921)]} 0 3
[junit4:junit4]   2> 13210 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[25 (1430035151572697088)]} 0 1
[junit4:junit4]   2> 13210 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10025 (1430035151572697089)]} 0 1
[junit4:junit4]   2> 13217 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[25 (1430035151576891392)]} 0 1
[junit4:junit4]   2> 13217 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10025 (1430035151576891393)]} 0 1
[junit4:junit4]   2> 13218 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[25 (1430035151576891392)]} 0 5
[junit4:junit4]   2> 13218 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10025 (1430035151576891393)]} 0 5
[junit4:junit4]   2> 13277 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10026 (1430035151644000256)]} 0 0
[junit4:junit4]   2> 13277 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[26 (1430035151644000257)]} 0 0
[junit4:junit4]   2> 13283 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[26 (1430035151647145984)]} 0 1
[junit4:junit4]   2> 13283 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10026 (1430035151647145985)]} 0 1
[junit4:junit4]   2> 13283 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[26 (1430035151647145984)]} 0 3
[junit4:junit4]   2> 13283 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10026 (1430035151647145985)]} 0 4
[junit4:junit4]   2> 13290 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[27 (1430035151656583168)]} 0 1
[junit4:junit4]   2> 13290 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10027 (1430035151656583169)]} 0 1
[junit4:junit4]   2> 13295 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10027 (1430035151659728897)]} 0 1
[junit4:junit4]   2> 13295 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10027 (1430035151659728897)]} 0 3
[junit4:junit4]   2> 13295 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[27 (1430035151659728896)]} 0 1
[junit4:junit4]   2> 13296 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[27 (1430035151659728896)]} 0 4
[junit4:junit4]   2> 13353 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10028 (1430035151723692032)]} 0 0
[junit4:junit4]   2> 13354 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[28 (1430035151723692033)]} 0 1
[junit4:junit4]   2> 13359 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10028 (1430035151726837760)]} 0 1
[junit4:junit4]   2> 13359 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[28 (1430035151726837761)]} 0 1
[junit4:junit4]   2> 13359 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10028 (1430035151726837760)]} 0 3
[junit4:junit4]   2> 13360 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[28 (1430035151726837761)]} 0 4
[junit4:junit4]   2> 13458 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10029 (1430035151833792512)]} 0 0
[junit4:junit4]   2> 13459 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[29 (1430035151833792513)]} 0 1
[junit4:junit4]   2> 13464 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[29 (1430035151836938241)]} 0 1
[junit4:junit4]   2> 13464 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10029 (1430035151836938240)]} 0 1
[junit4:junit4]   2> 13464 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[29 (1430035151836938241)]} 0 3
[junit4:junit4]   2> 13465 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10029 (1430035151836938240)]} 0 4
[junit4:junit4]   2> 13469 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[30 (1430035151845326848)]} 0 0
[junit4:junit4]   2> 13470 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10030 (1430035151845326849)]} 0 1
[junit4:junit4]   2> 13475 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10030 (1430035151848472576)]} 0 1
[junit4:junit4]   2> 13475 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[30 (1430035151848472577)]} 0 1
[junit4:junit4]   2> 13475 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10030 (1430035151848472576)]} 0 3
[junit4:junit4]   2> 13475 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[30 (1430035151848472577)]} 0 3
[junit4:junit4]   2> 13541 T1244 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 42478
[junit4:junit4]   2> 13542 T1244 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=676642297
[junit4:junit4]   2> 13561 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[10030 (-1430035151941795840)]} 0 1
[junit4:junit4]   2> 13561 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[30 (-1430035151941795841)]} 0 0
[junit4:junit4]   2> 13565 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[10030 (-1430035151943892992)]} 0 0
[junit4:junit4]   2> 13565 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[30 (-1430035151943892993)]} 0 0
[junit4:junit4]   2> 13566 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[10030 (-1430035151943892992)]} 0 3
[junit4:junit4]   2> 13566 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[30 (-1430035151943892993)]} 0 3
[junit4:junit4]   2> 13569 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10031 (1430035151949135872)]} 0 1
[junit4:junit4]   2> 13569 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[31 (1430035151949135873)]} 0 1
[junit4:junit4]   2> 13574 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[31 (1430035151952281601)]} 0 0
[junit4:junit4]   2> 13574 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10031 (1430035151952281600)]} 0 1
[junit4:junit4]   2> 13575 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10031 (1430035151952281600)]} 0 4
[junit4:junit4]   2> 13575 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[31 (1430035151952281601)]} 0 4
[junit4:junit4]   2> 13667 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[32 (1430035152051896321)]} 0 1
[junit4:junit4]   2> 13667 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10032 (1430035152051896320)]} 0 1
[junit4:junit4]   2> 13672 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[32 (1430035152055042048)]} 0 1
[junit4:junit4]   2> 13672 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10032 (1430035152055042049)]} 0 1
[junit4:junit4]   2> 13672 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[32 (1430035152055042048)]} 0 3
[junit4:junit4]   2> 13672 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10032 (1430035152055042049)]} 0 3
[junit4:junit4]   2> 13760 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[10032 (-1430035152150462464)]} 0 1
[junit4:junit4]   2> 13760 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[32 (-1430035152150462465)]} 0 1
[junit4:junit4]   2> 13764 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[10032 (-1430035152152559616)]} 0 0
[junit4:junit4]   2> 13764 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[32 (-1430035152152559617)]} 0 0
[junit4:junit4]   2> 13765 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[10032 (-1430035152152559616)]} 0 3
[junit4:junit4]   2> 13765 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[32 (-1430035152152559617)]} 0 3
[junit4:junit4]   2> 13768 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[33 (1430035152157802496)]} 0 1
[junit4:junit4]   2> 13768 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10033 (1430035152157802497)]} 0 1
[junit4:junit4]   2> 13774 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[33 (1430035152160948224)]} 0 1
[junit4:junit4]   2> 13774 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10033 (1430035152160948225)]} 0 1
[junit4:junit4]   2> 13774 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[33 (1430035152160948224)]} 0 4
[junit4:junit4]   2> 13774 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10033 (1430035152160948225)]} 0 4
[junit4:junit4]   2> 13828 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10034 (1430035152221765632)]} 0 0
[junit4:junit4]   2> 13829 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[34 (1430035152221765633)]} 0 1
[junit4:junit4]   2> 13834 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10034 (1430035152224911361)]} 0 0
[junit4:junit4]   2> 13834 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[34 (1430035152224911360)]} 0 0
[junit4:junit4]   2> 13835 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10034 (1430035152224911361)]} 0 4
[junit4:junit4]   2> 13835 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[34 (1430035152224911360)]} 0 4
[junit4:junit4]   2> 13868 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[35 (1430035152263708672)]} 0 1
[junit4:junit4]   2> 13868 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10035 (1430035152263708673)]} 0 1
[junit4:junit4]   2> 13873 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[35 (1430035152266854401)]} 0 0
[junit4:junit4]   2> 13874 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10035 (1430035152266854400)]} 0 1
[junit4:junit4]   2> 13874 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[35 (1430035152266854401)]} 0 4
[junit4:junit4]   2> 13874 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10035 (1430035152266854400)]} 0 4
[junit4:junit4]   2> 13966 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13967 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42478_k_%2Fgn",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42478_k_%2Fgn_collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42478/k_/gn",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 13970 T1266 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> 13970 T1302 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> 13970 T1286 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> 13970 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13974 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10036 (1430035152373809153)]} 0 1
[junit4:junit4]   2> 13974 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[36 (1430035152373809152)]} 0 1
[junit4:junit4]   2> 13977 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10036 (1430035152376954880)]} 0 1
[junit4:junit4]   2> 13977 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[36 (1430035152378003456)]} 0 1
[junit4:junit4]   2> 14044 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10037 (1430035152447209472)]} 0 1
[junit4:junit4]   2> 14044 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[37 (1430035152447209473)]} 0 1
[junit4:junit4]   2> 14046 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10037 (1430035152450355200)]} 0 0
[junit4:junit4]   2> 14046 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[37 (1430035152450355201)]} 0 0
[junit4:junit4]   2> 14088 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[37 (-1430035152494395392)]} 0 0
[junit4:junit4]   2> 14088 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[10037 (-1430035152494395393)]} 0 0
[junit4:junit4]   2> 14090 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[10037 (-1430035152496492545)]} 0 0
[junit4:junit4]   2> 14090 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[37 (-1430035152496492544)]} 0 0
[junit4:junit4]   2> 14093 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10038 (1430035152499638273)]} 0 1
[junit4:junit4]   2> 14093 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[38 (1430035152499638272)]} 0 1
[junit4:junit4]   2> 14096 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10038 (1430035152502784000)]} 0 0
[junit4:junit4]   2> 14096 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[38 (1430035152502784001)]} 0 0
[junit4:junit4]   2> 14168 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10039 (1430035152577232896)]} 0 1
[junit4:junit4]   2> 14168 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[39 (1430035152577232897)]} 0 1
[junit4:junit4]   2> 14170 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10039 (1430035152580378624)]} 0 0
[junit4:junit4]   2> 14171 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[39 (1430035152580378625)]} 0 1
[junit4:junit4]   2> 14194 T1262 C85 P53386 /update {wt=javabin&version=2} {delete=[10038 (-1430035152605544448)]} 0 0
[junit4:junit4]   2> 14194 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[38 (-1430035152605544449)]} 0 0
[junit4:junit4]   2> 14197 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[10038 (-1430035152608690176)]} 0 1
[junit4:junit4]   2> 14197 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[38 (-1430035152608690177)]} 0 1
[junit4:junit4]   2> 14199 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[40 (1430035152610787328)]} 0 0
[junit4:junit4]   2> 14200 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10040 (1430035152610787329)]} 0 1
[junit4:junit4]   2> 14202 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[40 (1430035152613933056)]} 0 1
[junit4:junit4]   2> 14202 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10040 (1430035152613933057)]} 0 0
[junit4:junit4]   2> 14243 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10041 (1430035152655876097)]} 0 1
[junit4:junit4]   2> 14243 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[41 (1430035152655876096)]} 0 1
[junit4:junit4]   2> 14245 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[41 (1430035152659021824)]} 0 0
[junit4:junit4]   2> 14246 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10041 (1430035152659021825)]} 0 1
[junit4:junit4]   2> 14345 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[42 (1430035152763879424)]} 0 1
[junit4:junit4]   2> 14345 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10042 (1430035152763879425)]} 0 0
[junit4:junit4]   2> 14348 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[42 (1430035152765976576)]} 0 1
[junit4:junit4]   2> 14348 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10042 (1430035152765976577)]} 0 1
[junit4:junit4]   2> 14444 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[43 (1430035152866639873)]} 0 1
[junit4:junit4]   2> 14444 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10043 (1430035152866639872)]} 0 1
[junit4:junit4]   2> 14447 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[43 (1430035152870834176)]} 0 0
[junit4:junit4]   2> 14447 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10043 (1430035152870834177)]} 0 0
[junit4:junit4]   2> 14513 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10044 (1430035152938991617)]} 0 1
[junit4:junit4]   2> 14513 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[44 (1430035152938991616)]} 0 1
[junit4:junit4]   2> 14516 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10044 (1430035152942137344)]} 0 1
[junit4:junit4]   2> 14516 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[44 (1430035152942137345)]} 0 1
[junit4:junit4]   2>  C84_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:42478_k_%2Fgn, shard=shard1, state=down, base_url=http://127.0.0.1:42478/k_/gn, collection=collection1, core=collection1}
[junit4:junit4]   2> 14539 T1305 C84 P42478 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:35401/k_/gn/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14539 T1305 C84 P42478 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42478/k_/gn START replicas=[http://127.0.0.1:35401/k_/gn/collection1/] nUpdates=100
[junit4:junit4]   2> 14541 T1305 C84 P42478 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14541 T1305 C84 P42478 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14541 T1305 C84 P42478 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14541 T1305 C84 P42478 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14542 T1305 C84 P42478 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14542 T1305 C84 P42478 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:35401/k_/gn/collection1/. core=collection1
[junit4:junit4]   2> 14542 T1305 C84 P42478 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14542 T1282 C86 P35401 REQ /get {wt=javabin&distrib=false&version=2&getVersions=100&qt=/get} status=0 QTime=1 
[junit4:junit4]   2> 14545 T1281 C86 P35401 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14557 T1281 C86 P35401 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@163971ac lockFactory=org.apache.lucene.store.NativeFSLockFactory@7abffb58),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@163971ac lockFactory=org.apache.lucene.store.NativeFSLockFactory@7abffb58),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, segments_2, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 14557 T1281 C86 P35401 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, segments_2, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 14564 T1281 C86 P35401 oass.SolrIndexSearcher.<init> Opening Searcher@42f8512c realtime
[junit4:junit4]   2> 14565 T1281 C86 P35401 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14565 T1281 C86 P35401 /update {wt=javabin&commit=true&openSearcher=false&commit_end_point=true&waitSearcher=true&softCommit=false&version=2} {commit=} 0 20
[junit4:junit4]   2> 14566 T1305 C84 P42478 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14566 T1305 C84 P42478 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14570 T1279 C86 P35401 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14570 T1279 C86 P35401 REQ /replication {wt=javabin&command=indexversion&version=2&qt=/replication} status=0 QTime=3 
[junit4:junit4]   2> 14571 T1305 C84 P42478 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14571 T1305 C84 P42478 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14571 T1305 C84 P42478 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14573 T1282 C86 P35401 REQ /replication {wt=javabin&generation=2&command=filelist&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14574 T1305 C84 P42478 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 27
[junit4:junit4]   2> 14575 T1305 C84 P42478 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/index.20130320092636978 forceNew: false
[junit4:junit4]   2> 14575 T1305 C84 P42478 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@71627deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5affe39) fullCopy=true
[junit4:junit4]   2> 14577 T1281 C86 P35401 REQ /replication {file=_0_Lucene40_0.prx&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14580 T1280 C86 P35401 REQ /replication {file=_0.fdt&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14590 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[43 (-1430035153019731968)]} 0 1
[junit4:junit4]   2> 14590 T1262 C85 P53386 /update {wt=javabin&version=2} {delete=[10043 (-1430035153019731969)]} 0 1
[junit4:junit4]   2> 14590 T1279 C86 P35401 REQ /replication {file=_1_nrm.cfs&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14592 T1280 C86 P35401 REQ /replication {file=_1.si&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14593 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[10043 (-1430035153022877697)]} 0 1
[junit4:junit4]   2> 14593 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[43 (-1430035153022877696)]} 0 1
[junit4:junit4]   2> 14595 T1279 C86 P35401 REQ /replication {file=_0.fnm&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14596 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[45 (1430035153026023424)]} 0 1
[junit4:junit4]   2> 14596 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10045 (1430035153026023425)]} 0 1
[junit4:junit4]   2> 14598 T1280 C86 P35401 REQ /replication {file=_0.si&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14599 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[45 (1430035153029169152)]} 0 1
[junit4:junit4]   2> 14599 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10045 (1430035153029169153)]} 0 1
[junit4:junit4]   2> 14600 T1279 C86 P35401 REQ /replication {file=_1_Lucene40_0.tim&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14603 T1280 C86 P35401 REQ /replication {file=_0_Lucene40_0.tim&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14605 T1282 C86 P35401 REQ /replication {file=_1_dv.cfs&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14608 T1281 C86 P35401 REQ /replication {file=_1_Lucene40_0.tip&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14611 T1279 C86 P35401 REQ /replication {file=_1_Lucene40_0.prx&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14613 T1280 C86 P35401 REQ /replication {file=_0_Lucene40_0.frq&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14616 T1282 C86 P35401 REQ /replication {file=_1.fdx&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14619 T1281 C86 P35401 REQ /replication {file=_0_Lucene40_0.tip&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 14621 T1279 C86 P35401 REQ /replication {file=_0_dv.cfs&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14624 T1280 C86 P35401 REQ /replication {file=segments_2&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14626 T1282 C86 P35401 REQ /replication {file=_0_dv.cfe&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14629 T1281 C86 P35401 REQ /replication {file=_1_Lucene40_0.frq&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14632 T1279 C86 P35401 REQ /replication {file=_1.fdt&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14634 T1280 C86 P35401 REQ /replication {file=_0_nrm.cfe&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14637 T1282 C86 P35401 REQ /replication {file=_1.fnm&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14639 T1281 C86 P35401 REQ /replication {file=_0_1.del&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14642 T1279 C86 P35401 REQ /replication {file=_1_nrm.cfe&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14645 T1280 C86 P35401 REQ /replication {file=_1_1.del&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14657 T1282 C86 P35401 REQ /replication {file=_1_dv.cfe&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14660 T1281 C86 P35401 REQ /replication {file=_0.fdx&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14662 T1262 C85 P53386 /update {wt=javabin&version=2} {delete=[10044 (-1430035153096278016)]} 0 0
[junit4:junit4]   2> 14662 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[44 (-1430035153096278017)]} 0 0
[junit4:junit4]   2> 14663 T1279 C86 P35401 REQ /replication {file=_0_nrm.cfs&wt=filestream&generation=2&command=filecontent&checksum=true&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 14664 T1305 C84 P42478 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14664 T1305 C84 P42478 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130320092636978
[junit4:junit4]   2> 14664 T1305 C84 P42478 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14665 T1305 C84 P42478 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14665 T1305 C84 P42478 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14665 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[10044 (-1430035153099423744)]} 0 0
[junit4:junit4]   2> 14665 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[44 (-1430035153099423745)]} 0 0
[junit4:junit4]   2> 14666 T1305 C84 P42478 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/index.20130320092636978
[junit4:junit4]   2> 14668 T1305 C84 P42478 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71627deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5affe39),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, segments_2, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 14668 T1305 C84 P42478 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, segments_2, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 14668 T1305 C84 P42478 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14669 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10046 (1430035153102569473)]} 0 1
[junit4:junit4]   2> 14669 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[46 (1430035153102569472)]} 0 1
[junit4:junit4]   2> 14669 T1305 C84 P42478 oass.SolrIndexSearcher.<init> Opening Searcher@70af5e87 main
[junit4:junit4]   2> 14670 T1304 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70af5e87 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C62/12 _1(5.0):C26/8)}
[junit4:junit4]   2> 14670 T1305 C84 P42478 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@4725b0d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2db8b2e)
[junit4:junit4]   2> 14670 T1305 C84 P42478 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/index
[junit4:junit4]   2> 14671 T1305 C84 P42478 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@4725b0d2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2db8b2e)
[junit4:junit4]   2> 14672 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10046 (1430035153105715201)]} 0 1
[junit4:junit4]   2> 14672 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[46 (1430035153105715200)]} 0 1
[junit4:junit4]   2> 14673 T1305 C84 P42478 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14673 T1313 C84 P42478 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363787782408/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=4807
[junit4:junit4]   2> 14674 T1313 C84 P42478 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14675 T1313 C84 P42478 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71627deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5affe39),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, segments_2, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71627deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5affe39),segFN=segments_3,generation=3,filenames=[segments_3, _0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 14676 T1313 C84 P42478 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3, _0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 14676 T1313 C84 P42478 oass.SolrIndexSearcher.<init> Opening Searcher@285882e5 main
[junit4:junit4]   2> 14676 T1313 C84 P42478 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14677 T1304 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@285882e5 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C62/12 _1(5.0):C26/8)}
[junit4:junit4]   2> 14677 T1313 C84 P42478 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=4807}
[junit4:junit4]   2> 14677 T1305 C84 P42478 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14678 T1305 C84 P42478 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14678 T1305 C84 P42478 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14679 T1305 C84 P42478 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14682 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10047 (1430035153116200961)]} 0 1
[junit4:junit4]   2> 14682 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[47 (1430035153116200960)]} 0 1
[junit4:junit4]   2> 14685 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10047 (1430035153119346689)]} 0 1
[junit4:junit4]   2> 14685 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[47 (1430035153119346688)]} 0 1
[junit4:junit4]   2> 14699 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10048 (1430035153135075329)]} 0 1
[junit4:junit4]   2> 14699 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[48 (1430035153135075328)]} 0 1
[junit4:junit4]   2> 14702 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10048 (1430035153138221056)]} 0 0
[junit4:junit4]   2> 14703 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[48 (1430035153138221057)]} 0 1
[junit4:junit4]   2> 14779 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[49 (1430035153218961409)]} 0 0
[junit4:junit4]   2> 14779 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10049 (1430035153218961408)]} 0 0
[junit4:junit4]   2> 14782 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10049 (1430035153222107137)]} 0 0
[junit4:junit4]   2> 14782 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[49 (1430035153222107136)]} 0 0
[junit4:junit4]   2> 14859 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[10047 (-1430035153302847488)]} 0 0
[junit4:junit4]   2> 14859 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[47 (-1430035153302847489)]} 0 0
[junit4:junit4]   2> 14862 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[10047 (-1430035153304944640)]} 0 1
[junit4:junit4]   2> 14862 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[47 (-1430035153304944641)]} 0 1
[junit4:junit4]   2> 14864 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[10050 (1430035153308090368)]} 0 0
[junit4:junit4]   2> 14864 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[50 (1430035153308090369)]} 0 0
[junit4:junit4]   2> 14867 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[50 (1430035153311236097)]} 0 0
[junit4:junit4]   2> 14867 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10050 (1430035153311236096)]} 0 0
[junit4:junit4]   2> 14927 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[51 (1430035153373102081)]} 0 1
[junit4:junit4]   2> 14927 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10051 (1430035153373102080)]} 0 1
[junit4:junit4]   2> 14930 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10051 (1430035153376247809)]} 0 1
[junit4:junit4]   2> 14930 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[51 (1430035153376247808)]} 0 1
[junit4:junit4]   2> 14995 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[49 (-1430035153445453824)]} 0 1
[junit4:junit4]   2> 14995 T1262 C85 P53386 /update {wt=javabin&version=2} {delete=[10049 (-1430035153445453825)]} 0 1
[junit4:junit4]   2> 14997 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[49 (-1430035153447550976)]} 0 0
[junit4:junit4]   2> 14997 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[10049 (-1430035153447550977)]} 0 0
[junit4:junit4]   2> 15000 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[52 (1430035153449648128)]} 0 1
[junit4:junit4]   2> 15000 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10052 (1430035153449648129)]} 0 1
[junit4:junit4]   2> 15003 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[52 (1430035153452793856)]} 0 1
[junit4:junit4]   2> 15003 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10052 (1430035153452793857)]} 0 1
[junit4:junit4]   2> 15008 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[53 (1430035153458036736)]} 0 1
[junit4:junit4]   2> 15008 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10053 (1430035153459085312)]} 0 1
[junit4:junit4]   2> 15010 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[53 (1430035153461182464)]} 0 0
[junit4:junit4]   2> 15011 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10053 (1430035153461182465)]} 0 1
[junit4:junit4]   2> 15096 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[50 (-1430035153551360001)]} 0 0
[junit4:junit4]   2> 15096 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[10050 (-1430035153551360000)]} 0 0
[junit4:junit4]   2> 15099 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[10050 (-1430035153554505728)]} 0 0
[junit4:junit4]   2> 15099 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[50 (-1430035153554505729)]} 0 0
[junit4:junit4]   2> 15102 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[54 (1430035153556602880)]} 0 1
[junit4:junit4]   2> 15102 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10054 (1430035153556602881)]} 0 1
[junit4:junit4]   2> 15104 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10054 (1430035153559748609)]} 0 0
[junit4:junit4]   2> 15104 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[54 (1430035153559748608)]} 0 0
[junit4:junit4]   2> 15158 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[10051 (-1430035153616371713)]} 0 0
[junit4:junit4]   2> 15158 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[51 (-1430035153616371712)]} 0 0
[junit4:junit4]   2> 15161 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[10051 (-1430035153619517440)]} 0 0
[junit4:junit4]   2> 15161 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[51 (-1430035153619517441)]} 0 0
[junit4:junit4]   2> 15164 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[55 (1430035153621614592)]} 0 1
[junit4:junit4]   2> 15164 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10055 (1430035153621614593)]} 0 1
[junit4:junit4]   2> 15166 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[55 (1430035153624760321)]} 0 0
[junit4:junit4]   2> 15166 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10055 (1430035153624760320)]} 0 0
[junit4:junit4]   2> 15212 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[56 (1430035153671946240)]} 0 1
[junit4:junit4]   2> 15212 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10056 (1430035153671946241)]} 0 1
[junit4:junit4]   2> 15215 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10056 (1430035153675091969)]} 0 1
[junit4:junit4]   2> 15215 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[56 (1430035153675091968)]} 0 1
[junit4:junit4]   2> 15288 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[57 (1430035153752686592)]} 0 1
[junit4:junit4]   2> 15288 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10057 (1430035153752686593)]} 0 1
[junit4:junit4]   2> 15291 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10057 (1430035153755832320)]} 0 1
[junit4:junit4]   2> 15291 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[57 (1430035153755832321)]} 0 1
[junit4:junit4]   2> 15370 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[58 (1430035153838669824)]} 0 0
[junit4:junit4]   2> 15371 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10058 (1430035153838669825)]} 0 1
[junit4:junit4]   2> 15374 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[58 (1430035153841815552)]} 0 1
[junit4:junit4]   2> 15374 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10058 (1430035153841815553)]} 0 1
[junit4:junit4]   2> 15394 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[59 (1430035153862787072)]} 0 1
[junit4:junit4]   2> 15394 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10059 (1430035153862787073)]} 0 1
[junit4:junit4]   2> 15397 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[59 (1430035153865932800)]} 0 1
[junit4:junit4]   2> 15397 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10059 (1430035153865932801)]} 0 1
[junit4:junit4]   2> 15403 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[52 (-1430035153873272832)]} 0 0
[junit4:junit4]   2> 15404 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[10052 (-1430035153873272833)]} 0 0
[junit4:junit4]   2> 15405 T1281 C86 P35401 /update {wt=javabin&version=2} {delete=[52 (-1430035153875369984)]} 0 0
[junit4:junit4]   2> 15406 T1282 C86 P35401 /update {wt=javabin&version=2} {delete=[10052 (-1430035153876418560)]} 0 1
[junit4:junit4]   2> 15408 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[60 (1430035153877467136)]} 0 1
[junit4:junit4]   2> 15408 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10060 (1430035153878515712)]} 0 1
[junit4:junit4]   2> 15410 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[60 (1430035153880612864)]} 0 0
[junit4:junit4]   2> 15410 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[10060 (1430035153880612865)]} 0 0
[junit4:junit4]   2> 15430 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[61 (1430035153900535808)]} 0 1
[junit4:junit4]   2> 15430 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[10061 (1430035153900535809)]} 0 1
[junit4:junit4]   2> 15432 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[61 (1430035153903681536)]} 0 0
[junit4:junit4]   2> 15433 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[10061 (1430035153904730112)]} 0 1
[junit4:junit4]   2> 15475 T1267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15476 T1267 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42478_k_%2Fgn",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42478_k_%2Fgn_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42478/k_/gn",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 15479 T1266 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> 15479 T1286 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> 15480 T1302 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> 15479 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 15481 T1259 C85 P53386 /update {wt=javabin&version=2} {delete=[53 (-1430035153955061760)]} 0 0
[junit4:junit4]   2> 15481 T1262 C85 P53386 /update {wt=javabin&version=2} {delete=[10053 (-1430035153955061761)]} 0 0
[junit4:junit4]   2>  C84_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:42478_k_%2Fgn, shard=shard1, state=active, base_url=http://127.0.0.1:42478/k_/gn, collection=collection1, core=collection1}
[junit4:junit4]   2> 15486 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[10053 (-1430035153958207488)]} 0 1
[junit4:junit4]   2> 15486 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {delete=[53 (-1430035153957158912)]} 0 1
[junit4:junit4]   2> 15487 T1280 C86 P35401 /update {wt=javabin&version=2} {delete=[10053 (-1430035153958207488)]} 0 3
[junit4:junit4]   2> 15487 T1279 C86 P35401 /update {wt=javabin&version=2} {delete=[53 (-1430035153957158912)]} 0 4
[junit4:junit4]   2> 15490 T1261 C85 P53386 /update {wt=javabin&version=2} {add=[10062 (1430035153963450369)]} 0 1
[junit4:junit4]   2> 15490 T1260 C85 P53386 /update {wt=javabin&version=2} {add=[62 (1430035153963450368)]} 0 1
[junit4:junit4]   2> 15496 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10062 (1430035153966596096)]} 0 2
[junit4:junit4]   2> 15496 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[62 (1430035153966596097)]} 0 2
[junit4:junit4]   2> 15496 T1281 C86 P35401 /update {wt=javabin&version=2} {add=[10062 (1430035153966596096)]} 0 4
[junit4:junit4]   2> 15496 T1282 C86 P35401 /update {wt=javabin&version=2} {add=[62 (1430035153966596097)]} 0 4
[junit4:junit4]   2> 15533 T1262 C85 P53386 /update {wt=javabin&version=2} {add=[10063 (1430035154009587712)]} 0 0
[junit4:junit4]   2> 15533 T1259 C85 P53386 /update {wt=javabin&version=2} {add=[63 (1430035154009587713)]} 0 0
[junit4:junit4]   2> 15538 T1295 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[63 (1430035154012733440)]} 0 0
[junit4:junit4]   2> 15539 T1296 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {add=[10063 (1430035154012733441)]} 0 1
[junit4:junit4]   2> 15539 T1280 C86 P35401 /update {wt=javabin&version=2} {add=[63 (1430035154012733440)]} 0 3
[junit4:junit4]   2> 15539 T1279 C86 P35401 /update {wt=javabin&version=2} {add=[10063 (1430035154012733441)]} 0 3
[junit4:junit4]   2> 15544 T1244 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15544 T1244 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15547 T1244 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5382fc2a
[junit4:junit4]   2> 15551 T1261 C85 P53386 /update {wt=javabin&version=2} {delete=[10054 (-1430035154028462080)]} 0 1
[junit4:junit4]   2> 15551 T1260 C85 P53386 /update {wt=javabin&version=2} {delete=[54 (-1430035154028462081)]} 0 1
[junit4:junit4]   2> 15551 T1244 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=4,adds=4,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=48,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15552 T1244 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15552 T1244 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15552 T1244 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15555 T1298 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {} 0 0
[junit4:junit4]   2> 15555 T1297 C84 P42478 /update {wt=javabin&distrib.from=http://127.0.0.1:35401/k_/gn/collection1/&update.distrib=FROMLEADER&version=2} {} 0 0
[junit4:junit4]   2> 15556 T1244 C84 P42478 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71627deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5affe39),segFN=segments_3,generation=3,filenames=[segments_3, _0_Lucene40_0.prx, _0.fdt, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _0_Lucene40_0.tip, _0_dv.cfs, _0_dv.cfe, _1_Lucene40_0.frq, _1.fdt, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _1_dv.cfe, _0.fdx, _0_nrm.cfs]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@71627deb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5affe39),segFN=segments_4,generation=4,filenames=[_2.si, _2_dv.cfs, _0_Lucene40_0.prx, _0.fdt, _2_Lucene40_0.frq, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _2_dv.cfe, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _2.fnm, _2.fdt, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _2_Lucene40_0.tim, _0_Lucene40_0.tip, _0_dv.cfs, segments_4, _0_dv.cfe, _2_Lucene40_0.prx, _2_nrm.cfs, _1_Lucene40_0.frq, _1.fdt, _2.fdx, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _2_nrm.cfe, _1_dv.cfe, _0.fdx, _2_Lucene40_0.tip, _0_nrm.cfs]
[junit4:junit4]   2> 15556 T1298 C84 P42478 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:283)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[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> 15556 T1297 C84 P42478 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:283)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[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> 15556 T1244 C84 P42478 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2.si, _2_dv.cfs, _0_Lucene40_0.prx, _0.fdt, _2_Lucene40_0.frq, _1_nrm.cfs, _1.si, _0.fnm, _0.si, _2_dv.cfe, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _2.fnm, _2.fdt, _1_dv.cfs, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.frq, _1.fdx, _2_Lucene40_0.tim, _0_Lucene40_0.tip, _0_dv.cfs, segments_4, _0_dv.cfe, _2_Lucene40_0.prx, _2_nrm.cfs, _1_Lucene40_0.frq, _1.fdt, _2.fdx, _0_nrm.cfe, _0_1.del, _1.fnm, _1_nrm.cfe, _1_1.del, _2_nrm.cfe, _1_dv.cfe, _0.fdx, _2_Lucene40_0.tip, _0_nrm.cfs]
[junit4:junit4]   2> 15558 T1297 C84 P42478 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5382fc2a
[junit4:junit4]   2> 15558 T1282 C86 P35401 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:42478/k_/gn/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:42478/k_/gn/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15558 T1297 C84 P42478 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=4,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=48,cumulative_deletesById=16,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15559 T1282 C86 P35401 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:42478/k_/gn to recover
[junit4:junit4]   2> 15559 T1297 C84 P42478 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15559 T1244 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15559 T1282 C86 P35401 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15560 T1281 C86 P35401 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:42478/k_/gn/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:42478/k_/gn/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15561 T1249 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8816190b0008
[junit4:junit4]   2> 15561 T1281 C86 P35401 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:42478/k_/gn to recover
[junit4:junit4]   2> 15561 T1281 C86 P35401 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15561 T1302 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> 15562 T1286 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> 15562 T1246 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53190 which had sessionid 0x13d8816190b0008
[junit4:junit4]   2> 15562 T1273 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15563 T1266 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15563 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 15563 T1266 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> 15563 T1244 oaz.ZooKeeper.close Session: 0x13d8816190b0008 closed
[junit4:junit4]   2> 15564 T1286 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15565 T1281 C86 P35401 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:42478/k_/gn
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:410)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:440)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1086)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[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> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:42478 refused
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 	... 35 more
[junit4:junit4]   2> Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
[junit4:junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
[junit4:junit4]   2> 	at java.net.Socket.connect(Socket.java:578)
[junit4:junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
[junit4:junit4]   2> 	... 42 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 15565 T1282 C86 P35401 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:42478/k_/gn
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:410)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:440)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1086)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[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.j

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

 1>                   "state":"active",
[junit4:junit4]   1>                   "leader":"true"}}}}}}
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=A8526D73B264E4AD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=Asia/Damascus -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  136s J1 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8526D73B264E4AD:29B4E36BC53B8491]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[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> 136018 T1776 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 136032 T1775 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 136575 T1779 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {intDefault=Lucene41(blocksize=128), a_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), other_tl1=Lucene41(blocksize=128), timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=Lucene41(blocksize=128), text=PostingsFormat(name=Memory doPackFST= false), range_facet_sl=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), id=PostingsFormat(name=Direct), a_si=Lucene41(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=no, timezone=Asia/Damascus
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=143206384,total=230154240
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ClusterStateTest, TestOmitPositions, TestCopyFieldCollectionResource, TestDefaultSimilarityFactory, SolrIndexConfigTest, DocumentAnalysisRequestHandlerTest, TestCSVLoader, TestJmxIntegration, FieldAnalysisRequestHandlerTest, JSONWriterTest, TestFieldResource, TestSolrXMLSerializer, TestSystemIdResolver, TestRandomFaceting, TestElisionMultitermQuery, TestPostingsSolrHighlighter, TestQuerySenderNoQuery, HighlighterConfigTest, ShardRoutingCustomTest, FileUtilsTest, TestPartialUpdateDeduplication, TestIndexSearcher, PingRequestHandlerTest, TestFoldingMultitermQuery, CurrencyFieldXmlFileTest, TestJmxMonitoredMap, DocValuesMultiTest, TestUpdate, SortByFunctionTest, TestMultiCoreConfBootstrap, TestIndexingPerformance, TestLazyCores, TestSolrJ, NumericFieldsTest, OutputWriterTest, LeaderElectionIntegrationTest, CurrencyFieldOpenExchangeTest, TestSolr4Spatial, TestDFRSimilarityFactory, TestRTGBase, BasicDistributedZk2Test, SolrCmdDistributorTest, CoreContainerCoreInitFailuresTest, XmlUpdateRequestHandlerTest, DirectUpdateHandlerTest, SignatureUpdateProcessorFactoryTest, TestDistributedSearch, TestReload, TestComponentsName, TestBinaryField, RequestHandlersTest, TestStressReorder, DistanceFunctionTest, TestUtils, TestPropInject, MultiTermTest, SpellPossibilityIteratorTest, TestZkChroot, NoCacheHeaderTest, DOMUtilTest, XsltUpdateRequestHandlerTest, SpellCheckCollatorTest, SpellCheckComponentTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J1 in 136.81s, 1 test, 1 failure <<< FAILURES!

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

Total time: 39 minutes 14 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