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/10 04:08:06 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_41) - Build # 4613 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4613/
Java: 32bit/jdk1.6.0_41 -server -XX:+UseParallelGC

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

Error Message:
ERROR: SolrIndexSearcher opens=44 closes=43

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=44 closes=43
	at __randomizedtesting.SeedInfo.seed([30CBC9715B66FCAA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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:662)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=2132, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    2) Thread[id=2067, name=searcherExecutor-1654-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)         at java.lang.Thread.run(Thread.java:662)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=2132, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   2) Thread[id=2067, name=searcherExecutor-1654-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
        at java.lang.Thread.run(Thread.java:662)
	at __randomizedtesting.SeedInfo.seed([30CBC9715B66FCAA]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=2132, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1186)         at java.lang.Thread.join(Thread.java:1239)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    2) Thread[id=2067, name=searcherExecutor-1654-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)         at java.lang.Thread.run(Thread.java:662)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=2132, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1186)
        at java.lang.Thread.join(Thread.java:1239)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
        at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   2) Thread[id=2067, name=searcherExecutor-1654-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
        at java.lang.Thread.run(Thread.java:662)
	at __randomizedtesting.SeedInfo.seed([30CBC9715B66FCAA]:0)




Build Log:
[...truncated 8659 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4:junit4]   2> 0 T1844 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /cn/
[junit4:junit4]   2> 4 T1844 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeySafeLeaderTest-1362884506812
[junit4:junit4]   2> 5 T1844 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1845 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T1845 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1845 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1845 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1845 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T1845 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1844 oasc.ZkTestServer.run start zk server on port:41685
[junit4:junit4]   2> 106 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@763196
[junit4:junit4]   2> 106 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1850 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 107 T1850 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 107 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54639
[junit4:junit4]   2> 107 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54639
[junit4:junit4]   2> 108 T1848 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 194 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00000 with negotiated timeout 10000 for client /127.0.0.1:54639
[junit4:junit4]   2> 194 T1850 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00000, negotiated timeout = 10000
[junit4:junit4]   2> 194 T1851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@763196 name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 195 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 195 T1844 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 197 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c00000
[junit4:junit4]   2> 198 T1851 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 198 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c00000 closed
[junit4:junit4]   2> 198 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54639 which had sessionid 0x13d523f34c00000
[junit4:junit4]   2> 199 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@12aeb61
[junit4:junit4]   2> 200 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 200 T1852 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 200 T1852 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 200 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54640
[junit4:junit4]   2> 201 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54640
[junit4:junit4]   2> 201 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00001 with negotiated timeout 10000 for client /127.0.0.1:54640
[junit4:junit4]   2> 201 T1852 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00001, negotiated timeout = 10000
[junit4:junit4]   2> 201 T1853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12aeb61 name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 202 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 202 T1844 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 205 T1844 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 206 T1844 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 208 T1844 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 210 T1844 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> 211 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 217 T1844 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> 218 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 221 T1844 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> 221 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 224 T1844 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> 224 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 226 T1844 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> 227 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 229 T1844 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> 229 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 231 T1844 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> 232 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 234 T1844 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> 234 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 236 T1844 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> 237 T1844 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 239 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c00001
[junit4:junit4]   2> 240 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54640 which had sessionid 0x13d523f34c00001
[junit4:junit4]   2> 240 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c00001 closed
[junit4:junit4]   2> 240 T1853 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 315 T1844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 319 T1844 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53158
[junit4:junit4]   2> 319 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 319 T1844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 320 T1844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048
[junit4:junit4]   2> 320 T1844 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/solr.xml
[junit4:junit4]   2> 320 T1844 oasc.CoreContainer.<init> New CoreContainer 14201096
[junit4:junit4]   2> 321 T1844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/'
[junit4:junit4]   2> 321 T1844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/'
[junit4:junit4]   2> 337 T1844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 338 T1844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 338 T1844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 339 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 339 T1844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 339 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 340 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 347 T1844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 347 T1844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 348 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 357 T1844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 375 T1844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:41685/solr
[junit4:junit4]   2> 375 T1844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 376 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@16c298d
[junit4:junit4]   2> 377 T1863 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 377 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 378 T1863 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 378 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54642
[junit4:junit4]   2> 378 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54642
[junit4:junit4]   2> 379 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00002 with negotiated timeout 20000 for client /127.0.0.1:54642
[junit4:junit4]   2> 379 T1863 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00002, negotiated timeout = 20000
[junit4:junit4]   2> 379 T1864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16c298d name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 379 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 381 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c00002
[junit4:junit4]   2> 381 T1864 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 381 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54642 which had sessionid 0x13d523f34c00002
[junit4:junit4]   2> 381 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c00002 closed
[junit4:junit4]   2> 382 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 384 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d0c176
[junit4:junit4]   2> 385 T1865 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 385 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 385 T1865 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 385 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54643
[junit4:junit4]   2> 386 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54643
[junit4:junit4]   2> 386 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00003 with negotiated timeout 20000 for client /127.0.0.1:54643
[junit4:junit4]   2> 387 T1865 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00003, negotiated timeout = 20000
[junit4:junit4]   2> 387 T1866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d0c176 name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 387 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 388 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 389 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 390 T1844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53158_cn
[junit4:junit4]   2> 391 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53158_cn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53158_cn
[junit4:junit4]   2> 391 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53158_cn
[junit4:junit4]   2> 393 T1844 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 397 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 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> 397 T1844 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 399 T1844 oasc.Overseer.start Overseer (id=89317999038693379-127.0.0.1:53158_cn-n_0000000000) starting
[junit4:junit4]   2> 399 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 400 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 400 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 401 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 401 T1868 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 402 T1844 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 404 T1844 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 405 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 407 T1867 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 409 T1869 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/collection1
[junit4:junit4]   2> 409 T1869 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 409 T1869 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 410 T1869 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 410 T1869 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/collection1/'
[junit4:junit4]   2> 411 T1869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/collection1/lib/README' to classloader
[junit4:junit4]   2> 411 T1869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 436 T1869 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 468 T1869 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 469 T1869 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 473 T1869 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 819 T1869 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 825 T1869 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 827 T1869 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 836 T1869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 839 T1869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 842 T1869 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 843 T1869 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 843 T1869 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 843 T1869 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 844 T1869 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 844 T1869 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 844 T1869 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362884507048/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/control/data/
[junit4:junit4]   2> 844 T1869 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@159d510
[junit4:junit4]   2> 845 T1869 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 851 T1869 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/control/data forceNew: false
[junit4:junit4]   2> 851 T1869 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/control/data/index/
[junit4:junit4]   2> 851 T1869 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 852 T1869 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/control/data/index forceNew: false
[junit4:junit4]   2> 854 T1869 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 854 T1869 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 855 T1869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 855 T1869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 856 T1869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 856 T1869 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 856 T1869 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 857 T1869 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 857 T1869 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 857 T1869 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 857 T1869 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 859 T1869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 862 T1869 oass.SolrIndexSearcher.<init> Opening Searcher@c3fb52 main
[junit4:junit4]   2> 862 T1869 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 862 T1869 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 868 T1870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c3fb52 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 869 T1869 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 869 T1869 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 870 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 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> 1910 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1910 T1867 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:53158_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53158/cn"}
[junit4:junit4]   2> 1910 T1867 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1911 T1867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1911 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 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> 1915 T1866 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> 2872 T1869 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2872 T1869 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53158/cn collection:control_collection shard:shard1
[junit4:junit4]   2> 2873 T1869 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2879 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 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> 2880 T1869 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2880 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2882 T1869 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2882 T1869 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2882 T1869 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53158/cn/collection1/
[junit4:junit4]   2> 2883 T1869 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2883 T1869 oasc.SyncStrategy.syncToMe http://127.0.0.1:53158/cn/collection1/ has no replicas
[junit4:junit4]   2> 2883 T1869 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53158/cn/collection1/
[junit4:junit4]   2> 2883 T1869 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2887 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3418 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3425 T1866 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> 3440 T1869 oasc.ZkController.register We are http://127.0.0.1:53158/cn/collection1/ and leader is http://127.0.0.1:53158/cn/collection1/
[junit4:junit4]   2> 3440 T1869 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53158/cn
[junit4:junit4]   2> 3440 T1869 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3441 T1869 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3441 T1869 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3442 T1869 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3443 T1844 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3444 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3444 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3448 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3449 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@14c8ed3
[junit4:junit4]   2> 3450 T1872 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3450 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3450 T1872 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 3451 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54644
[junit4:junit4]   2> 3451 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54644
[junit4:junit4]   2> 3452 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00004 with negotiated timeout 10000 for client /127.0.0.1:54644
[junit4:junit4]   2> 3452 T1872 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00004, negotiated timeout = 10000
[junit4:junit4]   2> 3452 T1873 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14c8ed3 name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3452 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3454 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3455 T1844 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3512 T1844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3514 T1844 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46905
[junit4:junit4]   2> 3515 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3515 T1844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3516 T1844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264
[junit4:junit4]   2> 3516 T1844 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/solr.xml
[junit4:junit4]   2> 3516 T1844 oasc.CoreContainer.<init> New CoreContainer 1886444
[junit4:junit4]   2> 3517 T1844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/'
[junit4:junit4]   2> 3517 T1844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/'
[junit4:junit4]   2> 3533 T1844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3533 T1844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3533 T1844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3534 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3534 T1844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3534 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3535 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3535 T1844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3535 T1844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3536 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3541 T1844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3552 T1844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:41685/solr
[junit4:junit4]   2> 3552 T1844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3553 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3abd91
[junit4:junit4]   2> 3553 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3554 T1883 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3554 T1883 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 3554 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54645
[junit4:junit4]   2> 3555 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54645
[junit4:junit4]   2> 3556 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00005 with negotiated timeout 20000 for client /127.0.0.1:54645
[junit4:junit4]   2> 3556 T1883 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00005, negotiated timeout = 20000
[junit4:junit4]   2> 3556 T1884 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3abd91 name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3556 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3557 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c00005
[junit4:junit4]   2> 3558 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54645 which had sessionid 0x13d523f34c00005
[junit4:junit4]   2> 3558 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c00005 closed
[junit4:junit4]   2> 3558 T1884 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3558 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3560 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14a66bb
[junit4:junit4]   2> 3561 T1885 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3561 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3562 T1885 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 3562 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54646
[junit4:junit4]   2> 3562 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54646
[junit4:junit4]   2> 3563 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00006 with negotiated timeout 20000 for client /127.0.0.1:54646
[junit4:junit4]   2> 3563 T1885 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00006, negotiated timeout = 20000
[junit4:junit4]   2> 3563 T1886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a66bb name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3563 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3564 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3566 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3567 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4570 T1844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46905_cn
[junit4:junit4]   2> 4571 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46905_cn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46905_cn
[junit4:junit4]   2> 4571 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46905_cn
[junit4:junit4]   2> 4574 T1866 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4574 T1873 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4574 T1866 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> 4574 T1886 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4579 T1887 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/collection1
[junit4:junit4]   2> 4579 T1887 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4580 T1887 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4580 T1887 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4581 T1887 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/collection1/'
[junit4:junit4]   2> 4582 T1887 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/collection1/lib/README' to classloader
[junit4:junit4]   2> 4582 T1887 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4606 T1887 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4642 T1887 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4644 T1887 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4647 T1887 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4930 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4931 T1867 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:53158_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53158/cn"}
[junit4:junit4]   2> 4934 T1886 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> 4934 T1866 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> 4934 T1873 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> 4993 T1887 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4999 T1887 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5001 T1887 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5013 T1887 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5015 T1887 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5018 T1887 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5019 T1887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5020 T1887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5020 T1887 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5021 T1887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5021 T1887 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5021 T1887 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362884510264/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/
[junit4:junit4]   2> 5021 T1887 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@159d510
[junit4:junit4]   2> 5021 T1887 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5022 T1887 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1 forceNew: false
[junit4:junit4]   2> 5022 T1887 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/index/
[junit4:junit4]   2> 5022 T1887 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5023 T1887 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/index forceNew: false
[junit4:junit4]   2> 5025 T1887 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5025 T1887 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5026 T1887 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5027 T1887 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5027 T1887 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5027 T1887 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5028 T1887 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5028 T1887 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5028 T1887 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5029 T1887 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5029 T1887 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5031 T1887 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5033 T1887 oass.SolrIndexSearcher.<init> Opening Searcher@156425 main
[junit4:junit4]   2> 5034 T1887 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5034 T1887 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5037 T1888 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@156425 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5038 T1887 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5038 T1887 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6438 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6438 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"3",
[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:46905_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46905/cn"}
[junit4:junit4]   2> 6438 T1867 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 3
[junit4:junit4]   2> 6439 T1867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6442 T1873 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> 6442 T1886 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> 6442 T1866 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> 7040 T1887 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7040 T1887 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46905/cn collection:collection1 shard:shard1
[junit4:junit4]   2> 7041 T1887 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7047 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00006 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> 7048 T1887 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7048 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7049 T1887 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7049 T1887 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7050 T1887 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46905/cn/collection1/
[junit4:junit4]   2> 7050 T1887 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7050 T1887 oasc.SyncStrategy.syncToMe http://127.0.0.1:46905/cn/collection1/ has no replicas
[junit4:junit4]   2> 7050 T1887 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46905/cn/collection1/
[junit4:junit4]   2> 7050 T1887 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7082 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7947 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7953 T1866 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> 7953 T1886 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> 7953 T1873 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> 7987 T1887 oasc.ZkController.register We are http://127.0.0.1:46905/cn/collection1/ and leader is http://127.0.0.1:46905/cn/collection1/
[junit4:junit4]   2> 7987 T1887 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46905/cn
[junit4:junit4]   2> 7987 T1887 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7987 T1887 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7987 T1887 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7989 T1887 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7990 T1844 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7991 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7991 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8047 T1844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8049 T1844 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42439
[junit4:junit4]   2> 8050 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8050 T1844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8051 T1844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802
[junit4:junit4]   2> 8051 T1844 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/solr.xml
[junit4:junit4]   2> 8051 T1844 oasc.CoreContainer.<init> New CoreContainer 24825783
[junit4:junit4]   2> 8052 T1844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/'
[junit4:junit4]   2> 8052 T1844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/'
[junit4:junit4]   2> 8068 T1844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8069 T1844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8069 T1844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8070 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8070 T1844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8070 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8071 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8071 T1844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8071 T1844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8072 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8077 T1844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8088 T1844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:41685/solr
[junit4:junit4]   2> 8088 T1844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8089 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@334b
[junit4:junit4]   2> 8089 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8090 T1899 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8090 T1899 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 8090 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54650
[junit4:junit4]   2> 8091 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54650
[junit4:junit4]   2> 8091 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00007 with negotiated timeout 20000 for client /127.0.0.1:54650
[junit4:junit4]   2> 8091 T1899 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00007, negotiated timeout = 20000
[junit4:junit4]   2> 8092 T1900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@334b name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8092 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8093 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c00007
[junit4:junit4]   2> 8094 T1900 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8094 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54650 which had sessionid 0x13d523f34c00007
[junit4:junit4]   2> 8094 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c00007 closed
[junit4:junit4]   2> 8094 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8097 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@13c123c
[junit4:junit4]   2> 8098 T1901 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8098 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8098 T1901 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 8098 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54651
[junit4:junit4]   2> 8098 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54651
[junit4:junit4]   2> 8099 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00008 with negotiated timeout 20000 for client /127.0.0.1:54651
[junit4:junit4]   2> 8099 T1901 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00008, negotiated timeout = 20000
[junit4:junit4]   2> 8099 T1902 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13c123c name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8099 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8100 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8101 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8102 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9105 T1844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42439_cn
[junit4:junit4]   2> 9106 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42439_cn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42439_cn
[junit4:junit4]   2> 9106 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42439_cn
[junit4:junit4]   2> 9109 T1873 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9109 T1886 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9109 T1873 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> 9109 T1866 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9109 T1886 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> 9109 T1902 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9110 T1866 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> 9114 T1903 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/collection1
[junit4:junit4]   2> 9114 T1903 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9114 T1903 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9115 T1903 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9115 T1903 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/collection1/'
[junit4:junit4]   2> 9116 T1903 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/collection1/lib/README' to classloader
[junit4:junit4]   2> 9116 T1903 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9140 T1903 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9172 T1903 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9173 T1903 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9177 T1903 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9457 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9458 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"3",
[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:46905_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46905/cn"}
[junit4:junit4]   2> 9461 T1886 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> 9461 T1873 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> 9461 T1866 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> 9462 T1902 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> 9531 T1903 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9537 T1903 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9540 T1903 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9550 T1903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9553 T1903 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9556 T1903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9557 T1903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9557 T1903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9557 T1903 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9558 T1903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9558 T1903 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9558 T1903 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362884514802/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty2/
[junit4:junit4]   2> 9559 T1903 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@159d510
[junit4:junit4]   2> 9559 T1903 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 9559 T1903 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty2 forceNew: false
[junit4:junit4]   2> 9560 T1903 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty2/index/
[junit4:junit4]   2> 9560 T1903 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9560 T1903 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty2/index forceNew: false
[junit4:junit4]   2> 9562 T1903 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9562 T1903 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9564 T1903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9564 T1903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9564 T1903 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9565 T1903 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9565 T1903 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9565 T1903 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9566 T1903 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9566 T1903 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9566 T1903 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9568 T1903 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9570 T1903 oass.SolrIndexSearcher.<init> Opening Searcher@254b7e main
[junit4:junit4]   2> 9571 T1903 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9571 T1903 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9578 T1904 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@254b7e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9579 T1903 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9580 T1903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10966 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10967 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"3",
[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:42439_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42439/cn"}
[junit4:junit4]   2> 10967 T1867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 10967 T1867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11127 T1902 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> 11127 T1866 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> 11127 T1886 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> 11127 T1873 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> 11581 T1903 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11581 T1903 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42439/cn collection:collection1 shard:shard2
[junit4:junit4]   2> 11582 T1903 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11586 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11587 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11587 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11588 T1903 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11589 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11589 T1903 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42439/cn/collection1/
[junit4:junit4]   2> 11589 T1903 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11589 T1903 oasc.SyncStrategy.syncToMe http://127.0.0.1:42439/cn/collection1/ has no replicas
[junit4:junit4]   2> 11590 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42439/cn/collection1/
[junit4:junit4]   2> 11590 T1903 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11592 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12631 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12724 T1902 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> 12724 T1886 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> 12724 T1866 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> 12724 T1873 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> 12746 T1903 oasc.ZkController.register We are http://127.0.0.1:42439/cn/collection1/ and leader is http://127.0.0.1:42439/cn/collection1/
[junit4:junit4]   2> 12746 T1903 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42439/cn
[junit4:junit4]   2> 12746 T1903 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12747 T1903 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12747 T1903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12748 T1903 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12749 T1844 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12750 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12750 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12808 T1844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12811 T1844 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55121
[junit4:junit4]   2> 12812 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12812 T1844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12813 T1844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560
[junit4:junit4]   2> 12813 T1844 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/solr.xml
[junit4:junit4]   2> 12814 T1844 oasc.CoreContainer.<init> New CoreContainer 31814745
[junit4:junit4]   2> 12814 T1844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/'
[junit4:junit4]   2> 12815 T1844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/'
[junit4:junit4]   2> 12839 T1844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12840 T1844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12841 T1844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12841 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12842 T1844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12842 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12843 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12843 T1844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12844 T1844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12844 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12853 T1844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12863 T1844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:41685/solr
[junit4:junit4]   2> 12864 T1844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12864 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@c0cd66
[junit4:junit4]   2> 12865 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12865 T1915 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 12866 T1915 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 12866 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54653
[junit4:junit4]   2> 12866 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54653
[junit4:junit4]   2> 12867 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00009 with negotiated timeout 20000 for client /127.0.0.1:54653
[junit4:junit4]   2> 12867 T1915 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00009, negotiated timeout = 20000
[junit4:junit4]   2> 12867 T1916 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c0cd66 name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12867 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12868 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c00009
[junit4:junit4]   2> 12869 T1916 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12869 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54653 which had sessionid 0x13d523f34c00009
[junit4:junit4]   2> 12869 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c00009 closed
[junit4:junit4]   2> 12870 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12872 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@fa406f
[junit4:junit4]   2> 12873 T1917 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 12872 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12873 T1917 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 12873 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54654
[junit4:junit4]   2> 12873 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54654
[junit4:junit4]   2> 12874 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c0000a with negotiated timeout 20000 for client /127.0.0.1:54654
[junit4:junit4]   2> 12874 T1917 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c0000a, negotiated timeout = 20000
[junit4:junit4]   2> 12874 T1918 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fa406f name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12874 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12875 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12876 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12877 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13879 T1844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55121_cn
[junit4:junit4]   2> 13880 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55121_cn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55121_cn
[junit4:junit4]   2> 13881 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55121_cn
[junit4:junit4]   2> 13883 T1902 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13883 T1866 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13883 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13883 T1873 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13884 T1918 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13883 T1886 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13884 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13884 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13884 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13890 T1919 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/collection1
[junit4:junit4]   2> 13890 T1919 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13891 T1919 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13891 T1919 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13892 T1919 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/collection1/'
[junit4:junit4]   2> 13892 T1919 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/collection1/lib/README' to classloader
[junit4:junit4]   2> 13893 T1919 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13919 T1919 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13952 T1919 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13953 T1919 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13956 T1919 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14230 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14231 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[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:42439_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42439/cn"}
[junit4:junit4]   2> 14235 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14235 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14236 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14236 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14236 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14308 T1919 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14314 T1919 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14317 T1919 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14327 T1919 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14330 T1919 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14332 T1919 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14333 T1919 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14334 T1919 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14334 T1919 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14335 T1919 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14335 T1919 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14335 T1919 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362884519560/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty3/
[junit4:junit4]   2> 14335 T1919 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@159d510
[junit4:junit4]   2> 14336 T1919 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14336 T1919 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty3 forceNew: false
[junit4:junit4]   2> 14336 T1919 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty3/index/
[junit4:junit4]   2> 14336 T1919 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14337 T1919 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty3/index forceNew: false
[junit4:junit4]   2> 14340 T1919 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14340 T1919 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14341 T1919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14341 T1919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14342 T1919 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14342 T1919 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14342 T1919 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14343 T1919 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14343 T1919 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14343 T1919 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14343 T1919 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14345 T1919 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14348 T1919 oass.SolrIndexSearcher.<init> Opening Searcher@1985fff main
[junit4:junit4]   2> 14348 T1919 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14348 T1919 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14352 T1920 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1985fff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14354 T1919 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14354 T1919 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15740 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15741 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"3",
[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:55121_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55121/cn"}
[junit4:junit4]   2> 15741 T1867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 15742 T1867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
[junit4:junit4]   2> 15746 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15746 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15746 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15746 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15746 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16357 T1919 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16357 T1919 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55121/cn collection:collection1 shard:shard3
[junit4:junit4]   2> 16358 T1919 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
[junit4:junit4]   2> 16362 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000a type:delete cxid:0x47 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard3 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard3
[junit4:junit4]   2> 16362 T1919 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 16363 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000a type:create cxid:0x48 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16364 T1919 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 16364 T1919 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 16364 T1919 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55121/cn/collection1/
[junit4:junit4]   2> 16365 T1919 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 16365 T1919 oasc.SyncStrategy.syncToMe http://127.0.0.1:55121/cn/collection1/ has no replicas
[junit4:junit4]   2> 16365 T1919 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55121/cn/collection1/
[junit4:junit4]   2> 16365 T1919 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
[junit4:junit4]   2> 16368 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000a type:create cxid:0x51 zxid:0xa5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17250 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17257 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17257 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17257 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17258 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17257 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17271 T1919 oasc.ZkController.register We are http://127.0.0.1:55121/cn/collection1/ and leader is http://127.0.0.1:55121/cn/collection1/
[junit4:junit4]   2> 17271 T1919 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55121/cn
[junit4:junit4]   2> 17271 T1919 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 17272 T1919 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17272 T1919 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17273 T1919 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17274 T1844 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 17275 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17275 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17338 T1844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 17340 T1844 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49241
[junit4:junit4]   2> 17341 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 17341 T1844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 17341 T1844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085
[junit4:junit4]   2> 17342 T1844 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/solr.xml
[junit4:junit4]   2> 17342 T1844 oasc.CoreContainer.<init> New CoreContainer 280450
[junit4:junit4]   2> 17343 T1844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/'
[junit4:junit4]   2> 17343 T1844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/'
[junit4:junit4]   2> 17362 T1844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 17362 T1844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 17363 T1844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 17363 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 17363 T1844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 17363 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 17364 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 17364 T1844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 17364 T1844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 17365 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 17372 T1844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17388 T1844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:41685/solr
[junit4:junit4]   2> 17389 T1844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 17389 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e621fa
[junit4:junit4]   2> 17390 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17390 T1931 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 17390 T1931 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 17391 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54669
[junit4:junit4]   2> 17391 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54669
[junit4:junit4]   2> 17392 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c0000b with negotiated timeout 20000 for client /127.0.0.1:54669
[junit4:junit4]   2> 17392 T1931 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c0000b, negotiated timeout = 20000
[junit4:junit4]   2> 17392 T1932 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e621fa name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17392 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17393 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c0000b
[junit4:junit4]   2> 17394 T1932 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17394 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54669 which had sessionid 0x13d523f34c0000b
[junit4:junit4]   2> 17394 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c0000b closed
[junit4:junit4]   2> 17395 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 17397 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@bcc94
[junit4:junit4]   2> 17398 T1933 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 17397 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17398 T1933 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 17398 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54670
[junit4:junit4]   2> 17398 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54670
[junit4:junit4]   2> 17399 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c0000c with negotiated timeout 20000 for client /127.0.0.1:54670
[junit4:junit4]   2> 17399 T1933 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c0000c, negotiated timeout = 20000
[junit4:junit4]   2> 17399 T1934 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bcc94 name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17399 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17400 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000c type:create cxid:0x1 zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17401 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000c type:create cxid:0x2 zxid:0xb3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17403 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 18405 T1844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49241_cn
[junit4:junit4]   2> 18406 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000c type:delete cxid:0xb zxid:0xb4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49241_cn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49241_cn
[junit4:junit4]   2> 18406 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49241_cn
[junit4:junit4]   2> 18408 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18409 T1886 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18409 T1902 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18409 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18409 T1873 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18409 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18410 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18410 T1866 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18410 T1934 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18410 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18411 T1918 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18415 T1935 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/collection1
[junit4:junit4]   2> 18415 T1935 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18416 T1935 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18416 T1935 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18417 T1935 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/collection1/'
[junit4:junit4]   2> 18417 T1935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/collection1/lib/README' to classloader
[junit4:junit4]   2> 18417 T1935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 18442 T1935 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 18481 T1935 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18482 T1935 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18485 T1935 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18763 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18763 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard3",
[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:55121_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55121/cn"}
[junit4:junit4]   2> 18768 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18768 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18768 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18768 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18768 T1934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18768 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18881 T1935 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18887 T1935 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18890 T1935 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18899 T1935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18903 T1935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18906 T1935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18908 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18908 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18908 T1935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18909 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18910 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18910 T1935 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362884524085/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/
[junit4:junit4]   2> 18910 T1935 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@159d510
[junit4:junit4]   2> 18911 T1935 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 18911 T1935 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4 forceNew: false
[junit4:junit4]   2> 18911 T1935 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index/
[junit4:junit4]   2> 18912 T1935 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18912 T1935 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index forceNew: false
[junit4:junit4]   2> 18914 T1935 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18915 T1935 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18916 T1935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18916 T1935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18917 T1935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18917 T1935 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18917 T1935 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18918 T1935 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18918 T1935 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18918 T1935 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18918 T1935 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18920 T1935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18923 T1935 oass.SolrIndexSearcher.<init> Opening Searcher@1fa57b8 main
[junit4:junit4]   2> 18923 T1935 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18923 T1935 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18929 T1936 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fa57b8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18930 T1935 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18930 T1935 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20273 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20274 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[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:49241_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49241/cn"}
[junit4:junit4]   2> 20275 T1867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 20275 T1867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20279 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20279 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20279 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20280 T1934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20279 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20279 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20931 T1935 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 20932 T1935 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49241/cn collection:collection1 shard:shard1
[junit4:junit4]   2> 20934 T1935 oasc.ZkController.register We are http://127.0.0.1:49241/cn/collection1/ and leader is http://127.0.0.1:46905/cn/collection1/
[junit4:junit4]   2> 20934 T1935 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49241/cn
[junit4:junit4]   2> 20934 T1935 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 20934 T1935 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C355 name=collection1 org.apache.solr.core.SolrCore@179b141 url=http://127.0.0.1:49241/cn/collection1 node=127.0.0.1:49241_cn C355_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49241_cn, base_url=http://127.0.0.1:49241/cn}
[junit4:junit4]   2> 20935 T1937 C355 P49241 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20935 T1935 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20936 T1937 C355 P49241 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20936 T1937 C355 P49241 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20936 T1937 C355 P49241 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20937 T1844 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 20937 T1937 C355 P49241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20937 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20937 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20994 T1844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 20996 T1844 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53866
[junit4:junit4]   2> 20996 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 20997 T1844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 20997 T1844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748
[junit4:junit4]   2> 20997 T1844 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/solr.xml
[junit4:junit4]   2> 20998 T1844 oasc.CoreContainer.<init> New CoreContainer 24908763
[junit4:junit4]   2> 20998 T1844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/'
[junit4:junit4]   2> 20998 T1844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/'
[junit4:junit4]   2> 21014 T1844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 21014 T1844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 21015 T1844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 21015 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 21015 T1844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 21015 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 21016 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 21016 T1844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 21016 T1844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 21017 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 21022 T1844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 21033 T1844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:41685/solr
[junit4:junit4]   2> 21033 T1844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 21034 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@911a45
[junit4:junit4]   2> 21034 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21035 T1948 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 21035 T1948 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 21035 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54675
[junit4:junit4]   2> 21036 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54675
[junit4:junit4]   2> 21037 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c0000d with negotiated timeout 20000 for client /127.0.0.1:54675
[junit4:junit4]   2> 21037 T1948 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c0000d, negotiated timeout = 20000
[junit4:junit4]   2> 21037 T1949 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@911a45 name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21037 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21038 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c0000d
[junit4:junit4]   2> 21039 T1949 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 21039 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54675 which had sessionid 0x13d523f34c0000d
[junit4:junit4]   2> 21039 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c0000d closed
[junit4:junit4]   2> 21039 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 21041 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@38a7b9
[junit4:junit4]   2> 21042 T1950 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 21042 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21043 T1950 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 21043 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54676
[junit4:junit4]   2> 21043 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54676
[junit4:junit4]   2> 21044 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c0000e with negotiated timeout 20000 for client /127.0.0.1:54676
[junit4:junit4]   2> 21044 T1950 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c0000e, negotiated timeout = 20000
[junit4:junit4]   2> 21044 T1951 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38a7b9 name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21044 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21045 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000e type:create cxid:0x1 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21045 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000e type:create cxid:0x2 zxid:0xc6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21047 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 21784 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21785 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[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:49241_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49241/cn"}
[junit4:junit4]   2> 21788 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21788 T1951 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21788 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21788 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21788 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21788 T1934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21788 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21941 T1880 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=5&state=recovering&nodeName=127.0.0.1:49241_cn&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 22049 T1844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53866_cn
[junit4:junit4]   2> 22049 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c0000e type:delete cxid:0xd zxid:0xcb txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53866_cn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53866_cn
[junit4:junit4]   2> 22050 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53866_cn
[junit4:junit4]   2> 22052 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22052 T1934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22052 T1873 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22053 T1902 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22052 T1866 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22053 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22053 T1951 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22052 T1886 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22053 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22053 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22053 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22053 T1951 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22054 T1918 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22055 T1934 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22058 T1952 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/collection1
[junit4:junit4]   2> 22058 T1952 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 22059 T1952 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 22059 T1952 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 22060 T1952 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/collection1/'
[junit4:junit4]   2> 22060 T1952 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/collection1/lib/README' to classloader
[junit4:junit4]   2> 22061 T1952 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 22091 T1952 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 22138 T1952 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 22138 T1952 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 22143 T1952 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 22517 T1952 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 22523 T1952 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 22526 T1952 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 22535 T1952 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22538 T1952 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22541 T1952 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22542 T1952 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 22542 T1952 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 22542 T1952 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22543 T1952 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 22543 T1952 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 22543 T1952 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362884527748/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty5/
[junit4:junit4]   2> 22543 T1952 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@159d510
[junit4:junit4]   2> 22544 T1952 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 22544 T1952 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty5 forceNew: false
[junit4:junit4]   2> 22544 T1952 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty5/index/
[junit4:junit4]   2> 22545 T1952 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty5/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 22545 T1952 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty5/index forceNew: false
[junit4:junit4]   2> 22555 T1952 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty5/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22555 T1952 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22556 T1952 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 22557 T1952 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 22557 T1952 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 22557 T1952 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 22558 T1952 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 22558 T1952 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 22558 T1952 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 22559 T1952 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 22559 T1952 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 22560 T1952 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 22563 T1952 oass.SolrIndexSearcher.<init> Opening Searcher@8e8c46 main
[junit4:junit4]   2> 22563 T1952 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 22564 T1952 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 22567 T1953 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8e8c46 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 22569 T1952 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 22570 T1952 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23293 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23294 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[junit4:junit4]   2> 	  "numShards":"3",
[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:53866_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53866/cn"}
[junit4:junit4]   2> 23294 T1867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 23294 T1867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 23298 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23298 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23298 T1951 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23298 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23298 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23298 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23298 T1934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23571 T1952 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 23571 T1952 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53866/cn collection:collection1 shard:shard2
[junit4:junit4]   2> 23574 T1952 oasc.ZkController.register We are http://127.0.0.1:53866/cn/collection1/ and leader is http://127.0.0.1:42439/cn/collection1/
[junit4:junit4]   2> 23574 T1952 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53866/cn
[junit4:junit4]   2> 23575 T1952 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 23575 T1952 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C356 name=collection1 org.apache.solr.core.SolrCore@1474b52 url=http://127.0.0.1:53866/cn/collection1 node=127.0.0.1:53866_cn C356_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53866_cn, base_url=http://127.0.0.1:53866/cn}
[junit4:junit4]   2> 23575 T1954 C356 P53866 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 23576 T1954 C356 P53866 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 23576 T1952 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23576 T1954 C356 P53866 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 23576 T1954 C356 P53866 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23577 T1844 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 23577 T1954 C356 P53866 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23578 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 23578 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23634 T1844 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 23636 T1844 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35883
[junit4:junit4]   2> 23636 T1844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 23637 T1844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 23637 T1844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388
[junit4:junit4]   2> 23637 T1844 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/solr.xml
[junit4:junit4]   2> 23638 T1844 oasc.CoreContainer.<init> New CoreContainer 4850691
[junit4:junit4]   2> 23638 T1844 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/'
[junit4:junit4]   2> 23638 T1844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/'
[junit4:junit4]   2> 23654 T1844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 23654 T1844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 23654 T1844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 23655 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 23655 T1844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 23655 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 23656 T1844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 23656 T1844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 23656 T1844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 23657 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 23662 T1844 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 23673 T1844 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:41685/solr
[junit4:junit4]   2> 23673 T1844 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 23673 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b579b9
[junit4:junit4]   2> 23674 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23674 T1965 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 23675 T1965 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 23675 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54681
[junit4:junit4]   2> 23675 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54681
[junit4:junit4]   2> 23676 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c0000f with negotiated timeout 20000 for client /127.0.0.1:54681
[junit4:junit4]   2> 23676 T1965 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c0000f, negotiated timeout = 20000
[junit4:junit4]   2> 23676 T1966 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b579b9 name:ZooKeeperConnection Watcher:127.0.0.1:41685 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23677 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23678 T1849 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d523f34c0000f
[junit4:junit4]   2> 23678 T1966 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23678 T1846 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:54681 which had sessionid 0x13d523f34c0000f
[junit4:junit4]   2> 23678 T1844 oaz.ZooKeeper.close Session: 0x13d523f34c0000f closed
[junit4:junit4]   2> 23679 T1844 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 23681 T1844 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:41685/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@18f0c9a
[junit4:junit4]   2> 23682 T1967 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:41685. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 23682 T1844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23682 T1967 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:41685, initiating session
[junit4:junit4]   2> 23682 T1846 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:54682
[junit4:junit4]   2> 23683 T1846 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:54682
[junit4:junit4]   2> 23683 T1848 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d523f34c00010 with negotiated timeout 20000 for client /127.0.0.1:54682
[junit4:junit4]   2> 23683 T1967 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:41685, sessionid = 0x13d523f34c00010, negotiated timeout = 20000
[junit4:junit4]   2> 23683 T1968 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18f0c9a name:ZooKeeperConnection Watcher:127.0.0.1:41685/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23684 T1844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23684 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00010 type:create cxid:0x1 zxid:0xd8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23685 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00010 type:create cxid:0x2 zxid:0xd9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23686 T1844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2>  C355_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49241_cn, base_url=http://127.0.0.1:49241/cn}
[junit4:junit4]   2> 23942 T1937 C355 P49241 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:46905/cn/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23942 T1937 C355 P49241 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49241/cn START replicas=[http://127.0.0.1:46905/cn/collection1/] nUpdates=100
[junit4:junit4]   2> 23942 T1937 C355 P49241 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23943 T1937 C355 P49241 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23943 T1937 C355 P49241 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23943 T1937 C355 P49241 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23943 T1937 C355 P49241 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23943 T1937 C355 P49241 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:46905/cn/collection1/. core=collection1
[junit4:junit4]   2> 23944 T1937 C355 P49241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C357 name=collection1 org.apache.solr.core.SolrCore@169008c url=http://127.0.0.1:46905/cn/collection1 node=127.0.0.1:46905_cn C357_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:46905_cn, base_url=http://127.0.0.1:46905/cn, leader=true}
[junit4:junit4]   2> 23949 T1881 C357 P46905 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23949 T1882 C357 P46905 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23951 T1882 C357 P46905 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23951 T1882 C357 P46905 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23974 T1882 C357 P46905 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty1/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23974 T1882 C357 P46905 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23975 T1882 C357 P46905 oass.SolrIndexSearcher.<init> Opening Searcher@1d995f6 realtime
[junit4:junit4]   2> 23975 T1882 C357 P46905 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23975 T1882 C357 P46905 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 26
[junit4:junit4]   2> 23976 T1937 C355 P49241 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23976 T1937 C355 P49241 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23977 T1880 C357 P46905 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23977 T1880 C357 P46905 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23978 T1937 C355 P49241 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23978 T1937 C355 P49241 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23978 T1937 C355 P49241 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23980 T1881 C357 P46905 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23980 T1937 C355 P49241 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23981 T1937 C355 P49241 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index.20130310080210788 forceNew: false
[junit4:junit4]   2> 23981 T1937 C355 P49241 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index.20130310080210788 lockFactory=org.apache.lucene.store.NativeFSLockFactory@196db85 fullCopy=false
[junit4:junit4]   2> 23983 T1882 C357 P46905 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 23984 T1937 C355 P49241 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23994 T1937 C355 P49241 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23994 T1937 C355 P49241 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23995 T1937 C355 P49241 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23996 T1937 C355 P49241 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23996 T1937 C355 P49241 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23996 T1937 C355 P49241 oass.SolrIndexSearcher.<init> Opening Searcher@17f025d main
[junit4:junit4]   2> 23997 T1936 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17f025d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23997 T1937 C355 P49241 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty4/index.20130310080210788 lockFactory=org.apache.lucene.store.NativeFSLockFactory@196db85
[junit4:junit4]   2> 23998 T1937 C355 P49241 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23998 T1937 C355 P49241 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23998 T1937 C355 P49241 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23998 T1937 C355 P49241 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24000 T1937 C355 P49241 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 24688 T1844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35883_cn
[junit4:junit4]   2> 24689 T1849 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d523f34c00010 type:delete cxid:0xb zxid:0xdb txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35883_cn Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35883_cn
[junit4:junit4]   2> 24689 T1844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35883_cn
[junit4:junit4]   2> 24692 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 24692 T1934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 24693 T1866 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24693 T1886 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24693 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24693 T1902 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24693 T1873 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24693 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24693 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24693 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24693 T1951 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24694 T1968 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24695 T1918 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24694 T1951 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24695 T1934 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 24700 T1971 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/collection1
[junit4:junit4]   2> 24700 T1971 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 24701 T1971 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 24701 T1971 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 24702 T1971 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/collection1/'
[junit4:junit4]   2> 24702 T1971 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/collection1/lib/README' to classloader
[junit4:junit4]   2> 24702 T1971 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 24729 T1971 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 24761 T1971 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 24762 T1971 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 24766 T1971 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 24802 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24803 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[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:53866_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53866/cn"}
[junit4:junit4]   2> 24805 T1867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[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:49241_cn",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49241/cn"}
[junit4:junit4]   2> 24808 T1866 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24809 T1902 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24809 T1951 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24809 T1873 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24809 T1918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24809 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24809 T1934 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 24811 T1968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25133 T1971 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 25139 T1971 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 25142 T1971 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 25152 T1971 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 25155 T1971 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 25158 T1971 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 25159 T1971 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 25159 T1971 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 25159 T1971 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 25160 T1971 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 25160 T1971 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 25160 T1971 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362884530388/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty6/
[junit4:junit4]   2> 25160 T1971 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@159d510
[junit4:junit4]   2> 25161 T1971 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 25161 T1971 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty6 forceNew: false
[junit4:junit4]   2> 25161 T1971 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty6/index/
[junit4:junit4]   2> 25162 T1971 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty6/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 25162 T1971 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty6/index forceNew: false
[junit4:junit4]   2> 25164 T1971 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362884506812/jetty6/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 25164 T1971 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 25166 T1971 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 25166 T1971 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 25166 T1971 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 25167 T1971 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 25167 T1971 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 25167 T1971 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 25168 T1971 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 25168 T1971 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 25168 T1971 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.a

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

SimpleText), text=PostingsFormat(name=MockSep), _version_=PostingsFormat(name=SimpleText), rnd_b=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=SimpleText), id=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=SimpleText), a_t=PostingsFormat(name=SimpleText), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=PostingsFormat(name=Memory doPackFST= true), other_tl1=PostingsFormat(name=SimpleText), multiDefault=PostingsFormat(name=Memory doPackFST= true), a_si=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=cs, timezone=Asia/Aqtobe
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=8,threads=4,free=135803576,total=302579712
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestQueryTypes, SimplePostToolTest, TestFastOutputStream, FullSolrCloudDistribCmdsTest, TestRandomFaceting, PathHierarchyTokenizerFactoryTest, BasicZkTest, OpenExchangeRatesOrgProviderTest, TestWordDelimiterFilterFactory, NumericFieldsTest, TestDynamicFieldCollectionResource, BadIndexSchemaTest, SolrRequestParserTest, BasicDistributedZk2Test, TestReload, DocValuesMultiTest, TestZkChroot, SolrIndexConfigTest, MultiTermTest, XsltUpdateRequestHandlerTest, TestFiltering, CopyFieldTest, TestSolrDiscoveryProperties, UniqFieldsUpdateProcessorFactoryTest, TestQuerySenderNoQuery, SolrPluginUtilsTest, ConvertedLegacyTest, TestPropInject, CurrencyFieldXmlFileTest, TestBinaryField, SuggesterTSTTest, OpenCloseCoreStressTest, TestDistributedSearch, UpdateParamsTest, TestComponentsName, TestOmitPositions, TestCodecSupport, IndexReaderFactoryTest, TestMergePolicyConfig, TestLuceneMatchVersion, TestNumberUtils, RequiredFieldsTest, DirectUpdateHandlerTest, TestJmxMonitoredMap, TestAnalyzedSuggestions, IndexBasedSpellCheckerTest, DateMathParserTest, StatsComponentTest, CoreContainerCoreInitFailuresTest, LeaderElectionIntegrationTest, HardAutoCommitTest, ChaosMonkeySafeLeaderTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=30CBC9715B66FCAA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=Asia/Aqtobe -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=44 closes=43
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([30CBC9715B66FCAA]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[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$5.evaluate(RandomizedRunner.java:700)
[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:662)
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
[junit4:junit4]    >    1) Thread[id=2132, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at java.lang.Thread.sleep(Native Method)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    >    2) Thread[id=2067, name=searcherExecutor-1654-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([30CBC9715B66FCAA]:0)
[junit4:junit4]    > Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
[junit4:junit4]    >    1) Thread[id=2132, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1186)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1239)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
[junit4:junit4]    >         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    >    2) Thread[id=2067, name=searcherExecutor-1654-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([30CBC9715B66FCAA]:0)
[junit4:junit4] Completed on J1 in 240.54s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 445 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: 270 suites, 1140 tests, 3 suite-level errors, 587 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk6) - Build # 4616 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4616/
Java: 32bit/ibm-j9-jdk6 

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

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

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:60087/tv_eb/j/onenodecollectioncore returned non ok status:404, message:Can not find: /tv_eb/j/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([E11D3F3E48B96E27:60FBB1263FE60E1B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:85)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	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:738)




Build Log:
[...truncated 8524 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 1 T1669 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /tv_eb/j
[junit4:junit4]   2> 5 T1669 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362903406634
[junit4:junit4]   2> 7 T1669 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T1670 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T1670 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T1670 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T1670 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 13 T1670 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T1670 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T1669 oasc.ZkTestServer.run start zk server on port:58217
[junit4:junit4]   2> 108 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@42394239
[junit4:junit4]   2> 110 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T1675 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 111 T1675 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 111 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41395
[junit4:junit4]   2> 112 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41395
[junit4:junit4]   2> 149 T1673 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 242 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330000 with negotiated timeout 10000 for client /127.0.0.1:41395
[junit4:junit4]   2> 242 T1675 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330000, negotiated timeout = 10000
[junit4:junit4]   2> 244 T1676 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42394239 name:ZooKeeperConnection Watcher:127.0.0.1:58217 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 244 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 245 T1669 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 250 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f98330000
[junit4:junit4]   2> 251 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41395 which had sessionid 0x13d535f98330000
[junit4:junit4]   2> 251 T1676 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 251 T1669 oaz.ZooKeeper.close Session: 0x13d535f98330000 closed
[junit4:junit4]   2> 253 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@dc30dc3
[junit4:junit4]   2> 254 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 263 T1677 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 264 T1677 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 264 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41396
[junit4:junit4]   2> 266 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41396
[junit4:junit4]   2> 267 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330001 with negotiated timeout 10000 for client /127.0.0.1:41396
[junit4:junit4]   2> 268 T1677 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330001, negotiated timeout = 10000
[junit4:junit4]   2> 268 T1678 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dc30dc3 name:ZooKeeperConnection Watcher:127.0.0.1:58217/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 269 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 270 T1669 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 287 T1669 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 293 T1669 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 297 T1669 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 308 T1669 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> 309 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 317 T1669 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> 319 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 328 T1669 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> 329 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 337 T1669 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> 338 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 352 T1669 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> 353 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 358 T1669 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> 359 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 366 T1669 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> 367 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 373 T1669 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> 375 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 380 T1669 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> 382 T1669 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 388 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f98330001
[junit4:junit4]   2> 389 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41396 which had sessionid 0x13d535f98330001
[junit4:junit4]   2> 390 T1678 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 390 T1669 oaz.ZooKeeper.close Session: 0x13d535f98330001 closed
[junit4:junit4]   2> 609 T1669 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 613 T1669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36967
[junit4:junit4]   2> 614 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 615 T1669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 616 T1669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019
[junit4:junit4]   2> 617 T1669 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/solr.xml
[junit4:junit4]   2> 618 T1669 oasc.CoreContainer.<init> New CoreContainer 1085554868
[junit4:junit4]   2> 619 T1669 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/'
[junit4:junit4]   2> 620 T1669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/'
[junit4:junit4]   2> 691 T1669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 692 T1669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 693 T1669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 694 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 695 T1669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 696 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 696 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 697 T1669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 698 T1669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 699 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 714 T1669 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 732 T1669 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58217/solr
[junit4:junit4]   2> 733 T1669 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 734 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@26cc26cc
[junit4:junit4]   2> 735 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 736 T1692 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 737 T1692 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 737 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41398
[junit4:junit4]   2> 738 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41398
[junit4:junit4]   2> 739 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330002 with negotiated timeout 20000 for client /127.0.0.1:41398
[junit4:junit4]   2> 740 T1692 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330002, negotiated timeout = 20000
[junit4:junit4]   2> 741 T1693 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26cc26cc name:ZooKeeperConnection Watcher:127.0.0.1:58217 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 742 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 745 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f98330002
[junit4:junit4]   2> 746 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41398 which had sessionid 0x13d535f98330002
[junit4:junit4]   2> 747 T1669 oaz.ZooKeeper.close Session: 0x13d535f98330002 closed
[junit4:junit4]   2> 748 T1693 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 748 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 758 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@629d629d
[junit4:junit4]   2> 760 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 762 T1694 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 763 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41399
[junit4:junit4]   2> 764 T1694 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 765 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41399
[junit4:junit4]   2> 766 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330003 with negotiated timeout 20000 for client /127.0.0.1:41399
[junit4:junit4]   2> 766 T1694 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330003, negotiated timeout = 20000
[junit4:junit4]   2> 767 T1695 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@629d629d name:ZooKeeperConnection Watcher:127.0.0.1:58217/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 768 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 771 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 774 T1669 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 779 T1669 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36967_tv_eb%2Fj
[junit4:junit4]   2> 781 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36967_tv_eb%2Fj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36967_tv_eb%2Fj
[junit4:junit4]   2> 782 T1669 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36967_tv_eb%2Fj
[junit4:junit4]   2> 791 T1669 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 803 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 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> 805 T1669 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 812 T1669 oasc.Overseer.start Overseer (id=89319237657755651-127.0.0.1:36967_tv_eb%2Fj-n_0000000000) starting
[junit4:junit4]   2> 815 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 817 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 819 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 822 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 825 T1697 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 828 T1669 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 836 T1669 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 841 T1669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 851 T1696 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 853 T1698 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/collection1
[junit4:junit4]   2> 854 T1698 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 858 T1698 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 870 T1698 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 875 T1698 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/collection1/'
[junit4:junit4]   2> 876 T1698 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/collection1/lib/README' to classloader
[junit4:junit4]   2> 877 T1698 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 931 T1698 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 983 T1698 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 987 T1698 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 993 T1698 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1542 T1698 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1547 T1698 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1550 T1698 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1575 T1698 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1582 T1698 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1591 T1698 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1594 T1698 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1595 T1698 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1596 T1698 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1599 T1698 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1599 T1698 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1601 T1698 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362903407019/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/control/data/
[junit4:junit4]   2> 1602 T1698 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45224522
[junit4:junit4]   2> 1603 T1698 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1617 T1698 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/control/data forceNew: false
[junit4:junit4]   2> 1618 T1698 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/control/data/index/
[junit4:junit4]   2> 1620 T1698 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1621 T1698 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/control/data/index forceNew: false
[junit4:junit4]   2> 1628 T1698 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@47184718; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1629 T1698 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1634 T1698 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1635 T1698 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1637 T1698 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1638 T1698 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1640 T1698 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1640 T1698 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1642 T1698 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1643 T1698 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1644 T1698 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1645 T1698 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1648 T1698 oass.SolrIndexSearcher.<init> Opening Searcher@6b4a6b4a main
[junit4:junit4]   2> 1649 T1698 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1650 T1698 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1656 T1699 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b4a6b4a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1662 T1698 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1663 T1698 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1664 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 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> 2380 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2383 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36967/tv_eb/j",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36967_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 2384 T1696 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2385 T1696 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2386 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 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> 2401 T1695 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> 2670 T1698 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2671 T1698 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36967/tv_eb/j collection:control_collection shard:shard1
[junit4:junit4]   2> 2674 T1698 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2697 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 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> 2698 T1698 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2700 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2706 T1698 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2707 T1698 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2708 T1698 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36967/tv_eb/j/collection1/
[junit4:junit4]   2> 2709 T1698 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2710 T1698 oasc.SyncStrategy.syncToMe http://127.0.0.1:36967/tv_eb/j/collection1/ has no replicas
[junit4:junit4]   2> 2711 T1698 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36967/tv_eb/j/collection1/
[junit4:junit4]   2> 2712 T1698 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2726 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3917 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3965 T1695 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> 3987 T1698 oasc.ZkController.register We are http://127.0.0.1:36967/tv_eb/j/collection1/ and leader is http://127.0.0.1:36967/tv_eb/j/collection1/
[junit4:junit4]   2> 3988 T1698 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36967/tv_eb/j
[junit4:junit4]   2> 3989 T1698 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3990 T1698 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3991 T1698 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3995 T1698 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3997 T1669 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3999 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4001 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4012 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4014 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3a0e3a0e
[junit4:junit4]   2> 4016 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4017 T1701 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4017 T1701 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 4018 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41413
[junit4:junit4]   2> 4019 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41413
[junit4:junit4]   2> 4021 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330004 with negotiated timeout 10000 for client /127.0.0.1:41413
[junit4:junit4]   2> 4021 T1701 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330004, negotiated timeout = 10000
[junit4:junit4]   2> 4022 T1702 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a0e3a0e name:ZooKeeperConnection Watcher:127.0.0.1:58217/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4023 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4028 T1669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4034 T1669 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4206 T1669 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4207 T1669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52776
[junit4:junit4]   2> 4208 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4209 T1669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4209 T1669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663
[junit4:junit4]   2> 4210 T1669 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/solr.xml
[junit4:junit4]   2> 4211 T1669 oasc.CoreContainer.<init> New CoreContainer 187239209
[junit4:junit4]   2> 4211 T1669 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/'
[junit4:junit4]   2> 4212 T1669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/'
[junit4:junit4]   2> 4227 T1669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4228 T1669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4228 T1669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4229 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4230 T1669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4230 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4231 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4231 T1669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4232 T1669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4233 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4251 T1669 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4262 T1669 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58217/solr
[junit4:junit4]   2> 4263 T1669 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4263 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@678d678d
[junit4:junit4]   2> 4265 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4265 T1712 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4266 T1712 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 4266 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41414
[junit4:junit4]   2> 4267 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41414
[junit4:junit4]   2> 4268 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330005 with negotiated timeout 20000 for client /127.0.0.1:41414
[junit4:junit4]   2> 4268 T1712 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330005, negotiated timeout = 20000
[junit4:junit4]   2> 4269 T1713 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@678d678d name:ZooKeeperConnection Watcher:127.0.0.1:58217 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4270 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4273 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f98330005
[junit4:junit4]   2> 4274 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41414 which had sessionid 0x13d535f98330005
[junit4:junit4]   2> 4274 T1713 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4274 T1669 oaz.ZooKeeper.close Session: 0x13d535f98330005 closed
[junit4:junit4]   2> 4276 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4289 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6510651
[junit4:junit4]   2> 4292 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4293 T1714 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 4295 T1714 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 4295 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41415
[junit4:junit4]   2> 4297 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41415
[junit4:junit4]   2> 4298 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330006 with negotiated timeout 20000 for client /127.0.0.1:41415
[junit4:junit4]   2> 4299 T1714 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330006, negotiated timeout = 20000
[junit4:junit4]   2> 4300 T1715 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6510651 name:ZooKeeperConnection Watcher:127.0.0.1:58217/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4301 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4304 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4307 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4313 T1669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5322 T1669 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52776_tv_eb%2Fj
[junit4:junit4]   2> 5324 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52776_tv_eb%2Fj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52776_tv_eb%2Fj
[junit4:junit4]   2> 5325 T1669 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52776_tv_eb%2Fj
[junit4:junit4]   2> 5330 T1695 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> 5330 T1702 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5331 T1715 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5335 T1695 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5341 T1716 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/collection1
[junit4:junit4]   2> 5342 T1716 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5343 T1716 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5344 T1716 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5347 T1716 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/collection1/'
[junit4:junit4]   2> 5349 T1716 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/collection1/lib/README' to classloader
[junit4:junit4]   2> 5350 T1716 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5396 T1716 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 5428 T1716 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5429 T1716 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5434 T1716 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5475 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5477 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36967/tv_eb/j",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36967_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 5483 T1702 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> 5483 T1695 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> 5483 T1715 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> 5855 T1716 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5869 T1716 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5872 T1716 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5898 T1716 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5907 T1716 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5916 T1716 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5921 T1716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5922 T1716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5923 T1716 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5927 T1716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5928 T1716 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5929 T1716 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/
[junit4:junit4]   2> 5931 T1716 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45224522
[junit4:junit4]   2> 5932 T1716 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5934 T1716 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1 forceNew: false
[junit4:junit4]   2> 5935 T1716 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/index/
[junit4:junit4]   2> 5937 T1716 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5938 T1716 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/index forceNew: false
[junit4:junit4]   2> 5948 T1716 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9160916; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5949 T1716 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5956 T1716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5957 T1716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5958 T1716 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5960 T1716 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5962 T1716 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5963 T1716 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5964 T1716 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5964 T1716 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5965 T1716 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5966 T1716 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5969 T1716 oass.SolrIndexSearcher.<init> Opening Searcher@3b083b08 main
[junit4:junit4]   2> 5970 T1716 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5971 T1716 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5985 T1717 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b083b08 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6004 T1716 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6005 T1716 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6993 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6996 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 6997 T1696 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6997 T1696 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7010 T1695 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> 7010 T1702 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> 7010 T1715 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> 8010 T1716 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8011 T1716 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52776/tv_eb/j collection:collection1 shard:shard1
[junit4:junit4]   2> 8014 T1716 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8036 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 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> 8038 T1716 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8040 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8045 T1716 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8046 T1716 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8047 T1716 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52776/tv_eb/j/collection1/
[junit4:junit4]   2> 8048 T1716 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8049 T1716 oasc.SyncStrategy.syncToMe http://127.0.0.1:52776/tv_eb/j/collection1/ has no replicas
[junit4:junit4]   2> 8050 T1716 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52776/tv_eb/j/collection1/
[junit4:junit4]   2> 8051 T1716 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8064 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8525 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8596 T1695 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> 8596 T1702 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> 8596 T1715 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> 8646 T1716 oasc.ZkController.register We are http://127.0.0.1:52776/tv_eb/j/collection1/ and leader is http://127.0.0.1:52776/tv_eb/j/collection1/
[junit4:junit4]   2> 8647 T1716 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52776/tv_eb/j
[junit4:junit4]   2> 8648 T1716 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8648 T1716 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8649 T1716 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8655 T1716 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8658 T1669 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8660 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8661 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8808 T1669 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8810 T1669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60087
[junit4:junit4]   2> 8810 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8811 T1669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8812 T1669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297
[junit4:junit4]   2> 8812 T1669 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/solr.xml
[junit4:junit4]   2> 8813 T1669 oasc.CoreContainer.<init> New CoreContainer 1836674425
[junit4:junit4]   2> 8814 T1669 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/'
[junit4:junit4]   2> 8814 T1669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/'
[junit4:junit4]   2> 8830 T1669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8831 T1669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8831 T1669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8832 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8833 T1669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8833 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8834 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8834 T1669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8835 T1669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8836 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8844 T1669 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8855 T1669 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58217/solr
[junit4:junit4]   2> 8856 T1669 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8856 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2b622b62
[junit4:junit4]   2> 8858 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8858 T1728 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8859 T1728 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 8860 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41417
[junit4:junit4]   2> 8861 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41417
[junit4:junit4]   2> 8863 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330007 with negotiated timeout 20000 for client /127.0.0.1:41417
[junit4:junit4]   2> 8863 T1728 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330007, negotiated timeout = 20000
[junit4:junit4]   2> 8864 T1729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b622b62 name:ZooKeeperConnection Watcher:127.0.0.1:58217 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8865 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8869 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f98330007
[junit4:junit4]   2> 8870 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41417 which had sessionid 0x13d535f98330007
[junit4:junit4]   2> 8870 T1729 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8870 T1669 oaz.ZooKeeper.close Session: 0x13d535f98330007 closed
[junit4:junit4]   2> 8872 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8878 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4bc74bc7
[junit4:junit4]   2> 8890 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8891 T1730 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8893 T1730 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 8893 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41418
[junit4:junit4]   2> 8895 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41418
[junit4:junit4]   2> 8897 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330008 with negotiated timeout 20000 for client /127.0.0.1:41418
[junit4:junit4]   2> 8897 T1730 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330008, negotiated timeout = 20000
[junit4:junit4]   2> 8898 T1731 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bc74bc7 name:ZooKeeperConnection Watcher:127.0.0.1:58217/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8900 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8902 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8905 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8912 T1669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9922 T1669 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60087_tv_eb%2Fj
[junit4:junit4]   2> 9924 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60087_tv_eb%2Fj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60087_tv_eb%2Fj
[junit4:junit4]   2> 9926 T1669 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60087_tv_eb%2Fj
[junit4:junit4]   2> 9932 T1702 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> 9932 T1695 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> 9933 T1715 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> 9935 T1731 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9939 T1702 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9942 T1695 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9942 T1715 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9952 T1732 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/collection1
[junit4:junit4]   2> 9953 T1732 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9955 T1732 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9956 T1732 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9961 T1732 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/collection1/'
[junit4:junit4]   2> 9963 T1732 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/collection1/lib/README' to classloader
[junit4:junit4]   2> 9964 T1732 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10065 T1732 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10095 T1732 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10098 T1732 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10102 T1732 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10120 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10122 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 10128 T1702 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> 10128 T1695 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> 10128 T1731 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> 10128 T1715 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> 10506 T1732 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10511 T1732 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10514 T1732 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10546 T1732 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10553 T1732 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10563 T1732 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10567 T1732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10568 T1732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10569 T1732 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10573 T1732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10574 T1732 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10575 T1732 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362903415297/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/
[junit4:junit4]   2> 10576 T1732 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45224522
[junit4:junit4]   2> 10578 T1732 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10579 T1732 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2 forceNew: false
[junit4:junit4]   2> 10581 T1732 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/index/
[junit4:junit4]   2> 10582 T1732 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10584 T1732 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/index forceNew: false
[junit4:junit4]   2> 10594 T1732 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b703b70; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10595 T1732 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10601 T1732 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10602 T1732 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10603 T1732 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10604 T1732 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10605 T1732 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10605 T1732 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10606 T1732 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10606 T1732 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10607 T1732 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10608 T1732 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10622 T1732 oass.SolrIndexSearcher.<init> Opening Searcher@7f647f64 main
[junit4:junit4]   2> 10623 T1732 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10624 T1732 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10635 T1733 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7f647f64 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10640 T1732 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10641 T1732 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11641 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11643 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60087/tv_eb/j",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60087_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 11644 T1696 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11645 T1696 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11658 T1702 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> 11658 T1695 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> 11658 T1731 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> 11658 T1715 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> 12643 T1732 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12644 T1732 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60087/tv_eb/j collection:collection1 shard:shard2
[junit4:junit4]   2> 12647 T1732 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12667 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12668 T1732 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12670 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12676 T1732 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12677 T1732 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12678 T1732 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60087/tv_eb/j/collection1/
[junit4:junit4]   2> 12679 T1732 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12680 T1732 oasc.SyncStrategy.syncToMe http://127.0.0.1:60087/tv_eb/j/collection1/ has no replicas
[junit4:junit4]   2> 12680 T1732 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60087/tv_eb/j/collection1/
[junit4:junit4]   2> 12681 T1732 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12694 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13174 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13198 T1702 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> 13198 T1695 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> 13198 T1715 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> 13198 T1731 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> 13251 T1732 oasc.ZkController.register We are http://127.0.0.1:60087/tv_eb/j/collection1/ and leader is http://127.0.0.1:60087/tv_eb/j/collection1/
[junit4:junit4]   2> 13252 T1732 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60087/tv_eb/j
[junit4:junit4]   2> 13252 T1732 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13253 T1732 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13253 T1732 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13256 T1732 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13259 T1669 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13260 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13262 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13401 T1669 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13403 T1669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47744
[junit4:junit4]   2> 13404 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13404 T1669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13405 T1669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901
[junit4:junit4]   2> 13406 T1669 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/solr.xml
[junit4:junit4]   2> 13406 T1669 oasc.CoreContainer.<init> New CoreContainer 294326667
[junit4:junit4]   2> 13407 T1669 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/'
[junit4:junit4]   2> 13408 T1669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/'
[junit4:junit4]   2> 13423 T1669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13424 T1669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13424 T1669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13425 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13425 T1669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13426 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13427 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13427 T1669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13428 T1669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13428 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13437 T1669 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13448 T1669 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58217/solr
[junit4:junit4]   2> 13448 T1669 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13449 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1be71be7
[junit4:junit4]   2> 13450 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13451 T1744 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 13452 T1744 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 13452 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41420
[junit4:junit4]   2> 13453 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41420
[junit4:junit4]   2> 13454 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f98330009 with negotiated timeout 20000 for client /127.0.0.1:41420
[junit4:junit4]   2> 13454 T1744 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f98330009, negotiated timeout = 20000
[junit4:junit4]   2> 13455 T1745 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1be71be7 name:ZooKeeperConnection Watcher:127.0.0.1:58217 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13456 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13459 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f98330009
[junit4:junit4]   2> 13460 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41420 which had sessionid 0x13d535f98330009
[junit4:junit4]   2> 13461 T1745 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13461 T1669 oaz.ZooKeeper.close Session: 0x13d535f98330009 closed
[junit4:junit4]   2> 13462 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13483 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4640464
[junit4:junit4]   2> 13485 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13486 T1746 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 13487 T1746 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 13488 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41421
[junit4:junit4]   2> 13490 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41421
[junit4:junit4]   2> 13491 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f9833000a with negotiated timeout 20000 for client /127.0.0.1:41421
[junit4:junit4]   2> 13492 T1746 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f9833000a, negotiated timeout = 20000
[junit4:junit4]   2> 13493 T1747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4640464 name:ZooKeeperConnection Watcher:127.0.0.1:58217/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13494 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13496 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f9833000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13499 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f9833000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13505 T1669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14515 T1669 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47744_tv_eb%2Fj
[junit4:junit4]   2> 14518 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f9833000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47744_tv_eb%2Fj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47744_tv_eb%2Fj
[junit4:junit4]   2> 14520 T1669 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47744_tv_eb%2Fj
[junit4:junit4]   2> 14526 T1702 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> 14527 T1695 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> 14527 T1715 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> 14527 T1731 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> 14529 T1747 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14533 T1702 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14536 T1715 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14536 T1731 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14536 T1695 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14547 T1748 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/collection1
[junit4:junit4]   2> 14549 T1748 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14551 T1748 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14552 T1748 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14557 T1748 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/collection1/'
[junit4:junit4]   2> 14559 T1748 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/collection1/lib/README' to classloader
[junit4:junit4]   2> 14560 T1748 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14602 T1748 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 14641 T1748 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14643 T1748 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14648 T1748 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14741 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14743 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60087/tv_eb/j",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60087_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 14752 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14752 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14752 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14752 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14752 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15068 T1748 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15073 T1748 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15075 T1748 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15112 T1748 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15117 T1748 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15124 T1748 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15127 T1748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15128 T1748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15129 T1748 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15133 T1748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15134 T1748 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15136 T1748 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362903419901/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/
[junit4:junit4]   2> 15137 T1748 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45224522
[junit4:junit4]   2> 15138 T1748 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 15140 T1748 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3 forceNew: false
[junit4:junit4]   2> 15141 T1748 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index/
[junit4:junit4]   2> 15143 T1748 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15145 T1748 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index forceNew: false
[junit4:junit4]   2> 15155 T1748 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@14551455; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15156 T1748 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15162 T1748 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15164 T1748 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15165 T1748 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15167 T1748 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15168 T1748 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15168 T1748 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15169 T1748 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15170 T1748 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15170 T1748 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15171 T1748 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15174 T1748 oass.SolrIndexSearcher.<init> Opening Searcher@74df74df main
[junit4:junit4]   2> 15175 T1748 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15176 T1748 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15189 T1749 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74df74df main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15197 T1748 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15197 T1748 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16265 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16267 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47744/tv_eb/j",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47744_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 16268 T1696 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16269 T1696 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16281 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16281 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16282 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16281 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16282 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17201 T1748 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17202 T1748 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47744/tv_eb/j collection:collection1 shard:shard1
[junit4:junit4]   2> 17212 T1748 oasc.ZkController.register We are http://127.0.0.1:47744/tv_eb/j/collection1/ and leader is http://127.0.0.1:52776/tv_eb/j/collection1/
[junit4:junit4]   2> 17213 T1748 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47744/tv_eb/j
[junit4:junit4]   2> 17214 T1748 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 17215 T1748 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C136 name=collection1 org.apache.solr.core.SolrCore@1caf1caf url=http://127.0.0.1:47744/tv_eb/j/collection1 node=127.0.0.1:47744_tv_eb%2Fj C136_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:47744/tv_eb/j, state=down, node_name=127.0.0.1:47744_tv_eb%2Fj, collection=collection1, core=collection1}
[junit4:junit4]   2> 17216 T1750 C136 P47744 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 17217 T1750 C136 P47744 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17218 T1748 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17218 T1750 C136 P47744 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 17220 T1750 C136 P47744 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17222 T1669 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 17224 T1750 C136 P47744 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17224 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17226 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17366 T1669 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 17368 T1669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36837
[junit4:junit4]   2> 17368 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 17369 T1669 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 17370 T1669 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865
[junit4:junit4]   2> 17370 T1669 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/solr.xml
[junit4:junit4]   2> 17371 T1669 oasc.CoreContainer.<init> New CoreContainer 678373487
[junit4:junit4]   2> 17372 T1669 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/'
[junit4:junit4]   2> 17372 T1669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/'
[junit4:junit4]   2> 17388 T1669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 17388 T1669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 17389 T1669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 17389 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 17390 T1669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 17391 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 17391 T1669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 17392 T1669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 17392 T1669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 17393 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 17413 T1669 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17429 T1669 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:58217/solr
[junit4:junit4]   2> 17429 T1669 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 17430 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@45f045f0
[junit4:junit4]   2> 17431 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17432 T1761 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 17433 T1761 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 17433 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41424
[junit4:junit4]   2> 17436 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41424
[junit4:junit4]   2> 17437 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f9833000b with negotiated timeout 20000 for client /127.0.0.1:41424
[junit4:junit4]   2> 17437 T1761 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f9833000b, negotiated timeout = 20000
[junit4:junit4]   2> 17439 T1762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45f045f0 name:ZooKeeperConnection Watcher:127.0.0.1:58217 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17440 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17444 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f9833000b
[junit4:junit4]   2> 17445 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41424 which had sessionid 0x13d535f9833000b
[junit4:junit4]   2> 17446 T1762 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17446 T1669 oaz.ZooKeeper.close Session: 0x13d535f9833000b closed
[junit4:junit4]   2> 17448 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 17460 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c953c95
[junit4:junit4]   2> 17462 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17463 T1763 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 17464 T1763 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 17465 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41425
[junit4:junit4]   2> 17467 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41425
[junit4:junit4]   2> 17468 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f9833000c with negotiated timeout 20000 for client /127.0.0.1:41425
[junit4:junit4]   2> 17469 T1763 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f9833000c, negotiated timeout = 20000
[junit4:junit4]   2> 17470 T1764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c953c95 name:ZooKeeperConnection Watcher:127.0.0.1:58217/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17472 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17473 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f9833000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17476 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f9833000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17481 T1669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17842 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17845 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47744/tv_eb/j",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47744_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 17858 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17858 T1764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17859 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17859 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17859 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17859 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18238 T1708 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&onlyIfLeader=true&checkLive=true&action=PREPRECOVERY&version=2&coreNodeName=127.0.0.1:47744_tv_eb%252Fj_collection1&wt=javabin&nodeName=127.0.0.1:47744_tv_eb%252Fj&core=collection1} status=0 QTime=1000 
[junit4:junit4]   2> 18490 T1669 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36837_tv_eb%2Fj
[junit4:junit4]   2> 18493 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f9833000c type:delete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36837_tv_eb%2Fj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36837_tv_eb%2Fj
[junit4:junit4]   2> 18495 T1669 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36837_tv_eb%2Fj
[junit4:junit4]   2> 18501 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18501 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18502 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18502 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18503 T1764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18502 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18535 T1695 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18537 T1702 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18539 T1715 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18540 T1731 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18540 T1747 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18543 T1764 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18547 T1765 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/collection1
[junit4:junit4]   2> 18548 T1765 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18549 T1765 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18550 T1765 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18552 T1765 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/collection1/'
[junit4:junit4]   2> 18554 T1765 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/collection1/lib/README' to classloader
[junit4:junit4]   2> 18555 T1765 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 18588 T1765 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 18651 T1765 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18653 T1765 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18658 T1765 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19039 T1765 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19044 T1765 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19046 T1765 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19082 T1765 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19087 T1765 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19095 T1765 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19098 T1765 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19099 T1765 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19100 T1765 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19103 T1765 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19104 T1765 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19105 T1765 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1362903423865/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/
[junit4:junit4]   2> 19107 T1765 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45224522
[junit4:junit4]   2> 19108 T1765 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 19110 T1765 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4 forceNew: false
[junit4:junit4]   2> 19111 T1765 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index/
[junit4:junit4]   2> 19113 T1765 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19114 T1765 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index forceNew: false
[junit4:junit4]   2> 19124 T1765 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19a319a3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19126 T1765 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19132 T1765 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19133 T1765 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19134 T1765 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19136 T1765 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19138 T1765 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19139 T1765 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19140 T1765 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19142 T1765 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19143 T1765 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19145 T1765 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19148 T1765 oass.SolrIndexSearcher.<init> Opening Searcher@5e3d5e3d main
[junit4:junit4]   2> 19149 T1765 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19149 T1765 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19169 T1766 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e3d5e3d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19172 T1765 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19172 T1765 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19374 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19377 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36837/tv_eb/j",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36837_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 19378 T1696 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 19379 T1696 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 19391 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19391 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19392 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19392 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19392 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19393 T1764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20175 T1765 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 20176 T1765 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36837/tv_eb/j collection:collection1 shard:shard2
[junit4:junit4]   2> 20186 T1765 oasc.ZkController.register We are http://127.0.0.1:36837/tv_eb/j/collection1/ and leader is http://127.0.0.1:60087/tv_eb/j/collection1/
[junit4:junit4]   2> 20187 T1765 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36837/tv_eb/j
[junit4:junit4]   2> 20188 T1765 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 20189 T1765 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C137 name=collection1 org.apache.solr.core.SolrCore@267a267a url=http://127.0.0.1:36837/tv_eb/j/collection1 node=127.0.0.1:36837_tv_eb%2Fj C137_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:36837/tv_eb/j, state=down, node_name=127.0.0.1:36837_tv_eb%2Fj, collection=collection1, core=collection1}
[junit4:junit4]   2> 20190 T1767 C137 P36837 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20191 T1767 C137 P36837 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20191 T1765 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20192 T1767 C137 P36837 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20193 T1767 C137 P36837 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20195 T1669 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 20197 T1767 C137 P36837 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20197 T1669 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20199 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20207 T1669 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20209 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20215 T1709 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/onenodecollectioncore
[junit4:junit4]   2> 20217 T1709 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 20219 T1709 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 20221 T1709 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 20224 T1709 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 20225 T1709 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 20229 T1709 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 20231 T1709 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/onenodecollectioncore/'
[junit4:junit4]   2>  C136_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:47744/tv_eb/j, state=recovering, node_name=127.0.0.1:47744_tv_eb%2Fj, collection=collection1, shard=shard1, core=collection1}
[junit4:junit4]   2> 20241 T1750 C136 P47744 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52776/tv_eb/j/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20241 T1750 C136 P47744 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:47744/tv_eb/j START replicas=[http://127.0.0.1:52776/tv_eb/j/collection1/] nUpdates=100
[junit4:junit4]   2> 20242 T1750 C136 P47744 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20242 T1750 C136 P47744 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20243 T1750 C136 P47744 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20243 T1750 C136 P47744 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20243 T1750 C136 P47744 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20244 T1750 C136 P47744 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52776/tv_eb/j/collection1/. core=collection1
[junit4:junit4]   2> 20244 T1750 C136 P47744 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C138 name=collection1 org.apache.solr.core.SolrCore@11c611c6 url=http://127.0.0.1:52776/tv_eb/j/collection1 node=127.0.0.1:52776_tv_eb%2Fj C138_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:52776/tv_eb/j, state=active, node_name=127.0.0.1:52776_tv_eb%2Fj, collection=collection1, shard=shard1, core=collection1, leader=true}
[junit4:junit4]   2> 20257 T1710 C138 P52776 REQ /get {getVersions=100&qt=/get&distrib=false&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 20261 T1708 C138 P52776 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 20265 T1708 C138 P52776 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9160916; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20266 T1708 C138 P52776 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20272 T1708 C138 P52776 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9160916; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9160916; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20273 T1708 C138 P52776 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20274 T1708 C138 P52776 oass.SolrIndexSearcher.<init> Opening Searcher@39333933 realtime
[junit4:junit4]   2> 20274 T1709 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 20275 T1708 C138 P52776 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20276 T1708 C138 P52776 /update {softCommit=false&commit_end_point=true&commit=true&version=2&waitSearcher=true&wt=javabin&openSearcher=false} {commit=} 0 15
[junit4:junit4]   2> 20277 T1750 C136 P47744 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20277 T1750 C136 P47744 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20279 T1711 C138 P52776 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20280 T1711 C138 P52776 REQ /replication {qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 20280 T1750 C136 P47744 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20281 T1750 C136 P47744 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20281 T1750 C136 P47744 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20284 T1708 C138 P52776 REQ /replication {qt=/replication&version=2&generation=2&command=filelist&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 20284 T1750 C136 P47744 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20286 T1750 C136 P47744 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index.20130310041706913 forceNew: false
[junit4:junit4]   2> 20287 T1750 C136 P47744 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index.20130310041706913 lockFactory=org.apache.lucene.store.NativeFSLockFactory@43bf43bf; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 20330 T1710 C138 P52776 REQ /replication {checksum=true&qt=/replication&generation=2&command=filecontent&file=segments_2&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 20332 T1750 C136 P47744 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20344 T1750 C136 P47744 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20345 T1750 C136 P47744 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20349 T1750 C136 P47744 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@14551455; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@14551455; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20350 T1750 C136 P47744 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20351 T1750 C136 P47744 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20352 T1750 C136 P47744 oass.SolrIndexSearcher.<init> Opening Searcher@7b677b67 main
[junit4:junit4]   2> 20353 T1749 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b677b67 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20354 T1750 C136 P47744 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty3/index.20130310041706913 lockFactory=org.apache.lucene.store.NativeFSLockFactory@43bf43bf; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 20356 T1750 C136 P47744 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20356 T1750 C136 P47744 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20357 T1750 C136 P47744 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20357 T1750 C136 P47744 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20360 T1750 C136 P47744 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20363 T1709 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 20366 T1709 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 20370 T1709 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 20760 T1709 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 20766 T1709 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 20769 T1709 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 20795 T1709 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20802 T1709 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20808 T1709 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20810 T1709 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20811 T1709 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20812 T1709 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20814 T1709 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20815 T1709 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20815 T1709 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362903410663/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362903406634/onenodecollection/
[junit4:junit4]   2> 20816 T1709 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45224522
[junit4:junit4]   2> 20817 T1709 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 20818 T1709 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362903406634/onenodecollection forceNew: false
[junit4:junit4]   2> 20819 T1709 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362903406634/onenodecollection/index/
[junit4:junit4]   2> 20820 T1709 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362903406634/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 20821 T1709 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362903406634/onenodecollection/index forceNew: false
[junit4:junit4]   2> 20845 T1709 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solrtest-BasicDistributedZk2Test-1362903406634/onenodecollection/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ae37ae3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20847 T1709 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20854 T1709 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 20856 T1709 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 20857 T1709 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 20860 T1709 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 20862 T1709 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 20863 T1709 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 20865 T1709 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 20868 T1709 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 20870 T1709 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 20873 T1709 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 20880 T1709 oass.SolrIndexSearcher.<init> Opening Searcher@9e209e2 main
[junit4:junit4]   2> 20883 T1709 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 20884 T1709 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 20896 T1771 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@9e209e2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 20903 T1709 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20924 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20926 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36837/tv_eb/j",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36837_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 20933 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47744/tv_eb/j",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47744_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 20940 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore"}
[junit4:junit4]   2> 20940 T1696 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20941 T1696 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20950 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20950 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20950 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20951 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20951 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20951 T1764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21207 T1727 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&onlyIfLeader=true&checkLive=true&action=PREPRECOVERY&version=2&coreNodeName=127.0.0.1:36837_tv_eb%252Fj_collection1&wt=javabin&nodeName=127.0.0.1:36837_tv_eb%252Fj&core=collection1} status=0 QTime=1000 
[junit4:junit4]   2> 21906 T1709 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 21908 T1709 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:52776/tv_eb/j collection:onenodecollection shard:shard1
[junit4:junit4]   2> 21911 T1709 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 21934 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 21935 T1709 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21938 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21943 T1709 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 21945 T1709 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 21946 T1709 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52776/tv_eb/j/onenodecollectioncore/
[junit4:junit4]   2> 21948 T1709 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 21950 T1709 oasc.SyncStrategy.syncToMe http://127.0.0.1:52776/tv_eb/j/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 21951 T1709 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52776/tv_eb/j/onenodecollectioncore/
[junit4:junit4]   2> 21953 T1709 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 21969 T1674 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d535f98330006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22471 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22495 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22495 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22495 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22495 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22495 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22496 T1764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22606 T1709 oasc.ZkController.register We are http://127.0.0.1:52776/tv_eb/j/onenodecollectioncore/ and leader is http://127.0.0.1:52776/tv_eb/j/onenodecollectioncore/
[junit4:junit4]   2> 22608 T1709 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:52776/tv_eb/j
[junit4:junit4]   2> 22609 T1709 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 22611 T1709 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 22616 T1709 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22620 T1709 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1362903406634/onenodecollection&action=CREATE&version=2&numShards=1&name=onenodecollectioncore&wt=javabin&roles=none&collection=onenodecollection} status=0 QTime=2405 
[junit4:junit4]   2> 22621 T1669 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 22623 T1669 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C137_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:36837/tv_eb/j, state=recovering, node_name=127.0.0.1:36837_tv_eb%2Fj, collection=collection1, shard=shard2, core=collection1}
[junit4:junit4]   2> 23209 T1767 C137 P36837 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60087/tv_eb/j/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23210 T1767 C137 P36837 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:36837/tv_eb/j START replicas=[http://127.0.0.1:60087/tv_eb/j/collection1/] nUpdates=100
[junit4:junit4]   2> 23211 T1767 C137 P36837 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23212 T1767 C137 P36837 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23213 T1767 C137 P36837 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23214 T1767 C137 P36837 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23214 T1767 C137 P36837 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23215 T1767 C137 P36837 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60087/tv_eb/j/collection1/. core=collection1
[junit4:junit4]   2> 23216 T1767 C137 P36837 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C139 name=collection1 org.apache.solr.core.SolrCore@47b947b9 url=http://127.0.0.1:60087/tv_eb/j/collection1 node=127.0.0.1:60087_tv_eb%2Fj C139_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:60087/tv_eb/j, state=active, node_name=127.0.0.1:60087_tv_eb%2Fj, collection=collection1, shard=shard2, core=collection1, leader=true}
[junit4:junit4]   2> 23219 T1727 C139 P60087 REQ /get {getVersions=100&qt=/get&distrib=false&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 23226 T1726 C139 P60087 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23236 T1726 C139 P60087 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b703b70; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23238 T1726 C139 P60087 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23252 T1726 C139 P60087 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b703b70; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b703b70; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23254 T1726 C139 P60087 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23256 T1726 C139 P60087 oass.SolrIndexSearcher.<init> Opening Searcher@7bf57bf5 realtime
[junit4:junit4]   2> 23258 T1726 C139 P60087 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23260 T1726 C139 P60087 /update {softCommit=false&commit_end_point=true&commit=true&version=2&waitSearcher=true&wt=javabin&openSearcher=false} {commit=} 0 34
[junit4:junit4]   2> 23262 T1767 C137 P36837 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23262 T1767 C137 P36837 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23265 T1725 C139 P60087 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23267 T1725 C139 P60087 REQ /replication {qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=2 
[junit4:junit4]   2> 23269 T1767 C137 P36837 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23270 T1767 C137 P36837 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23271 T1767 C137 P36837 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23274 T1726 C139 P60087 REQ /replication {qt=/replication&version=2&generation=2&command=filelist&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 23276 T1767 C137 P36837 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23278 T1767 C137 P36837 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index.20130310041709905 forceNew: false
[junit4:junit4]   2> 23280 T1767 C137 P36837 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index.20130310041709905 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70407040; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false
[junit4:junit4]   2> 23284 T1724 C139 P60087 REQ /replication {checksum=true&qt=/replication&generation=2&command=filecontent&file=segments_2&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 23286 T1767 C137 P36837 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23293 T1767 C137 P36837 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23293 T1767 C137 P36837 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23296 T1767 C137 P36837 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19a319a3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19a319a3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23297 T1767 C137 P36837 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23297 T1767 C137 P36837 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23298 T1767 C137 P36837 oass.SolrIndexSearcher.<init> Opening Searcher@51d251d2 main
[junit4:junit4]   2> 23299 T1766 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51d251d2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23300 T1767 C137 P36837 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1362903406634/jetty4/index.20130310041709905 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70407040; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 23301 T1767 C137 P36837 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23301 T1767 C137 P36837 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23302 T1767 C137 P36837 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23302 T1767 C137 P36837 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23305 T1767 C137 P36837 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23627 T1669 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24070 T1696 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24072 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore"}
[junit4:junit4]   2> 24084 T1696 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36837/tv_eb/j",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36837_tv_eb%2Fj",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1"}
[junit4:junit4]   2> 24112 T1702 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24112 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24112 T1715 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24112 T1747 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24113 T1764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24113 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24630 T1669 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24633 T1669 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 24634 T1669 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24654 T1725 oejs.Response.sendError WARNING Committed before 404 Can not find: /tv_eb/j/onenodecollectioncore/update
[junit4:junit4]   2> 24655 T1669 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:58217 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6250625
[junit4:junit4]   2> 24656 T1725 oejs.ServletHandler.doHandle WARNING /tv_eb/j/onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:738)
[junit4:junit4]   2> 
[junit4:junit4]   2> 24658 T1669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24659 T1774 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:58217. Will not attempt to authenticate using SASL (Access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 24660 T1774 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:58217, initiating session
[junit4:junit4]   2> 24660 T1671 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41437
[junit4:junit4]   2> 24662 T1671 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41437
[junit4:junit4]   2> 24663 T1673 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d535f9833000d with negotiated timeout 10000 for client /127.0.0.1:41437
[junit4:junit4]   2> 24663 T1774 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:58217, sessionid = 0x13d535f9833000d, negotiated timeout = 10000
[junit4:junit4]   2> 24664 T1775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6250625 name:ZooKeeperConnection Watcher:127.0.0.1:58217 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24665 T1669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> / (2)
[junit4:junit4]   1> DATA:
[junit4:junit4]   1>     
[junit4:junit4]   1>  /solr (7)
[junit4:junit4]   1>   /solr/configs (1)
[junit4:junit4]   1>    /solr/configs/conf1 (9)
[junit4:junit4]   1>     /solr/configs/conf1/old_synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/protwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/schema.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/currency.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/open-exchange-rates.json (0)
[junit4:junit4]   1>     DATA:
[junit4:junit4]   1>         {
[junit4:junit4]   1>           "disclaimer": "This data is not real, it was synthetically created to match currency.xml.  It is modeled after the data format available from openexchangerates.org.  See https://openexchangerates.org/documentation for details",
[junit4:junit4]   1>           "license": "http://www.apache.org/licenses/LICENSE-2.0",
[junit4:junit4]   1>           "timestamp": 1332070464,
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "IMPORTANT NOTE": "In order for tests to work, this data must be kept in sync with ./currency.xml",
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "base": "USD",
[junit4:junit4]   1>           "rates": {
[junit4:junit4]   1>             "USD": 1,
[junit4:junit4]   1>             "JPY": 81.29,
[junit4:junit4]   1>             "EUR": 2.5,
[junit4:junit4]   1>             "GBP": 0.5,
[junit4:junit4]   1>             "MXN": 2.0
[junit4:junit4]   1>           }
[junit4:junit4]   1>         }
[junit4:junit4]   1>         
[junit4:junit4]   1>     /solr/configs/conf1/solrconfig.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89319237657755651-127.0.0.1:36967_tv_eb%2Fj-n_0000000000"}
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89319237657755660-127.0.0.1:36837_tv_eb%2Fj-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89319237657755654-127.0.0.1:52776_tv_eb%2Fj-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89319237657755658-127.0.0.1:47744_tv_eb%2Fj-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89319237657755656-127.0.0.1:60087_tv_eb%2Fj-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89319237657755651-127.0.0.1:36967_tv_eb%2Fj-n_0000000000 (0)
[junit4:junit4]   1>   /solr/collections (3)
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89319237657755651-127.0.0.1:36967_tv_eb%2Fj_collection1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:36967/tv_eb/j",
[junit4:junit4]   1>            "node_name":"127.0.0.1:36967_tv_eb%2Fj",
[junit4:junit4]   1>            "core":"collection1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (2)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89319237657755654-127.0.0.1:52776_tv_eb%2Fj_collection1-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89319237657755658-127.0.0.1:47744_tv_eb%2Fj_collection1-n_0000000001 (0)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard2/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89319237657755660-127.0.0.1:36837_tv_eb%2Fj_collection1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89319237657755656-127.0.0.1:60087_tv_eb%2Fj_collection1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/collection1/leaders (2)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   1>            "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   1>            "core":"collection1"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60087/tv_eb/j",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60087_tv_eb%2Fj",
[junit4:junit4]   1>            "core":"collection1"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>    /solr/collections/onenodecollection (2)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {
[junit4:junit4]   1>          "router":"compositeId",
[junit4:junit4]   1>          "configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/onenodecollection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/onenodecollection/leader_elect/shard1/election/89319237657755654-127.0.0.1:52776_tv_eb%2Fj_onenodecollectioncore-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/onenodecollection/leaders (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   1>            "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   1>            "core":"onenodecollectioncore"}
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/live_nodes (5)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:36837_tv_eb%2Fj (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:52776_tv_eb%2Fj (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:47744_tv_eb%2Fj (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:60087_tv_eb%2Fj (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:36967_tv_eb%2Fj (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:36967_tv_eb%2Fj_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:36967/tv_eb/j",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:36967_tv_eb%2Fj",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "onenodecollection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:52776_tv_eb%2Fj_onenodecollectioncore":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "collection":"onenodecollection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"onenodecollectioncore",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "shards":{
[junit4:junit4]   1>             "shard1":{
[junit4:junit4]   1>               "range":"80000000-ffffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:52776_tv_eb%2Fj_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:52776/tv_eb/j",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:52776_tv_eb%2Fj",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:47744_tv_eb%2Fj_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:47744/tv_eb/j",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:47744_tv_eb%2Fj",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"collection1"}}},
[junit4:junit4]   1>             "shard2":{
[junit4:junit4]   1>               "range":"0-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:60087_tv_eb%2Fj_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:60087/tv_eb/j",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:60087_tv_eb%2Fj",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   2> 24769 T1674 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d535f9833000d
[junit4:junit4]   2> 24771 T1671 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41437 which had sessionid 0x13d535f9833000d
[junit4:junit4]   2> 24771 T1775 oaz.ClientCnxn$EventThread.

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

collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "core":"collection1"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=E11D3F3E48B96E27 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_BE -Dtests.timezone=IET -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   33.5s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:60087/tv_eb/j/onenodecollectioncore returned non ok status:404, message:Can not find: /tv_eb/j/onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E11D3F3E48B96E27:60FBB1263FE60E1B]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:85)
[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:60)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
[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:738)
[junit4:junit4]   2> 33532 T1669 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 33573 T1668 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> 34372 T1672 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en_BE, timezone=IET
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic x86/IBM Corporation 1.6.0 (32-bit)/cpus=8,threads=2,free=31368240,total=48840192
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DOMUtilTest, IndexSchemaRuntimeFieldTest, TestCollationField, ClusterStateTest, CurrencyFieldOpenExchangeTest, SolrCoreCheckLockOnStartupTest, TestBM25SimilarityFactory, SampleTest, TestStressReorder, TestMultiCoreConfBootstrap, BasicZkTest, FullSolrCloudDistribCmdsTest, PathHierarchyTokenizerFactoryTest, TestPropInject, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestBinaryResponseWriter, ChaosMonkeySafeLeaderTest, JSONWriterTest, TestRangeQuery, OpenExchangeRatesOrgProviderTest, TestFieldTypeCollectionResource, TestDistributedGrouping, TestMergePolicyConfig, DebugComponentTest, DefaultValueUpdateProcessorTest, TestUpdate, SpellPossibilityIteratorTest, TestJmxMonitoredMap, TestComponentsName, UniqFieldsUpdateProcessorFactoryTest, TestLazyCores, IndexReaderFactoryTest, RequiredFieldsTest, TestJmxIntegration, TestRecovery, OutputWriterTest, TestSolrJ, NumericFieldsTest, RequestHandlersTest, UpdateParamsTest, TestSolrXMLSerializer, TestFoldingMultitermQuery, TestDefaultSimilarityFactory, TestSolrDiscoveryProperties, DistanceFunctionTest, SpellCheckCollatorTest, TestFiltering, ShardRoutingCustomTest, TestDFRSimilarityFactory, TestReload, NoCacheHeaderTest, StandardRequestHandlerTest, TestFieldCollectionResource, TestDistributedSearch, TestCSVLoader, HighlighterConfigTest, BadIndexSchemaTest, ZkSolrClientTest, TestCodecSupport, TermVectorComponentDistributedTest, DisMaxRequestHandlerTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 34.63s, 1 test, 1 error <<< FAILURES!

[...truncated 522 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:374: 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: 270 suites, 1140 tests, 1 error, 14 ignored (8 assumptions)

Total time: 44 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/ibm-j9-jdk6 
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4615/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseConcMarkSweepGC

2 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=272, name=coreLoadExecutor-43-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=272, name=coreLoadExecutor-43-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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
	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(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@21906f lockFactory=org.apache.lucene.store.NativeFSLockFactory@1036be0; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875))
	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=274, 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=274, 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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875))
	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)




Build Log:
[...truncated 8860 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T213 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /w_/
[junit4:junit4]   2> 4 T213 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-1362894223656
[junit4:junit4]   2> 5 T213 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T214 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T214 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T214 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T214 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 7 T214 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T214 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-1362894223656/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T213 oasc.ZkTestServer.run start zk server on port:39726
[junit4:junit4]   2> 106 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@173a2d6
[junit4:junit4]   2> 108 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T219 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T219 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 110 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51850
[junit4:junit4]   2> 111 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51850
[junit4:junit4]   2> 111 T217 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 116 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0000 with negotiated timeout 10000 for client /127.0.0.1:51850
[junit4:junit4]   2> 116 T219 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0000, negotiated timeout = 10000
[junit4:junit4]   2> 120 T220 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@173a2d6 name:ZooKeeperConnection Watcher:127.0.0.1:39726 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 121 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 122 T213 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 133 T218 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d52d3792c0000
[junit4:junit4]   2> 135 T220 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 135 T213 oaz.ZooKeeper.close Session: 0x13d52d3792c0000 closed
[junit4:junit4]   2> 136 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bf43ba
[junit4:junit4]   2> 137 T215 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51850 which had sessionid 0x13d52d3792c0000
[junit4:junit4]   2> 139 T221 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 140 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51853
[junit4:junit4]   2> 141 T221 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 140 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 142 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51853
[junit4:junit4]   2> 143 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0001 with negotiated timeout 10000 for client /127.0.0.1:51853
[junit4:junit4]   2> 144 T221 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0001, negotiated timeout = 10000
[junit4:junit4]   2> 145 T222 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bf43ba name:ZooKeeperConnection Watcher:127.0.0.1:39726/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 145 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 146 T213 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 154 T213 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 161 T213 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 166 T213 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 173 T213 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> 197 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 239 T213 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> 245 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 257 T213 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> 257 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 264 T213 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> 265 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 273 T213 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> 274 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 293 T213 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> 294 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 310 T213 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> 311 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 319 T213 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> 319 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 327 T213 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> 328 T213 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 337 T218 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d52d3792c0001
[junit4:junit4]   2> 337 T222 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 337 T213 oaz.ZooKeeper.close Session: 0x13d52d3792c0001 closed
[junit4:junit4]   2> 337 T215 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51853 which had sessionid 0x13d52d3792c0001
[junit4:junit4]   2> 428 T213 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 432 T213 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60503
[junit4:junit4]   2> 434 T213 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 435 T213 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 435 T213 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-1362894223990
[junit4:junit4]   2> 436 T213 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-1362894223990/solr.xml
[junit4:junit4]   2> 436 T213 oasc.CoreContainer.<init> New CoreContainer 5834567
[junit4:junit4]   2> 437 T213 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-1362894223990/'
[junit4:junit4]   2> 438 T213 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-1362894223990/'
[junit4:junit4]   2> 470 T213 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 471 T213 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 471 T213 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 472 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 472 T213 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 473 T213 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 473 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 474 T213 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 475 T213 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 475 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 544 T213 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 567 T213 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39726/solr
[junit4:junit4]   2> 574 T213 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 575 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12d16fa
[junit4:junit4]   2> 577 T232 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 579 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 581 T232 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 581 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51855
[junit4:junit4]   2> 581 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51855
[junit4:junit4]   2> 583 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0002 with negotiated timeout 20000 for client /127.0.0.1:51855
[junit4:junit4]   2> 587 T232 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0002, negotiated timeout = 20000
[junit4:junit4]   2> 587 T233 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12d16fa name:ZooKeeperConnection Watcher:127.0.0.1:39726 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 588 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 590 T218 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d52d3792c0002
[junit4:junit4]   2> 597 T233 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 597 T213 oaz.ZooKeeper.close Session: 0x13d52d3792c0002 closed
[junit4:junit4]   2> 597 T215 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51855 which had sessionid 0x13d52d3792c0002
[junit4:junit4]   2> 599 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 606 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@11e1c57
[junit4:junit4]   2> 607 T234 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 608 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51856
[junit4:junit4]   2> 608 T234 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 608 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 609 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51856
[junit4:junit4]   2> 610 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0003 with negotiated timeout 20000 for client /127.0.0.1:51856
[junit4:junit4]   2> 611 T234 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0003, negotiated timeout = 20000
[junit4:junit4]   2> 611 T235 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11e1c57 name:ZooKeeperConnection Watcher:127.0.0.1:39726/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 612 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 614 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 616 T213 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 619 T213 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60503_w_
[junit4:junit4]   2> 620 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60503_w_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60503_w_
[junit4:junit4]   2> 621 T213 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60503_w_
[junit4:junit4]   2> 626 T213 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 643 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 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> 646 T213 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 659 T213 oasc.Overseer.start Overseer (id=89318635841781763-127.0.0.1:60503_w_-n_0000000000) starting
[junit4:junit4]   2> 660 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 666 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 673 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 677 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 679 T237 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 679 T213 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 683 T213 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 687 T213 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 707 T236 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 707 T238 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-1362894223990/collection1
[junit4:junit4]   2> 715 T238 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 720 T238 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 721 T238 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 728 T238 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-1362894223990/collection1/'
[junit4:junit4]   2> 728 T238 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-1362894223990/collection1/lib/README' to classloader
[junit4:junit4]   2> 729 T238 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-1362894223990/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 814 T238 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 872 T238 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 874 T238 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 906 T238 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1485 T238 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1500 T238 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1503 T238 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1571 T238 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1575 T238 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1580 T238 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1584 T238 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1585 T238 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1585 T238 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1587 T238 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1587 T238 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1587 T238 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-1362894223990/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/control/data/
[junit4:junit4]   2> 1589 T238 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@109c998
[junit4:junit4]   2> 1591 T238 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1592 T238 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/control/data forceNew: false
[junit4:junit4]   2> 1593 T238 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/control/data/index/
[junit4:junit4]   2> 1594 T238 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362894223656/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1594 T238 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/control/data/index forceNew: false
[junit4:junit4]   2> 1597 T238 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4dea5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f6cd53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1597 T238 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1615 T238 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1615 T238 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1617 T238 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1618 T238 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1618 T238 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1619 T238 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1619 T238 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1620 T238 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1620 T238 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1624 T238 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1632 T238 oass.SolrIndexSearcher.<init> Opening Searcher@12eba10 main
[junit4:junit4]   2> 1636 T238 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/control/data/tlog
[junit4:junit4]   2> 1645 T238 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1645 T238 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1653 T239 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12eba10 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1655 T238 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1656 T238 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1657 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 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> 2231 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2233 T236 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:60503_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60503/w_"}
[junit4:junit4]   2> 2233 T236 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2244 T236 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2245 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 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> 2257 T235 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> 2661 T238 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2661 T238 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60503/w_ collection:control_collection shard:shard1
[junit4:junit4]   2> 2667 T238 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 2680 T238 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2695 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 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> 2696 T238 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2697 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2701 T238 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2702 T238 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2702 T238 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60503/w_/collection1/
[junit4:junit4]   2> 2702 T238 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2706 T238 oasc.SyncStrategy.syncToMe http://127.0.0.1:60503/w_/collection1/ has no replicas
[junit4:junit4]   2> 2707 T238 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60503/w_/collection1/
[junit4:junit4]   2> 2707 T238 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2719 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3767 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3789 T235 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> 3830 T238 oasc.ZkController.register We are http://127.0.0.1:60503/w_/collection1/ and leader is http://127.0.0.1:60503/w_/collection1/
[junit4:junit4]   2> 3832 T238 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60503/w_
[junit4:junit4]   2> 3832 T238 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3832 T238 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3832 T238 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3835 T238 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3836 T213 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3837 T213 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3861 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3875 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3878 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@13af84f
[junit4:junit4]   2> 3879 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3879 T241 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3880 T241 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 3880 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51859
[junit4:junit4]   2> 3881 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51859
[junit4:junit4]   2> 3882 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0004 with negotiated timeout 10000 for client /127.0.0.1:51859
[junit4:junit4]   2> 3882 T241 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0004, negotiated timeout = 10000
[junit4:junit4]   2> 3883 T242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13af84f name:ZooKeeperConnection Watcher:127.0.0.1:39726/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3883 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3885 T213 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3888 T213 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3956 T213 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3960 T213 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49846
[junit4:junit4]   2> 3960 T213 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3961 T213 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3961 T213 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-1362894227541
[junit4:junit4]   2> 3962 T213 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-1362894227541/solr.xml
[junit4:junit4]   2> 3962 T213 oasc.CoreContainer.<init> New CoreContainer 5119854
[junit4:junit4]   2> 3962 T213 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-1362894227541/'
[junit4:junit4]   2> 3963 T213 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-1362894227541/'
[junit4:junit4]   2> 3989 T213 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3989 T213 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3990 T213 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3990 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3991 T213 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3991 T213 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3992 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3992 T213 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3993 T213 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3993 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4002 T213 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4021 T213 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39726/solr
[junit4:junit4]   2> 4022 T213 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4023 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@f79a7e
[junit4:junit4]   2> 4025 T252 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4025 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4026 T252 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 4027 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51874
[junit4:junit4]   2> 4027 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51874
[junit4:junit4]   2> 4028 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0005 with negotiated timeout 20000 for client /127.0.0.1:51874
[junit4:junit4]   2> 4029 T252 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0005, negotiated timeout = 20000
[junit4:junit4]   2> 4029 T253 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f79a7e name:ZooKeeperConnection Watcher:127.0.0.1:39726 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4030 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4032 T218 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d52d3792c0005
[junit4:junit4]   2> 4033 T215 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51874 which had sessionid 0x13d52d3792c0005
[junit4:junit4]   2> 4034 T213 oaz.ZooKeeper.close Session: 0x13d52d3792c0005 closed
[junit4:junit4]   2> 4035 T253 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4035 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4040 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1821586
[junit4:junit4]   2> 4043 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4044 T254 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4044 T254 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 4044 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51875
[junit4:junit4]   2> 4045 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51875
[junit4:junit4]   2> 4046 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0006 with negotiated timeout 20000 for client /127.0.0.1:51875
[junit4:junit4]   2> 4046 T254 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0006, negotiated timeout = 20000
[junit4:junit4]   2> 4047 T255 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1821586 name:ZooKeeperConnection Watcher:127.0.0.1:39726/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4047 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4048 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4049 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4052 T213 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5057 T213 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49846_w_
[junit4:junit4]   2> 5058 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49846_w_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49846_w_
[junit4:junit4]   2> 5060 T213 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49846_w_
[junit4:junit4]   2> 5065 T235 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> 5067 T255 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5067 T242 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5071 T235 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5080 T256 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-1362894227541/collection1
[junit4:junit4]   2> 5080 T256 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5082 T256 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5083 T256 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5086 T256 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-1362894227541/collection1/'
[junit4:junit4]   2> 5087 T256 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-1362894227541/collection1/lib/README' to classloader
[junit4:junit4]   2> 5088 T256 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-1362894227541/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5149 T256 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 5187 T256 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5189 T256 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5215 T256 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5300 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5302 T236 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:60503_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60503/w_"}
[junit4:junit4]   2> 5359 T242 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> 5359 T255 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> 5359 T235 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> 5720 T256 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5734 T256 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5737 T256 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5788 T256 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5794 T256 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5801 T256 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5804 T256 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5804 T256 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5804 T256 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5808 T256 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5809 T256 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5809 T256 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-1362894227541/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty1/
[junit4:junit4]   2> 5810 T256 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@109c998
[junit4:junit4]   2> 5811 T256 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5812 T256 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty1 forceNew: false
[junit4:junit4]   2> 5812 T256 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty1/index/
[junit4:junit4]   2> 5812 T256 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5813 T256 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty1/index forceNew: false
[junit4:junit4]   2> 5814 T256 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d04e6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1826d42),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5816 T256 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5819 T256 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5820 T256 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5821 T256 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5821 T256 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5822 T256 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5822 T256 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5823 T256 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5824 T256 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5824 T256 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5828 T256 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5832 T256 oass.SolrIndexSearcher.<init> Opening Searcher@f77ffb main
[junit4:junit4]   2> 5840 T256 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty1/tlog
[junit4:junit4]   2> 5841 T256 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5842 T256 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5858 T257 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f77ffb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5859 T256 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5860 T256 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6870 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6872 T236 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:49846_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49846/w_"}
[junit4:junit4]   2> 6872 T236 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6872 T236 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6938 T235 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> 6939 T242 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> 6939 T255 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> 7870 T256 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7870 T256 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49846/w_ collection:collection1 shard:shard1
[junit4:junit4]   2> 7871 T256 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7890 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0006 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> 7893 T256 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7894 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7900 T256 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7900 T256 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7901 T256 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49846/w_/collection1/
[junit4:junit4]   2> 7901 T256 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7901 T256 oasc.SyncStrategy.syncToMe http://127.0.0.1:49846/w_/collection1/ has no replicas
[junit4:junit4]   2> 7902 T256 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49846/w_/collection1/
[junit4:junit4]   2> 7902 T256 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7910 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8453 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8478 T255 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> 8478 T242 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> 8479 T235 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> 8518 T256 oasc.ZkController.register We are http://127.0.0.1:49846/w_/collection1/ and leader is http://127.0.0.1:49846/w_/collection1/
[junit4:junit4]   2> 8519 T256 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49846/w_
[junit4:junit4]   2> 8519 T256 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8519 T256 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8519 T256 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8522 T256 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8526 T213 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8527 T213 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8528 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8626 T213 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8636 T213 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41569
[junit4:junit4]   2> 8637 T213 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8637 T213 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8638 T213 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-1362894232185
[junit4:junit4]   2> 8638 T213 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-1362894232185/solr.xml
[junit4:junit4]   2> 8638 T213 oasc.CoreContainer.<init> New CoreContainer 6083027
[junit4:junit4]   2> 8639 T213 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-1362894232185/'
[junit4:junit4]   2> 8640 T213 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-1362894232185/'
[junit4:junit4]   2> 8685 T213 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8686 T213 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8686 T213 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8687 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8687 T213 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8687 T213 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8688 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8688 T213 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8689 T213 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8689 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8696 T213 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8716 T213 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39726/solr
[junit4:junit4]   2> 8717 T213 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8718 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@440e16
[junit4:junit4]   2> 8722 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8723 T268 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8724 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51895
[junit4:junit4]   2> 8724 T268 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 8725 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51895
[junit4:junit4]   2> 8726 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0007 with negotiated timeout 20000 for client /127.0.0.1:51895
[junit4:junit4]   2> 8728 T268 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0007, negotiated timeout = 20000
[junit4:junit4]   2> 8735 T269 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@440e16 name:ZooKeeperConnection Watcher:127.0.0.1:39726 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8735 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8737 T218 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d52d3792c0007
[junit4:junit4]   2> 8738 T215 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51895 which had sessionid 0x13d52d3792c0007
[junit4:junit4]   2> 8738 T213 oaz.ZooKeeper.close Session: 0x13d52d3792c0007 closed
[junit4:junit4]   2> 8738 T269 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8738 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8741 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c78904
[junit4:junit4]   2> 8742 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8743 T270 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8743 T270 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 8743 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51896
[junit4:junit4]   2> 8749 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51896
[junit4:junit4]   2> 8751 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0008 with negotiated timeout 20000 for client /127.0.0.1:51896
[junit4:junit4]   2> 8751 T270 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0008, negotiated timeout = 20000
[junit4:junit4]   2> 8755 T271 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c78904 name:ZooKeeperConnection Watcher:127.0.0.1:39726/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8755 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8757 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8759 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8764 T213 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9773 T213 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41569_w_
[junit4:junit4]   2> 9775 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41569_w_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41569_w_
[junit4:junit4]   2> 9776 T213 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41569_w_
[junit4:junit4]   2> 9781 T235 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> 9783 T242 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9783 T255 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9783 T242 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> 9784 T271 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9784 T255 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> 9786 T235 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9796 T272 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-1362894232185/collection1
[junit4:junit4]   2> 9797 T272 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9798 T272 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9799 T272 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9802 T272 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-1362894232185/collection1/'
[junit4:junit4]   2> 9803 T272 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-1362894232185/collection1/lib/README' to classloader
[junit4:junit4]   2> 9804 T272 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-1362894232185/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9863 T272 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9905 T272 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9906 T272 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9923 T272 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9989 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9991 T236 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:49846_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49846/w_"}
[junit4:junit4]   2> 9996 T235 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> 9996 T255 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> 9996 T271 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> 9996 T242 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> 10297 T272 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10308 T272 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10310 T272 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10334 T272 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10339 T272 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10342 T272 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10344 T272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10344 T272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10345 T272 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10346 T272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10347 T272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10347 T272 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-1362894232185/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/
[junit4:junit4]   2> 10347 T272 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@109c998
[junit4:junit4]   2> 10348 T272 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10349 T272 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2 forceNew: false
[junit4:junit4]   2> 10349 T272 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/index/
[junit4:junit4]   2> 10349 T272 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10350 T272 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/index forceNew: false
[junit4:junit4]   2> 10351 T272 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fda35c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1379d6a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10352 T272 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10354 T272 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10355 T272 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10355 T272 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10356 T272 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10357 T272 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10357 T272 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10357 T272 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10358 T272 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10359 T272 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10363 T272 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10366 T272 oass.SolrIndexSearcher.<init> Opening Searcher@b3589d main
[junit4:junit4]   2> 10367 T272 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/tlog
[junit4:junit4]   2> 10367 T272 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10367 T272 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10372 T273 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b3589d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10376 T272 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10376 T272 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11506 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11508 T236 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:41569_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41569/w_"}
[junit4:junit4]   2> 11509 T236 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11509 T236 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11520 T235 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> 11520 T242 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> 11520 T271 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> 11520 T255 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> 12378 T272 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12378 T272 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41569/w_ collection:collection1 shard:shard1
[junit4:junit4]   2> 12383 T272 oasc.ZkController.register We are http://127.0.0.1:41569/w_/collection1/ and leader is http://127.0.0.1:49846/w_/collection1/
[junit4:junit4]   2> 12383 T272 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41569/w_
[junit4:junit4]   2> 12383 T272 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12384 T272 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@14f67b4 url=http://127.0.0.1:41569/w_/collection1 node=127.0.0.1:41569_w_ C3_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:41569_w_, base_url=http://127.0.0.1:41569/w_}
[junit4:junit4]   2> 12389 T274 C3 P41569 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12390 T272 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12392 T274 C3 P41569 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12392 T274 C3 P41569 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12393 T274 C3 P41569 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12393 T213 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12394 T213 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12394 T274 C3 P41569 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12394 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12404 T213 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@17605b1 url=http://127.0.0.1:60503/w_/collection1 node=127.0.0.1:60503_w_ C4_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:60503_w_, base_url=http://127.0.0.1:60503/w_, leader=true}
[junit4:junit4]   2> 12734 T231 C4 P60503 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4dea5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f6cd53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12745 T231 C4 P60503 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12775 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10001 (1429098186810589184)]} 0 66
[junit4:junit4]   2> 12779 T231 C4 P60503 /update {wt=javabin&version=2} {add=[1 (1429098186808492032)]} 0 70
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@152883e url=http://127.0.0.1:49846/w_/collection1 node=127.0.0.1:49846_w_ C5_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49846_w_, base_url=http://127.0.0.1:49846/w_, leader=true}
[junit4:junit4]   2> 12823 T250 C5 P49846 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d04e6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1826d42),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12824 T250 C5 P49846 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12834 T249 C5 P49846 /update {wt=javabin&version=2} {add=[1 (1429098186906009600)]} 0 12
[junit4:junit4]   2> 12838 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10001 (1429098186903912448)]} 0 18
[junit4:junit4]   2> 12932 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[1 (-1429098187020304384)]} 0 1
[junit4:junit4]   2> 12935 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10001 (-1429098187022401536)]} 0 1
[junit4:junit4]   2> 12937 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[1 (-1429098187024498688)]} 0 0
[junit4:junit4]   2> 12939 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10001 (-1429098187027644416)]} 0 1
[junit4:junit4]   2> 12945 T229 C4 P60503 /update {wt=javabin&version=2} {add=[2 (1429098187030790144)]} 0 4
[junit4:junit4]   2> 12949 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10002 (1429098187034984448)]} 0 4
[junit4:junit4]   2> 12952 T250 C5 P49846 /update {wt=javabin&version=2} {add=[2 (1429098187038130176)]} 0 3
[junit4:junit4]   2> 12956 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10002 (1429098187042324480)]} 0 3
[junit4:junit4]   2> 12984 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[2 (-1429098187074830336)]} 0 0
[junit4:junit4]   2> 12988 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10002 (-1429098187079024640)]} 0 0
[junit4:junit4]   2> 12988 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[2 (-1429098187079024640)]} 0 0
[junit4:junit4]   2> 12992 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10002 (-1429098187083218944)]} 0 0
[junit4:junit4]   2> 12996 T229 C4 P60503 /update {wt=javabin&version=2} {add=[3 (1429098187085316096)]} 0 3
[junit4:junit4]   2> 12999 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10003 (1429098187087413248)]} 0 3
[junit4:junit4]   2> 13003 T250 C5 P49846 /update {wt=javabin&version=2} {add=[3 (1429098187091607552)]} 0 4
[junit4:junit4]   2> 13006 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10003 (1429098187094753280)]} 0 3
[junit4:junit4]   2> 13028 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13029 T236 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:41569_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41569/w_"}
[junit4:junit4]   2> 13035 T235 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> 13035 T255 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> 13035 T242 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> 13035 T271 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> 13076 T228 C4 P60503 /update {wt=javabin&version=2} {add=[4 (1429098187169202176)]} 0 3
[junit4:junit4]   2> 13079 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10004 (1429098187171299328)]} 0 3
[junit4:junit4]   2>  C3_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:41569_w_, base_url=http://127.0.0.1:41569/w_}
[junit4:junit4]   2> 13130 T265 C3 P41569 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fda35c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1379d6a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13132 T265 C3 P41569 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13140 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10004 (1429098187178639361)]} 0 18
[junit4:junit4]   2> 13142 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10004 (1429098187178639361)]} 0 59
[junit4:junit4]   2> 13145 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1429098187178639360)]} 0 19
[junit4:junit4]   2> 13146 T248 C5 P49846 /update {wt=javabin&version=2} {add=[4 (1429098187178639360)]} 0 67
[junit4:junit4]   2> 13165 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10003 (-1429098187264622592)]} 0 1
[junit4:junit4]   2> 13169 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[3 (-1429098187268816896)]} 0 1
[junit4:junit4]   2> 13175 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10003 (-1429098187268816896)]} 0 0
[junit4:junit4]   2> 13178 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10003 (-1429098187268816896)]} 0 10
[junit4:junit4]   2> 13179 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[3 (-1429098187273011200)]} 0 1
[junit4:junit4]   2> 13180 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[3 (-1429098187273011200)]} 0 8
[junit4:junit4]   2> 13185 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10005 (1429098187282448384)]} 0 3
[junit4:junit4]   2> 13187 T231 C4 P60503 /update {wt=javabin&version=2} {add=[5 (1429098187285594112)]} 0 3
[junit4:junit4]   2> 13197 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10005 (1429098187289788416)]} 0 3
[junit4:junit4]   2> 13198 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10005 (1429098187289788416)]} 0 10
[junit4:junit4]   2> 13200 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1429098187292934144)]} 0 3
[junit4:junit4]   2> 13201 T249 C5 P49846 /update {wt=javabin&version=2} {add=[5 (1429098187292934144)]} 0 11
[junit4:junit4]   2> 13257 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10004 (-1429098187360043008)]} 0 1
[junit4:junit4]   2> 13259 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[4 (-1429098187363188736)]} 0 0
[junit4:junit4]   2> 13263 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10004 (-1429098187364237312)]} 0 0
[junit4:junit4]   2> 13267 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[10004 (-1429098187364237312)]} 0 7
[junit4:junit4]   2> 13270 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[4 (-1429098187367383040)]} 0 1
[junit4:junit4]   2> 13271 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[4 (-1429098187367383040)]} 0 9
[junit4:junit4]   2> 13273 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10006 (1429098187375771648)]} 0 3
[junit4:junit4]   2> 13277 T231 C4 P60503 /update {wt=javabin&version=2} {add=[6 (1429098187378917376)]} 0 3
[junit4:junit4]   2> 13287 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10006 (1429098187384160256)]} 0 3
[junit4:junit4]   2> 13288 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10006 (1429098187384160256)]} 0 10
[junit4:junit4]   2> 13292 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1429098187389403136)]} 0 3
[junit4:junit4]   2> 13293 T250 C5 P49846 /update {wt=javabin&version=2} {add=[6 (1429098187389403136)]} 0 10
[junit4:junit4]   2> 13350 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10007 (1429098187456512000)]} 0 2
[junit4:junit4]   2> 13356 T228 C4 P60503 /update {wt=javabin&version=2} {add=[7 (1429098187461754880)]} 0 3
[junit4:junit4]   2> 13362 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10007 (1429098187461754880)]} 0 3
[junit4:junit4]   2> 13363 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10007 (1429098187461754880)]} 0 10
[junit4:junit4]   2> 13368 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1429098187469094912)]} 0 4
[junit4:junit4]   2> 13369 T248 C5 P49846 /update {wt=javabin&version=2} {add=[7 (1429098187469094912)]} 0 10
[junit4:junit4]   2> 13444 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10008 (1429098187554029568)]} 0 3
[junit4:junit4]   2> 13450 T229 C4 P60503 /update {wt=javabin&version=2} {add=[8 (1429098187561369600)]} 0 3
[junit4:junit4]   2> 13456 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10008 (1429098187561369600)]} 0 3
[junit4:junit4]   2> 13457 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10008 (1429098187561369600)]} 0 10
[junit4:junit4]   2> 13462 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1429098187566612480)]} 0 3
[junit4:junit4]   2> 13463 T248 C5 P49846 /update {wt=javabin&version=2} {add=[8 (1429098187566612480)]} 0 10
[junit4:junit4]   2> 13505 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10009 (1429098187617992704)]} 0 3
[junit4:junit4]   2> 13511 T228 C4 P60503 /update {wt=javabin&version=2} {add=[9 (1429098187624284160)]} 0 3
[junit4:junit4]   2> 13518 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10009 (1429098187624284160)]} 0 4
[junit4:junit4]   2> 13519 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10009 (1429098187624284160)]} 0 11
[junit4:junit4]   2> 13525 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1429098187631624192)]} 0 5
[junit4:junit4]   2> 13526 T250 C5 P49846 /update {wt=javabin&version=2} {add=[9 (1429098187631624192)]} 0 12
[junit4:junit4]   2> 13532 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10010 (1429098187647352832)]} 0 2
[junit4:junit4]   2> 13539 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10 (1429098187654692864)]} 0 3
[junit4:junit4]   2> 13546 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1429098187656790016)]} 0 2
[junit4:junit4]   2> 13546 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10010 (1429098187656790016)]} 0 8
[junit4:junit4]   2> 13550 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1429098187660984320)]} 0 3
[junit4:junit4]   2> 13551 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10 (1429098187660984320)]} 0 8
[junit4:junit4]   2> 13576 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10011 (1429098187692441600)]} 0 3
[junit4:junit4]   2> 13580 T228 C4 P60503 /update {wt=javabin&version=2} {add=[11 (1429098187697684480)]} 0 3
[junit4:junit4]   2> 13587 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1429098187699781632)]} 0 3
[junit4:junit4]   2> 13588 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10011 (1429098187699781632)]} 0 9
[junit4:junit4]   2> 13591 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1429098187702927360)]} 0 3
[junit4:junit4]   2> 13592 T248 C5 P49846 /update {wt=javabin&version=2} {add=[11 (1429098187702927360)]} 0 9
[junit4:junit4]   2> 13642 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10012 (1429098187761647616)]} 0 3
[junit4:junit4]   2> 13645 T229 C4 P60503 /update {wt=javabin&version=2} {add=[12 (1429098187765841920)]} 0 2
[junit4:junit4]   2> 13653 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1429098187767939072)]} 0 2
[junit4:junit4]   2> 13654 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10012 (1429098187767939072)]} 0 9
[junit4:junit4]   2> 13657 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1429098187772133376)]} 0 3
[junit4:junit4]   2> 13658 T250 C5 P49846 /update {wt=javabin&version=2} {add=[12 (1429098187772133376)]} 0 9
[junit4:junit4]   2> 13673 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10013 (1429098187795202048)]} 0 2
[junit4:junit4]   2> 13680 T228 C4 P60503 /update {wt=javabin&version=2} {add=[13 (1429098187799396352)]} 0 6
[junit4:junit4]   2> 13686 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1429098187802542080)]} 0 3
[junit4:junit4]   2> 13686 T251 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:41569_w_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   2> 13687 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10013 (1429098187802542080)]} 0 10
[junit4:junit4]   2> 13692 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1429098187808833536)]} 0 3
[junit4:junit4]   2> 13693 T250 C5 P49846 /update {wt=javabin&version=2} {add=[13 (1429098187808833536)]} 0 10
[junit4:junit4]   2> 13755 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10014 (1429098187881185280)]} 0 3
[junit4:junit4]   2> 13759 T229 C4 P60503 /update {wt=javabin&version=2} {add=[14 (1429098187885379584)]} 0 3
[junit4:junit4]   2> 13766 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429098187887476736)]} 0 2
[junit4:junit4]   2> 13767 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10014 (1429098187887476736)]} 0 9
[junit4:junit4]   2> 13771 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429098187892719616)]} 0 3
[junit4:junit4]   2> 13772 T249 C5 P49846 /update {wt=javabin&version=2} {add=[14 (1429098187892719616)]} 0 9
[junit4:junit4]   2> 13802 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10012 (-1429098187932565504)]} 0 1
[junit4:junit4]   2> 13805 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[12 (-1429098187935711232)]} 0 0
[junit4:junit4]   2> 13809 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1429098187936759808)]} 0 0
[junit4:junit4]   2> 13810 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10012 (-1429098187936759808)]} 0 5
[junit4:junit4]   2> 13814 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1429098187940954112)]} 0 1
[junit4:junit4]   2> 13815 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[12 (-1429098187940954112)]} 0 5
[junit4:junit4]   2> 13816 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10015 (1429098187945148416)]} 0 3
[junit4:junit4]   2> 13823 T229 C4 P60503 /update {wt=javabin&version=2} {add=[15 (1429098187949342720)]} 0 5
[junit4:junit4]   2> 13828 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429098187952488448)]} 0 2
[junit4:junit4]   2> 13829 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10015 (1429098187952488448)]} 0 8
[junit4:junit4]   2> 13834 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429098187958779904)]} 0 3
[junit4:junit4]   2> 13835 T249 C5 P49846 /update {wt=javabin&version=2} {add=[15 (1429098187958779904)]} 0 9
[junit4:junit4]   2> 13850 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10016 (1429098187979751424)]} 0 3
[junit4:junit4]   2> 13855 T230 C4 P60503 /update {wt=javabin&version=2} {add=[16 (1429098187986042880)]} 0 3
[junit4:junit4]   2> 13860 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429098187986042880)]} 0 2
[junit4:junit4]   2> 13861 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10016 (1429098187986042880)]} 0 8
[junit4:junit4]   2> 13866 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429098187992334336)]} 0 3
[junit4:junit4]   2> 13867 T250 C5 P49846 /update {wt=javabin&version=2} {add=[16 (1429098187992334336)]} 0 9
[junit4:junit4]   2> 13955 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10013 (-1429098188092997632)]} 0 0
[junit4:junit4]   2> 13960 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[13 (-1429098188098240512)]} 0 0
[junit4:junit4]   2> 13962 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10013 (-1429098188097191936)]} 0 0
[junit4:junit4]   2> 13963 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10013 (-1429098188097191936)]} 0 4
[junit4:junit4]   2> 13967 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[13 (-1429098188102434816)]} 0 1
[junit4:junit4]   2> 13967 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[13 (-1429098188102434816)]} 0 4
[junit4:junit4]   2> 13968 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10017 (1429098188104531968)]} 0 2
[junit4:junit4]   2> 13974 T230 C4 P60503 /update {wt=javabin&version=2} {add=[17 (1429098188108726272)]} 0 4
[junit4:junit4]   2> 13980 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429098188109774848)]} 0 3
[junit4:junit4]   2> 13980 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10017 (1429098188109774848)]} 0 10
[junit4:junit4]   2> 13986 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429098188117114880)]} 0 4
[junit4:junit4]   2> 13987 T250 C5 P49846 /update {wt=javabin&version=2} {add=[17 (1429098188117114880)]} 0 10
[junit4:junit4]   2> 14033 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10015 (-1429098188174786560)]} 0 0
[junit4:junit4]   2> 14041 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[15 (-1429098188182126592)]} 0 1
[junit4:junit4]   2> 14043 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429098188181078016)]} 0 1
[junit4:junit4]   2> 14044 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10015 (-1429098188181078016)]} 0 6
[junit4:junit4]   2> 14050 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429098188187369472)]} 0 2
[junit4:junit4]   2> 14051 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[15 (-1429098188187369472)]} 0 7
[junit4:junit4]   2> 14053 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10018 (1429098188192612352)]} 0 4
[junit4:junit4]   2> 14058 T230 C4 P60503 /update {wt=javabin&version=2} {add=[18 (1429098188197855232)]} 0 3
[junit4:junit4]   2> 14070 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429098188199952384)]} 0 5
[junit4:junit4]   2> 14072 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10018 (1429098188199952384)]} 0 15
[junit4:junit4]   2> 14072 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429098188206243840)]} 0 3
[junit4:junit4]   2> 14074 T250 C5 P49846 /update {wt=javabin&version=2} {add=[18 (1429098188206243840)]} 0 12
[junit4:junit4]   2> 14166 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10017 (-1429098188314247168)]} 0 1
[junit4:junit4]   2> 14167 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[17 (-1429098188315295744)]} 0 0
[junit4:junit4]   2> 14174 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429098188318441472)]} 0 0
[junit4:junit4]   2> 14176 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429098188320538624)]} 0 1
[junit4:junit4]   2> 14176 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10017 (-1429098188318441472)]} 0 6
[junit4:junit4]   2> 14178 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[17 (-1429098188320538624)]} 0 7
[junit4:junit4]   2> 14184 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10019 (1429098188329975808)]} 0 3
[junit4:junit4]   2> 14186 T230 C4 P60503 /update {wt=javabin&version=2} {add=[19 (1429098188331024384)]} 0 4
[junit4:junit4]   2> 14199 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429098188337315840)]} 0 4
[junit4:junit4]   2> 14201 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10019 (1429098188337315840)]} 0 13
[junit4:junit4]   2> 14201 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429098188340461568)]} 0 4
[junit4:junit4]   2> 14203 T248 C5 P49846 /update {wt=javabin&version=2} {add=[19 (1429098188340461568)]} 0 13
[junit4:junit4]   2> 14216 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10018 (-1429098188366675968)]} 0 1
[junit4:junit4]   2> 14218 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[18 (-1429098188368773120)]} 0 1
[junit4:junit4]   2> 14222 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429098188370870272)]} 0 0
[junit4:junit4]   2> 14223 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10018 (-1429098188370870272)]} 0 4
[junit4:junit4]   2> 14224 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429098188371918848)]} 0 0
[junit4:junit4]   2> 14225 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[18 (-1429098188371918848)]} 0 4
[junit4:junit4]   2> 14228 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10020 (1429098188377161728)]} 0 2
[junit4:junit4]   2> 14229 T230 C4 P60503 /update {wt=javabin&version=2} {add=[20 (1429098188378210304)]} 0 2
[junit4:junit4]   2> 14236 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429098188381356032)]} 0 2
[junit4:junit4]   2> 14237 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10020 (1429098188381356032)]} 0 7
[junit4:junit4]   2> 14237 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429098188382404608)]} 0 2
[junit4:junit4]   2> 14238 T248 C5 P49846 /update {wt=javabin&version=2} {add=[20 (1429098188382404608)]} 0 7
[junit4:junit4]   2> 14308 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10021 (1429098188459999232)]} 0 4
[junit4:junit4]   2> 14309 T231 C4 P60503 /update {wt=javabin&version=2} {add=[21 (1429098188461047808)]} 0 3
[junit4:junit4]   2> 14320 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429098188466290688)]} 0 3
[junit4:junit4]   2> 14321 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10021 (1429098188466290688)]} 0 10
[junit4:junit4]   2> 14322 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429098188468387840)]} 0 4
[junit4:junit4]   2> 14324 T250 C5 P49846 /update {wt=javabin&version=2} {add=[21 (1429098188468387840)]} 0 12
[junit4:junit4]   2> 14410 T213 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 41569
[junit4:junit4]   2> 14411 T213 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=6083027
[junit4:junit4]   2> 14427 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10022 (1429098188585828352)]} 0 3
[junit4:junit4]   2> 14429 T230 C4 P60503 /update {wt=javabin&version=2} {add=[22 (1429098188587925504)]} 0 3
[junit4:junit4]   2> 14438 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429098188592119808)]} 0 2
[junit4:junit4]   2> 14439 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10022 (1429098188592119808)]} 0 8
[junit4:junit4]   2> 14439 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429098188594216960)]} 0 2
[junit4:junit4]   2> 14440 T251 C5 P49846 /update {wt=javabin&version=2} {add=[22 (1429098188594216960)]} 0 7
[junit4:junit4]   2> 14531 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10023 (1429098188693831680)]} 0 3
[junit4:junit4]   2> 14533 T231 C4 P60503 /update {wt=javabin&version=2} {add=[23 (1429098188695928832)]} 0 4
[junit4:junit4]   2> 14545 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14545 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429098188701171712)]} 0 4
[junit4:junit4]   2> 14547 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10023 (1429098188701171712)]} 0 12
[junit4:junit4]   2> 14548 T236 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:41569_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41569/w_"}
[junit4:junit4]   2> 14548 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429098188703268864)]} 0 5
[junit4:junit4]   2> 14550 T250 C5 P49846 /update {wt=javabin&version=2} {add=[23 (1429098188703268864)]} 0 13
[junit4:junit4]   2> 14560 T242 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> 14560 T255 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> 14560 T271 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> 14560 T235 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> 14633 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10021 (-1429098188803932160)]} 0 0
[junit4:junit4]   2> 14635 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[21 (-1429098188806029312)]} 0 0
[junit4:junit4]   2> 14637 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10021 (-1429098188808126464)]} 0 0
[junit4:junit4]   2> 14645 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[21 (-1429098188816515072)]} 0 1
[junit4:junit4]   2> 14649 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10024 (1429098188818612224)]} 0 3
[junit4:junit4]   2> 14652 T229 C4 P60503 /update {wt=javabin&version=2} {add=[24 (1429098188820709376)]} 0 3
[junit4:junit4]   2> 14656 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10024 (1429098188825952256)]} 0 3
[junit4:junit4]   2> 14659 T251 C5 P49846 /update {wt=javabin&version=2} {add=[24 (1429098188828049408)]} 0 3
[junit4:junit4]   2> 14720 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10025 (1429098188893061120)]} 0 2
[junit4:junit4]   2> 14721 T228 C4 P60503 /update {wt=javabin&version=2} {add=[25 (1429098188895158272)]} 0 1
[junit4:junit4]   2> 14724 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10025 (1429098188898304000)]} 0 1
[junit4:junit4]   2> 14726 T248 C5 P49846 /update {wt=javabin&version=2} {add=[25 (1429098188899352576)]} 0 2
[junit4:junit4]   2> 14791 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10026 (1429098188966461440)]} 0 3
[junit4:junit4]   2> 14793 T229 C4 P60503 /update {wt=javabin&version=2} {add=[26 (1429098188968558592)]} 0 4
[junit4:junit4]   2> 14798 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10026 (1429098188973801472)]} 0 3
[junit4:junit4]   2> 14800 T250 C5 P49846 /update {wt=javabin&version=2} {add=[26 (1429098188975898624)]} 0 3
[junit4:junit4]   2> 14837 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10027 (1429098189015744512)]} 0 3
[junit4:junit4]   2> 14839 T228 C4 P60503 /update {wt=javabin&version=2} {add=[27 (1429098189017841664)]} 0 3
[junit4:junit4]   2> 14844 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10027 (1429098189022035968)]} 0 3
[junit4:junit4]   2> 14846 T248 C5 P49846 /update {wt=javabin&version=2} {add=[27 (1429098189024133120)]} 0 3
[junit4:junit4]   2> 14862 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10028 (1429098189040910336)]} 0 3
[junit4:junit4]   2> 14864 T229 C4 P60503 /update {wt=javabin&version=2} {add=[28 (1429098189043007488)]} 0 3
[junit4:junit4]   2> 14868 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10028 (1429098189048250368)]} 0 3
[junit4:junit4]   2> 14870 T250 C5 P49846 /update {wt=javabin&version=2} {add=[28 (1429098189050347520)]} 0 3
[junit4:junit4]   2> 14895 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10024 (-1429098189078659072)]} 0 1
[junit4:junit4]   2> 14897 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[24 (-1429098189079707648)]} 0 1
[junit4:junit4]   2> 14899 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10024 (-1429098189082853376)]} 0 0
[junit4:junit4]   2> 14901 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[24 (-1429098189084950528)]} 0 0
[junit4:junit4]   2> 14906 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10029 (1429098189088096256)]} 0 3
[junit4:junit4]   2> 14908 T229 C4 P60503 /update {wt=javabin&version=2} {add=[29 (1429098189090193408)]} 0 3
[junit4:junit4]   2> 14913 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10029 (1429098189094387712)]} 0 3
[junit4:junit4]   2> 14915 T250 C5 P49846 /update {wt=javabin&version=2} {add=[29 (1429098189096484864)]} 0 3
[junit4:junit4]   2> 15006 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10030 (1429098189191905280)]} 0 3
[junit4:junit4]   2> 15008 T228 C4 P60503 /update {wt=javabin&version=2} {add=[30 (1429098189194002432)]} 0 3
[junit4:junit4]   2> 15013 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10030 (1429098189199245312)]} 0 3
[junit4:junit4]   2> 15015 T248 C5 P49846 /update {wt=javabin&version=2} {add=[30 (1429098189201342464)]} 0 4
[junit4:junit4]   2> 15104 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[10026 (-1429098189296762880)]} 0 1
[junit4:junit4]   2> 15106 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[26 (-1429098189299908608)]} 0 1
[junit4:junit4]   2> 15108 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[10026 (-1429098189302005760)]} 0 0
[junit4:junit4]   2> 15110 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[26 (-1429098189304102912)]} 0 0
[junit4:junit4]   2> 15115 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10031 (1429098189307248640)]} 0 3
[junit4:junit4]   2> 15118 T228 C4 P60503 /update {wt=javabin&version=2} {add=[31 (1429098189309345792)]} 0 3
[junit4:junit4]   2> 15122 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10031 (1429098189314588672)]} 0 3
[junit4:junit4]   2> 15126 T249 C5 P49846 /update {wt=javabin&version=2} {add=[31 (1429098189317734400)]} 0 3
[junit4:junit4]   2> 15206 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10032 (1429098189403717632)]} 0 1
[junit4:junit4]   2> 15212 T231 C4 P60503 /update {wt=javabin&version=2} {add=[32 (1429098189407911936)]} 0 4
[junit4:junit4]   2> 15214 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10032 (1429098189410009088)]} 0 4
[junit4:junit4]   2> 15218 T248 C5 P49846 /update {wt=javabin&version=2} {add=[32 (1429098189415251968)]} 0 2
[junit4:junit4]   2> 15302 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10027 (-1429098189505429504)]} 0 1
[junit4:junit4]   2> 15306 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[27 (-1429098189509623808)]} 0 1
[junit4:junit4]   2> 15307 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10027 (-1429098189510672384)]} 0 1
[junit4:junit4]   2> 15310 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[27 (-1429098189513818112)]} 0 0
[junit4:junit4]   2> 15313 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10033 (1429098189514866688)]} 0 3
[junit4:junit4]   2> 15317 T231 C4 P60503 /update {wt=javabin&version=2} {add=[33 (1429098189518012416)]} 0 3
[junit4:junit4]   2> 15320 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10033 (1429098189522206720)]} 0 2
[junit4:junit4]   2> 15322 T248 C5 P49846 /update {wt=javabin&version=2} {add=[33 (1429098189525352448)]} 0 2
[junit4:junit4]   2> 15397 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10029 (-1429098189603995648)]} 0 1
[junit4:junit4]   2> 15398 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[29 (-1429098189606092800)]} 0 0
[junit4:junit4]   2> 15401 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10029 (-1429098189609238528)]} 0 1
[junit4:junit4]   2> 15403 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[29 (-1429098189610287104)]} 0 0
[junit4:junit4]   2> 15408 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10034 (1429098189613432832)]} 0 3
[junit4:junit4]   2> 15409 T231 C4 P60503 /update {wt=javabin&version=2} {add=[34 (1429098189615529984)]} 0 3
[junit4:junit4]   2> 15415 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10034 (1429098189620772864)]} 0 3
[junit4:junit4]   2> 15417 T248 C5 P49846 /update {wt=javabin&version=2} {add=[34 (1429098189622870016)]} 0 4
[junit4:junit4]   2> 15448 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10031 (-1429098189658521600)]} 0 0
[junit4:junit4]   2> 15450 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[31 (-1429098189660618752)]} 0 0
[junit4:junit4]   2> 15451 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10031 (-1429098189661667328)]} 0 0
[junit4:junit4]   2> 15454 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[31 (-1429098189664813056)]} 0 0
[junit4:junit4]   2> 15455 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10035 (1429098189664813056)]} 0 1
[junit4:junit4]   2> 15458 T231 C4 P60503 /update {wt=javabin&version=2} {add=[35 (1429098189667958784)]} 0 2
[junit4:junit4]   2> 15459 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10035 (1429098189669007360)]} 0 1
[junit4:junit4]   2> 15464 T248 C5 P49846 /update {wt=javabin&version=2} {add=[35 (1429098189673201664)]} 0 2
[junit4:junit4]   2> 15558 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10036 (1429098189771767808)]} 0 2
[junit4:junit4]   2> 15564 T230 C4 P60503 /update {wt=javabin&version=2} {add=[36 (1429098189778059264)]} 0 3
[junit4:junit4]   2> 15565 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10036 (1429098189779107840)]} 0 3
[junit4:junit4]   2> 15570 T250 C5 P49846 /update {wt=javabin&version=2} {add=[36 (1429098189784350720)]} 0 2
[junit4:junit4]   2> 15593 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10037 (1429098189808467968)]} 0 2
[junit4:junit4]   2> 15599 T228 C4 P60503 /update {wt=javabin&version=2} {add=[37 (1429098189814759424)]} 0 3
[junit4:junit4]   2> 15600 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10037 (1429098189815808000)]} 0 3
[junit4:junit4]   2> 15605 T249 C5 P49846 /update {wt=javabin&version=2} {add=[37 (1429098189821050880)]} 0 2
[junit4:junit4]   2> 15619 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10038 (1429098189835730944)]} 0 2
[junit4:junit4]   2> 15625 T230 C4 P60503 /update {wt=javabin&version=2} {add=[38 (1429098189842022400)]} 0 3
[junit4:junit4]   2> 15626 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10038 (1429098189843070976)]} 0 3
[junit4:junit4]   2> 15631 T250 C5 P49846 /update {wt=javabin&version=2} {add=[38 (1429098189848313856)]} 0 2
[junit4:junit4]   2>  C3_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:41569_w_, base_url=http://127.0.0.1:41569/w_}
[junit4:junit4]   2> 15688 T274 C3 P41569 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49846/w_/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15694 T274 C3 P41569 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15695 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10039 (1429098189915422720)]} 0 2
[junit4:junit4]   2> 15700 T228 C4 P60503 /update {wt=javabin&version=2} {add=[39 (1429098189921714176)]} 0 2
[junit4:junit4]   2> 15701 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10039 (1429098189921714176)]} 0 2
[junit4:junit4]   2> 15703 T274 C3 P41569 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:41569/w_ START replicas=[http://127.0.0.1:49846/w_/collection1/] nUpdates=100
[junit4:junit4]   2> 15703 T249 C5 P49846 /update {wt=javabin&version=2} {add=[39 (1429098189924859904)]} 0 1
[junit4:junit4]   2> 15713 T274 C3 P41569 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15714 T274 C3 P41569 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15714 T274 C3 P41569 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15715 T274 C3 P41569 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15715 T274 C3 P41569 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 15715 T248 C5 P49846 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15716 T274 C3 P41569 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49846/w_/collection1/. core=collection1
[junit4:junit4]   2> 15716 T274 C3 P41569 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15725 T250 C5 P49846 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15769 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10032 (-1429098189995114496)]} 0 0
[junit4:junit4]   2> 15771 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[32 (-1429098189997211648)]} 0 0
[junit4:junit4]   2> 15773 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[10032 (-1429098189998260224)]} 0 1
[junit4:junit4]   2> 15775 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[32 (-1429098190000357376)]} 0 1
[junit4:junit4]   2> 15777 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10040 (1429098190002454528)]} 0 2
[junit4:junit4]   2> 15778 T228 C4 P60503 /update {wt=javabin&version=2} {add=[40 (1429098190004551680)]} 0 1
[junit4:junit4]   2> 15781 T250 C5 P49846 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d04e6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1826d42),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19d04e6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1826d42),segFN=segments_2,generation=2,filenames=[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15781 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10040 (1429098190006648832)]} 0 2
[junit4:junit4]   2> 15781 T250 C5 P49846 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15783 T251 C5 P49846 /update {wt=javabin&version=2} {add=[40 (1429098190007697408)]} 0 2
[junit4:junit4]   2> 15819 T250 C5 P49846 oass.SolrIndexSearcher.<init> Opening Searcher@41f1b4 realtime
[junit4:junit4]   2> 15820 T250 C5 P49846 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15820 T250 C5 P49846 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 95
[junit4:junit4]   2> 15847 T274 C3 P41569 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15847 T274 C3 P41569 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15852 T274 C3 P41569 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15862 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10041 (1429098190091583488)]} 0 2
[junit4:junit4]   2> 15863 T230 C4 P60503 /update {wt=javabin&version=2} {add=[41 (1429098190092632064)]} 0 1
[junit4:junit4]   2> 15870 T248 C5 P49846 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15870 T248 C5 P49846 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=16 
[junit4:junit4]   2> 15871 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10041 (1429098190095777792)]} 0 6
[junit4:junit4]   2> 15872 T250 C5 P49846 /update {wt=javabin&version=2} {add=[41 (1429098190096826368)]} 0 7
[junit4:junit4]   2> 15872 T274 C3 P41569 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15873 T274 C3 P41569 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15873 T274 C3 P41569 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15876 T249 C5 P49846 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15877 T274 C3 P41569 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 7
[junit4:junit4]   2> 15877 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10033 (-1429098190108360704)]} 0 0
[junit4:junit4]   2> 15878 T274 C3 P41569 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/index.20130310114359530 forceNew: false
[junit4:junit4]   2> 15878 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[33 (-1429098190109409280)]} 0 0
[junit4:junit4]   2> 15879 T274 C3 P41569 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875)) fullCopy=true
[junit4:junit4]   2> 15880 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[10033 (-1429098190111506432)]} 0 0
[junit4:junit4]   2> 15881 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[33 (-1429098190112555008)]} 0 0
[junit4:junit4]   2> 15886 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10042 (1429098190114652160)]} 0 2
[junit4:junit4]   2> 15887 T250 C5 P49846 REQ /replication {file=_0.len&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=4 
[junit4:junit4]   2> 15888 T230 C4 P60503 /update {wt=javabin&version=2} {add=[42 (1429098190116749312)]} 0 4
[junit4:junit4]   2> 15891 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10042 (1429098190120943616)]} 0 2
[junit4:junit4]   2> 15892 T251 C5 P49846 /update {wt=javabin&version=2} {add=[42 (1429098190123040768)]} 0 1
[junit4:junit4]   2> 15894 T248 C5 P49846 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15898 T250 C5 P49846 REQ /replication {file=_0_1.liv&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15902 T249 C5 P49846 REQ /replication {file=_0.inf&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15906 T251 C5 P49846 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15909 T248 C5 P49846 REQ /replication {file=_0.pst&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15913 T250 C5 P49846 REQ /replication {file=_0.fld&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15915 T274 C3 P41569 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15915 T274 C3 P41569 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130310114359530
[junit4:junit4]   2> 15917 T274 C3 P41569 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15917 T274 C3 P41569 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15918 T274 C3 P41569 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15919 T274 C3 P41569 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/index.20130310114359530
[junit4:junit4]   2> 15922 T274 C3 P41569 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875)),segFN=segments_2,generation=2,filenames=[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15922 T274 C3 P41569 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 15922 T274 C3 P41569 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15929 T274 C3 P41569 oass.SolrIndexSearcher.<init> Opening Searcher@1711055 main
[junit4:junit4]   2> 15930 T273 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1711055 main{StandardDirectoryReader(segments_2:3:nrt _0(4.2):C78/30)}
[junit4:junit4]   2> 15931 T274 C3 P41569 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fda35c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1379d6a)
[junit4:junit4]   2> 15932 T274 C3 P41569 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/index
[junit4:junit4]   2> 15932 T274 C3 P41569 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fda35c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1379d6a)
[junit4:junit4]   2> 15934 T274 C3 P41569 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15935 T282 C3 P41569 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362894223656/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=4441
[junit4:junit4]   2> 15939 T282 C3 P41569 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15941 T282 C3 P41569 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875)),segFN=segments_2,generation=2,filenames=[_0.len, segments_2, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875)),segFN=segments_3,generation=3,filenames=[_0.len, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld, segments_3]
[junit4:junit4]   2> 15941 T282 C3 P41569 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.len, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld, segments_3]
[junit4:junit4]   2> 15943 T282 C3 P41569 oass.SolrIndexSearcher.<init> Opening Searcher@c54321 main
[junit4:junit4]   2> 15943 T282 C3 P41569 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15944 T273 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c54321 main{StandardDirectoryReader(segments_2:3:nrt _0(4.2):C78/30)}
[junit4:junit4]   2> 15945 T282 C3 P41569 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=4441}
[junit4:junit4]   2> 15947 T274 C3 P41569 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15947 T274 C3 P41569 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15947 T274 C3 P41569 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15949 T274 C3 P41569 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15971 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10034 (-1429098190206926848)]} 0 0
[junit4:junit4]   2> 15972 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[34 (-1429098190207975424)]} 0 0
[junit4:junit4]   2> 15974 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[34 (-1429098190210072577)]} 0 0
[junit4:junit4]   2> 15974 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10034 (-1429098190210072576)]} 0 0
[junit4:junit4]   2> 15979 T228 C4 P60503 /update {wt=javabin&version=2} {add=[43 (1429098190213218304)]} 0 2
[junit4:junit4]   2> 15980 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10043 (1429098190214266880)]} 0 3
[junit4:junit4]   2> 15984 T251 C5 P49846 /update {wt=javabin&version=2} {add=[43 (1429098190218461184)]} 0 2
[junit4:junit4]   2> 15986 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10043 (1429098190220558336)]} 0 2
[junit4:junit4]   2> 16034 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[36 (-1429098190272987136)]} 0 1
[junit4:junit4]   2> 16035 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10036 (-1429098190274035712)]} 0 1
[junit4:junit4]   2> 16037 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[36 (-1429098190276132864)]} 0 0
[junit4:junit4]   2> 16038 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10036 (-1429098190276132865)]} 0 1
[junit4:junit4]   2> 16041 T228 C4 P60503 /update {wt=javabin&version=2} {add=[44 (1429098190279278592)]} 0 1
[junit4:junit4]   2> 16042 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10044 (1429098190279278593)]} 0 2
[junit4:junit4]   2> 16045 T251 C5 P49846 /update {wt=javabin&version=2} {add=[44 (1429098190283472896)]} 0 1
[junit4:junit4]   2> 16046 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10044 (1429098190284521472)]} 0 1
[junit4:junit4]   2> 16068 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16069 T236 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:41569_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41569/w_"}
[junit4:junit4]   2> 16074 T235 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> 16074 T242 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> 16074 T255 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> 16074 T271 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> 16117 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[42 (-1429098190360018944)]} 0 1
[junit4:junit4]   2> 16118 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10042 (-1429098190361067520)]} 0 1
[junit4:junit4]   2>  C3_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:41569_w_, base_url=http://127.0.0.1:41569/w_}
[junit4:junit4]   2> 16134 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10042 (-1429098190364213248)]} 0 10
[junit4:junit4]   2> 16134 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[42 (-1429098190363164672)]} 0 12
[junit4:junit4]   2> 16135 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10042 (-1429098190364213248)]} 0 14
[junit4:junit4]   2> 16139 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[42 (-1429098190363164672)]} 0 20
[junit4:junit4]   2> 16140 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10045 (1429098190383087616)]} 0 2
[junit4:junit4]   2> 16143 T230 C4 P60503 /update {wt=javabin&version=2} {add=[45 (1429098190386233344)]} 0 2
[junit4:junit4]   2> 16150 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10045 (1429098190387281920)]} 0 3
[junit4:junit4]   2> 16151 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10045 (1429098190387281920)]} 0 8
[junit4:junit4]   2> 16156 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1429098190390427648)]} 0 2
[junit4:junit4]   2> 16157 T250 C5 P49846 /update {wt=javabin&version=2} {add=[45 (1429098190390427648)]} 0 11
[junit4:junit4]   2> 16229 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10046 (1429098190474313728)]} 0 3
[junit4:junit4]   2> 16235 T231 C4 P60503 /update {wt=javabin&version=2} {add=[46 (1429098190480605184)]} 0 4
[junit4:junit4]   2> 16245 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10046 (1429098190482702336)]} 0 4
[junit4:junit4]   2> 16247 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10046 (1429098190482702336)]} 0 13
[junit4:junit4]   2> 16251 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1429098190488993792)]} 0 4
[junit4:junit4]   2> 16252 T248 C5 P49846 /update {wt=javabin&version=2} {add=[46 (1429098190488993792)]} 0 13
[junit4:junit4]   2> 16265 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10043 (-1429098190515208192)]} 0 0
[junit4:junit4]   2> 16270 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[43 (-1429098190520451072)]} 0 0
[junit4:junit4]   2> 16271 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10043 (-1429098190519402496)]} 0 0
[junit4:junit4]   2> 16272 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[10043 (-1429098190519402496)]} 0 4
[junit4:junit4]   2> 16275 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[43 (-1429098190523596800)]} 0 0
[junit4:junit4]   2> 16276 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[43 (-1429098190523596800)]} 0 3
[junit4:junit4]   2> 16276 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10047 (1429098190525693952)]} 0 1
[junit4:junit4]   2> 16280 T231 C4 P60503 /update {wt=javabin&version=2} {add=[47 (1429098190529888256)]} 0 1
[junit4:junit4]   2> 16283 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10047 (1429098190529888256)]} 0 1
[junit4:junit4]   2> 16284 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10047 (1429098190529888256)]} 0 5
[junit4:junit4]   2> 16287 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1429098190534082560)]} 0 2
[junit4:junit4]   2> 16288 T248 C5 P49846 /update {wt=javabin&version=2} {add=[47 (1429098190534082560)]} 0 6
[junit4:junit4]   2> 16340 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10048 (1429098190591754240)]} 0 2
[junit4:junit4]   2> 16342 T230 C4 P60503 /update {wt=javabin&version=2} {add=[48 (1429098190594899968)]} 0 1
[junit4:junit4]   2> 16348 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10048 (1429098190595948544)]} 0 2
[junit4:junit4]   2> 16349 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10048 (1429098190595948544)]} 0 7
[junit4:junit4]   2> 16349 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1429098190599094272)]} 0 1
[junit4:junit4]   2> 16350 T250 C5 P49846 /update {wt=javabin&version=2} {add=[48 (1429098190599094272)]} 0 5
[junit4:junit4]   2> 16372 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10044 (-1429098190627405824)]} 0 1
[junit4:junit4]   2> 16373 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[44 (-1429098190628454400)]} 0 0
[junit4:junit4]   2> 16377 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10044 (-1429098190629502976)]} 0 0
[junit4:junit4]   2> 16378 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10044 (-1429098190629502976)]} 0 4
[junit4:junit4]   2> 16378 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[44 (-1429098190631600128)]} 0 0
[junit4:junit4]   2> 16379 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[44 (-1429098190631600128)]} 0 3
[junit4:junit4]   2> 16381 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10049 (1429098190635794432)]} 0 1
[junit4:junit4]   2> 16383 T228 C4 P60503 /update {wt=javabin&version=2} {add=[49 (1429098190637891584)]} 0 2
[junit4:junit4]   2> 16389 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10049 (1429098190639988736)]} 0 2
[junit4:junit4]   2> 16390 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1429098190641037312)]} 0 2
[junit4:junit4]   2> 16390 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10049 (1429098190639988736)]} 0 6
[junit4:junit4]   2> 16390 T249 C5 P49846 /update {wt=javabin&version=2} {add=[49 (1429098190641037312)]} 0 5
[junit4:junit4]   2> 16405 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[10046 (-1429098190662008832)]} 0 0
[junit4:junit4]   2> 16405 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[46 (-1429098190662008833)]} 0 0
[junit4:junit4]   2> 16410 T264 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10046 (-1429098190665154560)]} 0 0
[junit4:junit4]   2> 16410 T265 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[46 (-1429098190665154561)]} 0 0
[junit4:junit4]   2> 16411 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[10046 (-1429098190665154560)]} 0 4
[junit4:junit4]   2> 16411 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[46 (-1429098190665154561)]} 0 3
[junit4:junit4]   2> 16415 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10050 (1429098190671446016)]} 0 2
[junit4:junit4]   2> 16415 T213 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16416 T213 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16416 T228 C4 P60503 /update {wt=javabin&version=2} {add=[50 (1429098190671446017)]} 0 2
[junit4:junit4]   2> 16420 T213 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14f67b4
[junit4:junit4]   2> 16423 T267 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10050 (1429098190675640320)]} 0 1
[junit4:junit4]   2> 16424 T267 C3 P41569 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14f67b4
[junit4:junit4]   2> 16426 T267 C3 P41569 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /update
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:959)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[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: javax.management.InstanceNotFoundException: solr/collection1:type=/update,id=org.apache.solr.handler.UpdateRequestHandler
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16427 T267 C3 P41569 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=11,adds=12,deletesById=8,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=22,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16428 T267 C3 P41569 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 16428 T267 C3 P41569 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 16428 T266 C3 P41569 /update {distrib.from=http://127.0.0.1:49846/w_/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1429098190676688896)]} 0 2
[junit4:junit4]   2> 16429 T267 C3 P41569 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 16429 T266 C3 P41569 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14f67b4
[junit4:junit4]   2> 16431 T266 C3 P41569 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: org.apache.solr.handler.UpdateRequestHandler
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:959)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[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: javax.management.InstanceNotFoundException: solr/collection1:type=org.apache.solr.handler.UpdateRequestHandler,id=org.apache.solr.handler.UpdateRequestHandler
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16431 T266 C3 P41569 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=12,deletesById=8,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=22,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16434 T213 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=12,deletesById=8,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=22,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16435 T267 C3 P41569 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875)),segFN=segments_3,generation=3,filenames=[_0.len, _0.inf, _0_1.liv, _0.si, _0.pst, _0.fld, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875)),segFN=segments_4,generation=4,filenames=[_1.fld, _1.inf, _0.pst, _1_1.liv, _1.len, _0.fld, _1.pst, _0.len, _1.si, _0_1.liv, _0.inf, _0.si, segments_4]
[junit4:junit4]   2> 16436 T267 C3 P41569 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1.fld, _1.inf, _0.pst, _1_1.liv, _1.len, _0.fld, _1.pst, _0.len, _1.si, _0_1.liv, _0.inf, _0.si, segments_4]
[junit4:junit4]   2> 16437 T267 C3 P41569 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16437 T213 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16437 T266 C3 P41569 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16438 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10050 (1429098190675640320)]} 0 20
[junit4:junit4]   2> 16439 T218 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d52d3792c0008
[junit4:junit4]   2> 16439 T249 C5 P49846 /update {wt=javabin&version=2} {add=[50 (1429098190676688896)]} 0 20
[junit4:junit4]   2> 16440 T235 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> 16440 T215 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51896 which had sessionid 0x13d52d3792c0008
[junit4:junit4]   2> 16440 T213 oaz.ZooKeeper.close Session: 0x13d52d3792c0008 closed
[junit4:junit4]   2> 16441 T242 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16441 T255 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16441 T242 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> 16441 T255 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> 16442 T235 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16451 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[47 (-1429098190710243328)]} 0 0
[junit4:junit4]   2> 16451 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[10047 (-1429098190710243329)]} 0 0
[junit4:junit4]   2> 16454 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[47 (-1429098190713389056)]} 0 0
[junit4:junit4]   2> 16455 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10047 (-1429098190713389057)]} 0 1
[junit4:junit4]   2> 16458 T231 C4 P60503 /update {wt=javabin&version=2} {add=[51 (1429098190716534784)]} 0 1
[junit4:junit4]   2> 16459 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10051 (1429098190716534785)]} 0 2
[junit4:junit4]   2> 16463 T251 C5 P49846 /update {wt=javabin&version=2} {add=[51 (1429098190720729088)]} 0 2
[junit4:junit4]   2> 16463 T213 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/w_,null}
[junit4:junit4]   2> 16464 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10051 (1429098190722826240)]} 0 2
[junit4:junit4]   2> 16493 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[48 (-1429098190753234944)]} 0 1
[junit4:junit4]   2> 16493 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[10048 (-1429098190754283520)]} 0 1
[junit4:junit4]   2> 16496 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[48 (-1429098190756380672)]} 0 1
[junit4:junit4]   2> 16496 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10048 (-1429098190757429248)]} 0 1
[junit4:junit4]   2> 16500 T231 C4 P60503 /update {wt=javabin&version=2} {add=[52 (1429098190759526400)]} 0 2
[junit4:junit4]   2> 16500 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10052 (1429098190760574976)]} 0 2
[junit4:junit4]   2> 16504 T251 C5 P49846 /update {wt=javabin&version=2} {add=[52 (1429098190764769280)]} 0 2
[junit4:junit4]   2> 16504 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10052 (1429098190764769281)]} 0 1
[junit4:junit4]   2> 16561 T229 C4 P60503 /update {wt=javabin&version=2} {add=[53 (1429098190824538112)]} 0 2
[junit4:junit4]   2> 16562 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10053 (1429098190824538113)]} 0 3
[junit4:junit4]   2> 16567 T250 C5 P49846 /update {wt=javabin&version=2} {add=[53 (1429098190829780992)]} 0 3
[junit4:junit4]   2> 16569 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10053 (1429098190830829568)]} 0 4
[junit4:junit4]   2> 16607 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[53 (-1429098190873821184)]} 0 0
[junit4:junit4]   2> 16609 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10053 (-1429098190875918336)]} 0 1
[junit4:junit4]   2> 16612 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[53 (-1429098190878015488)]} 0 1
[junit4:junit4]   2> 16613 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[10053 (-1429098190880112640)]} 0 0
[junit4:junit4]   2> 16618 T229 C4 P60503 /update {wt=javabin&version=2} {add=[54 (1429098190883258368)]} 0 2
[junit4:junit4]   2> 16620 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10054 (1429098190884306944)]} 0 3
[junit4:junit4]   2> 16624 T250 C5 P49846 /update {wt=javabin&version=2} {add=[54 (1429098190889549824)]} 0 2
[junit4:junit4]   2> 16626 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10054 (1429098190891646976)]} 0 3
[junit4:junit4]   2> 16673 T231 C4 P60503 /update {wt=javabin&version=2} {add=[55 (1429098190941978624)]} 0 2
[junit4:junit4]   2> 16675 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10055 (1429098190943027200)]} 0 2
[junit4:junit4]   2> 16676 T251 C5 P49846 /update {wt=javabin&version=2} {add=[55 (1429098190946172928)]} 0 1
[junit4:junit4]   2> 16679 T249 C5 P49846 /update {wt=javabin&version=2} {add=[10055 (1429098190948270080)]} 0 1
[junit4:junit4]   2> 16716 T213 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16719 T213 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41569
[junit4:junit4]   2> 16719 T213 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16720 T213 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16720 T213 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-1362894232185
[junit4:junit4]   2> 16721 T213 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-1362894232185/solr.xml
[junit4:junit4]   2> 16721 T213 oasc.CoreContainer.<init> New CoreContainer 26885407
[junit4:junit4]   2> 16721 T213 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-1362894232185/'
[junit4:junit4]   2> 16722 T213 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-1362894232185/'
[junit4:junit4]   2> 16745 T229 C4 P60503 /update {wt=javabin&version=2} {add=[56 (1429098191016427520)]} 0 2
[junit4:junit4]   2> 16746 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10056 (1429098191018524672)]} 0 1
[junit4:junit4]   2> 16749 T250 C5 P49846 /update {wt=javabin&version=2} {add=[56 (1429098191021670400)]} 0 1
[junit4:junit4]   2> 16750 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10056 (1429098191022718976)]} 0 1
[junit4:junit4]   2> 16768 T213 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16768 T213 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16769 T213 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16769 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16769 T213 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16770 T213 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16770 T213 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16771 T213 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16771 T213 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16771 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16781 T213 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16801 T213 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39726/solr
[junit4:junit4]   2> 16802 T213 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16802 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e6a2be
[junit4:junit4]   2> 16803 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16804 T292 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16805 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51957
[junit4:junit4]   2> 16805 T292 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 16806 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51957
[junit4:junit4]   2> 16807 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c0009 with negotiated timeout 20000 for client /127.0.0.1:51957
[junit4:junit4]   2> 16808 T292 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c0009, negotiated timeout = 20000
[junit4:junit4]   2> 16808 T293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e6a2be name:ZooKeeperConnection Watcher:127.0.0.1:39726 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16808 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16811 T218 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d52d3792c0009
[junit4:junit4]   2> 16812 T293 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16812 T213 oaz.ZooKeeper.close Session: 0x13d52d3792c0009 closed
[junit4:junit4]   2> 16812 T215 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51957 which had sessionid 0x13d52d3792c0009
[junit4:junit4]   2> 16812 T213 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16815 T213 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:39726/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@134a0a3
[junit4:junit4]   2> 16816 T213 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16816 T294 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:39726. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16817 T294 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:39726, initiating session
[junit4:junit4]   2> 16817 T215 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51958
[junit4:junit4]   2> 16817 T215 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51958
[junit4:junit4]   2> 16818 T217 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d52d3792c000a with negotiated timeout 20000 for client /127.0.0.1:51958
[junit4:junit4]   2> 16818 T294 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:39726, sessionid = 0x13d52d3792c000a, negotiated timeout = 20000
[junit4:junit4]   2> 16819 T295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@134a0a3 name:ZooKeeperConnection Watcher:127.0.0.1:39726/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16819 T213 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16820 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c000a type:create cxid:0x1 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16822 T218 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d52d3792c000a type:create cxid:0x2 zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16826 T213 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16837 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[54 (-1429098191114993664)]} 0 0
[junit4:junit4]   2> 16838 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10054 (-1429098191116042240)]} 0 0
[junit4:junit4]   2> 16840 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[54 (-1429098191118139392)]} 0 0
[junit4:junit4]   2> 16841 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[10054 (-1429098191119187968)]} 0 0
[junit4:junit4]   2> 16844 T228 C4 P60503 /update {wt=javabin&version=2} {add=[57 (1429098191121285120)]} 0 1
[junit4:junit4]   2> 16845 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10057 (1429098191122333696)]} 0 1
[junit4:junit4]   2> 16848 T249 C5 P49846 /update {wt=javabin&version=2} {add=[57 (1429098191125479424)]} 0 1
[junit4:junit4]   2> 16849 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10057 (1429098191125479425)]} 0 2
[junit4:junit4]   2> 16882 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[56 (-1429098191162179584)]} 0 1
[junit4:junit4]   2> 16882 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10056 (-1429098191162179585)]} 0 0
[junit4:junit4]   2> 16885 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[56 (-1429098191165325312)]} 0 0
[junit4:junit4]   2> 16885 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[10056 (-1429098191165325313)]} 0 0
[junit4:junit4]   2> 16890 T228 C4 P60503 /update {wt=javabin&version=2} {add=[58 (1429098191168471040)]} 0 2
[junit4:junit4]   2> 16892 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10058 (1429098191169519616)]} 0 4
[junit4:junit4]   2> 16897 T249 C5 P49846 /update {wt=javabin&version=2} {add=[58 (1429098191174762496)]} 0 3
[junit4:junit4]   2> 16898 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10058 (1429098191176859648)]} 0 2
[junit4:junit4]   2> 16972 T231 C4 P60503 /update {wt=javabin&version=2} {add=[59 (1429098191255502848)]} 0 1
[junit4:junit4]   2> 16973 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10059 (1429098191255502849)]} 0 2
[junit4:junit4]   2> 16977 T251 C5 P49846 /update {wt=javabin&version=2} {add=[59 (1429098191259697152)]} 0 2
[junit4:junit4]   2> 16978 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10059 (1429098191260745728)]} 0 2
[junit4:junit4]   2> 17048 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[58 (-1429098191336243200)]} 0 1
[junit4:junit4]   2> 17048 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[10058 (-1429098191336243201)]} 0 0
[junit4:junit4]   2> 17052 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[58 (-1429098191340437504)]} 0 0
[junit4:junit4]   2> 17052 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10058 (-1429098191340437505)]} 0 0
[junit4:junit4]   2> 17059 T231 C4 P60503 /update {wt=javabin&version=2} {add=[60 (1429098191345680384)]} 0 3
[junit4:junit4]   2> 17061 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10060 (1429098191345680385)]} 0 5
[junit4:junit4]   2> 17066 T251 C5 P49846 /update {wt=javabin&version=2} {add=[60 (1429098191351971840)]} 0 3
[junit4:junit4]   2> 17068 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10060 (1429098191354068992)]} 0 4
[junit4:junit4]   2> 17105 T228 C4 P60503 /update {wt=javabin&version=2} {add=[61 (1429098191393914880)]} 0 3
[junit4:junit4]   2> 17106 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10061 (1429098191394963456)]} 0 2
[junit4:junit4]   2> 17111 T249 C5 P49846 /update {wt=javabin&version=2} {add=[61 (1429098191400206336)]} 0 3
[junit4:junit4]   2> 17112 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10061 (1429098191401254912)]} 0 2
[junit4:junit4]   2> 17167 T231 C4 P60503 /update {wt=javabin&version=2} {add=[62 (1429098191458926592)]} 0 2
[junit4:junit4]   2> 17169 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10062 (1429098191461023744)]} 0 3
[junit4:junit4]   2> 17175 T251 C5 P49846 /update {wt=javabin&version=2} {add=[62 (1429098191466266624)]} 0 2
[junit4:junit4]   2> 17176 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10062 (1429098191468363776)]} 0 3
[junit4:junit4]   2> 17180 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[60 (-1429098191474655232)]} 0 0
[junit4:junit4]   2> 17182 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[10060 (-1429098191475703808)]} 0 0
[junit4:junit4]   2> 17184 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[60 (-1429098191478849536)]} 0 0
[junit4:junit4]   2> 17185 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10060 (-1429098191479898112)]} 0 0
[junit4:junit4]   2> 17190 T231 C4 P60503 /update {wt=javabin&version=2} {add=[63 (1429098191483043840)]} 0 2
[junit4:junit4]   2> 17192 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10063 (1429098191485140992)]} 0 3
[junit4:junit4]   2> 17197 T251 C5 P49846 /update {wt=javabin&version=2} {add=[63 (1429098191489335296)]} 0 2
[junit4:junit4]   2> 17199 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10063 (1429098191491432448)]} 0 3
[junit4:junit4]   2> 17296 T228 C4 P60503 /update {wt=javabin&version=2} {add=[64 (1429098191593144320)]} 0 3
[junit4:junit4]   2> 17297 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10064 (1429098191595241472)]} 0 3
[junit4:junit4]   2> 17302 T249 C5 P49846 /update {wt=javabin&version=2} {add=[64 (1429098191600484352)]} 0 3
[junit4:junit4]   2> 17303 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10064 (1429098191601532928)]} 0 2
[junit4:junit4]   2> 17309 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[62 (-1429098191609921536)]} 0 0
[junit4:junit4]   2> 17311 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10062 (-1429098191610970112)]} 0 1
[junit4:junit4]   2> 17313 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[62 (-1429098191614115840)]} 0 0
[junit4:junit4]   2> 17315 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[10062 (-1429098191616212992)]} 0 1
[junit4:junit4]   2> 17319 T228 C4 P60503 /update {wt=javabin&version=2} {add=[65 (1429098191618310144)]} 0 2
[junit4:junit4]   2> 17321 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10065 (1429098191620407296)]} 0 3
[junit4:junit4]   2> 17329 T249 C5 P49846 /update {wt=javabin&version=2} {add=[65 (1429098191628795904)]} 0 3
[junit4:junit4]   2> 17331 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10065 (1429098191630893056)]} 0 2
[junit4:junit4]   2> 17361 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[63 (-1429098191664447488)]} 0 0
[junit4:junit4]   2> 17362 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10063 (-1429098191665496064)]} 0 0
[junit4:junit4]   2> 17364 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[63 (-1429098191667593216)]} 0 0
[junit4:junit4]   2> 17365 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[10063 (-1429098191668641792)]} 0 0
[junit4:junit4]   2> 17367 T228 C4 P60503 /update {wt=javabin&version=2} {add=[66 (1429098191669690368)]} 0 1
[junit4:junit4]   2> 17368 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10066 (1429098191671787520)]} 0 1
[junit4:junit4]   2> 17371 T249 C5 P49846 /update {wt=javabin&version=2} {add=[66 (1429098191673884672)]} 0 1
[junit4:junit4]   2> 17372 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10066 (1429098191674933248)]} 0 1
[junit4:junit4]   2> 17437 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[66 (-1429098191743090688)]} 0 1
[junit4:junit4]   2> 17437 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[10066 (-1429098191744139264)]} 0 0
[junit4:junit4]   2> 17441 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[66 (-1429098191748333568)]} 0 1
[junit4:junit4]   2> 17442 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[10066 (-1429098191748333569)]} 0 1
[junit4:junit4]   2> 17447 T228 C4 P60503 /update {wt=javabin&version=2} {add=[67 (1429098191752527872)]} 0 3
[junit4:junit4]   2> 17448 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10067 (1429098191753576448)]} 0 3
[junit4:junit4]   2> 17453 T249 C5 P49846 /update {wt=javabin&version=2} {add=[67 (1429098191758819328)]} 0 2
[junit4:junit4]   2> 17454 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10067 (1429098191760916480)]} 0 2
[junit4:junit4]   2> 17511 T230 C4 P60503 /update {wt=javabin&version=2} {add=[68 (1429098191819636736)]} 0 2
[junit4:junit4]   2> 17512 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10068 (1429098191820685312)]} 0 2
[junit4:junit4]   2> 17517 T248 C5 P49846 /update {wt=javabin&version=2} {add=[68 (1429098191825928192)]} 0 3
[junit4:junit4]   2> 17518 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10068 (1429098191826976768)]} 0 3
[junit4:junit4]   2> 17582 T236 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17584 T236 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":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41569_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41569/w_"}
[junit4:junit4]   2> 17593 T236 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:41569_w_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41569/w_"}
[junit4:junit4]   2> 17595 T228 C4 P60503 /update {wt=javabin&version=2} {add=[69 (1429098191908765696)]} 0 2
[junit4:junit4]   2> 17596 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10069 (1429098191909814272)]} 0 2
[junit4:junit4]   2> 17601 T249 C5 P49846 /update {wt=javabin&version=2} {add=[69 (1429098191914008576)]} 0 2
[junit4:junit4]   2> 17602 T242 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> 17602 T235 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> 17602 T295 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> 17602 T255 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> 17603 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10069 (1429098191916105728)]} 0 3
[junit4:junit4]   2> 17693 T230 C4 P60503 /update {wt=javabin&version=2} {add=[70 (1429098192011526144)]} 0 2
[junit4:junit4]   2> 17697 T229 C4 P60503 /update {wt=javabin&version=2} {add=[10070 (1429098192015720448)]} 0 2
[junit4:junit4]   2> 17699 T248 C5 P49846 /update {wt=javabin&version=2} {add=[70 (1429098192017817600)]} 0 2
[junit4:junit4]   2> 17703 T250 C5 P49846 /update {wt=javabin&version=2} {add=[10070 (1429098192020963328)]} 0 2
[junit4:junit4]   2> 17740 T271 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 17741 T271 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> 17741 T271 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 17741 T271 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17795 T231 C4 P60503 /update {wt=javabin&version=2} {add=[71 (1429098192118480896)]} 0 2
[junit4:junit4]   2> 17799 T230 C4 P60503 /update {wt=javabin&version=2} {add=[10071 (1429098192122675200)]} 0 2
[junit4:junit4]   2> 17801 T251 C5 P49846 /update {wt=javabin&version=2} {add=[71 (1429098192124772352)]} 0 2
[junit4:junit4]   2> 17805 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10071 (1429098192127918080)]} 0 2
[junit4:junit4]   2> 17903 T229 C4 P60503 /update {wt=javabin&version=2} {delete=[69 (-1429098192232775680)]} 0 1
[junit4:junit4]   2> 17906 T231 C4 P60503 /update {wt=javabin&version=2} {delete=[10069 (-1429098192235921408)]} 0 0
[junit4:junit4]   2> 17907 T250 C5 P49846 /update {wt=javabin&version=2} {delete=[69 (-1429098192236969984)]} 0 0
[junit4:junit4]   2> 17910 T251 C5 P49846 /update {wt=javabin&version=2} {delete=[10069 (-1429098192240115712)]} 0 0
[junit4:junit4]   2> 17913 T228 C4 P60503 /update {wt=javabin&version=2} {add=[72 (1429098192241164288)]} 0 2
[junit4:junit4]   2> 17916 T228 C4 P60503 /update {wt=javabin&version=2} {add=[10072 (1429098192244310016)]} 0 2
[junit4:junit4]   2> 17918 T249 C5 P49846 /update {wt=javabin&version=2} {add=[72 (1429098192247455744)]} 0 2
[junit4:junit4]   2> 17921 T248 C5 P49846 /update {wt=javabin&version=2} {add=[10072 (1429098192249552896)]} 0 2
[junit4:junit4]   2> 17943 T229 C4 P60503 /update {wt=javabin&version=2} {add=[73 (1429098192272621568)]} 0 2
[junit4:junit4]   2> 17947 T231 C4 P60503 /update {wt=javabin&version=2} {add=[10073 (1429098192276815872)]} 0 2
[junit4:junit4]   2> 17949 T250 C5 P49846 /update {wt=javabin&version=2} {add=[73 (1429098192278913024)]} 0 2
[junit4:junit4]   2> 17953 T251 C5 P49846 /update {wt=javabin&version=2} {add=[10073 (1429098192284155904)]} 0 2
[junit4:junit4]   2> 17962 T230 C4 P60503 /update {wt=javabin&version=2} {delete=[72 (-1429098192294641664)]} 0 1
[junit4:junit4]   2> 17964 T249 C5 P49846 /update {wt=javabin&version=2} {delete=[72 (-1429098192296738816)]} 0 0
[junit4:junit4]   2> 17966 T228 C4 P60503 /update {wt=javabin&version=2} {delete=[10072 (-1429098192298835968)]} 0 1
[junit4:junit4]   2> 17970 T248 C5 P49846 /update {wt=javabin&version=2} {delete=[10072 (-1429098192301981696)]} 0 1
[junit4:junit4]   2> 17970 T229 C4 P60503 /upd

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

