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/15 12:49:10 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4687/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseParallelGC

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=623, name=coreLoadExecutor-274-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=623, name=coreLoadExecutor-274-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@194e6e0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@69dc90)
	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=625, 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=625, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@aab251 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1778e41)
	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)


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([953AC8948B467D9E:14DC468CFC191DA2]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:196)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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 9019 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T564 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T564 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1363347118760
[junit4:junit4]   2> 3 T564 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T565 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T565 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T565 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T565 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T565 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T565 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363347118760/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T564 oasc.ZkTestServer.run start zk server on port:33773
[junit4:junit4]   2> 106 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@141df20
[junit4:junit4]   2> 108 T570 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 108 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T570 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 109 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47520
[junit4:junit4]   2> 110 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47520
[junit4:junit4]   2> 110 T568 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 133 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0000 with negotiated timeout 10000 for client /127.0.0.1:47520
[junit4:junit4]   2> 133 T570 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0000, negotiated timeout = 10000
[junit4:junit4]   2> 134 T571 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@141df20 name:ZooKeeperConnection Watcher:127.0.0.1:33773 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 134 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 134 T564 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 140 T569 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6dd21aad0000
[junit4:junit4]   2> 141 T571 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 141 T566 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47520 which had sessionid 0x13d6dd21aad0000
[junit4:junit4]   2> 141 T564 oaz.ZooKeeper.close Session: 0x13d6dd21aad0000 closed
[junit4:junit4]   2> 142 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16e066a
[junit4:junit4]   2> 143 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 144 T572 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 144 T572 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 145 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47521
[junit4:junit4]   2> 145 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47521
[junit4:junit4]   2> 146 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0001 with negotiated timeout 10000 for client /127.0.0.1:47521
[junit4:junit4]   2> 146 T572 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0001, negotiated timeout = 10000
[junit4:junit4]   2> 147 T573 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16e066a name:ZooKeeperConnection Watcher:127.0.0.1:33773/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 147 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 148 T564 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 153 T564 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 155 T564 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 157 T564 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 160 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 161 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 167 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 168 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 174 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 175 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 177 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 177 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 180 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 180 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 183 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 184 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 188 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 188 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 191 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 191 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 193 T564 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 193 T564 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 196 T569 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6dd21aad0001
[junit4:junit4]   2> 196 T573 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 196 T566 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47521 which had sessionid 0x13d6dd21aad0001
[junit4:junit4]   2> 196 T564 oaz.ZooKeeper.close Session: 0x13d6dd21aad0001 closed
[junit4:junit4]   2> 259 T564 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 261 T564 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55456
[junit4:junit4]   2> 261 T564 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 262 T564 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 262 T564 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954
[junit4:junit4]   2> 262 T564 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/solr.xml
[junit4:junit4]   2> 263 T564 oasc.CoreContainer.<init> New CoreContainer 3970031
[junit4:junit4]   2> 263 T564 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/'
[junit4:junit4]   2> 263 T564 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/'
[junit4:junit4]   2> 279 T564 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 280 T564 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 280 T564 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 280 T564 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 280 T564 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 281 T564 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 281 T564 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 281 T564 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 282 T564 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 282 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 288 T564 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 296 T564 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:33773/solr
[junit4:junit4]   2> 296 T564 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 297 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5d49ec
[junit4:junit4]   2> 297 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 297 T583 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 298 T583 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 298 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47522
[junit4:junit4]   2> 298 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47522
[junit4:junit4]   2> 300 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0002 with negotiated timeout 20000 for client /127.0.0.1:47522
[junit4:junit4]   2> 300 T583 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0002, negotiated timeout = 20000
[junit4:junit4]   2> 300 T584 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d49ec name:ZooKeeperConnection Watcher:127.0.0.1:33773 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 300 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 302 T569 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6dd21aad0002
[junit4:junit4]   2> 302 T584 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 302 T566 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47522 which had sessionid 0x13d6dd21aad0002
[junit4:junit4]   2> 302 T564 oaz.ZooKeeper.close Session: 0x13d6dd21aad0002 closed
[junit4:junit4]   2> 304 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 308 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@82fb20
[junit4:junit4]   2> 309 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 309 T585 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 309 T585 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 310 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47523
[junit4:junit4]   2> 310 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47523
[junit4:junit4]   2> 312 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0003 with negotiated timeout 20000 for client /127.0.0.1:47523
[junit4:junit4]   2> 312 T585 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0003, negotiated timeout = 20000
[junit4:junit4]   2> 312 T586 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@82fb20 name:ZooKeeperConnection Watcher:127.0.0.1:33773/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 312 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 317 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 320 T564 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 322 T564 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55456_
[junit4:junit4]   2> 322 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55456_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55456_
[junit4:junit4]   2> 323 T564 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55456_
[junit4:junit4]   2> 326 T564 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 330 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 331 T564 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 334 T564 oasc.Overseer.start Overseer (id=89348316775383043-127.0.0.1:55456_-n_0000000000) starting
[junit4:junit4]   2> 335 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 344 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 345 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 347 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 348 T588 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 349 T564 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 354 T564 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 356 T564 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 365 T587 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 368 T589 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/collection1
[junit4:junit4]   2> 368 T589 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 369 T589 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 369 T589 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 371 T589 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/collection1/'
[junit4:junit4]   2> 372 T589 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/collection1/lib/README' to classloader
[junit4:junit4]   2> 372 T589 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 410 T589 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 437 T589 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 438 T589 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 442 T589 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 725 T589 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 734 T589 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 737 T589 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 751 T589 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 753 T589 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 757 T589 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 758 T589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 758 T589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 758 T589 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 760 T589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 760 T589 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 760 T589 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 760 T589 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363347118954/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/control/data/
[junit4:junit4]   2> 761 T589 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28dfb2
[junit4:junit4]   2> 761 T589 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 762 T589 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/control/data forceNew: false
[junit4:junit4]   2> 762 T589 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/control/data/index/
[junit4:junit4]   2> 762 T589 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363347118760/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 763 T589 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/control/data/index forceNew: false
[junit4:junit4]   2> 765 T589 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1325022 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10ad780),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 765 T589 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 767 T589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 767 T589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 768 T589 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 768 T589 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 769 T589 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 769 T589 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 769 T589 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 770 T589 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 770 T589 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 773 T589 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 776 T589 oass.SolrIndexSearcher.<init> Opening Searcher@894a23 main
[junit4:junit4]   2> 777 T589 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/control/data/tlog
[junit4:junit4]   2> 777 T589 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 778 T589 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 781 T590 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@894a23 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 782 T589 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 782 T589 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 783 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1869 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1869 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55456"}
[junit4:junit4]   2> 1870 T587 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1875 T587 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1876 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1884 T586 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> 2786 T589 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2787 T589 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55456 collection:control_collection shard:shard1
[junit4:junit4]   2> 2792 T589 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 2798 T589 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2804 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2805 T589 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2806 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2807 T589 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2808 T589 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2809 T589 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55456/collection1/
[junit4:junit4]   2> 2810 T589 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2810 T589 oasc.SyncStrategy.syncToMe http://127.0.0.1:55456/collection1/ has no replicas
[junit4:junit4]   2> 2810 T589 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55456/collection1/
[junit4:junit4]   2> 2811 T589 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2815 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3389 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3499 T586 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> 3518 T589 oasc.ZkController.register We are http://127.0.0.1:55456/collection1/ and leader is http://127.0.0.1:55456/collection1/
[junit4:junit4]   2> 3519 T589 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55456
[junit4:junit4]   2> 3519 T589 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3519 T589 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3519 T589 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3521 T589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3522 T564 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3522 T564 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3522 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3526 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3527 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@baf7ac
[junit4:junit4]   2> 3528 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3528 T592 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3528 T592 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 3529 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47524
[junit4:junit4]   2> 3529 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47524
[junit4:junit4]   2> 3530 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0004 with negotiated timeout 10000 for client /127.0.0.1:47524
[junit4:junit4]   2> 3530 T592 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0004, negotiated timeout = 10000
[junit4:junit4]   2> 3530 T593 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@baf7ac name:ZooKeeperConnection Watcher:127.0.0.1:33773/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3530 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3532 T564 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3535 T564 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3588 T564 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3590 T564 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52685
[junit4:junit4]   2> 3591 T564 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3591 T564 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3591 T564 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292
[junit4:junit4]   2> 3592 T564 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/solr.xml
[junit4:junit4]   2> 3592 T564 oasc.CoreContainer.<init> New CoreContainer 29490862
[junit4:junit4]   2> 3592 T564 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/'
[junit4:junit4]   2> 3593 T564 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/'
[junit4:junit4]   2> 3608 T564 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3609 T564 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3609 T564 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3609 T564 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3610 T564 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3610 T564 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3610 T564 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3611 T564 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3611 T564 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3611 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3618 T564 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3626 T564 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:33773/solr
[junit4:junit4]   2> 3626 T564 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3627 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2d3fb0
[junit4:junit4]   2> 3627 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3628 T603 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3628 T603 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 3628 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47525
[junit4:junit4]   2> 3630 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47525
[junit4:junit4]   2> 3630 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0005 with negotiated timeout 20000 for client /127.0.0.1:47525
[junit4:junit4]   2> 3630 T603 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0005, negotiated timeout = 20000
[junit4:junit4]   2> 3631 T604 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d3fb0 name:ZooKeeperConnection Watcher:127.0.0.1:33773 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3631 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3632 T569 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6dd21aad0005
[junit4:junit4]   2> 3633 T604 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3633 T566 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47525 which had sessionid 0x13d6dd21aad0005
[junit4:junit4]   2> 3633 T564 oaz.ZooKeeper.close Session: 0x13d6dd21aad0005 closed
[junit4:junit4]   2> 3633 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3636 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@605c34
[junit4:junit4]   2> 3637 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3637 T605 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3638 T605 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 3638 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47526
[junit4:junit4]   2> 3638 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47526
[junit4:junit4]   2> 3639 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0006 with negotiated timeout 20000 for client /127.0.0.1:47526
[junit4:junit4]   2> 3639 T605 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0006, negotiated timeout = 20000
[junit4:junit4]   2> 3639 T606 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@605c34 name:ZooKeeperConnection Watcher:127.0.0.1:33773/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3639 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3640 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3641 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3643 T564 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4645 T564 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52685_
[junit4:junit4]   2> 4646 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52685_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52685_
[junit4:junit4]   2> 4647 T564 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52685_
[junit4:junit4]   2> 4651 T586 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4653 T606 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4653 T593 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4654 T586 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4659 T607 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/collection1
[junit4:junit4]   2> 4659 T607 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4660 T607 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4660 T607 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4661 T607 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/collection1/'
[junit4:junit4]   2> 4661 T607 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/collection1/lib/README' to classloader
[junit4:junit4]   2> 4662 T607 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4695 T607 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 4734 T607 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4735 T607 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4740 T607 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5006 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5007 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55456"}
[junit4:junit4]   2> 5028 T607 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5033 T607 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5036 T607 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5062 T606 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> 5062 T593 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> 5062 T586 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> 5095 T607 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5101 T607 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5106 T607 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5107 T607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5108 T607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5108 T607 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5110 T607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5110 T607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5110 T607 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5111 T607 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363347122292/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty1/
[junit4:junit4]   2> 5111 T607 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28dfb2
[junit4:junit4]   2> 5112 T607 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5112 T607 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty1 forceNew: false
[junit4:junit4]   2> 5113 T607 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty1/index/
[junit4:junit4]   2> 5113 T607 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5114 T607 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty1/index forceNew: false
[junit4:junit4]   2> 5116 T607 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7785a1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55d171),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5116 T607 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5119 T607 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5119 T607 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5120 T607 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5121 T607 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5122 T607 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5122 T607 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5122 T607 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5123 T607 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5124 T607 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5128 T607 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5132 T607 oass.SolrIndexSearcher.<init> Opening Searcher@5133d2 main
[junit4:junit4]   2> 5132 T607 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty1/tlog
[junit4:junit4]   2> 5133 T607 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5133 T607 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5137 T608 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5133d2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5140 T607 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5140 T607 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6585 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6586 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52685_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52685"}
[junit4:junit4]   2> 6586 T587 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6586 T587 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6671 T593 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> 6671 T586 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> 6671 T606 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> 7162 T607 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7162 T607 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52685 collection:collection1 shard:shard1
[junit4:junit4]   2> 7163 T607 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7169 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7169 T607 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7170 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7171 T607 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7171 T607 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7171 T607 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52685/collection1/
[junit4:junit4]   2> 7172 T607 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7172 T607 oasc.SyncStrategy.syncToMe http://127.0.0.1:52685/collection1/ has no replicas
[junit4:junit4]   2> 7172 T607 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52685/collection1/
[junit4:junit4]   2> 7172 T607 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7175 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8177 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8186 T593 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> 8186 T586 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> 8186 T606 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> 8229 T607 oasc.ZkController.register We are http://127.0.0.1:52685/collection1/ and leader is http://127.0.0.1:52685/collection1/
[junit4:junit4]   2> 8229 T607 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52685
[junit4:junit4]   2> 8229 T607 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8230 T607 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8230 T607 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8231 T607 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8232 T564 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8233 T564 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8233 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8300 T564 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8302 T564 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60464
[junit4:junit4]   2> 8303 T564 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8303 T564 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8304 T564 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994
[junit4:junit4]   2> 8304 T564 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/solr.xml
[junit4:junit4]   2> 8304 T564 oasc.CoreContainer.<init> New CoreContainer 4394265
[junit4:junit4]   2> 8304 T564 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/'
[junit4:junit4]   2> 8305 T564 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/'
[junit4:junit4]   2> 8320 T564 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8320 T564 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8321 T564 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8321 T564 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8321 T564 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8322 T564 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8322 T564 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8322 T564 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8322 T564 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8323 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8328 T564 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8336 T564 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:33773/solr
[junit4:junit4]   2> 8336 T564 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8337 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b21adc
[junit4:junit4]   2> 8337 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8338 T619 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8338 T619 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 8338 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47527
[junit4:junit4]   2> 8338 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47527
[junit4:junit4]   2> 8339 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0007 with negotiated timeout 20000 for client /127.0.0.1:47527
[junit4:junit4]   2> 8339 T619 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0007, negotiated timeout = 20000
[junit4:junit4]   2> 8339 T620 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b21adc name:ZooKeeperConnection Watcher:127.0.0.1:33773 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8340 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8341 T569 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6dd21aad0007
[junit4:junit4]   2> 8341 T566 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47527 which had sessionid 0x13d6dd21aad0007
[junit4:junit4]   2> 8341 T564 oaz.ZooKeeper.close Session: 0x13d6dd21aad0007 closed
[junit4:junit4]   2> 8341 T620 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8342 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8345 T564 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33773/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@c6986b
[junit4:junit4]   2> 8346 T621 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33773. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8346 T564 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8346 T621 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33773, initiating session
[junit4:junit4]   2> 8346 T566 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47528
[junit4:junit4]   2> 8346 T566 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47528
[junit4:junit4]   2> 8347 T568 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6dd21aad0008 with negotiated timeout 20000 for client /127.0.0.1:47528
[junit4:junit4]   2> 8347 T621 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33773, sessionid = 0x13d6dd21aad0008, negotiated timeout = 20000
[junit4:junit4]   2> 8347 T622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c6986b name:ZooKeeperConnection Watcher:127.0.0.1:33773/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8348 T564 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8349 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8349 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8351 T564 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9353 T564 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60464_
[junit4:junit4]   2> 9354 T569 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6dd21aad0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60464_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60464_
[junit4:junit4]   2> 9355 T564 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60464_
[junit4:junit4]   2> 9356 T606 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> 9357 T593 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> 9357 T586 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> 9358 T622 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9359 T606 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9359 T593 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9359 T586 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9376 T623 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/collection1
[junit4:junit4]   2> 9376 T623 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9377 T623 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9377 T623 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9378 T623 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/collection1/'
[junit4:junit4]   2> 9378 T623 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/collection1/lib/README' to classloader
[junit4:junit4]   2> 9378 T623 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9399 T623 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9429 T623 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9430 T623 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9433 T623 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9692 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9693 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52685_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52685"}
[junit4:junit4]   2> 9696 T606 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> 9696 T622 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> 9696 T593 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> 9697 T623 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9697 T586 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> 9702 T623 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9704 T623 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9717 T623 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9720 T623 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9722 T623 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9723 T623 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9723 T623 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9723 T623 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9724 T623 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9724 T623 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9725 T623 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9725 T623 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363347126994/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/
[junit4:junit4]   2> 9725 T623 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28dfb2
[junit4:junit4]   2> 9725 T623 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9726 T623 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2 forceNew: false
[junit4:junit4]   2> 9726 T623 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/index/
[junit4:junit4]   2> 9726 T623 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9726 T623 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/index forceNew: false
[junit4:junit4]   2> 9727 T623 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15fecea lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ba240),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9728 T623 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9729 T623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9729 T623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9729 T623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9730 T623 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9730 T623 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9730 T623 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9731 T623 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9731 T623 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9731 T623 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9733 T623 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9735 T623 oass.SolrIndexSearcher.<init> Opening Searcher@baacda main
[junit4:junit4]   2> 9735 T623 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/tlog
[junit4:junit4]   2> 9736 T623 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9736 T623 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9739 T624 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@baacda main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9740 T623 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9740 T623 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11201 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11201 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 11202 T587 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11202 T587 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11211 T593 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> 11211 T606 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> 11211 T586 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> 11211 T622 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> 11742 T623 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11742 T623 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60464 collection:collection1 shard:shard1
[junit4:junit4]   2> 11746 T623 oasc.ZkController.register We are http://127.0.0.1:60464/collection1/ and leader is http://127.0.0.1:52685/collection1/
[junit4:junit4]   2> 11746 T623 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60464
[junit4:junit4]   2> 11746 T623 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11747 T623 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C38 name=collection1 org.apache.solr.core.SolrCore@10c4920 url=http://127.0.0.1:60464/collection1 node=127.0.0.1:60464_ C38_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:60464_, base_url=http://127.0.0.1:60464}
[junit4:junit4]   2> 11750 T625 C38 P60464 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11751 T625 C38 P60464 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11751 T623 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11751 T625 C38 P60464 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11751 T625 C38 P60464 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11752 T564 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11753 T625 C38 P60464 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11753 T564 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11753 T564 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11758 T564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C39 name=collection1 org.apache.solr.core.SolrCore@19c293d url=http://127.0.0.1:55456/collection1 node=127.0.0.1:55456_ C39_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:55456_, base_url=http://127.0.0.1:55456, leader=true}
[junit4:junit4]   2> 11770 T580 C39 P55456 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1325022 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10ad780),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11771 T580 C39 P55456 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11774 T581 C39 P55456 /update {wt=javabin&version=2} {add=[1 (1429573080738430977)]} 0 9
[junit4:junit4]   2> 11774 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10001 (1429573080738430976)]} 0 9
[junit4:junit4]   2> ASYNC  NEW_CORE C40 name=collection1 org.apache.solr.core.SolrCore@10774fe url=http://127.0.0.1:52685/collection1 node=127.0.0.1:52685_ C40_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52685_, base_url=http://127.0.0.1:52685, leader=true}
[junit4:junit4]   2> 11784 T599 C40 P52685 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7785a1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55d171),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11784 T599 C40 P52685 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11787 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10001 (1429573080753111040)]} 0 4
[junit4:junit4]   2> 11787 T600 C40 P52685 /update {wt=javabin&version=2} {add=[1 (1429573080753111041)]} 0 4
[junit4:junit4]   2> 11877 T582 C39 P55456 /update {wt=javabin&version=2} {add=[2 (1429573080850628609)]} 0 2
[junit4:junit4]   2> 11877 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10002 (1429573080850628608)]} 0 2
[junit4:junit4]   2> 11881 T601 C40 P52685 /update {wt=javabin&version=2} {add=[2 (1429573080854822912)]} 0 2
[junit4:junit4]   2> 11881 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10002 (1429573080854822913)]} 0 1
[junit4:junit4]   2> 11956 T580 C39 P55456 /update {wt=javabin&version=2} {add=[3 (1429573080934514688)]} 0 1
[junit4:junit4]   2> 11957 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10003 (1429573080934514689)]} 0 2
[junit4:junit4]   2> 11960 T600 C40 P52685 /update {wt=javabin&version=2} {add=[3 (1429573080937660416)]} 0 1
[junit4:junit4]   2> 11960 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10003 (1429573080937660417)]} 0 1
[junit4:junit4]   2> 12013 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10004 (1429573080993234945)]} 0 1
[junit4:junit4]   2> 12014 T582 C39 P55456 /update {wt=javabin&version=2} {add=[4 (1429573080993234944)]} 0 2
[junit4:junit4]   2> 12017 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10004 (1429573080997429248)]} 0 1
[junit4:junit4]   2> 12017 T601 C40 P52685 /update {wt=javabin&version=2} {add=[4 (1429573080997429249)]} 0 1
[junit4:junit4]   2> 12063 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10005 (1429573081045663744)]} 0 1
[junit4:junit4]   2> 12064 T581 C39 P55456 /update {wt=javabin&version=2} {add=[5 (1429573081045663745)]} 0 2
[junit4:junit4]   2> 12067 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10005 (1429573081049858048)]} 0 1
[junit4:junit4]   2> 12067 T599 C40 P52685 /update {wt=javabin&version=2} {add=[5 (1429573081049858049)]} 0 1
[junit4:junit4]   2> 12165 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[3 (-1429573081153667073)]} 0 0
[junit4:junit4]   2> 12165 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[10003 (-1429573081153667072)]} 0 0
[junit4:junit4]   2> 12168 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[3 (-1429573081156812800)]} 0 0
[junit4:junit4]   2> 12168 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[10003 (-1429573081156812801)]} 0 0
[junit4:junit4]   2> 12172 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10006 (1429573081159958529)]} 0 2
[junit4:junit4]   2> 12172 T580 C39 P55456 /update {wt=javabin&version=2} {add=[6 (1429573081159958528)]} 0 2
[junit4:junit4]   2> 12175 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10006 (1429573081163104256)]} 0 1
[junit4:junit4]   2> 12175 T600 C40 P52685 /update {wt=javabin&version=2} {add=[6 (1429573081163104257)]} 0 1
[junit4:junit4]   2> 12251 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[4 (-1429573081242796032)]} 0 1
[junit4:junit4]   2> 12251 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10004 (-1429573081242796033)]} 0 1
[junit4:junit4]   2> 12253 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[10004 (-1429573081245941761)]} 0 0
[junit4:junit4]   2> 12253 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[4 (-1429573081245941760)]} 0 0
[junit4:junit4]   2> 12256 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10007 (1429573081249087488)]} 0 1
[junit4:junit4]   2> 12257 T580 C39 P55456 /update {wt=javabin&version=2} {add=[7 (1429573081249087489)]} 0 2
[junit4:junit4]   2> 12260 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10007 (1429573081252233216)]} 0 1
[junit4:junit4]   2> 12260 T599 C40 P52685 /update {wt=javabin&version=2} {add=[7 (1429573081252233217)]} 0 1
[junit4:junit4]   2> 12329 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[5 (-1429573081324584960)]} 0 1
[junit4:junit4]   2> 12329 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[10005 (-1429573081325633536)]} 0 1
[junit4:junit4]   2> 12332 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[10005 (-1429573081328779264)]} 0 0
[junit4:junit4]   2> 12332 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[5 (-1429573081328779265)]} 0 0
[junit4:junit4]   2> 12335 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10008 (1429573081330876416)]} 0 1
[junit4:junit4]   2> 12336 T580 C39 P55456 /update {wt=javabin&version=2} {add=[8 (1429573081330876417)]} 0 2
[junit4:junit4]   2> 12338 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10008 (1429573081335070720)]} 0 0
[junit4:junit4]   2> 12339 T600 C40 P52685 /update {wt=javabin&version=2} {add=[8 (1429573081335070721)]} 0 1
[junit4:junit4]   2> 12360 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10009 (1429573081357090816)]} 0 1
[junit4:junit4]   2> 12361 T582 C39 P55456 /update {wt=javabin&version=2} {add=[9 (1429573081357090817)]} 0 2
[junit4:junit4]   2> 12363 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10009 (1429573081361285120)]} 0 1
[junit4:junit4]   2> 12364 T599 C40 P52685 /update {wt=javabin&version=2} {add=[9 (1429573081361285121)]} 0 1
[junit4:junit4]   2> 12465 T581 C39 P55456 /update {wt=javabin&version=2} {delete=[10006 (-1429573081468239872)]} 0 0
[junit4:junit4]   2> 12465 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[6 (-1429573081468239873)]} 0 0
[junit4:junit4]   2> 12468 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[10006 (-1429573081471385600)]} 0 0
[junit4:junit4]   2> 12468 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[6 (-1429573081471385601)]} 0 0
[junit4:junit4]   2> 12472 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10010 (1429573081474531328)]} 0 2
[junit4:junit4]   2> 12472 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10 (1429573081474531329)]} 0 2
[junit4:junit4]   2> 12475 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10010 (1429573081477677056)]} 0 1
[junit4:junit4]   2> 12475 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10 (1429573081477677057)]} 0 1
[junit4:junit4]   2> 12510 T581 C39 P55456 /update {wt=javabin&version=2} {add=[11 (1429573081515425792)]} 0 1
[junit4:junit4]   2> 12511 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10011 (1429573081515425793)]} 0 2
[junit4:junit4]   2> 12514 T601 C40 P52685 /update {wt=javabin&version=2} {add=[11 (1429573081518571520)]} 0 1
[junit4:junit4]   2> 12514 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10011 (1429573081518571521)]} 0 1
[junit4:junit4]   2> 12602 T581 C39 P55456 /update {wt=javabin&version=2} {delete=[10007 (-1429573081611894784)]} 0 0
[junit4:junit4]   2> 12602 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[7 (-1429573081611894785)]} 0 0
[junit4:junit4]   2> 12605 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[7 (-1429573081615040512)]} 0 1
[junit4:junit4]   2> 12605 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[10007 (-1429573081615040513)]} 0 1
[junit4:junit4]   2> 12608 T582 C39 P55456 /update {wt=javabin&version=2} {add=[12 (1429573081617137664)]} 0 1
[junit4:junit4]   2> 12608 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10012 (1429573081617137665)]} 0 1
[junit4:junit4]   2> 12611 T599 C40 P52685 /update {wt=javabin&version=2} {add=[12 (1429573081621331968)]} 0 1
[junit4:junit4]   2> 12612 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10012 (1429573081621331969)]} 0 2
[junit4:junit4]   2> 12691 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10013 (1429573081705218048)]} 0 1
[junit4:junit4]   2> 12692 T579 C39 P55456 /update {wt=javabin&version=2} {add=[13 (1429573081705218049)]} 0 2
[junit4:junit4]   2> 12695 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10013 (1429573081708363776)]} 0 1
[junit4:junit4]   2> 12695 T599 C40 P52685 /update {wt=javabin&version=2} {add=[13 (1429573081708363777)]} 0 1
[junit4:junit4]   2> 12716 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12717 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 12720 T606 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> 12720 T586 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> 12720 T622 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> 12720 T593 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> 12762 T602 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:60464_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 12794 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[10008 (-1429573081813221377)]} 0 0
[junit4:junit4]   2> 12794 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[8 (-1429573081813221376)]} 0 0
[junit4:junit4]   2>  C38_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:60464_, base_url=http://127.0.0.1:60464}
[junit4:junit4]   2> 12824 T615 C38 P60464 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15fecea lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ba240),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12824 T615 C38 P60464 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12825 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[8 (-1429573081818464257)]} 0 3
[junit4:junit4]   2> 12826 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10008 (-1429573081818464256)]} 0 3
[junit4:junit4]   2> 12826 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[8 (-1429573081818464257)]} 0 29
[junit4:junit4]   2> 12827 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[10008 (-1429573081818464256)]} 0 30
[junit4:junit4]   2> 12830 T581 C39 P55456 /update {wt=javabin&version=2} {add=[14 (1429573081849921536)]} 0 1
[junit4:junit4]   2> 12831 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10014 (1429573081849921537)]} 0 2
[junit4:junit4]   2> 12840 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429573081855164417)]} 0 2
[junit4:junit4]   2> 12841 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429573081855164416)]} 0 2
[junit4:junit4]   2> 12841 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10014 (1429573081855164417)]} 0 8
[junit4:junit4]   2> 12841 T602 C40 P52685 /update {wt=javabin&version=2} {add=[14 (1429573081855164416)]} 0 8
[junit4:junit4]   2> 12935 T582 C39 P55456 /update {wt=javabin&version=2} {add=[15 (1429573081960022016)]} 0 1
[junit4:junit4]   2> 12935 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10015 (1429573081960022017)]} 0 1
[junit4:junit4]   2> 12941 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429573081964216320)]} 0 1
[junit4:junit4]   2> 12942 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429573081964216321)]} 0 2
[junit4:junit4]   2> 12942 T600 C40 P52685 /update {wt=javabin&version=2} {add=[15 (1429573081964216320)]} 0 5
[junit4:junit4]   2> 12943 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10015 (1429573081964216321)]} 0 5
[junit4:junit4]   2> 12995 T581 C39 P55456 /update {wt=javabin&version=2} {add=[16 (1429573082022936577)]} 0 1
[junit4:junit4]   2> 12996 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10016 (1429573082022936576)]} 0 2
[junit4:junit4]   2> 13001 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429573082027130880)]} 0 1
[junit4:junit4]   2> 13002 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429573082027130881)]} 0 1
[junit4:junit4]   2> 13002 T602 C40 P52685 /update {wt=javabin&version=2} {add=[16 (1429573082027130880)]} 0 5
[junit4:junit4]   2> 13002 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10016 (1429573082027130881)]} 0 4
[junit4:junit4]   2> 13095 T582 C39 P55456 /update {wt=javabin&version=2} {add=[17 (1429573082127794176)]} 0 1
[junit4:junit4]   2> 13095 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10017 (1429573082127794177)]} 0 1
[junit4:junit4]   2> 13101 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429573082130939904)]} 0 1
[junit4:junit4]   2> 13101 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429573082131988480)]} 0 1
[junit4:junit4]   2> 13102 T600 C40 P52685 /update {wt=javabin&version=2} {add=[17 (1429573082130939904)]} 0 5
[junit4:junit4]   2> 13102 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10017 (1429573082131988480)]} 0 4
[junit4:junit4]   2> 13131 T581 C39 P55456 /update {wt=javabin&version=2} {add=[18 (1429573082165542912)]} 0 1
[junit4:junit4]   2> 13132 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10018 (1429573082165542913)]} 0 2
[junit4:junit4]   2> 13137 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429573082169737217)]} 0 1
[junit4:junit4]   2> 13138 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10018 (1429573082169737217)]} 0 4
[junit4:junit4]   2> 13138 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429573082169737216)]} 0 1
[junit4:junit4]   2> 13138 T599 C40 P52685 /update {wt=javabin&version=2} {add=[18 (1429573082169737216)]} 0 4
[junit4:junit4]   2> 13209 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[10017 (-1429573082248380416)]} 0 1
[junit4:junit4]   2> 13209 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[17 (-1429573082248380417)]} 0 0
[junit4:junit4]   2> 13215 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429573082251526145)]} 0 1
[junit4:junit4]   2> 13215 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429573082251526144)]} 0 1
[junit4:junit4]   2> 13216 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[10017 (-1429573082251526144)]} 0 4
[junit4:junit4]   2> 13216 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[17 (-1429573082251526145)]} 0 4
[junit4:junit4]   2> 13219 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10019 (1429573082257817600)]} 0 1
[junit4:junit4]   2> 13220 T579 C39 P55456 /update {wt=javabin&version=2} {add=[19 (1429573082257817601)]} 0 2
[junit4:junit4]   2> 13225 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429573082262011904)]} 0 1
[junit4:junit4]   2> 13226 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10019 (1429573082262011904)]} 0 5
[junit4:junit4]   2> 13226 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429573082262011905)]} 0 1
[junit4:junit4]   2> 13226 T599 C40 P52685 /update {wt=javabin&version=2} {add=[19 (1429573082262011905)]} 0 4
[junit4:junit4]   2> 13257 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[18 (-1429573082297663489)]} 0 1
[junit4:junit4]   2> 13257 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[10018 (-1429573082297663488)]} 0 1
[junit4:junit4]   2> 13261 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429573082300809217)]} 0 0
[junit4:junit4]   2> 13261 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429573082300809216)]} 0 0
[junit4:junit4]   2> 13262 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[10018 (-1429573082300809217)]} 0 3
[junit4:junit4]   2> 13262 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[18 (-1429573082300809216)]} 0 3
[junit4:junit4]   2> 13265 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10020 (1429573082306052096)]} 0 1
[junit4:junit4]   2> 13266 T579 C39 P55456 /update {wt=javabin&version=2} {add=[20 (1429573082307100672)]} 0 2
[junit4:junit4]   2> 13271 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429573082310246400)]} 0 1
[junit4:junit4]   2> 13272 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429573082310246401)]} 0 1
[junit4:junit4]   2> 13272 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10020 (1429573082310246400)]} 0 5
[junit4:junit4]   2> 13272 T599 C40 P52685 /update {wt=javabin&version=2} {add=[20 (1429573082310246401)]} 0 4
[junit4:junit4]   2> 13281 T580 C39 P55456 /update {wt=javabin&version=2} {add=[21 (1429573082322829313)]} 0 1
[junit4:junit4]   2> 13281 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10021 (1429573082322829312)]} 0 1
[junit4:junit4]   2> 13287 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429573082327023616)]} 0 1
[junit4:junit4]   2> 13288 T600 C40 P52685 /update {wt=javabin&version=2} {add=[21 (1429573082327023616)]} 0 5
[junit4:junit4]   2> 13288 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429573082327023617)]} 0 2
[junit4:junit4]   2> 13289 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10021 (1429573082327023617)]} 0 5
[junit4:junit4]   2> 13334 T581 C39 P55456 /update {wt=javabin&version=2} {add=[22 (1429573082378403840)]} 0 1
[junit4:junit4]   2> 13334 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10022 (1429573082378403841)]} 0 1
[junit4:junit4]   2> 13340 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429573082382598144)]} 0 1
[junit4:junit4]   2> 13341 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429573082382598145)]} 0 1
[junit4:junit4]   2> 13341 T602 C40 P52685 /update {wt=javabin&version=2} {add=[22 (1429573082382598144)]} 0 5
[junit4:junit4]   2> 13341 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10022 (1429573082382598145)]} 0 4
[junit4:junit4]   2> 13385 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[10021 (-1429573082432929792)]} 0 0
[junit4:junit4]   2> 13385 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[21 (-1429573082432929793)]} 0 0
[junit4:junit4]   2> 13390 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10021 (-1429573082435026944)]} 0 0
[junit4:junit4]   2> 13390 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[21 (-1429573082436075520)]} 0 0
[junit4:junit4]   2> 13391 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[10021 (-1429573082435026944)]} 0 4
[junit4:junit4]   2> 13391 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[21 (-1429573082436075520)]} 0 3
[junit4:junit4]   2> 13394 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10023 (1429573082441318400)]} 0 1
[junit4:junit4]   2> 13395 T579 C39 P55456 /update {wt=javabin&version=2} {add=[23 (1429573082442366976)]} 0 2
[junit4:junit4]   2> 13401 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429573082445512705)]} 0 1
[junit4:junit4]   2> 13401 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429573082445512704)]} 0 1
[junit4:junit4]   2> 13402 T600 C40 P52685 /update {wt=javabin&version=2} {add=[23 (1429573082445512705)]} 0 5
[junit4:junit4]   2> 13402 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10023 (1429573082445512704)]} 0 5
[junit4:junit4]   2> 13502 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10024 (1429573082555613184)]} 0 1
[junit4:junit4]   2> 13503 T582 C39 P55456 /update {wt=javabin&version=2} {add=[24 (1429573082555613185)]} 0 2
[junit4:junit4]   2> 13510 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429573082558758912)]} 0 2
[junit4:junit4]   2> 13510 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429573082558758913)]} 0 1
[junit4:junit4]   2> 13511 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10024 (1429573082558758912)]} 0 6
[junit4:junit4]   2> 13511 T601 C40 P52685 /update {wt=javabin&version=2} {add=[24 (1429573082558758913)]} 0 6
[junit4:junit4]   2> 13516 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10025 (1429573082569244672)]} 0 1
[junit4:junit4]   2> 13516 T579 C39 P55456 /update {wt=javabin&version=2} {add=[25 (1429573082569244673)]} 0 1
[junit4:junit4]   2> 13523 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429573082572390400)]} 0 2
[junit4:junit4]   2> 13523 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10025 (1429573082572390400)]} 0 5
[junit4:junit4]   2> 13524 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429573082574487552)]} 0 1
[junit4:junit4]   2> 13525 T600 C40 P52685 /update {wt=javabin&version=2} {add=[25 (1429573082574487552)]} 0 5
[junit4:junit4]   2> 13547 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10026 (1429573082601750528)]} 0 2
[junit4:junit4]   2> 13548 T582 C39 P55456 /update {wt=javabin&version=2} {add=[26 (1429573082602799104)]} 0 1
[junit4:junit4]   2> 13555 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429573082606993408)]} 0 2
[junit4:junit4]   2> 13556 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429573082606993409)]} 0 2
[junit4:junit4]   2> 13556 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10026 (1429573082606993408)]} 0 6
[junit4:junit4]   2> 13556 T601 C40 P52685 /update {wt=javabin&version=2} {add=[26 (1429573082606993409)]} 0 6
[junit4:junit4]   2> 13625 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10027 (1429573082683539456)]} 0 1
[junit4:junit4]   2> 13626 T579 C39 P55456 /update {wt=javabin&version=2} {add=[27 (1429573082683539457)]} 0 2
[junit4:junit4]   2> 13632 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429573082687733761)]} 0 1
[junit4:junit4]   2> 13633 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429573082687733760)]} 0 2
[junit4:junit4]   2> 13633 T600 C40 P52685 /update {wt=javabin&version=2} {add=[27 (1429573082687733761)]} 0 5
[junit4:junit4]   2> 13633 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10027 (1429573082687733760)]} 0 5
[junit4:junit4]   2> 13650 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10028 (1429573082709753856)]} 0 1
[junit4:junit4]   2> 13650 T580 C39 P55456 /update {wt=javabin&version=2} {add=[28 (1429573082709753857)]} 0 1
[junit4:junit4]   2> 13657 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429573082713948160)]} 0 2
[junit4:junit4]   2> 13657 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429573082713948161)]} 0 1
[junit4:junit4]   2> 13657 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10028 (1429573082713948160)]} 0 5
[junit4:junit4]   2> 13658 T601 C40 P52685 /update {wt=javabin&version=2} {add=[28 (1429573082713948161)]} 0 6
[junit4:junit4]   2> 13704 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10029 (1429573082767425536)]} 0 1
[junit4:junit4]   2> 13705 T579 C39 P55456 /update {wt=javabin&version=2} {add=[29 (1429573082767425537)]} 0 2
[junit4:junit4]   2> 13711 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429573082770571265)]} 0 1
[junit4:junit4]   2> 13711 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429573082770571264)]} 0 1
[junit4:junit4]   2> 13712 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10029 (1429573082770571265)]} 0 5
[junit4:junit4]   2> 13712 T599 C40 P52685 /update {wt=javabin&version=2} {add=[29 (1429573082770571264)]} 0 5
[junit4:junit4]   2> 13761 T564 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 60464
[junit4:junit4]   2> 13761 T564 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=4394265
[junit4:junit4]   2> 13809 T580 C39 P55456 /update {wt=javabin&version=2} {add=[30 (1429573082876477440)]} 0 1
[junit4:junit4]   2> 13810 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10030 (1429573082877526016)]} 0 2
[junit4:junit4]   2> 13816 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429573082880671744)]} 0 1
[junit4:junit4]   2> 13816 T602 C40 P52685 /update {wt=javabin&version=2} {add=[30 (1429573082880671744)]} 0 4
[junit4:junit4]   2> 13816 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429573082881720320)]} 0 1
[junit4:junit4]   2> 13817 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10030 (1429573082881720320)]} 0 5
[junit4:junit4]   2> 13823 T581 C39 P55456 /update {wt=javabin&version=2} {delete=[22 (-1429573082892206080)]} 0 0
[junit4:junit4]   2> 13823 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10022 (-1429573082892206081)]} 0 0
[junit4:junit4]   2> 13828 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[22 (-1429573082894303232)]} 0 1
[junit4:junit4]   2> 13828 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10022 (-1429573082895351808)]} 0 0
[junit4:junit4]   2> 13828 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[22 (-1429573082894303232)]} 0 3
[junit4:junit4]   2> 13829 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[10022 (-1429573082895351808)]} 0 3
[junit4:junit4]   2> 13831 T580 C39 P55456 /update {wt=javabin&version=2} {add=[31 (1429573082900594688)]} 0 1
[junit4:junit4]   2> 13832 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10031 (1429573082900594689)]} 0 1
[junit4:junit4]   2> 13838 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429573082903740416)]} 0 2
[junit4:junit4]   2> 13838 T602 C40 P52685 /update {wt=javabin&version=2} {add=[31 (1429573082903740416)]} 0 4
[junit4:junit4]   2> 13844 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429573082903740417)]} 0 2
[junit4:junit4]   2> 13845 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10031 (1429573082903740417)]} 0 11
[junit4:junit4]   2> 13928 T581 C39 P55456 /update {wt=javabin&version=2} {add=[32 (1429573083002306560)]} 0 1
[junit4:junit4]   2> 13934 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10032 (1429573083007549440)]} 0 1
[junit4:junit4]   2> 13935 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429573083006500864)]} 0 0
[junit4:junit4]   2> 13936 T599 C40 P52685 /update {wt=javabin&version=2} {add=[32 (1429573083006500864)]} 0 5
[junit4:junit4]   2> 13940 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429573083010695168)]} 0 1
[junit4:junit4]   2> 13941 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10032 (1429573083010695168)]} 0 5
[junit4:junit4]   2> 13952 T582 C39 P55456 /update {wt=javabin&version=2} {add=[33 (1429573083026423808)]} 0 1
[junit4:junit4]   2> 13957 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10033 (1429573083031666688)]} 0 1
[junit4:junit4]   2> 13959 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429573083030618112)]} 0 1
[junit4:junit4]   2> 13960 T600 C40 P52685 /update {wt=javabin&version=2} {add=[33 (1429573083030618112)]} 0 5
[junit4:junit4]   2> 13964 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429573083035860992)]} 0 1
[junit4:junit4]   2> 13965 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10033 (1429573083035860992)]} 0 5
[junit4:junit4]   2> 14041 T581 C39 P55456 /update {wt=javabin&version=2} {delete=[26 (-1429573083120795648)]} 0 0
[junit4:junit4]   2> 14046 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1429573083123941376)]} 0 0
[junit4:junit4]   2> 14046 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[10026 (-1429573083126038528)]} 0 0
[junit4:junit4]   2> 14047 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[26 (-1429573083123941376)]} 0 3
[junit4:junit4]   2> 14050 T582 C39 P55456 /update {wt=javabin&version=2} {add=[34 (1429573083129184256)]} 0 1
[junit4:junit4]   2> 14051 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1429573083129184256)]} 0 0
[junit4:junit4]   2> 14052 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[10026 (-1429573083129184256)]} 0 3
[junit4:junit4]   2> 14055 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10034 (1429573083134427136)]} 0 1
[junit4:junit4]   2> 14056 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429573083133378560)]} 0 1
[junit4:junit4]   2> 14056 T600 C40 P52685 /update {wt=javabin&version=2} {add=[34 (1429573083133378560)]} 0 4
[junit4:junit4]   2> 14062 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429573083138621440)]} 0 1
[junit4:junit4]   2> 14063 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10034 (1429573083138621440)]} 0 5
[junit4:junit4]   2> 14139 T581 C39 P55456 /update {wt=javabin&version=2} {add=[35 (1429573083222507520)]} 0 1
[junit4:junit4]   2> 14145 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429573083226701824)]} 0 1
[junit4:junit4]   2> 14145 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10035 (1429573083229847552)]} 0 1
[junit4:junit4]   2> 14146 T599 C40 P52685 /update {wt=javabin&version=2} {add=[35 (1429573083226701824)]} 0 4
[junit4:junit4]   2> 14150 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[28 (-1429573083235090432)]} 0 1
[junit4:junit4]   2> 14152 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429573083232993280)]} 0 1
[junit4:junit4]   2> 14153 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10035 (1429573083232993280)]} 0 5
[junit4:junit4]   2> 14155 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1429573083237187584)]} 0 1
[junit4:junit4]   2> 14155 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[28 (-1429573083237187584)]} 0 3
[junit4:junit4]   2> 14157 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10028 (-1429573083242430464)]} 0 1
[junit4:junit4]   2> 14158 T581 C39 P55456 /update {wt=javabin&version=2} {add=[36 (1429573083243479040)]} 0 0
[junit4:junit4]   2> 14161 T615 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1429573083244527616)]} 0 0
[junit4:junit4]   2> 14162 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[10028 (-1429573083244527616)]} 0 3
[junit4:junit4]   2> 14164 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429573083246624768)]} 0 0
[junit4:junit4]   2> 14165 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10036 (1429573083249770496)]} 0 1
[junit4:junit4]   2> 14165 T599 C40 P52685 /update {wt=javabin&version=2} {add=[36 (1429573083246624768)]} 0 5
[junit4:junit4]   2> 14171 T618 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429573083252916224)]} 0 1
[junit4:junit4]   2> 14172 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10036 (1429573083252916224)]} 0 5
[junit4:junit4]   2> 14223 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14224 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 14228 T593 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> 14228 T622 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> 14228 T606 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> 14228 T586 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> 14263 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[29 (-1429573083353579520)]} 0 0
[junit4:junit4]   2> 14266 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[29 (-1429573083356725248)]} 0 0
[junit4:junit4]   2> 14270 T581 C39 P55456 /update {wt=javabin&version=2} {delete=[10029 (-1429573083360919552)]} 0 1
[junit4:junit4]   2> 14270 T580 C39 P55456 /update {wt=javabin&version=2} {add=[37 (1429573083359870976)]} 0 1
[junit4:junit4]   2> 14273 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[10029 (-1429573083364065280)]} 0 1
[junit4:junit4]   2> 14277 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10037 (1429573083367211008)]} 0 2
[junit4:junit4]   2> 14274 T602 C40 P52685 /update {wt=javabin&version=2} {add=[37 (1429573083364065281)]} 0 1
[junit4:junit4]   2> 14281 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10037 (1429573083371405312)]} 0 1
[junit4:junit4]   2> 14370 T579 C39 P55456 /update {wt=javabin&version=2} {add=[38 (1429573083464728576)]} 0 1
[junit4:junit4]   2> 14373 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10038 (1429573083468922880)]} 0 0
[junit4:junit4]   2> 14374 T600 C40 P52685 /update {wt=javabin&version=2} {add=[38 (1429573083468922880)]} 0 1
[junit4:junit4]   2> 14377 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10038 (1429573083472068608)]} 0 1
[junit4:junit4]   2> 14474 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[30 (-1429573083574829056)]} 0 0
[junit4:junit4]   2> 14477 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10030 (-1429573083577974784)]} 0 1
[junit4:junit4]   2> 14477 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[30 (-1429573083577974784)]} 0 0
[junit4:junit4]   2> 14479 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[10030 (-1429573083580071936)]} 0 0
[junit4:junit4]   2> 14480 T580 C39 P55456 /update {wt=javabin&version=2} {add=[39 (1429573083580071936)]} 0 1
[junit4:junit4]   2> 14482 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10039 (1429573083582169088)]} 0 1
[junit4:junit4]   2> 14483 T600 C40 P52685 /update {wt=javabin&version=2} {add=[39 (1429573083583217664)]} 0 1
[junit4:junit4]   2> 14484 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10039 (1429573083585314816)]} 0 0
[junit4:junit4]   2> 14586 T582 C39 P55456 /update {wt=javabin&version=2} {add=[40 (1429573083691220992)]} 0 1
[junit4:junit4]   2> 14587 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10040 (1429573083692269568)]} 0 1
[junit4:junit4]   2> 14589 T601 C40 P52685 /update {wt=javabin&version=2} {add=[40 (1429573083695415296)]} 0 1
[junit4:junit4]   2> 14591 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10040 (1429573083696463872)]} 0 1
[junit4:junit4]   2> 14615 T581 C39 P55456 /update {wt=javabin&version=2} {add=[41 (1429573083722678272)]} 0 1
[junit4:junit4]   2> 14616 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10041 (1429573083722678273)]} 0 1
[junit4:junit4]   2> 14618 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10041 (1429573083725824000)]} 0 0
[junit4:junit4]   2> 14619 T600 C40 P52685 /update {wt=javabin&version=2} {add=[41 (1429573083725824001)]} 0 1
[junit4:junit4]   2> 14628 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10042 (1429573083735261184)]} 0 1
[junit4:junit4]   2> 14628 T579 C39 P55456 /update {wt=javabin&version=2} {add=[42 (1429573083735261185)]} 0 1
[junit4:junit4]   2> 14631 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10042 (1429573083738406912)]} 0 1
[junit4:junit4]   2> 14632 T599 C40 P52685 /update {wt=javabin&version=2} {add=[42 (1429573083739455488)]} 0 2
[junit4:junit4]   2> 14671 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10043 (1429573083780349952)]} 0 1
[junit4:junit4]   2> 14672 T580 C39 P55456 /update {wt=javabin&version=2} {add=[43 (1429573083780349953)]} 0 2
[junit4:junit4]   2> 14675 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10043 (1429573083784544256)]} 0 1
[junit4:junit4]   2> 14675 T601 C40 P52685 /update {wt=javabin&version=2} {add=[43 (1429573083784544257)]} 0 1
[junit4:junit4]   2> 14682 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10044 (1429573083791884288)]} 0 1
[junit4:junit4]   2> 14682 T579 C39 P55456 /update {wt=javabin&version=2} {add=[44 (1429573083791884289)]} 0 1
[junit4:junit4]   2> 14686 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10044 (1429573083796078592)]} 0 1
[junit4:junit4]   2> 14686 T600 C40 P52685 /update {wt=javabin&version=2} {add=[44 (1429573083796078593)]} 0 1
[junit4:junit4]   2>  C38_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:60464_, base_url=http://127.0.0.1:60464}
[junit4:junit4]   2> 14763 T625 C38 P60464 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52685/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14767 T625 C38 P60464 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 14774 T625 C38 P60464 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:60464 START replicas=[http://127.0.0.1:52685/collection1/] nUpdates=100
[junit4:junit4]   2> 14783 T625 C38 P60464 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14783 T625 C38 P60464 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14783 T601 C40 P52685 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=3 
[junit4:junit4]   2> 14783 T625 C38 P60464 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14783 T625 C38 P60464 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14784 T625 C38 P60464 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14784 T625 C38 P60464 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52685/collection1/. core=collection1
[junit4:junit4]   2> 14784 T625 C38 P60464 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14787 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10045 (1429573083901984768)]} 0 1
[junit4:junit4]   2> 14788 T580 C39 P55456 /update {wt=javabin&version=2} {add=[45 (1429573083904081920)]} 0 0
[junit4:junit4]   2> 14791 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10045 (1429573083906179072)]} 0 1
[junit4:junit4]   2> 14792 T600 C40 P52685 /update {wt=javabin&version=2} {add=[45 (1429573083907227648)]} 0 1
[junit4:junit4]   2> 14793 T602 C40 P52685 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14828 T602 C40 P52685 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7785a1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55d171),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7785a1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@55d171),segFN=segments_2,generation=2,filenames=[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1.pos, _0.pos, _1.si, _0.nvd, _0.tim, segments_2, _0.fdx, _0.si, _1.tip, _0.tip, _0.doc, _1.tim, _0.fdt]
[junit4:junit4]   2> 14829 T602 C40 P52685 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.fdt, _1.pos, _0.pos, _1.si, _0.nvd, _0.tim, segments_2, _0.fdx, _0.si, _1.tip, _0.tip, _0.doc, _1.tim, _0.fdt]
[junit4:junit4]   2> 14832 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10046 (1429573083949170688)]} 0 1
[junit4:junit4]   2> 14833 T602 C40 P52685 oass.SolrIndexSearcher.<init> Opening Searcher@1fd8312 realtime
[junit4:junit4]   2> 14833 T602 C40 P52685 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14834 T602 C40 P52685 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 41
[junit4:junit4]   2> 14835 T582 C39 P55456 /update {wt=javabin&version=2} {add=[46 (1429573083953364992)]} 0 1
[junit4:junit4]   2> 14836 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10046 (1429573083953364992)]} 0 2
[junit4:junit4]   2> 14840 T599 C40 P52685 /update {wt=javabin&version=2} {add=[46 (1429573083958607872)]} 0 0
[junit4:junit4]   2> 14859 T625 C38 P60464 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14859 T625 C38 P60464 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 14867 T625 C38 P60464 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14869 T600 C40 P52685 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14869 T600 C40 P52685 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14870 T625 C38 P60464 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14870 T625 C38 P60464 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14871 T625 C38 P60464 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14873 T601 C40 P52685 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14874 T625 C38 P60464 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 23
[junit4:junit4]   2> 14875 T625 C38 P60464 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/index.20130315073213631 forceNew: false
[junit4:junit4]   2> 14875 T625 C38 P60464 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@aab251 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1778e41) fullCopy=true
[junit4:junit4]   2> 14881 T602 C40 P52685 REQ /replication {file=_1.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14886 T599 C40 P52685 REQ /replication {file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14890 T600 C40 P52685 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14893 T601 C40 P52685 REQ /replication {file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14896 T602 C40 P52685 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14899 T599 C40 P52685 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14930 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10047 (1429573084051931136)]} 0 1
[junit4:junit4]   2> 14933 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10047 (1429573084055076864)]} 0 1
[junit4:junit4]   2> 14934 T580 C39 P55456 /update {wt=javabin&version=2} {add=[47 (1429573084056125440)]} 0 1
[junit4:junit4]   2> 14937 T601 C40 P52685 /update {wt=javabin&version=2} {add=[47 (1429573084059271168)]} 0 1
[junit4:junit4]   2> 14948 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10031 (-1429573084071854080)]} 0 0
[junit4:junit4]   2> 14951 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[10031 (-1429573084074999808)]} 0 1
[junit4:junit4]   2> 14951 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[31 (-1429573084074999808)]} 0 0
[junit4:junit4]   2> 14952 T600 C40 P52685 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14954 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10048 (1429573084077096960)]} 0 1
[junit4:junit4]   2> 14954 T601 C40 P52685 /update {wt=javabin&version=2} {delete=[31 (-1429573084078145536)]} 0 0
[junit4:junit4]   2> 14955 T599 C40 P52685 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14957 T580 C39 P55456 /update {wt=javabin&version=2} {add=[48 (1429573084081291264)]} 0 1
[junit4:junit4]   2> 14957 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10048 (1429573084081291264)]} 0 1
[junit4:junit4]   2> 14959 T600 C40 P52685 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14961 T601 C40 P52685 /update {wt=javabin&version=2} {add=[48 (1429573084084436992)]} 0 1
[junit4:junit4]   2> 14962 T599 C40 P52685 REQ /replication {file=_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14964 T602 C40 P52685 REQ /replication {file=_1.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14967 T600 C40 P52685 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14970 T601 C40 P52685 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14973 T599 C40 P52685 REQ /replication {file=_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14976 T602 C40 P52685 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14979 T600 C40 P52685 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14982 T601 C40 P52685 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14985 T599 C40 P52685 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14988 T602 C40 P52685 REQ /replication {file=_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14991 T600 C40 P52685 REQ /replication {file=_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14994 T601 C40 P52685 REQ /replication {file=_1.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14996 T599 C40 P52685 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14999 T602 C40 P52685 REQ /replication {file=_1.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15000 T625 C38 P60464 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15001 T625 C38 P60464 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130315073213631
[junit4:junit4]   2> 15003 T625 C38 P60464 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15003 T625 C38 P60464 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15004 T625 C38 P60464 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15005 T625 C38 P60464 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/index.20130315073213631
[junit4:junit4]   2> 15006 T625 C38 P60464 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@aab251 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1778e41),segFN=segments_2,generation=2,filenames=[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, segments_2, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, _0.fdt]
[junit4:junit4]   2> 15007 T625 C38 P60464 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, segments_2, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, _0.fdt]
[junit4:junit4]   2> 15008 T625 C38 P60464 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15009 T625 C38 P60464 oass.SolrIndexSearcher.<init> Opening Searcher@ee01cc main
[junit4:junit4]   2> 15010 T624 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ee01cc main{StandardDirectoryReader(segments_2:5:nrt _0(4.3):C66/19 _1(4.3):C24/9)}
[junit4:junit4]   2> 15011 T625 C38 P60464 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@15fecea lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ba240)
[junit4:junit4]   2> 15013 T625 C38 P60464 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/index
[junit4:junit4]   2> 15013 T625 C38 P60464 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@15fecea lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ba240)
[junit4:junit4]   2> 15015 T625 C38 P60464 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15016 T633 C38 P60464 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363347118760/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=6490
[junit4:junit4]   2> 15017 T633 C38 P60464 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15018 T633 C38 P60464 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@aab251 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1778e41),segFN=segments_2,generation=2,filenames=[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, segments_2, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@aab251 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1778e41),segFN=segments_3,generation=3,filenames=[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 15019 T633 C38 P60464 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 15020 T633 C38 P60464 oass.SolrIndexSearcher.<init> Opening Searcher@132d549 main
[junit4:junit4]   2> 15021 T633 C38 P60464 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15021 T624 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@132d549 main{StandardDirectoryReader(segments_2:5:nrt _0(4.3):C66/19 _1(4.3):C24/9)}
[junit4:junit4]   2> 15022 T633 C38 P60464 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=6490}
[junit4:junit4]   2> 15022 T625 C38 P60464 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15023 T625 C38 P60464 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15023 T625 C38 P60464 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15023 T579 C39 P55456 /update {wt=javabin&version=2} {add=[10049 (1429573084150497280)]} 0 1
[junit4:junit4]   2> 15025 T625 C38 P60464 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15027 T582 C39 P55456 /update {wt=javabin&version=2} {add=[49 (1429573084153643008)]} 0 2
[junit4:junit4]   2> 15027 T600 C40 P52685 /update {wt=javabin&version=2} {add=[10049 (1429573084153643008)]} 0 1
[junit4:junit4]   2> 15030 T601 C40 P52685 /update {wt=javabin&version=2} {add=[49 (1429573084156788736)]} 0 1
[junit4:junit4]   2> 15090 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[10032 (-1429573084220751872)]} 0 0
[junit4:junit4]   2> 15093 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[32 (-1429573084223897600)]} 0 1
[junit4:junit4]   2> 15093 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[10032 (-1429573084223897600)]} 0 0
[junit4:junit4]   2> 15095 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[32 (-1429573084225994752)]} 0 0
[junit4:junit4]   2> 15097 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10050 (1429573084227043328)]} 0 1
[junit4:junit4]   2> 15101 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10050 (1429573084231237632)]} 0 1
[junit4:junit4]   2> 15101 T582 C39 P55456 /update {wt=javabin&version=2} {add=[50 (1429573084231237632)]} 0 1
[junit4:junit4]   2> 15104 T599 C40 P52685 /update {wt=javabin&version=2} {add=[50 (1429573084235431936)]} 0 0
[junit4:junit4]   2> 15171 T580 C39 P55456 /update {wt=javabin&version=2} {delete=[10033 (-1429573084305686528)]} 0 0
[junit4:junit4]   2> 15174 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[33 (-1429573084308832256)]} 0 0
[junit4:junit4]   2> 15174 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[10033 (-1429573084308832256)]} 0 0
[junit4:junit4]   2> 15176 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[33 (-1429573084310929408)]} 0 0
[junit4:junit4]   2> 15178 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10051 (1429573084311977984)]} 0 1
[junit4:junit4]   2> 15180 T582 C39 P55456 /update {wt=javabin&version=2} {add=[51 (1429573084314075136)]} 0 1
[junit4:junit4]   2> 15181 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10051 (1429573084315123712)]} 0 1
[junit4:junit4]   2> 15183 T600 C40 P52685 /update {wt=javabin&version=2} {add=[51 (1429573084317220864)]} 0 1
[junit4:junit4]   2> 15204 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10052 (1429573084340289536)]} 0 1
[junit4:junit4]   2> 15206 T581 C39 P55456 /update {wt=javabin&version=2} {add=[52 (1429573084341338112)]} 0 1
[junit4:junit4]   2> 15207 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10052 (1429573084343435264)]} 0 0
[junit4:junit4]   2> 15209 T601 C40 P52685 /update {wt=javabin&version=2} {add=[52 (1429573084344483840)]} 0 1
[junit4:junit4]   2> 15306 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10053 (1429573084446195712)]} 0 1
[junit4:junit4]   2> 15307 T579 C39 P55456 /update {wt=javabin&version=2} {add=[53 (1429573084447244288)]} 0 1
[junit4:junit4]   2> 15309 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10053 (1429573084450390016)]} 0 0
[junit4:junit4]   2> 15310 T600 C40 P52685 /update {wt=javabin&version=2} {add=[53 (1429573084450390017)]} 0 1
[junit4:junit4]   2> 15345 T581 C39 P55456 /update {wt=javabin&version=2} {add=[54 (1429573084487090177)]} 0 1
[junit4:junit4]   2> 15345 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10054 (1429573084487090176)]} 0 1
[junit4:junit4]   2> 15348 T602 C40 P52685 /update {wt=javabin&version=2} {add=[54 (1429573084490235904)]} 0 1
[junit4:junit4]   2> 15349 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10054 (1429573084491284480)]} 0 1
[junit4:junit4]   2> 15399 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[34 (-1429573084544761856)]} 0 0
[junit4:junit4]   2> 15399 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10034 (-1429573084544761857)]} 0 0
[junit4:junit4]   2> 15402 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[10034 (-1429573084547907584)]} 0 1
[junit4:junit4]   2> 15402 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[34 (-1429573084547907585)]} 0 0
[junit4:junit4]   2> 15405 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10055 (1429573084550004736)]} 0 1
[junit4:junit4]   2> 15405 T580 C39 P55456 /update {wt=javabin&version=2} {add=[55 (1429573084550004737)]} 0 1
[junit4:junit4]   2> 15408 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10055 (1429573084553150464)]} 0 1
[junit4:junit4]   2> 15408 T601 C40 P52685 /update {wt=javabin&version=2} {add=[55 (1429573084554199040)]} 0 0
[junit4:junit4]   2> 15505 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[10036 (-1429573084654862336)]} 0 1
[junit4:junit4]   2> 15505 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[36 (-1429573084655910912)]} 0 0
[junit4:junit4]   2> 15507 T599 C40 P52685 /update {wt=javabin&version=2} {delete=[10036 (-1429573084658008064)]} 0 0
[junit4:junit4]   2> 15507 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[36 (-1429573084658008065)]} 0 0
[junit4:junit4]   2> 15510 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10056 (1429573084661153792)]} 0 0
[junit4:junit4]   2> 15511 T581 C39 P55456 /update {wt=javabin&version=2} {add=[56 (1429573084661153793)]} 0 1
[junit4:junit4]   2> 15514 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10056 (1429573084664299520)]} 0 1
[junit4:junit4]   2> 15514 T600 C40 P52685 /update {wt=javabin&version=2} {add=[56 (1429573084664299521)]} 0 1
[junit4:junit4]   2> 15558 T579 C39 P55456 /update {wt=javabin&version=2} {add=[57 (1429573084710436864)]} 0 1
[junit4:junit4]   2> 15559 T582 C39 P55456 /update {wt=javabin&version=2} {add=[10057 (1429573084710436865)]} 0 2
[junit4:junit4]   2> 15561 T599 C40 P52685 /update {wt=javabin&version=2} {add=[57 (1429573084714631168)]} 0 0
[junit4:junit4]   2> 15562 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10057 (1429573084714631169)]} 0 1
[junit4:junit4]   2> 15577 T580 C39 P55456 /update {wt=javabin&version=2} {add=[58 (1429573084730359808)]} 0 1
[junit4:junit4]   2> 15578 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10058 (1429573084731408384)]} 0 2
[junit4:junit4]   2> 15580 T601 C40 P52685 /update {wt=javabin&version=2} {add=[58 (1429573084734554112)]} 0 1
[junit4:junit4]   2> 15581 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10058 (1429573084734554113)]} 0 1
[junit4:junit4]   2> 15657 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[37 (-1429573084815294464)]} 0 0
[junit4:junit4]   2> 15657 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10037 (-1429573084815294465)]} 0 0
[junit4:junit4]   2> 15660 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[10037 (-1429573084818440192)]} 0 1
[junit4:junit4]   2> 15660 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[37 (-1429573084818440193)]} 0 1
[junit4:junit4]   2> 15663 T581 C39 P55456 /update {wt=javabin&version=2} {add=[10059 (1429573084820537345)]} 0 1
[junit4:junit4]   2> 15663 T580 C39 P55456 /update {wt=javabin&version=2} {add=[59 (1429573084820537344)]} 0 1
[junit4:junit4]   2> 15667 T601 C40 P52685 /update {wt=javabin&version=2} {add=[10059 (1429573084824731648)]} 0 2
[junit4:junit4]   2> 15667 T599 C40 P52685 /update {wt=javabin&version=2} {add=[59 (1429573084824731649)]} 0 1
[junit4:junit4]   2> 15684 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[39 (-1429573084842557440)]} 0 1
[junit4:junit4]   2> 15684 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10039 (-1429573084842557441)]} 0 1
[junit4:junit4]   2> 15686 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[10039 (-1429573084845703169)]} 0 0
[junit4:junit4]   2> 15686 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[39 (-1429573084845703168)]} 0 0
[junit4:junit4]   2> 15690 T581 C39 P55456 /update {wt=javabin&version=2} {add=[60 (1429573084848848896)]} 0 1
[junit4:junit4]   2> 15690 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10060 (1429573084848848897)]} 0 1
[junit4:junit4]   2> 15693 T599 C40 P52685 /update {wt=javabin&version=2} {add=[10060 (1429573084851994624)]} 0 1
[junit4:junit4]   2> 15693 T601 C40 P52685 /update {wt=javabin&version=2} {add=[60 (1429573084851994625)]} 0 1
[junit4:junit4]   2> 15733 T587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15734 T587 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60464_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60464"}
[junit4:junit4]   2> 15737 T606 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> 15737 T622 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> 15737 T593 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> 15737 T586 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> 15763 T564 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15763 T564 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15767 T564 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10c4920
[junit4:junit4]   2> 15770 T579 C39 P55456 /update {wt=javabin&version=2} {delete=[10041 (-1429573084933783552)]} 0 1
[junit4:junit4]   2> 15770 T582 C39 P55456 /update {wt=javabin&version=2} {delete=[41 (-1429573084933783553)]} 0 0
[junit4:junit4]   2> 15774 T564 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15775 T564 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15775 T564 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2>  C38_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:60464_, base_url=http://127.0.0.1:60464}
[junit4:junit4]   2> 15776 T616 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[41 (-1429573084935880705)]} 0 2
[junit4:junit4]   2> 15776 T564 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15776 T617 C38 P60464 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 2
[junit4:junit4]   2> 15776 T602 C40 P52685 /update {wt=javabin&version=2} {delete=[41 (-1429573084935880705)]} 0 4
[junit4:junit4]   2> 15777 T617 C38 P60464 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:288)
[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:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[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> 15777 T564 C38 P60464 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@aab251 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1778e41),segFN=segments_3,generation=3,filenames=[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _1_1.del, _0.nvm, _1.fnm, _1.fdx, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@aab251 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1778e41),segFN=segments_4,generation=4,filenames=[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _0.nvm, _1.fnm, _1.fdx, _1_2.del, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, _0.fdt, segments_4]
[junit4:junit4]   2> 15778 T617 C38 P60464 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10c4920
[junit4:junit4]   2> 15778 T564 C38 P60464 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1.doc, _1.nvm, _0.fnm, _1.nvd, _0_1.del, _0.nvm, _1.fnm, _1.fdx, _1_2.del, _1.pos, _1.fdt, _0.pos, _1.si, _0.tim, _0.nvd, _0.fdx, _0.si, _1.tip, _0.doc, _0.tip, _1.tim, _0.fdt, segments_4]
[junit4:junit4]   2> 15778 T617 C38 P60464 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=16,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15780 T581 C39 P55456 /update {wt=javabin&version=2} {add=[61 (1429573084943220736)]} 0 1
[junit4:junit4]   2> 15780 T617 C38 P60464 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15780 T564 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15782 T569 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6dd21aad0008
[junit4:junit4]   2> 15782 T600 C40 P52685 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:60464/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:60464/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[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$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15783 T593 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> 15783 T566 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47528 which had sessionid 0x13d6dd21aad0008
[junit4:junit4]   2> 15783 T586 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> 15783 T606 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> 15784 T600 C40 P52685 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:60464 to recover
[junit4:junit4]   2> 15784 T600 C40 P52685 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15785 T606 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15785 T564 oaz.ZooKeeper.close Session: 0x13d6dd21aad0008 closed
[junit4:junit4]   2> 15786 T586 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15786 T593 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15787 T601 C40 P52685 oasup.DistributedUpdateProcessor.doDefensiveChecks SEVERE Request says it is coming from leader, but we are the leader: distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2
[junit4:junit4]   2> 15787 T601 C40 P52685 /update {distrib.from=http://127.0.0.1:52685/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 15788 T601 C40 P52685 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Request says it is coming from leader, but we are the leader
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doDefensiveChecks(DistributedUpdateProcessor.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.setupRequest(DistributedUpdateProcessor.java:228)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:339)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[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:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[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:856)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[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> 15791 T600 C40 P52685 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:60464
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[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:637)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[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:60464 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:339)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[junit4:junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
[junit4:junit4]   2> 	at java.net.Socket.connect(Socket.java:579)
[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> 15793 T600 C40 P52685 /update {wt=javabin&version=2} {delete=[10041 (-1429573084935880704)]} 0 21
[junit4:junit4]   2> 15798 T599 C40 P52685 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:60464/collection1/:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:60464/collection1
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[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$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]   2> 		at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]   2> 		at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[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> 		... 11 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15798 T580 C39 P55456 /update {wt=javabin&version=2} {add=[10061 (1429573084961046528)]} 0 2
[junit4:junit4]   2> 15798 T599 C40 P52685 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:60464 to recover
[junit4:junit4]   2> 15799 T599 C40 P52685 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15802 T602 C40 P52685 /update {wt=javabin&version=2} {add=[10061 (1429573084966289408)]} 0 1
[junit4:junit4]   2> 15802 T599 C40 P52685 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:60464
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[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:637)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[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:60464 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.AbstractHtt

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

yncRequestProcessor exited!
[junit4:junit4]   2> 48050 T2371 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   2> 48052 T2371 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49261 49261
[junit4:junit4]   2> 48054 T2373 oazs.NIOServerCnxnFactory.run NIOServerCnxn factory exited run method
[junit4:junit4]   2> 48055 T2371 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 48055 T2371 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 48055 T2371 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 48056 T2371 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 48056 T2371 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.method=testDistribSearch -Dtests.seed=953AC8948B467D9E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_SA -Dtests.timezone=Pacific/Tahiti -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 48.1s J0 | SyncSliceTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([953AC8948B467D9E:14DC468CFC191DA2]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:92)
[junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
[junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:54)
[junit4:junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:196)
[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:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$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> 48063 T2371 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 48075 T2370 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> 48639 T2374 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_SA, timezone=Pacific/Tahiti
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=6,free=77985696,total=260243456
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestStressVersions, DistributedTermsComponentTest, ZkCLITest, SynonymTokenizerTest, CoreAdminHandlerTest, TestCopyFieldCollectionResource, TestValueSourceCache, PluginInfoTest, BadComponentTest, IndexSchemaTest, TestBadConfig, TestRemoteStreaming, MoreLikeThisHandlerTest, TestPHPSerializedResponseWriter, BasicFunctionalityTest, TestFieldCollectionResource, RAMDirectoryFactoryTest, UUIDFieldTest, FastVectorHighlighterTest, TestQuerySenderListener, SOLR749Test, TestSolrQueryParser, SoftAutoCommitTest, TestXIncludeConfig, SuggesterFSTTest, CacheHeaderTest, TermVectorComponentTest, FieldMutatingUpdateProcessorTest, TestLRUCache, TestReversedWildcardFilterFactory, OverseerCollectionProcessorTest, DistributedSpellCheckComponentTest, TestPropInjectDefaults, TestSolrDeletionPolicy1, RecoveryZkTest, MBeansHandlerTest, TestCharFilters, SliceStateTest, ClusterStateUpdateTest, LoggingHandlerTest, TermsComponentTest, TestFieldTypeCollectionResource, DocumentBuilderTest, FileBasedSpellCheckerTest, AliasIntegrationTest, TestCoreContainer, SystemInfoHandlerTest, TestPseudoReturnFields, UnloadDistributedZkTest, BinaryUpdateRequestHandlerTest, PreAnalyzedFieldTest, SolrIndexSplitterTest, TestFastWriter, CSVRequestHandlerTest, PrimUtilsTest, CircularListTest, OverseerTest, TestLMDirichletSimilarityFactory, PrimitiveFieldTypeTest, SimpleFacetsTest, AutoCommitTest, TestSolrCoreProperties, StatelessScriptUpdateProcessorFactoryTest, ResponseLogComponentTest, ShardRoutingTest, TestSearchPerf, BasicDistributedZkTest, SyncSliceTest]
[junit4:junit4] Completed on J0 in 48.85s, 1 test, 1 failure <<< FAILURES!

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

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