on of 4 leaked thread(s).
[junit4:junit4]   2> 36727 T255 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 36727 T255 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> 36728 T255 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 36728 T255 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 37349 T216 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 37831 T295 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 37832 T295 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> 37832 T295 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 37832 T295 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=th_TH, timezone=Asia/Dhaka
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=3,free=22790640,total=64880640
[junit4:junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionTest, TestXIncludeConfig, UUIDFieldTest, DocumentBuilderTest, TestFieldResource, FastVectorHighlighterTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=B2FC4D3A0B77D428 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=Asia/Dhaka -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=272, name=coreLoadExecutor-43-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@21906f lockFactory=org.apache.lucene.store.NativeFSLockFactory@1036be0; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875))
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=274, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@3797f6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11b9e3a; maxCacheMB=0.8095703125 maxMergeSizeMB=0.7763671875))
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 37.98s, 1 test, 2 errors <<< FAILURES!

[...truncated 817 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: 270 suites, 1140 tests, 2 suite-level errors, 13 ignored (7 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4614/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseSerialGC

2 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=798, name=coreLoadExecutor-349-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=798, name=coreLoadExecutor-349-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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
	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@69b11c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1df3826)
	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=800, 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=800, 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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa)
	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)




Build Log:
[...truncated 9135 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T739 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T739 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-1362889144575
[junit4:junit4]   2> 7 T739 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T740 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 8 T740 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 8 T740 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T740 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T740 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T740 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-1362889144575/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T739 oasc.ZkTestServer.run start zk server on port:37889
[junit4:junit4]   2> 109 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@e4c910
[junit4:junit4]   2> 110 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T745 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T745 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 111 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52064
[junit4:junit4]   2> 112 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52064
[junit4:junit4]   2> 112 T743 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 201 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020000 with negotiated timeout 10000 for client /127.0.0.1:52064
[junit4:junit4]   2> 201 T745 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020000, negotiated timeout = 10000
[junit4:junit4]   2> 202 T746 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e4c910 name:ZooKeeperConnection Watcher:127.0.0.1:37889 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 202 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 203 T739 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 209 T744 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5285f9020000
[junit4:junit4]   2> 211 T741 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52064 which had sessionid 0x13d5285f9020000
[junit4:junit4]   2> 211 T746 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 210 T739 oaz.ZooKeeper.close Session: 0x13d5285f9020000 closed
[junit4:junit4]   2> 211 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d50b5
[junit4:junit4]   2> 213 T747 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 213 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 213 T747 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 214 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52065
[junit4:junit4]   2> 214 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52065
[junit4:junit4]   2> 215 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020001 with negotiated timeout 10000 for client /127.0.0.1:52065
[junit4:junit4]   2> 215 T747 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020001, negotiated timeout = 10000
[junit4:junit4]   2> 216 T748 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d50b5 name:ZooKeeperConnection Watcher:127.0.0.1:37889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 216 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 217 T739 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 223 T739 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 229 T739 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 233 T739 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 239 T739 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> 240 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 249 T739 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> 250 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 257 T739 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> 258 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 264 T739 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> 264 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 270 T739 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> 271 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 277 T739 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> 278 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 284 T739 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> 285 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 291 T739 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> 292 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 298 T739 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> 299 T739 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 305 T744 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5285f9020001
[junit4:junit4]   2> 306 T741 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52065 which had sessionid 0x13d5285f9020001
[junit4:junit4]   2> 306 T748 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 306 T739 oaz.ZooKeeper.close Session: 0x13d5285f9020001 closed
[junit4:junit4]   2> 375 T739 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 379 T739 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33072
[junit4:junit4]   2> 379 T739 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 380 T739 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 381 T739 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-1362889144875
[junit4:junit4]   2> 381 T739 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-1362889144875/solr.xml
[junit4:junit4]   2> 382 T739 oasc.CoreContainer.<init> New CoreContainer 28176716
[junit4:junit4]   2> 383 T739 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-1362889144875/'
[junit4:junit4]   2> 383 T739 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-1362889144875/'
[junit4:junit4]   2> 400 T739 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 400 T739 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 401 T739 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 401 T739 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 401 T739 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 401 T739 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 402 T739 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 402 T739 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 402 T739 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 402 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 411 T739 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 418 T739 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37889/solr
[junit4:junit4]   2> 419 T739 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 419 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bd3c22
[junit4:junit4]   2> 420 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 420 T758 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 421 T758 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 421 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52066
[junit4:junit4]   2> 422 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52066
[junit4:junit4]   2> 423 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020002 with negotiated timeout 20000 for client /127.0.0.1:52066
[junit4:junit4]   2> 423 T758 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020002, negotiated timeout = 20000
[junit4:junit4]   2> 423 T759 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bd3c22 name:ZooKeeperConnection Watcher:127.0.0.1:37889 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 423 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 426 T744 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5285f9020002
[junit4:junit4]   2> 426 T759 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 426 T741 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52066 which had sessionid 0x13d5285f9020002
[junit4:junit4]   2> 426 T739 oaz.ZooKeeper.close Session: 0x13d5285f9020002 closed
[junit4:junit4]   2> 427 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 430 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@178f683
[junit4:junit4]   2> 431 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 431 T760 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 432 T760 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 432 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52067
[junit4:junit4]   2> 432 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52067
[junit4:junit4]   2> 433 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020003 with negotiated timeout 20000 for client /127.0.0.1:52067
[junit4:junit4]   2> 433 T760 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020003, negotiated timeout = 20000
[junit4:junit4]   2> 434 T761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@178f683 name:ZooKeeperConnection Watcher:127.0.0.1:37889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 434 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 436 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 438 T739 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 441 T739 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33072_
[junit4:junit4]   2> 442 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33072_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33072_
[junit4:junit4]   2> 442 T739 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33072_
[junit4:junit4]   2> 448 T739 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 457 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 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> 459 T739 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 464 T739 oasc.Overseer.start Overseer (id=89318302979063811-127.0.0.1:33072_-n_0000000000) starting
[junit4:junit4]   2> 466 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 467 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 469 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 471 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 473 T763 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 474 T739 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 479 T739 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 484 T739 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 490 T762 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 493 T764 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-1362889144875/collection1
[junit4:junit4]   2> 493 T764 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 494 T764 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 494 T764 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 497 T764 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-1362889144875/collection1/'
[junit4:junit4]   2> 497 T764 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-1362889144875/collection1/lib/README' to classloader
[junit4:junit4]   2> 498 T764 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-1362889144875/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 523 T764 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 554 T764 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 555 T764 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 558 T764 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 862 T764 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 866 T764 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 868 T764 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 891 T764 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 896 T764 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 901 T764 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 903 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 903 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 903 T764 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 905 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 906 T764 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 906 T764 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-1362889144875/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/control/data/
[junit4:junit4]   2> 906 T764 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4ddd
[junit4:junit4]   2> 907 T764 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 908 T764 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/control/data forceNew: false
[junit4:junit4]   2> 908 T764 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/control/data/index/
[junit4:junit4]   2> 909 T764 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362889144575/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 909 T764 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/control/data/index forceNew: false
[junit4:junit4]   2> 911 T764 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10ed9df lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a0b50e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 912 T764 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 914 T764 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 914 T764 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 915 T764 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 916 T764 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 916 T764 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 917 T764 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 917 T764 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 918 T764 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 918 T764 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 922 T764 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 926 T764 oass.SolrIndexSearcher.<init> Opening Searcher@ac5dc6 main
[junit4:junit4]   2> 926 T764 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/control/data/tlog
[junit4:junit4]   2> 927 T764 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 927 T764 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 931 T765 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ac5dc6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 932 T764 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 932 T764 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 933 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 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> 1996 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1997 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:33072_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33072"}
[junit4:junit4]   2> 1997 T762 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1999 T762 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1999 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 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> 2005 T761 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> 2938 T764 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2938 T764 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33072 collection:control_collection shard:shard1
[junit4:junit4]   2> 2940 T764 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2953 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 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> 2954 T764 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2955 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2958 T764 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2959 T764 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2959 T764 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33072/collection1/
[junit4:junit4]   2> 2960 T764 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2960 T764 oasc.SyncStrategy.syncToMe http://127.0.0.1:33072/collection1/ has no replicas
[junit4:junit4]   2> 2960 T764 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33072/collection1/
[junit4:junit4]   2> 2961 T764 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2970 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3512 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3526 T761 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> 3576 T764 oasc.ZkController.register We are http://127.0.0.1:33072/collection1/ and leader is http://127.0.0.1:33072/collection1/
[junit4:junit4]   2> 3576 T764 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33072
[junit4:junit4]   2> 3577 T764 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3577 T764 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3577 T764 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3580 T764 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3582 T739 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3583 T739 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3584 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3593 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3596 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1734668
[junit4:junit4]   2> 3597 T767 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3597 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3598 T767 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 3598 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52078
[junit4:junit4]   2> 3598 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52078
[junit4:junit4]   2> 3600 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020004 with negotiated timeout 10000 for client /127.0.0.1:52078
[junit4:junit4]   2> 3600 T767 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020004, negotiated timeout = 10000
[junit4:junit4]   2> 3600 T768 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1734668 name:ZooKeeperConnection Watcher:127.0.0.1:37889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3601 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3604 T739 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3610 T739 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3680 T739 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3682 T739 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55093
[junit4:junit4]   2> 3683 T739 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3683 T739 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3683 T739 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-1362889148179
[junit4:junit4]   2> 3684 T739 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-1362889148179/solr.xml
[junit4:junit4]   2> 3684 T739 oasc.CoreContainer.<init> New CoreContainer 68479
[junit4:junit4]   2> 3684 T739 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-1362889148179/'
[junit4:junit4]   2> 3684 T739 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-1362889148179/'
[junit4:junit4]   2> 3699 T739 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3699 T739 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3700 T739 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3700 T739 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3700 T739 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3700 T739 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3701 T739 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3701 T739 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3701 T739 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3701 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3707 T739 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3736 T739 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37889/solr
[junit4:junit4]   2> 3736 T739 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3737 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a54d82
[junit4:junit4]   2> 3738 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3739 T778 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3740 T778 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 3740 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52080
[junit4:junit4]   2> 3740 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52080
[junit4:junit4]   2> 3742 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020005 with negotiated timeout 20000 for client /127.0.0.1:52080
[junit4:junit4]   2> 3742 T778 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020005, negotiated timeout = 20000
[junit4:junit4]   2> 3742 T779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a54d82 name:ZooKeeperConnection Watcher:127.0.0.1:37889 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3743 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3745 T744 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5285f9020005
[junit4:junit4]   2> 3746 T779 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3746 T741 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52080 which had sessionid 0x13d5285f9020005
[junit4:junit4]   2> 3746 T739 oaz.ZooKeeper.close Session: 0x13d5285f9020005 closed
[junit4:junit4]   2> 3747 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3753 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c32c3a
[junit4:junit4]   2> 3755 T780 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3755 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3755 T780 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 3756 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52081
[junit4:junit4]   2> 3756 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52081
[junit4:junit4]   2> 3757 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020006 with negotiated timeout 20000 for client /127.0.0.1:52081
[junit4:junit4]   2> 3757 T780 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020006, negotiated timeout = 20000
[junit4:junit4]   2> 3758 T781 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c32c3a name:ZooKeeperConnection Watcher:127.0.0.1:37889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3758 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3760 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3762 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3765 T739 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4771 T739 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55093_
[junit4:junit4]   2> 4771 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55093_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55093_
[junit4:junit4]   2> 4772 T739 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55093_
[junit4:junit4]   2> 4777 T761 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> 4778 T768 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4779 T781 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4779 T761 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4783 T782 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-1362889148179/collection1
[junit4:junit4]   2> 4783 T782 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4784 T782 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4784 T782 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4785 T782 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-1362889148179/collection1/'
[junit4:junit4]   2> 4786 T782 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-1362889148179/collection1/lib/README' to classloader
[junit4:junit4]   2> 4786 T782 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-1362889148179/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4817 T782 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4850 T782 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4851 T782 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4854 T782 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5048 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5049 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:33072_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33072"}
[junit4:junit4]   2> 5053 T768 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> 5053 T761 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> 5053 T781 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> 5257 T782 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5266 T782 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5269 T782 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5292 T782 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5298 T782 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5306 T782 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5308 T782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5308 T782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5308 T782 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5309 T782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5310 T782 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5310 T782 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-1362889148179/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty1/
[junit4:junit4]   2> 5310 T782 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4ddd
[junit4:junit4]   2> 5310 T782 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5311 T782 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty1 forceNew: false
[junit4:junit4]   2> 5311 T782 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty1/index/
[junit4:junit4]   2> 5311 T782 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5311 T782 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty1/index forceNew: false
[junit4:junit4]   2> 5313 T782 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@140ff12 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4acdf0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5313 T782 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5315 T782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5316 T782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5316 T782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5317 T782 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5317 T782 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5318 T782 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5318 T782 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5318 T782 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5319 T782 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5323 T782 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5326 T782 oass.SolrIndexSearcher.<init> Opening Searcher@679269 main
[junit4:junit4]   2> 5326 T782 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty1/tlog
[junit4:junit4]   2> 5327 T782 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5327 T782 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5331 T783 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@679269 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5335 T782 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5335 T782 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6561 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6562 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:55093_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55093"}
[junit4:junit4]   2> 6563 T762 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6563 T762 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6572 T781 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> 6572 T768 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> 6572 T761 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> 7338 T782 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7338 T782 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55093 collection:collection1 shard:shard1
[junit4:junit4]   2> 7340 T782 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7353 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020006 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> 7354 T782 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7355 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7359 T782 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7359 T782 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7360 T782 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55093/collection1/
[junit4:junit4]   2> 7360 T782 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7360 T782 oasc.SyncStrategy.syncToMe http://127.0.0.1:55093/collection1/ has no replicas
[junit4:junit4]   2> 7360 T782 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55093/collection1/
[junit4:junit4]   2> 7361 T782 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7369 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8082 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8161 T761 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> 8161 T781 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> 8161 T768 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> 8176 T782 oasc.ZkController.register We are http://127.0.0.1:55093/collection1/ and leader is http://127.0.0.1:55093/collection1/
[junit4:junit4]   2> 8176 T782 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55093
[junit4:junit4]   2> 8176 T782 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8176 T782 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8177 T782 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8180 T782 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8182 T739 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8182 T739 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8183 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8246 T739 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8249 T739 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38052
[junit4:junit4]   2> 8251 T739 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8251 T739 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8252 T739 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-1362889152758
[junit4:junit4]   2> 8252 T739 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-1362889152758/solr.xml
[junit4:junit4]   2> 8253 T739 oasc.CoreContainer.<init> New CoreContainer 5743630
[junit4:junit4]   2> 8254 T739 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-1362889152758/'
[junit4:junit4]   2> 8254 T739 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-1362889152758/'
[junit4:junit4]   2> 8274 T739 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8275 T739 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8275 T739 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8275 T739 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8275 T739 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8276 T739 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8276 T739 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8276 T739 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8276 T739 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8277 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8282 T739 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8289 T739 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37889/solr
[junit4:junit4]   2> 8289 T739 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8290 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b712a8
[junit4:junit4]   2> 8290 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8291 T794 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8291 T794 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 8291 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52106
[junit4:junit4]   2> 8291 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52106
[junit4:junit4]   2> 8293 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020007 with negotiated timeout 20000 for client /127.0.0.1:52106
[junit4:junit4]   2> 8293 T794 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020007, negotiated timeout = 20000
[junit4:junit4]   2> 8293 T795 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b712a8 name:ZooKeeperConnection Watcher:127.0.0.1:37889 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8293 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8295 T744 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5285f9020007
[junit4:junit4]   2> 8296 T795 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8296 T741 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52106 which had sessionid 0x13d5285f9020007
[junit4:junit4]   2> 8296 T739 oaz.ZooKeeper.close Session: 0x13d5285f9020007 closed
[junit4:junit4]   2> 8297 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8300 T739 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37889/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@d50338
[junit4:junit4]   2> 8301 T796 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37889. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8300 T739 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8301 T796 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37889, initiating session
[junit4:junit4]   2> 8301 T741 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52107
[junit4:junit4]   2> 8301 T741 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52107
[junit4:junit4]   2> 8303 T743 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d5285f9020008 with negotiated timeout 20000 for client /127.0.0.1:52107
[junit4:junit4]   2> 8303 T796 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37889, sessionid = 0x13d5285f9020008, negotiated timeout = 20000
[junit4:junit4]   2> 8303 T797 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d50338 name:ZooKeeperConnection Watcher:127.0.0.1:37889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8304 T739 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8305 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8306 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8310 T739 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9316 T739 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38052_
[junit4:junit4]   2> 9317 T744 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d5285f9020008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38052_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38052_
[junit4:junit4]   2> 9318 T739 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38052_
[junit4:junit4]   2> 9324 T761 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> 9325 T797 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9325 T768 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9325 T768 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> 9325 T781 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9325 T781 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> 9327 T761 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9331 T798 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-1362889152758/collection1
[junit4:junit4]   2> 9331 T798 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9332 T798 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9332 T798 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9333 T798 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-1362889152758/collection1/'
[junit4:junit4]   2> 9334 T798 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-1362889152758/collection1/lib/README' to classloader
[junit4:junit4]   2> 9334 T798 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-1362889152758/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9358 T798 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9404 T798 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9406 T798 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9408 T798 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9673 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9674 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:55093_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55093"}
[junit4:junit4]   2> 9694 T797 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> 9694 T781 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> 9695 T768 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> 9694 T761 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> 9733 T798 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9738 T798 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9740 T798 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9762 T798 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9766 T798 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9771 T798 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9773 T798 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9773 T798 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9773 T798 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9775 T798 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9776 T798 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9776 T798 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-1362889152758/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/
[junit4:junit4]   2> 9776 T798 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a4ddd
[junit4:junit4]   2> 9776 T798 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9777 T798 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2 forceNew: false
[junit4:junit4]   2> 9777 T798 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/index/
[junit4:junit4]   2> 9778 T798 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9778 T798 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/index forceNew: false
[junit4:junit4]   2> 9779 T798 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3cd422 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17be6f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9780 T798 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9781 T798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9782 T798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9782 T798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9783 T798 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9783 T798 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9784 T798 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9784 T798 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9785 T798 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9785 T798 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9788 T798 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9791 T798 oass.SolrIndexSearcher.<init> Opening Searcher@b89622 main
[junit4:junit4]   2> 9792 T798 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/tlog
[junit4:junit4]   2> 9793 T798 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9793 T798 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9798 T799 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b89622 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9800 T798 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9800 T798 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11203 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11205 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:38052_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38052"}
[junit4:junit4]   2> 11205 T762 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11205 T762 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11214 T761 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> 11214 T797 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> 11214 T781 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> 11214 T768 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> 11802 T798 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11803 T798 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38052 collection:collection1 shard:shard1
[junit4:junit4]   2> 11811 T798 oasc.ZkController.register We are http://127.0.0.1:38052/collection1/ and leader is http://127.0.0.1:55093/collection1/
[junit4:junit4]   2> 11812 T798 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38052
[junit4:junit4]   2> 11812 T798 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11812 T798 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C46 name=collection1 org.apache.solr.core.SolrCore@e1d50a url=http://127.0.0.1:38052/collection1 node=127.0.0.1:38052_ C46_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:38052_, base_url=http://127.0.0.1:38052}
[junit4:junit4]   2> 11818 T800 C46 P38052 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11819 T800 C46 P38052 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11819 T798 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11819 T800 C46 P38052 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11820 T800 C46 P38052 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11821 T739 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11822 T800 C46 P38052 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11822 T739 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11823 T739 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11830 T739 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@931de2 url=http://127.0.0.1:33072/collection1 node=127.0.0.1:33072_ C47_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:33072_, base_url=http://127.0.0.1:33072, leader=true}
[junit4:junit4]   2> 11848 T757 C47 P33072 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@10ed9df lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a0b50e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11849 T757 C47 P33072 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11853 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10001 (1429092860075966465)]} 0 9
[junit4:junit4]   2> 11853 T757 C47 P33072 /update {wt=javabin&version=2} {add=[1 (1429092860075966464)]} 0 10
[junit4:junit4]   2> ASYNC  NEW_CORE C48 name=collection1 org.apache.solr.core.SolrCore@1209145 url=http://127.0.0.1:55093/collection1 node=127.0.0.1:55093_ C48_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:55093_, base_url=http://127.0.0.1:55093, leader=true}
[junit4:junit4]   2> 11890 T775 C48 P55093 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@140ff12 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4acdf0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11891 T775 C48 P55093 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11898 T775 C48 P55093 /update {wt=javabin&version=2} {add=[1 (1429092860120006656)]} 0 11
[junit4:junit4]   2> 11898 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10001 (1429092860120006657)]} 0 10
[junit4:junit4]   2> 11945 T755 C47 P33072 /update {wt=javabin&version=2} {add=[2 (1429092860177678336)]} 0 2
[junit4:junit4]   2> 11946 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10002 (1429092860177678337)]} 0 2
[junit4:junit4]   2> 11950 T774 C48 P55093 /update {wt=javabin&version=2} {add=[2 (1429092860183969792)]} 0 1
[junit4:junit4]   2> 11951 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10002 (1429092860185018368)]} 0 1
[junit4:junit4]   2> 12029 T754 C47 P33072 /update {wt=javabin&version=2} {add=[3 (1429092860267855872)]} 0 1
[junit4:junit4]   2> 12030 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10003 (1429092860267855873)]} 0 1
[junit4:junit4]   2> 12034 T776 C48 P55093 /update {wt=javabin&version=2} {add=[3 (1429092860272050176)]} 0 1
[junit4:junit4]   2> 12035 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10003 (1429092860273098752)]} 0 2
[junit4:junit4]   2> 12042 T756 C47 P33072 /update {wt=javabin&version=2} {add=[4 (1429092860280438784)]} 0 1
[junit4:junit4]   2> 12043 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10004 (1429092860281487360)]} 0 2
[junit4:junit4]   2> 12047 T775 C48 P55093 /update {wt=javabin&version=2} {add=[4 (1429092860285681664)]} 0 1
[junit4:junit4]   2> 12047 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10004 (1429092860285681665)]} 0 1
[junit4:junit4]   2> 12121 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[3 (-1429092860364324864)]} 0 1
[junit4:junit4]   2> 12121 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[10003 (-1429092860364324865)]} 0 0
[junit4:junit4]   2> 12125 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[3 (-1429092860368519168)]} 0 1
[junit4:junit4]   2> 12125 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10003 (-1429092860368519169)]} 0 0
[junit4:junit4]   2> 12130 T756 C47 P33072 /update {wt=javabin&version=2} {add=[5 (1429092860372713472)]} 0 1
[junit4:junit4]   2> 12130 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10005 (1429092860372713473)]} 0 1
[junit4:junit4]   2> 12135 T775 C48 P55093 /update {wt=javabin&version=2} {add=[5 (1429092860377956352)]} 0 2
[junit4:junit4]   2> 12136 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10005 (1429092860377956353)]} 0 2
[junit4:junit4]   2> 12180 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[4 (-1429092860426190848)]} 0 0
[junit4:junit4]   2> 12180 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[10004 (-1429092860426190849)]} 0 0
[junit4:junit4]   2> 12183 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[4 (-1429092860429336576)]} 0 0
[junit4:junit4]   2> 12184 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10004 (-1429092860430385152)]} 0 0
[junit4:junit4]   2> 12188 T756 C47 P33072 /update {wt=javabin&version=2} {add=[6 (1429092860433530880)]} 0 1
[junit4:junit4]   2> 12189 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10006 (1429092860434579456)]} 0 2
[junit4:junit4]   2> 12192 T774 C48 P55093 /update {wt=javabin&version=2} {add=[6 (1429092860438773760)]} 0 1
[junit4:junit4]   2> 12193 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10006 (1429092860438773761)]} 0 1
[junit4:junit4]   2> 12263 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[5 (-1429092860513222656)]} 0 0
[junit4:junit4]   2> 12264 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[10005 (-1429092860513222657)]} 0 1
[junit4:junit4]   2> 12267 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[5 (-1429092860517416960)]} 0 0
[junit4:junit4]   2> 12267 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[10005 (-1429092860517416961)]} 0 0
[junit4:junit4]   2> 12272 T755 C47 P33072 /update {wt=javabin&version=2} {add=[7 (1429092860521611264)]} 0 1
[junit4:junit4]   2> 12272 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10007 (1429092860521611265)]} 0 1
[junit4:junit4]   2> 12276 T776 C48 P55093 /update {wt=javabin&version=2} {add=[7 (1429092860525805568)]} 0 1
[junit4:junit4]   2> 12277 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10007 (1429092860526854144)]} 0 1
[junit4:junit4]   2> 12297 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[6 (-1429092860548874240)]} 0 0
[junit4:junit4]   2> 12298 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[10006 (-1429092860548874241)]} 0 1
[junit4:junit4]   2> 12301 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[6 (-1429092860553068544)]} 0 1
[junit4:junit4]   2> 12301 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10006 (-1429092860553068545)]} 0 0
[junit4:junit4]   2> 12305 T755 C47 P33072 /update {wt=javabin&version=2} {add=[8 (1429092860556214272)]} 0 1
[junit4:junit4]   2> 12306 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10008 (1429092860557262848)]} 0 2
[junit4:junit4]   2> 12310 T775 C48 P55093 /update {wt=javabin&version=2} {add=[8 (1429092860561457152)]} 0 2
[junit4:junit4]   2> 12311 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10008 (1429092860562505728)]} 0 2
[junit4:junit4]   2> 12409 T754 C47 P33072 /update {wt=javabin&version=2} {add=[9 (1429092860665266176)]} 0 1
[junit4:junit4]   2> 12409 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10009 (1429092860666314752)]} 0 0
[junit4:junit4]   2> 12412 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10009 (1429092860669460481)]} 0 0
[junit4:junit4]   2> 12412 T776 C48 P55093 /update {wt=javabin&version=2} {add=[9 (1429092860669460480)]} 0 0
[junit4:junit4]   2> 12470 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[10009 (-1429092860730277889)]} 0 0
[junit4:junit4]   2> 12470 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[9 (-1429092860730277888)]} 0 0
[junit4:junit4]   2> 12474 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[9 (-1429092860734472193)]} 0 0
[junit4:junit4]   2> 12474 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10009 (-1429092860734472192)]} 0 0
[junit4:junit4]   2> 12479 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10010 (1429092860738666496)]} 0 1
[junit4:junit4]   2> 12480 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10 (1429092860738666497)]} 0 2
[junit4:junit4]   2> 12483 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10010 (1429092860742860800)]} 0 1
[junit4:junit4]   2> 12484 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10 (1429092860743909376)]} 0 1
[junit4:junit4]   2> 12581 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10011 (1429092860845621248)]} 0 1
[junit4:junit4]   2> 12582 T755 C47 P33072 /update {wt=javabin&version=2} {add=[11 (1429092860847718400)]} 0 1
[junit4:junit4]   2> 12586 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10011 (1429092860850864128)]} 0 2
[junit4:junit4]   2> 12587 T774 C48 P55093 /update {wt=javabin&version=2} {add=[11 (1429092860851912704)]} 0 1
[junit4:junit4]   2> 12637 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10012 (1429092860904341504)]} 0 2
[junit4:junit4]   2> 12638 T754 C47 P33072 /update {wt=javabin&version=2} {add=[12 (1429092860905390080)]} 0 1
[junit4:junit4]   2> 12641 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10012 (1429092860908535808)]} 0 1
[junit4:junit4]   2> 12642 T775 C48 P55093 /update {wt=javabin&version=2} {add=[12 (1429092860909584384)]} 0 1
[junit4:junit4]   2> 12714 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10013 (1429092860986130432)]} 0 0
[junit4:junit4]   2> 12715 T756 C47 P33072 /update {wt=javabin&version=2} {add=[13 (1429092860987179008)]} 0 1
[junit4:junit4]   2> 12718 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10013 (1429092860989276160)]} 0 1
[junit4:junit4]   2> 12719 T776 C48 P55093 /update {wt=javabin&version=2} {add=[13 (1429092860990324736)]} 0 1
[junit4:junit4]   2> 12723 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12724 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:38052_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38052"}
[junit4:junit4]   2> 12726 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10014 (1429092860997664768)]} 0 1
[junit4:junit4]   2> 12727 T755 C47 P33072 /update {wt=javabin&version=2} {add=[14 (1429092860998713344)]} 0 1
[junit4:junit4]   2> 12730 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10014 (1429092861002907648)]} 0 1
[junit4:junit4]   2> 12731 T774 C48 P55093 /update {wt=javabin&version=2} {add=[14 (1429092861002907649)]} 0 1
[junit4:junit4]   2> 12733 T761 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> 12733 T781 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> 12733 T797 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> 12733 T768 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> 12769 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10015 (1429092861042753536)]} 0 1
[junit4:junit4]   2> 12770 T756 C47 P33072 /update {wt=javabin&version=2} {add=[15 (1429092861043802112)]} 0 1
[junit4:junit4]   2>  C46_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:38052_, base_url=http://127.0.0.1:38052}
[junit4:junit4]   2> 12791 T792 C46 P38052 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3cd422 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17be6f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12791 T792 C46 P38052 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12793 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429092861051142145)]} 0 3
[junit4:junit4]   2> 12793 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429092861051142144)]} 0 2
[junit4:junit4]   2> 12793 T775 C48 P55093 /update {wt=javabin&version=2} {add=[15 (1429092861051142145)]} 0 19
[junit4:junit4]   2> 12794 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10015 (1429092861051142144)]} 0 22
[junit4:junit4]   2> 12811 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10016 (1429092861086793728)]} 0 1
[junit4:junit4]   2> 12811 T755 C47 P33072 /update {wt=javabin&version=2} {add=[16 (1429092861086793729)]} 0 1
[junit4:junit4]   2> 12820 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429092861092036608)]} 0 1
[junit4:junit4]   2> 12821 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429092861092036609)]} 0 1
[junit4:junit4]   2> 12821 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10016 (1429092861092036608)]} 0 7
[junit4:junit4]   2> 12822 T775 C48 P55093 /update {wt=javabin&version=2} {add=[16 (1429092861092036609)]} 0 7
[junit4:junit4]   2> 12840 T777 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:38052__collection1&state=recovering&nodeName=127.0.0.1:38052_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1004 
[junit4:junit4]   2> 12867 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10017 (1429092861145513984)]} 0 1
[junit4:junit4]   2> 12868 T756 C47 P33072 /update {wt=javabin&version=2} {add=[17 (1429092861146562560)]} 0 1
[junit4:junit4]   2> 12875 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429092861150756864)]} 0 1
[junit4:junit4]   2> 12876 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429092861151805440)]} 0 1
[junit4:junit4]   2> 12876 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10017 (1429092861150756864)]} 0 6
[junit4:junit4]   2> 12877 T775 C48 P55093 /update {wt=javabin&version=2} {add=[17 (1429092861151805440)]} 0 6
[junit4:junit4]   2> 12939 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10014 (-1429092861222060032)]} 0 0
[junit4:junit4]   2> 12940 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[14 (-1429092861223108608)]} 0 0
[junit4:junit4]   2> 12949 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[14 (-1429092861226254337)]} 0 1
[junit4:junit4]   2> 12949 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10014 (-1429092861226254336)]} 0 1
[junit4:junit4]   2> 12950 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10014 (-1429092861226254336)]} 0 7
[junit4:junit4]   2> 12950 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[14 (-1429092861226254337)]} 0 7
[junit4:junit4]   2> 12954 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10018 (1429092861236740096)]} 0 1
[junit4:junit4]   2> 12955 T757 C47 P33072 /update {wt=javabin&version=2} {add=[18 (1429092861237788672)]} 0 2
[junit4:junit4]   2> 12962 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429092861241982976)]} 0 1
[junit4:junit4]   2> 12963 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429092861243031552)]} 0 1
[junit4:junit4]   2> 12963 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10018 (1429092861241982976)]} 0 5
[junit4:junit4]   2> 12964 T775 C48 P55093 /update {wt=javabin&version=2} {add=[18 (1429092861243031552)]} 0 6
[junit4:junit4]   2> 12967 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10015 (-1429092861251420160)]} 0 0
[junit4:junit4]   2> 12967 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[15 (-1429092861251420161)]} 0 0
[junit4:junit4]   2> 12974 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429092861255614464)]} 0 1
[junit4:junit4]   2> 12974 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429092861255614465)]} 0 0
[junit4:junit4]   2> 12975 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10015 (-1429092861255614464)]} 0 5
[junit4:junit4]   2> 12975 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[15 (-1429092861255614465)]} 0 4
[junit4:junit4]   2> 12979 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10019 (1429092861264003072)]} 0 1
[junit4:junit4]   2> 12980 T757 C47 P33072 /update {wt=javabin&version=2} {add=[19 (1429092861264003073)]} 0 1
[junit4:junit4]   2> 12987 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429092861268197376)]} 0 1
[junit4:junit4]   2> 12988 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429092861269245952)]} 0 1
[junit4:junit4]   2> 12988 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10019 (1429092861268197376)]} 0 5
[junit4:junit4]   2> 12989 T775 C48 P55093 /update {wt=javabin&version=2} {add=[19 (1429092861269245952)]} 0 6
[junit4:junit4]   2> 13046 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10019 (-1429092861334257664)]} 0 0
[junit4:junit4]   2> 13046 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[19 (-1429092861334257665)]} 0 0
[junit4:junit4]   2> 13052 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1429092861337403392)]} 0 0
[junit4:junit4]   2> 13052 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1429092861337403393)]} 0 0
[junit4:junit4]   2> 13053 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10019 (-1429092861337403392)]} 0 4
[junit4:junit4]   2> 13054 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[19 (-1429092861337403393)]} 0 5
[junit4:junit4]   2> 13057 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10020 (1429092861345792000)]} 0 1
[junit4:junit4]   2> 13058 T757 C47 P33072 /update {wt=javabin&version=2} {add=[20 (1429092861345792001)]} 0 1
[junit4:junit4]   2> 13066 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429092861349986304)]} 0 2
[junit4:junit4]   2> 13067 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429092861349986305)]} 0 2
[junit4:junit4]   2> 13067 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10020 (1429092861349986304)]} 0 6
[junit4:junit4]   2> 13068 T777 C48 P55093 /update {wt=javabin&version=2} {add=[20 (1429092861349986305)]} 0 7
[junit4:junit4]   2> 13161 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10020 (-1429092861454843904)]} 0 0
[junit4:junit4]   2> 13162 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[20 (-1429092861454843905)]} 0 1
[junit4:junit4]   2> 13168 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1429092861457989632)]} 0 1
[junit4:junit4]   2> 13168 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1429092861459038208)]} 0 0
[junit4:junit4]   2> 13169 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10020 (-1429092861457989632)]} 0 5
[junit4:junit4]   2> 13169 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[20 (-1429092861459038208)]} 0 4
[junit4:junit4]   2> 13173 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10021 (1429092861466378240)]} 0 1
[junit4:junit4]   2> 13174 T755 C47 P33072 /update {wt=javabin&version=2} {add=[21 (1429092861467426816)]} 0 1
[junit4:junit4]   2> 13182 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429092861471621120)]} 0 2
[junit4:junit4]   2> 13182 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429092861471621121)]} 0 1
[junit4:junit4]   2> 13183 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10021 (1429092861471621120)]} 0 7
[junit4:junit4]   2> 13184 T775 C48 P55093 /update {wt=javabin&version=2} {add=[21 (1429092861471621121)]} 0 7
[junit4:junit4]   2> 13215 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10022 (1429092861510418432)]} 0 1
[junit4:junit4]   2> 13215 T756 C47 P33072 /update {wt=javabin&version=2} {add=[22 (1429092861510418433)]} 0 1
[junit4:junit4]   2> 13223 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429092861514612736)]} 0 1
[junit4:junit4]   2> 13224 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429092861515661312)]} 0 2
[junit4:junit4]   2> 13224 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10022 (1429092861514612736)]} 0 6
[junit4:junit4]   2> 13225 T774 C48 P55093 /update {wt=javabin&version=2} {add=[22 (1429092861515661312)]} 0 7
[junit4:junit4]   2> 13317 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10023 (1429092861618421760)]} 0 1
[junit4:junit4]   2> 13318 T755 C47 P33072 /update {wt=javabin&version=2} {add=[23 (1429092861618421761)]} 0 1
[junit4:junit4]   2> 13326 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429092861622616064)]} 0 2
[junit4:junit4]   2> 13326 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429092861622616065)]} 0 1
[junit4:junit4]   2> 13327 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10023 (1429092861622616064)]} 0 6
[junit4:junit4]   2> 13328 T775 C48 P55093 /update {wt=javabin&version=2} {add=[23 (1429092861622616065)]} 0 7
[junit4:junit4]   2> 13333 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10024 (1429092861634150400)]} 0 1
[junit4:junit4]   2> 13333 T756 C47 P33072 /update {wt=javabin&version=2} {add=[24 (1429092861634150401)]} 0 1
[junit4:junit4]   2> 13341 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429092861638344704)]} 0 1
[junit4:junit4]   2> 13341 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429092861639393280)]} 0 1
[junit4:junit4]   2> 13342 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10024 (1429092861638344704)]} 0 6
[junit4:junit4]   2> 13342 T774 C48 P55093 /update {wt=javabin&version=2} {add=[24 (1429092861639393280)]} 0 5
[junit4:junit4]   2> 13410 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10025 (1429092861714890752)]} 0 1
[junit4:junit4]   2> 13413 T754 C47 P33072 /update {wt=javabin&version=2} {add=[25 (1429092861718036480)]} 0 1
[junit4:junit4]   2> 13418 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429092861720133632)]} 0 1
[junit4:junit4]   2> 13419 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10025 (1429092861720133632)]} 0 6
[junit4:junit4]   2> 13421 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429092861722230784)]} 0 1
[junit4:junit4]   2> 13422 T775 C48 P55093 /update {wt=javabin&version=2} {add=[25 (1429092861722230784)]} 0 6
[junit4:junit4]   2> 13448 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[10022 (-1429092861755785216)]} 0 0
[junit4:junit4]   2> 13452 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[22 (-1429092861759979520)]} 0 1
[junit4:junit4]   2> 13456 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10022 (-1429092861761028096)]} 0 0
[junit4:junit4]   2> 13457 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[10022 (-1429092861761028096)]} 0 5
[junit4:junit4]   2> 13460 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[22 (-1429092861764173824)]} 0 1
[junit4:junit4]   2> 13461 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[22 (-1429092861764173824)]} 0 5
[junit4:junit4]   2> 13464 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10026 (1429092861770465280)]} 0 2
[junit4:junit4]   2> 13466 T754 C47 P33072 /update {wt=javabin&version=2} {add=[26 (1429092861773611008)]} 0 1
[junit4:junit4]   2> 13475 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429092861776756736)]} 0 2
[junit4:junit4]   2> 13476 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429092861778853888)]} 0 2
[junit4:junit4]   2> 13476 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10026 (1429092861776756736)]} 0 8
[junit4:junit4]   2> 13477 T775 C48 P55093 /update {wt=javabin&version=2} {add=[26 (1429092861778853888)]} 0 7
[junit4:junit4]   2> 13536 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[10023 (-1429092861848059904)]} 0 0
[junit4:junit4]   2> 13537 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[23 (-1429092861849108480)]} 0 0
[junit4:junit4]   2> 13543 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10023 (-1429092861852254208)]} 0 1
[junit4:junit4]   2> 13544 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[23 (-1429092861852254209)]} 0 1
[junit4:junit4]   2> 13544 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[10023 (-1429092861852254208)]} 0 4
[junit4:junit4]   2> 13545 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[23 (-1429092861852254209)]} 0 5
[junit4:junit4]   2> 13549 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10027 (1429092861860642816)]} 0 1
[junit4:junit4]   2> 13549 T754 C47 P33072 /update {wt=javabin&version=2} {add=[27 (1429092861861691392)]} 0 1
[junit4:junit4]   2> 13557 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429092861865885696)]} 0 1
[junit4:junit4]   2> 13558 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429092861865885697)]} 0 1
[junit4:junit4]   2> 13559 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10027 (1429092861865885696)]} 0 7
[junit4:junit4]   2> 13559 T775 C48 P55093 /update {wt=javabin&version=2} {add=[27 (1429092861865885697)]} 0 6
[junit4:junit4]   2> 13612 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[10025 (-1429092861927751680)]} 0 1
[junit4:junit4]   2> 13612 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[25 (-1429092861927751681)]} 0 0
[junit4:junit4]   2> 13619 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[25 (-1429092861931945984)]} 0 0
[junit4:junit4]   2> 13619 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10025 (-1429092861931945985)]} 0 0
[junit4:junit4]   2> 13620 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[25 (-1429092861931945984)]} 0 4
[junit4:junit4]   2> 13620 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10025 (-1429092861931945985)]} 0 4
[junit4:junit4]   2> 13625 T754 C47 P33072 /update {wt=javabin&version=2} {add=[28 (1429092861940334592)]} 0 1
[junit4:junit4]   2> 13626 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10028 (1429092861940334593)]} 0 2
[junit4:junit4]   2> 13634 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429092861945577472)]} 0 2
[junit4:junit4]   2> 13635 T775 C48 P55093 /update {wt=javabin&version=2} {add=[28 (1429092861945577472)]} 0 7
[junit4:junit4]   2> 13636 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429092861945577473)]} 0 1
[junit4:junit4]   2> 13637 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10028 (1429092861945577473)]} 0 8
[junit4:junit4]   2> 13660 T757 C47 P33072 /update {wt=javabin&version=2} {add=[29 (1429092861977034752)]} 0 1
[junit4:junit4]   2> 13661 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10029 (1429092861978083328)]} 0 2
[junit4:junit4]   2> 13670 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429092861983326209)]} 0 1
[junit4:junit4]   2> 13671 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429092861983326208)]} 0 2
[junit4:junit4]   2> 13671 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10029 (1429092861983326209)]} 0 6
[junit4:junit4]   2> 13672 T774 C48 P55093 /update {wt=javabin&version=2} {add=[29 (1429092861983326208)]} 0 7
[junit4:junit4]   2> 13728 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10026 (-1429092862049386496)]} 0 0
[junit4:junit4]   2> 13730 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[26 (-1429092862050435072)]} 0 1
[junit4:junit4]   2> 13736 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1429092862053580800)]} 0 0
[junit4:junit4]   2> 13737 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1429092862055677952)]} 0 0
[junit4:junit4]   2> 13738 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10026 (-1429092862053580800)]} 0 6
[junit4:junit4]   2> 13738 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[26 (-1429092862055677952)]} 0 4
[junit4:junit4]   2> 13743 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10030 (1429092862064066560)]} 0 2
[junit4:junit4]   2> 13743 T756 C47 P33072 /update {wt=javabin&version=2} {add=[30 (1429092862065115136)]} 0 1
[junit4:junit4]   2> 13749 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429092862068260865)]} 0 0
[junit4:junit4]   2> 13750 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429092862068260864)]} 0 1
[junit4:junit4]   2> 13750 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10030 (1429092862068260865)]} 0 4
[junit4:junit4]   2> 13750 T774 C48 P55093 /update {wt=javabin&version=2} {add=[30 (1429092862068260864)]} 0 4
[junit4:junit4]   2> 13832 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[28 (-1429092862157389824)]} 0 1
[junit4:junit4]   2> 13832 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[10028 (-1429092862157389825)]} 0 1
[junit4:junit4]   2> 13834 T739 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 38052
[junit4:junit4]   2> 13835 T739 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=5743630
[junit4:junit4]   2> 13837 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1429092862161584128)]} 0 0
[junit4:junit4]   2> 13837 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1429092862161584129)]} 0 0
[junit4:junit4]   2> 13838 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[28 (-1429092862161584128)]} 0 4
[junit4:junit4]   2> 13838 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10028 (-1429092862161584129)]} 0 3
[junit4:junit4]   2> 13842 T757 C47 P33072 /update {wt=javabin&version=2} {add=[31 (1429092862167875585)]} 0 1
[junit4:junit4]   2> 13842 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10031 (1429092862167875584)]} 0 1
[junit4:junit4]   2> 13849 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429092862173118464)]} 0 1
[junit4:junit4]   2> 13849 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429092862172069888)]} 0 1
[junit4:junit4]   2> 13850 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10031 (1429092862173118464)]} 0 4
[junit4:junit4]   2> 13850 T774 C48 P55093 /update {wt=javabin&version=2} {add=[31 (1429092862172069888)]} 0 5
[junit4:junit4]   2> 13925 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10032 (1429092862254907393)]} 0 1
[junit4:junit4]   2> 13925 T755 C47 P33072 /update {wt=javabin&version=2} {add=[32 (1429092862254907392)]} 0 1
[junit4:junit4]   2> 13931 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429092862259101696)]} 0 1
[junit4:junit4]   2> 13932 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429092862259101697)]} 0 1
[junit4:junit4]   2> 13932 T775 C48 P55093 /update {wt=javabin&version=2} {add=[32 (1429092862259101696)]} 0 4
[junit4:junit4]   2> 13932 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10032 (1429092862259101697)]} 0 4
[junit4:junit4]   2> 13981 T757 C47 P33072 /update {wt=javabin&version=2} {add=[33 (1429092862313627648)]} 0 1
[junit4:junit4]   2> 13981 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10033 (1429092862313627649)]} 0 1
[junit4:junit4]   2> 13988 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429092862317821953)]} 0 1
[junit4:junit4]   2> 13988 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429092862317821952)]} 0 1
[junit4:junit4]   2> 13989 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10033 (1429092862317821953)]} 0 5
[junit4:junit4]   2> 13989 T776 C48 P55093 /update {wt=javabin&version=2} {add=[33 (1429092862317821952)]} 0 5
[junit4:junit4]   2> 14046 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[31 (-1429092862382833664)]} 0 0
[junit4:junit4]   2> 14046 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10031 (-1429092862382833665)]} 0 0
[junit4:junit4]   2> 14051 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10031 (-1429092862385979393)]} 0 0
[junit4:junit4]   2> 14051 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[31 (-1429092862385979392)]} 0 0
[junit4:junit4]   2> 14052 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[31 (-1429092862385979392)]} 0 3
[junit4:junit4]   2> 14052 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10031 (-1429092862385979393)]} 0 3
[junit4:junit4]   2> 14056 T756 C47 P33072 /update {wt=javabin&version=2} {add=[34 (1429092862392270848)]} 0 1
[junit4:junit4]   2> 14056 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10034 (1429092862392270849)]} 0 1
[junit4:junit4]   2> 14064 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429092862396465153)]} 0 1
[junit4:junit4]   2> 14064 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429092862396465152)]} 0 1
[junit4:junit4]   2> 14065 T774 C48 P55093 /update {wt=javabin&version=2} {add=[34 (1429092862396465152)]} 0 6
[junit4:junit4]   2> 14065 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10034 (1429092862396465153)]} 0 6
[junit4:junit4]   2> 14086 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10032 (-1429092862424776704)]} 0 0
[junit4:junit4]   2> 14086 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[32 (-1429092862424776705)]} 0 0
[junit4:junit4]   2> 14091 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10032 (-1429092862427922432)]} 0 0
[junit4:junit4]   2> 14091 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[32 (-1429092862427922433)]} 0 0
[junit4:junit4]   2> 14092 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10032 (-1429092862427922432)]} 0 4
[junit4:junit4]   2> 14092 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[32 (-1429092862427922433)]} 0 4
[junit4:junit4]   2> 14095 T757 C47 P33072 /update {wt=javabin&version=2} {add=[35 (1429092862434213888)]} 0 1
[junit4:junit4]   2> 14096 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10035 (1429092862434213889)]} 0 2
[junit4:junit4]   2> 14102 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429092862437359617)]} 0 1
[junit4:junit4]   2> 14102 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429092862437359616)]} 0 1
[junit4:junit4]   2> 14103 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10035 (1429092862437359617)]} 0 5
[junit4:junit4]   2> 14103 T774 C48 P55093 /update {wt=javabin&version=2} {add=[35 (1429092862437359616)]} 0 5
[junit4:junit4]   2> 14161 T754 C47 P33072 /update {wt=javabin&version=2} {add=[36 (1429092862502371328)]} 0 1
[junit4:junit4]   2> 14161 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10036 (1429092862502371329)]} 0 1
[junit4:junit4]   2> 14167 T792 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429092862506565632)]} 0 1
[junit4:junit4]   2> 14167 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429092862506565633)]} 0 1
[junit4:junit4]   2> 14168 T775 C48 P55093 /update {wt=javabin&version=2} {add=[36 (1429092862506565632)]} 0 5
[junit4:junit4]   2> 14168 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10036 (1429092862506565633)]} 0 4
[junit4:junit4]   2> 14207 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10037 (1429092862550605824)]} 0 1
[junit4:junit4]   2> 14207 T756 C47 P33072 /update {wt=javabin&version=2} {add=[37 (1429092862550605825)]} 0 1
[junit4:junit4]   2> 14214 T793 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1429092862555848705)]} 0 0
[junit4:junit4]   2> 14215 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1429092862555848704)]} 0 1
[junit4:junit4]   2> 14215 T774 C48 P55093 /update {wt=javabin&version=2} {add=[37 (1429092862555848705)]} 0 4
[junit4:junit4]   2> 14215 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10037 (1429092862555848704)]} 0 5
[junit4:junit4]   2> 14241 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14242 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:38052__collection1",
[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:38052_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38052"}
[junit4:junit4]   2> 14247 T781 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> 14247 T761 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> 14247 T797 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> 14247 T768 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> 14272 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[33 (-1429092862619811840)]} 0 0
[junit4:junit4]   2> 14272 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10033 (-1429092862619811841)]} 0 0
[junit4:junit4]   2> 14276 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10033 (-1429092862624006145)]} 0 1
[junit4:junit4]   2> 14276 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[33 (-1429092862624006144)]} 0 1
[junit4:junit4]   2> 14279 T757 C47 P33072 /update {wt=javabin&version=2} {add=[38 (1429092862627151872)]} 0 0
[junit4:junit4]   2> 14280 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10038 (1429092862627151873)]} 0 1
[junit4:junit4]   2> 14283 T776 C48 P55093 /update {wt=javabin&version=2} {add=[38 (1429092862631346176)]} 0 1
[junit4:junit4]   2> 14283 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10038 (1429092862631346177)]} 0 1
[junit4:junit4]   2> 14345 T754 C47 P33072 /update {wt=javabin&version=2} {add=[39 (1429092862696357888)]} 0 1
[junit4:junit4]   2> 14345 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10039 (1429092862696357889)]} 0 1
[junit4:junit4]   2> 14349 T775 C48 P55093 /update {wt=javabin&version=2} {add=[39 (1429092862699503617)]} 0 1
[junit4:junit4]   2> 14349 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10039 (1429092862699503616)]} 0 1
[junit4:junit4]   2> 14433 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[34 (-1429092862788632577)]} 0 1
[junit4:junit4]   2> 14433 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[10034 (-1429092862788632576)]} 0 1
[junit4:junit4]   2> 14436 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[10034 (-1429092862791778305)]} 0 0
[junit4:junit4]   2> 14436 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[34 (-1429092862791778304)]} 0 0
[junit4:junit4]   2> 14440 T754 C47 P33072 /update {wt=javabin&version=2} {add=[40 (1429092862795972608)]} 0 1
[junit4:junit4]   2> 14441 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10040 (1429092862795972609)]} 0 1
[junit4:junit4]   2> 14444 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10040 (1429092862800166913)]} 0 1
[junit4:junit4]   2> 14445 T777 C48 P55093 /update {wt=javabin&version=2} {add=[40 (1429092862800166912)]} 0 2
[junit4:junit4]   2> 14496 T757 C47 P33072 /update {wt=javabin&version=2} {add=[41 (1429092862853644288)]} 0 1
[junit4:junit4]   2> 14496 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10041 (1429092862853644289)]} 0 1
[junit4:junit4]   2> 14500 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10041 (1429092862857838593)]} 0 1
[junit4:junit4]   2> 14500 T774 C48 P55093 /update {wt=javabin&version=2} {add=[41 (1429092862857838592)]} 0 1
[junit4:junit4]   2> 14570 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[35 (-1429092862931238912)]} 0 1
[junit4:junit4]   2> 14571 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10035 (-1429092862933336064)]} 0 0
[junit4:junit4]   2> 14572 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[35 (-1429092862934384640)]} 0 0
[junit4:junit4]   2> 14574 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10035 (-1429092862936481792)]} 0 0
[junit4:junit4]   2> 14576 T757 C47 P33072 /update {wt=javabin&version=2} {add=[42 (1429092862937530368)]} 0 1
[junit4:junit4]   2> 14578 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10042 (1429092862939627520)]} 0 1
[junit4:junit4]   2> 14580 T774 C48 P55093 /update {wt=javabin&version=2} {add=[42 (1429092862941724672)]} 0 1
[junit4:junit4]   2> 14581 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10042 (1429092862943821824)]} 0 0
[junit4:junit4]   2> 14680 T755 C47 P33072 /update {wt=javabin&version=2} {add=[43 (1429092863046582272)]} 0 1
[junit4:junit4]   2> 14681 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10043 (1429092863047630848)]} 0 1
[junit4:junit4]   2> 14684 T777 C48 P55093 /update {wt=javabin&version=2} {add=[43 (1429092863050776576)]} 0 1
[junit4:junit4]   2> 14684 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10043 (1429092863051825152)]} 0 0
[junit4:junit4]   2> 14779 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10038 (-1429092863151439872)]} 0 0
[junit4:junit4]   2> 14779 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[38 (-1429092863151439873)]} 0 0
[junit4:junit4]   2> 14782 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10038 (-1429092863154585600)]} 0 0
[junit4:junit4]   2> 14782 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[38 (-1429092863154585601)]} 0 0
[junit4:junit4]   2> 14787 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10044 (1429092863158779904)]} 0 1
[junit4:junit4]   2> 14787 T757 C47 P33072 /update {wt=javabin&version=2} {add=[44 (1429092863158779905)]} 0 1
[junit4:junit4]   2> 14791 T777 C48 P55093 /update {wt=javabin&version=2} {add=[44 (1429092863162974208)]} 0 1
[junit4:junit4]   2> 14798 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10044 (1429092863170314240)]} 0 1
[junit4:junit4]   2> 14824 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[39 (-1429092863198625792)]} 0 0
[junit4:junit4]   2> 14827 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[39 (-1429092863201771520)]} 0 0
[junit4:junit4]   2> 14831 T754 C47 P33072 /update {wt=javabin&version=2} {add=[45 (1429092863204917248)]} 0 1
[junit4:junit4]   2> 14832 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[10039 (-1429092863207014400)]} 0 1
[junit4:junit4]   2> 14834 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10039 (-1429092863209111553)]} 0 0
[junit4:junit4]   2> 14835 T776 C48 P55093 /update {wt=javabin&version=2} {add=[45 (1429092863209111552)]} 0 1
[junit4:junit4]   2> 14838 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10045 (1429092863212257280)]} 0 1
[junit4:junit4]   2> 14840 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[41 (-1429092863215403008)]} 0 1
[junit4:junit4]   2>  C46_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:38052_, base_url=http://127.0.0.1:38052}
[junit4:junit4]   2> 14841 T800 C46 P38052 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:55093/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14842 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10045 (1429092863216451584)]} 0 1
[junit4:junit4]   2> 14843 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[41 (-1429092863218548736)]} 0 0
[junit4:junit4]   2> 14845 T800 C46 P38052 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 14847 T754 C47 P33072 /update {wt=javabin&version=2} {add=[46 (1429092863221694464)]} 0 1
[junit4:junit4]   2> 14848 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[10041 (-1429092863223791616)]} 0 0
[junit4:junit4]   2> 14850 T777 C48 P55093 /update {wt=javabin&version=2} {add=[46 (1429092863224840192)]} 0 1
[junit4:junit4]   2> 14850 T800 C46 P38052 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:38052 START replicas=[http://127.0.0.1:55093/collection1/] nUpdates=100
[junit4:junit4]   2> 14850 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10041 (-1429092863225888768)]} 0 0
[junit4:junit4]   2> 14855 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10046 (1429092863230083072)]} 0 1
[junit4:junit4]   2> 14857 T800 C46 P38052 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14857 T800 C46 P38052 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14857 T800 C46 P38052 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14857 T800 C46 P38052 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14857 T774 C48 P55093 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=5 
[junit4:junit4]   2> 14859 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10046 (1429092863234277376)]} 0 1
[junit4:junit4]   2> 14858 T800 C46 P38052 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14860 T800 C46 P38052 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:55093/collection1/. core=collection1
[junit4:junit4]   2> 14860 T800 C46 P38052 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14862 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[46 (-1429092863238471680)]} 0 0
[junit4:junit4]   2> 14866 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[46 (-1429092863242665984)]} 0 1
[junit4:junit4]   2> 14870 T754 C47 P33072 /update {wt=javabin&version=2} {add=[47 (1429092863245811712)]} 0 1
[junit4:junit4]   2> 14872 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[10046 (-1429092863248957440)]} 0 0
[junit4:junit4]   2> 14873 T774 C48 P55093 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14874 T775 C48 P55093 /update {wt=javabin&version=2} {add=[47 (1429092863250006016)]} 0 1
[junit4:junit4]   2> 14875 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10046 (-1429092863252103168)]} 0 0
[junit4:junit4]   2> 14879 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10047 (1429092863255248896)]} 0 1
[junit4:junit4]   2> 14893 T774 C48 P55093 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@140ff12 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4acdf0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@140ff12 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4acdf0),segFN=segments_2,generation=2,filenames=[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1.fnm, _1_MockRandom_0.pos, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 14894 T774 C48 P55093 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1.fnm, _1_MockRandom_0.pos, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 14895 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10047 (1429092863259443200)]} 0 13
[junit4:junit4]   2> 14900 T774 C48 P55093 oass.SolrIndexSearcher.<init> Opening Searcher@1da1322 realtime
[junit4:junit4]   2> 14900 T774 C48 P55093 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14901 T774 C48 P55093 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 28
[junit4:junit4]   2> 14902 T800 C46 P38052 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14902 T800 C46 P38052 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 14907 T756 C47 P33072 /update {wt=javabin&version=2} {add=[48 (1429092863284609024)]} 0 1
[junit4:junit4]   2> 14907 T800 C46 P38052 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14910 T774 C48 P55093 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14910 T774 C48 P55093 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14911 T800 C46 P38052 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14911 T800 C46 P38052 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14911 T775 C48 P55093 /update {wt=javabin&version=2} {add=[48 (1429092863288803328)]} 0 1
[junit4:junit4]   2> 14911 T800 C46 P38052 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14934 T776 C48 P55093 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14935 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10048 (1429092863313969152)]} 0 1
[junit4:junit4]   2> 14936 T800 C46 P38052 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 54
[junit4:junit4]   2> 14938 T800 C46 P38052 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/index.20130309191919505 forceNew: false
[junit4:junit4]   2> 14938 T800 C46 P38052 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa) fullCopy=true
[junit4:junit4]   2> 14939 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10048 (1429092863318163456)]} 0 1
[junit4:junit4]   2> 14945 T774 C48 P55093 REQ /replication {file=_1_NestedPulsing_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=2 
[junit4:junit4]   2> 14951 T775 C48 P55093 REQ /replication {file=_1_TestBloomFilteredLucene41Postings_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14955 T776 C48 P55093 REQ /replication {file=_1_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14959 T777 C48 P55093 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14964 T774 C48 P55093 REQ /replication {file=_0_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14964 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[47 (-1429092863345426432)]} 0 1
[junit4:junit4]   2> 14968 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[47 (-1429092863348572160)]} 0 1
[junit4:junit4]   2> 14970 T776 C48 P55093 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14971 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[10047 (-1429092863352766464)]} 0 0
[junit4:junit4]   2> 14972 T754 C47 P33072 /update {wt=javabin&version=2} {add=[49 (1429092863353815040)]} 0 0
[junit4:junit4]   2> 14974 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[10047 (-1429092863355912192)]} 0 0
[junit4:junit4]   2> 14974 T774 C48 P55093 REQ /replication {file=_1_MockRandom_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14976 T775 C48 P55093 /update {wt=javabin&version=2} {add=[49 (1429092863356960768)]} 0 1
[junit4:junit4]   2> 14977 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10049 (1429092863359057920)]} 0 1
[junit4:junit4]   2> 14978 T776 C48 P55093 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14981 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10049 (1429092863362203648)]} 0 1
[junit4:junit4]   2> 14982 T774 C48 P55093 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14986 T775 C48 P55093 REQ /replication {file=_0_NestedPulsing_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14990 T777 C48 P55093 REQ /replication {file=_1_NestedPulsing_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14995 T776 C48 P55093 REQ /replication {file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14999 T774 C48 P55093 REQ /replication {file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15002 T775 C48 P55093 REQ /replication {file=_0_NestedPulsing_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15006 T777 C48 P55093 REQ /replication {file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15010 T776 C48 P55093 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15014 T756 C47 P33072 /update {wt=javabin&version=2} {add=[50 (1429092863397855232)]} 0 0
[junit4:junit4]   2> 15015 T774 C48 P55093 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.blm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15018 T775 C48 P55093 /update {wt=javabin&version=2} {add=[50 (1429092863401000960)]} 0 1
[junit4:junit4]   2> 15018 T777 C48 P55093 REQ /replication {file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15020 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10050 (1429092863404146688)]} 0 1
[junit4:junit4]   2> 15022 T776 C48 P55093 REQ /replication {file=_1_NestedPulsing_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15024 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10050 (1429092863407292416)]} 0 1
[junit4:junit4]   2> 15027 T775 C48 P55093 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15030 T777 C48 P55093 REQ /replication {file=_1_MockRandom_0.sd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15046 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10051 (1429092863430361089)]} 0 1
[junit4:junit4]   2> 15046 T755 C47 P33072 /update {wt=javabin&version=2} {add=[51 (1429092863430361088)]} 0 1
[junit4:junit4]   2> 15047 T776 C48 P55093 REQ /replication {file=_1_TestBloomFilteredLucene41Postings_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15050 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10051 (1429092863434555392)]} 0 1
[junit4:junit4]   2> 15050 T775 C48 P55093 /update {wt=javabin&version=2} {add=[51 (1429092863434555393)]} 0 1
[junit4:junit4]   2> 15051 T774 C48 P55093 REQ /replication {file=_1_MockRandom_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15054 T776 C48 P55093 REQ /replication {file=_1_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15058 T775 C48 P55093 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15062 T774 C48 P55093 REQ /replication {file=_1_MockRandom_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15066 T777 C48 P55093 REQ /replication {file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15070 T776 C48 P55093 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15074 T775 C48 P55093 REQ /replication {file=_0_MockRandom_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15077 T774 C48 P55093 REQ /replication {file=_0_MockRandom_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15082 T777 C48 P55093 REQ /replication {file=_1_MockRandom_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15085 T776 C48 P55093 REQ /replication {file=_1_MockRandom_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15088 T775 C48 P55093 REQ /replication {file=_1_TestBloomFilteredLucene41Postings_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15091 T774 C48 P55093 REQ /replication {file=_1_TestBloomFilteredLucene41Postings_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15097 T777 C48 P55093 REQ /replication {file=_0_NestedPulsing_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15101 T776 C48 P55093 REQ /replication {file=_0_NestedPulsing_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15106 T775 C48 P55093 REQ /replication {file=_1_NestedPulsing_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15110 T756 C47 P33072 /update {wt=javabin&version=2} {add=[52 (1429092863497469952)]} 0 1
[junit4:junit4]   2> 15111 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10052 (1429092863499567104)]} 0 0
[junit4:junit4]   2> 15112 T774 C48 P55093 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15115 T777 C48 P55093 /update {wt=javabin&version=2} {add=[52 (1429092863502712832)]} 0 1
[junit4:junit4]   2> 15115 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10052 (1429092863503761408)]} 0 0
[junit4:junit4]   2> 15117 T774 C48 P55093 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15121 T775 C48 P55093 REQ /replication {file=_1_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15125 T777 C48 P55093 REQ /replication {file=_1_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15130 T776 C48 P55093 REQ /replication {file=_1_MockRandom_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15134 T774 C48 P55093 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15146 T775 C48 P55093 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15149 T777 C48 P55093 REQ /replication {file=_1_TestBloomFilteredLucene41Postings_0.blm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15152 T776 C48 P55093 REQ /replication {file=_0_MockRandom_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15156 T774 C48 P55093 REQ /replication {file=_0_MockRandom_0.sd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15162 T775 C48 P55093 REQ /replication {file=_1_MockRandom_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15163 T800 C46 P38052 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_1_MockRandom_0.pyl, size=0}
[junit4:junit4]   2> 15166 T777 C48 P55093 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15169 T776 C48 P55093 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15171 T755 C47 P33072 /update {wt=javabin&version=2} {add=[53 (1429092863562481664)]} 0 1
[junit4:junit4]   2> 15172 T757 C47 P33072 /update {wt=javabin&version=2} {add=[10053 (1429092863562481665)]} 0 1
[junit4:junit4]   2> 15173 T774 C48 P55093 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15175 T775 C48 P55093 /update {wt=javabin&version=2} {add=[53 (1429092863565627392)]} 0 1
[junit4:junit4]   2> 15175 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10053 (1429092863565627393)]} 0 1
[junit4:junit4]   2> 15177 T776 C48 P55093 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15180 T777 C48 P55093 REQ /replication {file=_0_MockRandom_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15183 T775 C48 P55093 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15184 T800 C46 P38052 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15184 T800 C46 P38052 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130309191919505
[junit4:junit4]   2> 15187 T800 C46 P38052 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15187 T800 C46 P38052 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15187 T800 C46 P38052 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15188 T800 C46 P38052 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/index.20130309191919505
[junit4:junit4]   2> 15190 T800 C46 P38052 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa),segFN=segments_2,generation=2,filenames=[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 15190 T800 C46 P38052 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 15190 T800 C46 P38052 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15192 T800 C46 P38052 oass.SolrIndexSearcher.<init> Opening Searcher@4fe830 main
[junit4:junit4]   2> 15193 T799 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4fe830 main{StandardDirectoryReader(segments_2:6:nrt _0(4.2):C70/33 _1(4.2):C23/12)}
[junit4:junit4]   2> 15194 T800 C46 P38052 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@3cd422 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17be6f)
[junit4:junit4]   2> 15194 T800 C46 P38052 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/index
[junit4:junit4]   2> 15195 T800 C46 P38052 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@3cd422 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17be6f)
[junit4:junit4]   2> 15195 T800 C46 P38052 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15195 T808 C46 P38052 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362889144575/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5240
[junit4:junit4]   2> 15196 T808 C46 P38052 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15197 T808 C46 P38052 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa),segFN=segments_2,generation=2,filenames=[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa),segFN=segments_3,generation=3,filenames=[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 15197 T808 C46 P38052 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 15198 T808 C46 P38052 oass.SolrIndexSearcher.<init> Opening Searcher@e003a5 main
[junit4:junit4]   2> 15199 T808 C46 P38052 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15199 T799 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e003a5 main{StandardDirectoryReader(segments_2:6:nrt _0(4.2):C70/33 _1(4.2):C23/12)}
[junit4:junit4]   2> 15200 T808 C46 P38052 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5240}
[junit4:junit4]   2> 15200 T800 C46 P38052 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15200 T800 C46 P38052 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15200 T800 C46 P38052 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15203 T800 C46 P38052 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15260 T754 C47 P33072 /update {wt=javabin&version=2} {add=[54 (1429092863654756352)]} 0 1
[junit4:junit4]   2> 15261 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10054 (1429092863654756353)]} 0 2
[junit4:junit4]   2> 15264 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10054 (1429092863658950656)]} 0 1
[junit4:junit4]   2> 15264 T776 C48 P55093 /update {wt=javabin&version=2} {add=[54 (1429092863658950657)]} 0 1
[junit4:junit4]   2> 15311 T757 C47 P33072 /update {wt=javabin&version=2} {add=[55 (1429092863709282304)]} 0 0
[junit4:junit4]   2> 15312 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10055 (1429092863709282305)]} 0 1
[junit4:junit4]   2> 15315 T775 C48 P55093 /update {wt=javabin&version=2} {add=[55 (1429092863712428033)]} 0 1
[junit4:junit4]   2> 15315 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10055 (1429092863712428032)]} 0 1
[junit4:junit4]   2> 15376 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10056 (1429092863777439745)]} 0 0
[junit4:junit4]   2> 15377 T756 C47 P33072 /update {wt=javabin&version=2} {add=[56 (1429092863777439744)]} 0 1
[junit4:junit4]   2> 15380 T776 C48 P55093 /update {wt=javabin&version=2} {add=[56 (1429092863781634048)]} 0 1
[junit4:junit4]   2> 15380 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10056 (1429092863781634049)]} 0 1
[junit4:junit4]   2> 15470 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[10049 (-1429092863876005889)]} 0 0
[junit4:junit4]   2> 15470 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[49 (-1429092863876005888)]} 0 0
[junit4:junit4]   2> 15473 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10049 (-1429092863879151616)]} 0 1
[junit4:junit4]   2> 15473 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[49 (-1429092863879151617)]} 0 1
[junit4:junit4]   2> 15476 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10057 (1429092863881248768)]} 0 1
[junit4:junit4]   2> 15476 T756 C47 P33072 /update {wt=javabin&version=2} {add=[57 (1429092863881248769)]} 0 1
[junit4:junit4]   2> 15478 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10057 (1429092863884394496)]} 0 0
[junit4:junit4]   2> 15479 T774 C48 P55093 /update {wt=javabin&version=2} {add=[57 (1429092863884394497)]} 0 1
[junit4:junit4]   2> 15484 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[10053 (-1429092863890685952)]} 0 0
[junit4:junit4]   2> 15484 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[53 (-1429092863890685953)]} 0 0
[junit4:junit4]   2> 15486 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[10053 (-1429092863892783104)]} 0 0
[junit4:junit4]   2> 15487 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[53 (-1429092863892783105)]} 0 0
[junit4:junit4]   2> 15489 T754 C47 P33072 /update {wt=javabin&version=2} {add=[58 (1429092863895928832)]} 0 0
[junit4:junit4]   2> 15490 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10058 (1429092863895928833)]} 0 1
[junit4:junit4]   2> 15492 T776 C48 P55093 /update {wt=javabin&version=2} {add=[58 (1429092863899074560)]} 0 0
[junit4:junit4]   2> 15493 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10058 (1429092863899074561)]} 0 1
[junit4:junit4]   2> 15520 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[54 (-1429092863928434688)]} 0 0
[junit4:junit4]   2> 15520 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[10054 (-1429092863928434689)]} 0 0
[junit4:junit4]   2> 15523 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[54 (-1429092863931580416)]} 0 0
[junit4:junit4]   2> 15523 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10054 (-1429092863931580417)]} 0 0
[junit4:junit4]   2> 15526 T756 C47 P33072 /update {wt=javabin&version=2} {add=[59 (1429092863933677568)]} 0 1
[junit4:junit4]   2> 15526 T755 C47 P33072 /update {wt=javabin&version=2} {add=[10059 (1429092863933677569)]} 0 1
[junit4:junit4]   2> 15529 T774 C48 P55093 /update {wt=javabin&version=2} {add=[59 (1429092863936823296)]} 0 1
[junit4:junit4]   2> 15529 T775 C48 P55093 /update {wt=javabin&version=2} {add=[10059 (1429092863936823297)]} 0 1
[junit4:junit4]   2> 15631 T754 C47 P33072 /update {wt=javabin&version=2} {delete=[57 (-1429092864044826625)]} 0 1
[junit4:junit4]   2> 15631 T757 C47 P33072 /update {wt=javabin&version=2} {delete=[10057 (-1429092864044826624)]} 0 1
[junit4:junit4]   2> 15635 T777 C48 P55093 /update {wt=javabin&version=2} {delete=[57 (-1429092864047972352)]} 0 1
[junit4:junit4]   2> 15635 T776 C48 P55093 /update {wt=javabin&version=2} {delete=[10057 (-1429092864049020928)]} 0 1
[junit4:junit4]   2> 15639 T756 C47 P33072 /update {wt=javabin&version=2} {add=[10060 (1429092864052166656)]} 0 1
[junit4:junit4]   2> 15639 T755 C47 P33072 /update {wt=javabin&version=2} {add=[60 (1429092864052166657)]} 0 1
[junit4:junit4]   2> 15643 T774 C48 P55093 /update {wt=javabin&version=2} {add=[10060 (1429092864056360960)]} 0 1
[junit4:junit4]   2> 15643 T775 C48 P55093 /update {wt=javabin&version=2} {add=[60 (1429092864056360961)]} 0 1
[junit4:junit4]   2> 15738 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10061 (1429092864155975680)]} 0 1
[junit4:junit4]   2> 15738 T757 C47 P33072 /update {wt=javabin&version=2} {add=[61 (1429092864155975681)]} 0 1
[junit4:junit4]   2> 15743 T777 C48 P55093 /update {wt=javabin&version=2} {add=[10061 (1429092864161218560)]} 0 1
[junit4:junit4]   2> 15743 T776 C48 P55093 /update {wt=javabin&version=2} {add=[61 (1429092864161218561)]} 0 1
[junit4:junit4]   2> 15752 T762 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15753 T762 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[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:38052_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38052"}
[junit4:junit4]   2> 15836 T761 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> 15836 T768 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> 15836 T797 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> 15836 T781 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> 15836 T739 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15837 T739 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15839 T756 C47 P33072 /update {wt=javabin&version=2} {delete=[10058 (-1429092864262930433)]} 0 0
[junit4:junit4]   2> 15839 T739 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e1d50a
[junit4:junit4]   2> 15839 T755 C47 P33072 /update {wt=javabin&version=2} {delete=[58 (-1429092864262930432)]} 0 0
[junit4:junit4]   2>  C46_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:38052_, base_url=http://127.0.0.1:38052}
[junit4:junit4]   2> 15845 T790 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[58 (-1429092864266076160)]} 0 1
[junit4:junit4]   2> 15845 T739 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=1,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=23,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15845 T791 C46 P38052 /update {distrib.from=http://127.0.0.1:55093/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10058 (-1429092864267124736)]} 0 0
[junit4:junit4]   2> 15846 T775 C48 P55093 /update {wt=javabin&version=2} {delete=[58 (-1429092864266076160)]} 0 4
[junit4:junit4]   2> 15846 T791 C46 P38052 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e1d50a
[junit4:junit4]   2> 15846 T739 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15847 T791 C46 P38052 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=24,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15847 T739 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15847 T739 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15848 T739 C46 P38052 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa),segFN=segments_3,generation=3,filenames=[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa),segFN=segments_4,generation=4,filenames=[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, _0.fdt, segments_4]
[junit4:junit4]   2> 15849 T739 C46 P38052 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_NestedPulsing_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _1_MockRandom_0.pos, _1.fnm, _0_NestedPulsing_0.pos, _1_NestedPulsing_0.tim, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _1.nvm, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1.nvd, _0_1.del, _1_NestedPulsing_0.pos, _1_MockRandom_0.sd, _1_TestBloomFilteredLucene41Postings_0.doc, _1_MockRandom_0.tii, _1.fdx, _1_Lucene41_0.pos, _1_MockRandom_0.tib, _1.fdt, _0_Lucene41_0.doc, _0_MockRandom_0.doc, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tip, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _1_NestedPulsing_0.doc, _0.nvd, _0.si, _1_Lucene41_0.tim, _1_Lucene41_0.tip, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.tip, _0_MockRandom_0.sd, _1_MockRandom_0.pyl, _1.si, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockRandom_0.tim, _0.fdt, segments_4]
[junit4:junit4]   2> 15849 T757 C47 P33072 /update {wt=javabin&version=2} {add=[62 (1429092864273416192)]} 0 0
[junit4:junit4]   2> 15850 T791 C46 P38052 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15850 T739 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15851 T774 C48 P55093 /update {wt=javabin&version=2} {delete=[10058 (-1429092864267124736)]} 0 8
[junit4:junit4]   2> 15851 T744 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d5285f9020008
[junit4:junit4]   2> 15852 T797 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> 15852 T741 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52107 which had sessionid 0x13d5285f9020008
[junit4:junit4]   2> 15852 T797 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 15852 T739 oaz.ZooKeeper.close Session: 0x13d5285f9020008 closed
[junit4:junit4]   2> 15853 T768 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15853 T768 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> 15852 T761 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> 15853 T781 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15854 T781 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> 15854 T754 C47 P33072 /update {wt=javabin&version=2} {add=[10062 (1429092864277610496)]} 0 1
[junit4:junit4]   2> 15853 T797 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 15855 T797 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15856 T761 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15857 T776 C48 P55093 /update {wt=javabin&version=2} {add=[10062 (1429092864281804800)]} 0 0
[junit4:junit4]   2> 15864 T739 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 15866 T777 C48 P55093 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:38052/collection1/:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:38052/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> 15867 T777 C48 P55093 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:38052 to recover
[junit4:junit4]   2> 15868 T777 C48 P55093 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15872 T777 C48 P55093 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:38052
[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:1800)
[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:38052 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]  

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

Format(name=NestedPulsing), text=Lucene41(blocksize=128), _version_=PostingsFormat(name=NestedPulsing), rnd_b=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=NestedPulsing), timestamp=PostingsFormat(name=NestedPulsing), id=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=NestedPulsing), range_facet_sl=Lucene41(blocksize=128), range_facet_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), other_tl1=PostingsFormat(name=NestedPulsing), multiDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_si=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es_GT, timezone=SystemV/YST9
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=63502752,total=177209344
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFaceting, RegexBoostProcessorTest, FastVectorHighlighterTest, ZkControllerTest, TestPseudoReturnFields, TestQueryUtils, TestQuerySenderListener, FieldMutatingUpdateProcessorTest, MinimalSchemaTest, SuggesterTest, TestDocSet, ScriptEngineTest, TestRandomDVFaceting, TermVectorComponentTest, SOLR749Test, DocValuesTest, TestRealTimeGet, BasicFunctionalityTest, TestSolrIndexConfig, QueryElevationComponentTest, BinaryUpdateRequestHandlerTest, TestSort, DistributedTermsComponentTest, TestXIncludeConfig, UpdateRequestProcessorFactoryTest, TestCoreContainer, DistributedSpellCheckComponentTest, ChaosMonkeyNothingIsSafeTest, DateFieldTest, ExternalFileFieldSortTest, SliceStateUpdateTest, DirectSolrConnectionTest, TestSolrDeletionPolicy2, TestStressRecovery, TestJoin, TestFastWriter, TestCopyFieldCollectionResource, TestPropInjectDefaults, TestFieldResource, TestValueSourceCache, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=A2EB78B40260BF03 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_GT -Dtests.timezone=SystemV/YST9 -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=798, name=coreLoadExecutor-349-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@69b11c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1df3826)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=800, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ba2602 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15346aa)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 35.55s, 1 test, 2 errors <<< FAILURES!

[...truncated 576 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: 270 suites, 1140 tests, 2 suite-level errors, 13 ignored (7 assumptions)

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