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/23 09:09:53 UTC

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

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

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=178, name=coreLoadExecutor-65-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=178, name=coreLoadExecutor-65-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:524)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
	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:746)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b8fdd4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1174268)
	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=180, 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=180, 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:524)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
	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@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19)
	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 8918 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T118 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 8 T118 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1364025215226
[junit4:junit4]   2> 9 T118 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T119 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T119 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T119 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T119 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 12 T119 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T119 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1364025215225/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 110 T118 oasc.ZkTestServer.run start zk server on port:46116
[junit4:junit4]   2> 111 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@17e0564
[junit4:junit4]   2> 112 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T124 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T124 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 113 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56907
[junit4:junit4]   2> 114 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56907
[junit4:junit4]   2> 115 T122 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 117 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000000 with negotiated timeout 10000 for client /127.0.0.1:56907
[junit4:junit4]   2> 117 T124 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000000, negotiated timeout = 10000
[junit4:junit4]   2> 118 T125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17e0564 name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 119 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 119 T118 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 125 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000000
[junit4:junit4]   2> 127 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56907 which had sessionid 0x13d963d09000000
[junit4:junit4]   2> 127 T125 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 127 T118 oaz.ZooKeeper.close Session: 0x13d963d09000000 closed
[junit4:junit4]   2> 128 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ece14d
[junit4:junit4]   2> 129 T126 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 129 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 130 T126 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 130 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56908
[junit4:junit4]   2> 131 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56908
[junit4:junit4]   2> 132 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000001 with negotiated timeout 10000 for client /127.0.0.1:56908
[junit4:junit4]   2> 132 T126 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000001, negotiated timeout = 10000
[junit4:junit4]   2> 133 T127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ece14d name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 133 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 134 T118 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 141 T118 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 148 T118 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 154 T118 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 160 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 161 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 172 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 180 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 181 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 187 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 188 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 196 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 196 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 203 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 204 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 211 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 212 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 219 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 220 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 226 T118 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 227 T118 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 233 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000001
[junit4:junit4]   2> 234 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56908 which had sessionid 0x13d963d09000001
[junit4:junit4]   2> 234 T118 oaz.ZooKeeper.close Session: 0x13d963d09000001 closed
[junit4:junit4]   2> 234 T127 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 418 T118 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 486 T118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51611
[junit4:junit4]   2> 497 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 497 T118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 498 T118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452
[junit4:junit4]   2> 498 T118 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/solr.xml
[junit4:junit4]   2> 498 T118 oasc.CoreContainer.<init> New CoreContainer 25279634
[junit4:junit4]   2> 499 T118 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/'
[junit4:junit4]   2> 499 T118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/'
[junit4:junit4]   2> 516 T118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 516 T118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 517 T118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 518 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 518 T118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 518 T118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 519 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 525 T118 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 534 T118 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46116/solr
[junit4:junit4]   2> 534 T118 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 535 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e93ee7
[junit4:junit4]   2> 536 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 536 T138 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 537 T138 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 537 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56909
[junit4:junit4]   2> 537 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56909
[junit4:junit4]   2> 538 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000002 with negotiated timeout 20000 for client /127.0.0.1:56909
[junit4:junit4]   2> 538 T138 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000002, negotiated timeout = 20000
[junit4:junit4]   2> 538 T139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e93ee7 name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 538 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 540 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000002
[junit4:junit4]   2> 540 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56909 which had sessionid 0x13d963d09000002
[junit4:junit4]   2> 540 T118 oaz.ZooKeeper.close Session: 0x13d963d09000002 closed
[junit4:junit4]   2> 541 T139 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 541 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 544 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@10ded8b
[junit4:junit4]   2> 545 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 545 T140 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 545 T140 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 546 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56910
[junit4:junit4]   2> 546 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56910
[junit4:junit4]   2> 547 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000003 with negotiated timeout 20000 for client /127.0.0.1:56910
[junit4:junit4]   2> 547 T140 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000003, negotiated timeout = 20000
[junit4:junit4]   2> 547 T141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ded8b name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 547 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 549 T118 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 552 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 553 T118 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 556 T118 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 558 T118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51611_
[junit4:junit4]   2> 559 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51611_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51611_
[junit4:junit4]   2> 559 T118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51611_
[junit4:junit4]   2> 563 T118 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 569 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 570 T118 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 574 T118 oasc.Overseer.start Overseer (id=89392756505444355-127.0.0.1:51611_-n_0000000000) starting
[junit4:junit4]   2> 575 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 577 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 579 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 581 T118 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 587 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 589 T143 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 590 T118 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 594 T118 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 598 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 603 T142 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 607 T144 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1
[junit4:junit4]   2> 608 T144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 609 T144 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 610 T144 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 613 T144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/'
[junit4:junit4]   2> 614 T144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/lib/README' to classloader
[junit4:junit4]   2> 615 T144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 645 T144 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 669 T144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 671 T144 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 681 T144 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 961 T144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 970 T144 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 972 T144 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 995 T144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 999 T144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1002 T144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1004 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1004 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1004 T144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1006 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1006 T144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1006 T144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1007 T144 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1364025215452/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/
[junit4:junit4]   2> 1007 T144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fb00bf
[junit4:junit4]   2> 1008 T144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1008 T144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data
[junit4:junit4]   2> 1008 T144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/index/
[junit4:junit4]   2> 1008 T144 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1009 T144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/index
[junit4:junit4]   2> 1010 T144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1245a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11f297e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1010 T144 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1021 T144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1021 T144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1021 T144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1022 T144 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1022 T144 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1023 T144 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1026 T144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1078 T144 oass.SolrIndexSearcher.<init> Opening Searcher@32f3de main
[junit4:junit4]   2> 1083 T144 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/control/data/tlog
[junit4:junit4]   2> 1091 T144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1091 T144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1096 T145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32f3de main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1099 T144 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1099 T144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2112 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2114 T142 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:51611_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51611"}
[junit4:junit4]   2> 2115 T142 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2117 T142 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2126 T141 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> 3102 T144 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3102 T144 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51611 collection:control_collection shard:shard1
[junit4:junit4]   2> 3104 T144 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3119 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3120 T144 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3121 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3126 T144 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3127 T144 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3127 T144 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51611/collection1/
[junit4:junit4]   2> 3128 T144 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3128 T144 oasc.SyncStrategy.syncToMe http://127.0.0.1:51611/collection1/ has no replicas
[junit4:junit4]   2> 3128 T144 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51611/collection1/
[junit4:junit4]   2> 3129 T144 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3138 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3636 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3655 T141 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> 3696 T144 oasc.ZkController.register We are http://127.0.0.1:51611/collection1/ and leader is http://127.0.0.1:51611/collection1/
[junit4:junit4]   2> 3698 T144 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51611
[junit4:junit4]   2> 3699 T144 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3699 T144 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3699 T144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3703 T144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3706 T118 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3706 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3732 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3737 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3738 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19df1ef
[junit4:junit4]   2> 3739 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3740 T147 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3740 T147 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 3740 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56913
[junit4:junit4]   2> 3741 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56913
[junit4:junit4]   2> 3742 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000004 with negotiated timeout 10000 for client /127.0.0.1:56913
[junit4:junit4]   2> 3742 T147 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000004, negotiated timeout = 10000
[junit4:junit4]   2> 3742 T148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19df1ef name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3743 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3745 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3749 T118 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3805 T118 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3808 T118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57101
[junit4:junit4]   2> 3809 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3810 T118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3810 T118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966
[junit4:junit4]   2> 3810 T118 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/solr.xml
[junit4:junit4]   2> 3811 T118 oasc.CoreContainer.<init> New CoreContainer 4550191
[junit4:junit4]   2> 3811 T118 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/'
[junit4:junit4]   2> 3811 T118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/'
[junit4:junit4]   2> 3833 T118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3833 T118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3834 T118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3834 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3834 T118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3835 T118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3836 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3841 T118 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3851 T118 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46116/solr
[junit4:junit4]   2> 3851 T118 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3852 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@10ef11c
[junit4:junit4]   2> 3852 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3853 T158 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3854 T158 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 3854 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56914
[junit4:junit4]   2> 3854 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56914
[junit4:junit4]   2> 3855 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000005 with negotiated timeout 20000 for client /127.0.0.1:56914
[junit4:junit4]   2> 3855 T158 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000005, negotiated timeout = 20000
[junit4:junit4]   2> 3856 T159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10ef11c name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3856 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3858 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000005
[junit4:junit4]   2> 3859 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56914 which had sessionid 0x13d963d09000005
[junit4:junit4]   2> 3859 T159 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3859 T118 oaz.ZooKeeper.close Session: 0x13d963d09000005 closed
[junit4:junit4]   2> 3859 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3862 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1dbc859
[junit4:junit4]   2> 3864 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3864 T160 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3865 T160 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 3865 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56915
[junit4:junit4]   2> 3866 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56915
[junit4:junit4]   2> 3867 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000006 with negotiated timeout 20000 for client /127.0.0.1:56915
[junit4:junit4]   2> 3867 T160 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000006, negotiated timeout = 20000
[junit4:junit4]   2> 3867 T161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dbc859 name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3868 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3869 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3872 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3877 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4885 T118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57101_
[junit4:junit4]   2> 4886 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57101_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57101_
[junit4:junit4]   2> 4887 T118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57101_
[junit4:junit4]   2> 4896 T148 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4896 T161 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4896 T141 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4897 T141 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> 4908 T162 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1
[junit4:junit4]   2> 4909 T162 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4910 T162 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4910 T162 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4913 T162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/'
[junit4:junit4]   2> 4914 T162 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/lib/README' to classloader
[junit4:junit4]   2> 4915 T162 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4943 T162 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4967 T162 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4969 T162 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4973 T162 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5167 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5168 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51611__collection1",
[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:51611_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51611"}
[junit4:junit4]   2> 5174 T161 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> 5175 T141 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> 5174 T148 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> 5245 T162 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5251 T162 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5253 T162 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5278 T162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5282 T162 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5285 T162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5287 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5287 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5287 T162 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5289 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5289 T162 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5289 T162 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5290 T162 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1364025218966/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/
[junit4:junit4]   2> 5290 T162 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fb00bf
[junit4:junit4]   2> 5290 T162 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5291 T162 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1
[junit4:junit4]   2> 5291 T162 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/index/
[junit4:junit4]   2> 5291 T162 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5291 T162 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/index
[junit4:junit4]   2> 5292 T162 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5293 T162 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5294 T162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5295 T162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5295 T162 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5295 T162 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5296 T162 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5296 T162 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5296 T162 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5297 T162 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5297 T162 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5299 T162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5351 T162 oass.SolrIndexSearcher.<init> Opening Searcher@1a8c91 main
[junit4:junit4]   2> 5352 T162 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty1/tlog
[junit4:junit4]   2> 5353 T162 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5353 T162 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5359 T163 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a8c91 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5362 T162 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5362 T162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6682 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6684 T142 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:57101_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57101"}
[junit4:junit4]   2> 6685 T142 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6685 T142 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6694 T141 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> 6695 T161 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> 6694 T148 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> 7365 T162 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7365 T162 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57101 collection:collection1 shard:shard1
[junit4:junit4]   2> 7367 T162 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7382 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7383 T162 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7384 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7389 T162 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7389 T162 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7389 T162 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 7390 T162 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7390 T162 oasc.SyncStrategy.syncToMe http://127.0.0.1:57101/collection1/ has no replicas
[junit4:junit4]   2> 7390 T162 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 7390 T162 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7400 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8205 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8223 T148 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> 8223 T161 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> 8223 T141 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> 8258 T162 oasc.ZkController.register We are http://127.0.0.1:57101/collection1/ and leader is http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 8258 T162 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57101
[junit4:junit4]   2> 8259 T162 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8259 T162 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8259 T162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8262 T162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8265 T118 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8265 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8266 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8334 T118 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8337 T118 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59294
[junit4:junit4]   2> 8339 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8339 T118 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8340 T118 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490
[junit4:junit4]   2> 8340 T118 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/solr.xml
[junit4:junit4]   2> 8341 T118 oasc.CoreContainer.<init> New CoreContainer 29076099
[junit4:junit4]   2> 8342 T118 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/'
[junit4:junit4]   2> 8342 T118 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/'
[junit4:junit4]   2> 8361 T118 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8362 T118 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8362 T118 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8362 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8363 T118 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8364 T118 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8364 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8370 T118 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8378 T118 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46116/solr
[junit4:junit4]   2> 8378 T118 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8378 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a6c2e5
[junit4:junit4]   2> 8379 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8380 T174 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8380 T174 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 8381 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56916
[junit4:junit4]   2> 8381 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56916
[junit4:junit4]   2> 8382 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000007 with negotiated timeout 20000 for client /127.0.0.1:56916
[junit4:junit4]   2> 8382 T174 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000007, negotiated timeout = 20000
[junit4:junit4]   2> 8383 T175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a6c2e5 name:ZooKeeperConnection Watcher:127.0.0.1:46116 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8383 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8385 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000007
[junit4:junit4]   2> 8386 T175 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8386 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56916 which had sessionid 0x13d963d09000007
[junit4:junit4]   2> 8386 T118 oaz.ZooKeeper.close Session: 0x13d963d09000007 closed
[junit4:junit4]   2> 8387 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8390 T118 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46116/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1128644
[junit4:junit4]   2> 8391 T118 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8391 T176 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:46116. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8392 T176 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:46116, initiating session
[junit4:junit4]   2> 8392 T120 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56917
[junit4:junit4]   2> 8393 T120 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56917
[junit4:junit4]   2> 8394 T122 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d963d09000008 with negotiated timeout 20000 for client /127.0.0.1:56917
[junit4:junit4]   2> 8394 T176 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:46116, sessionid = 0x13d963d09000008, negotiated timeout = 20000
[junit4:junit4]   2> 8394 T177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1128644 name:ZooKeeperConnection Watcher:127.0.0.1:46116/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8395 T118 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8396 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8398 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8402 T118 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9407 T118 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59294_
[junit4:junit4]   2> 9408 T123 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d963d09000008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59294_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59294_
[junit4:junit4]   2> 9409 T118 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59294_
[junit4:junit4]   2> 9414 T148 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> 9416 T161 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9416 T141 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9416 T161 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> 9416 T141 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> 9416 T177 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9419 T148 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9427 T178 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1
[junit4:junit4]   2> 9428 T178 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9429 T178 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9429 T178 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9432 T178 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/'
[junit4:junit4]   2> 9433 T178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/lib/README' to classloader
[junit4:junit4]   2> 9434 T178 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9483 T178 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9512 T178 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9513 T178 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9519 T178 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9734 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9735 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57101__collection1",
[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:57101_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57101"}
[junit4:junit4]   2> 9739 T161 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> 9740 T177 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> 9740 T141 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> 9739 T148 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> 9805 T178 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9811 T178 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9813 T178 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9842 T178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9848 T178 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9852 T178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9854 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9854 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9855 T178 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9857 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9857 T178 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9857 T178 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9858 T178 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1364025223490/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/
[junit4:junit4]   2> 9858 T178 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1fb00bf
[junit4:junit4]   2> 9859 T178 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9860 T178 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2
[junit4:junit4]   2> 9861 T178 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index/
[junit4:junit4]   2> 9861 T178 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9862 T178 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index
[junit4:junit4]   2> 9864 T178 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9864 T178 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9868 T178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9868 T178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9869 T178 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9870 T178 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9870 T178 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9870 T178 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9871 T178 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9871 T178 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9872 T178 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9874 T178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9927 T178 oass.SolrIndexSearcher.<init> Opening Searcher@471f6d main
[junit4:junit4]   2> 9927 T178 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/tlog
[junit4:junit4]   2> 9928 T178 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9928 T178 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9937 T179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@471f6d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9940 T178 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9940 T178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11247 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11249 T142 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:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 11250 T142 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11250 T142 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11259 T148 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> 11259 T161 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> 11259 T177 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> 11259 T141 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> 11943 T178 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11944 T178 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59294 collection:collection1 shard:shard1
[junit4:junit4]   2> 11951 T178 oasc.ZkController.register We are http://127.0.0.1:59294/collection1/ and leader is http://127.0.0.1:57101/collection1/
[junit4:junit4]   2> 11951 T178 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59294
[junit4:junit4]   2> 11952 T178 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11952 T178 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@5f701b url=http://127.0.0.1:59294/collection1 node=127.0.0.1:59294_ C2_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 11957 T180 C2 P59294 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11958 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11958 T178 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11959 T180 C2 P59294 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11959 T180 C2 P59294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11961 T118 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11962 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11962 T118 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11963 T118 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11971 T118 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@1ed1f19 url=http://127.0.0.1:51611/collection1 node=127.0.0.1:51611_ C3_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:51611_, base_url=http://127.0.0.1:51611, leader=true}
[junit4:junit4]   2> 12325 T136 C3 P51611 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1245a95 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11f297e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12328 T136 C3 P51611 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12357 T137 C3 P51611 /update {wt=javabin&version=2} {add=[1 (1430284116991934465)]} 0 56
[junit4:junit4]   2> 12357 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10001 (1430284116991934464)]} 0 56
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@1a3d1b8 url=http://127.0.0.1:57101/collection1 node=127.0.0.1:57101_ C4_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:57101_, base_url=http://127.0.0.1:57101, leader=true}
[junit4:junit4]   2> 12405 T155 C4 P57101 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12407 T155 C4 P57101 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12411 T157 C4 P57101 /update {wt=javabin&version=2} {add=[1 (1430284117077917697)]} 0 8
[junit4:junit4]   2> 12414 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10001 (1430284117077917696)]} 0 11
[junit4:junit4]   2> 12504 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10002 (1430284117179629569)]} 0 4
[junit4:junit4]   2> 12506 T135 C3 P51611 /update {wt=javabin&version=2} {add=[2 (1430284117179629568)]} 0 6
[junit4:junit4]   2> 12512 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10002 (1430284117188018176)]} 0 3
[junit4:junit4]   2> 12513 T157 C4 P57101 /update {wt=javabin&version=2} {add=[2 (1430284117191163904)]} 0 2
[junit4:junit4]   2> 12554 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10002 (-1430284117235204096)]} 0 0
[junit4:junit4]   2> 12556 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[2 (-1430284117237301248)]} 0 1
[junit4:junit4]   2> 12561 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10002 (-1430284117242544128)]} 0 1
[junit4:junit4]   2> 12562 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[2 (-1430284117243592704)]} 0 1
[junit4:junit4]   2> 12569 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10003 (1430284117248835584)]} 0 3
[junit4:junit4]   2> 12572 T137 C3 P51611 /update {wt=javabin&version=2} {add=[3 (1430284117250932736)]} 0 3
[junit4:junit4]   2> 12577 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10003 (1430284117257224192)]} 0 3
[junit4:junit4]   2> 12578 T155 C4 P57101 /update {wt=javabin&version=2} {add=[3 (1430284117259321344)]} 0 2
[junit4:junit4]   2> 12592 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10003 (-1430284117275049984)]} 0 1
[junit4:junit4]   2> 12594 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[3 (-1430284117277147136)]} 0 1
[junit4:junit4]   2> 12598 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10003 (-1430284117281341440)]} 0 1
[junit4:junit4]   2> 12600 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[3 (-1430284117282390016)]} 0 1
[junit4:junit4]   2> 12605 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10004 (1430284117286584320)]} 0 3
[junit4:junit4]   2> 12606 T137 C3 P51611 /update {wt=javabin&version=2} {add=[4 (1430284117287632896)]} 0 2
[junit4:junit4]   2> 12611 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10004 (1430284117292875776)]} 0 2
[junit4:junit4]   2> 12612 T154 C4 P57101 /update {wt=javabin&version=2} {add=[4 (1430284117294972928)]} 0 2
[junit4:junit4]   2> 12640 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10005 (1430284117323284480)]} 0 3
[junit4:junit4]   2> 12642 T136 C3 P51611 /update {wt=javabin&version=2} {add=[5 (1430284117325381632)]} 0 3
[junit4:junit4]   2> 12646 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10005 (1430284117330624512)]} 0 1
[junit4:junit4]   2> 12648 T155 C4 P57101 /update {wt=javabin&version=2} {add=[5 (1430284117332721664)]} 0 2
[junit4:junit4]   2> 12672 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10006 (1430284117357887488)]} 0 1
[junit4:junit4]   2> 12675 T137 C3 P51611 /update {wt=javabin&version=2} {add=[6 (1430284117359984640)]} 0 2
[junit4:junit4]   2> 12677 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10006 (1430284117363130368)]} 0 2
[junit4:junit4]   2> 12681 T155 C4 P57101 /update {wt=javabin&version=2} {add=[6 (1430284117367324672)]} 0 2
[junit4:junit4]   2> 12691 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10007 (1430284117377810432)]} 0 1
[junit4:junit4]   2> 12694 T136 C3 P51611 /update {wt=javabin&version=2} {add=[7 (1430284117380956160)]} 0 1
[junit4:junit4]   2> 12695 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10007 (1430284117382004736)]} 0 1
[junit4:junit4]   2> 12697 T157 C4 P57101 /update {wt=javabin&version=2} {add=[7 (1430284117385150464)]} 0 1
[junit4:junit4]   2> 12770 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12770 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10008 (1430284117459599360)]} 0 2
[junit4:junit4]   2> 12772 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59294__collection1",
[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:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 12773 T137 C3 P51611 /update {wt=javabin&version=2} {add=[8 (1430284117462745088)]} 0 3
[junit4:junit4]   2> 12777 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10008 (1430284117466939392)]} 0 3
[junit4:junit4]   2> 12780 T154 C4 P57101 /update {wt=javabin&version=2} {add=[8 (1430284117470085120)]} 0 3
[junit4:junit4]   2> 12782 T161 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> 12782 T141 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> 12782 T148 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> 12782 T177 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> 12858 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10009 (1430284117552922624)]} 0 1
[junit4:junit4]   2> 12861 T136 C3 P51611 /update {wt=javabin&version=2} {add=[9 (1430284117556068352)]} 0 1
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 12888 T172 C2 P59294 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12889 T172 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12893 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10009 (1430284117560262656)]} 0 8
[junit4:junit4]   2> 12896 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10009 (1430284117560262656)]} 0 35
[junit4:junit4]   2> 12897 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1430284117562359808)]} 0 12
[junit4:junit4]   2> 12898 T154 C4 P57101 /update {wt=javabin&version=2} {add=[9 (1430284117562359808)]} 0 33
[junit4:junit4]   2> 12972 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10010 (1430284117672460288)]} 0 1
[junit4:junit4]   2> 12974 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10 (1430284117673508864)]} 0 2
[junit4:junit4]   2> 12981 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1430284117676654592)]} 0 1
[junit4:junit4]   2> 12982 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10010 (1430284117676654592)]} 0 7
[junit4:junit4]   2> 12982 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1430284117677703168)]} 0 2
[junit4:junit4]   2> 12983 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10 (1430284117677703168)]} 0 7
[junit4:junit4]   2> 13025 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10005 (-1430284117728034816)]} 0 1
[junit4:junit4]   2> 13025 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[5 (-1430284117729083392)]} 0 0
[junit4:junit4]   2> 13031 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10005 (-1430284117732229120)]} 0 0
[junit4:junit4]   2> 13031 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[5 (-1430284117732229121)]} 0 0
[junit4:junit4]   2> 13032 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10005 (-1430284117732229120)]} 0 5
[junit4:junit4]   2> 13032 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[5 (-1430284117732229121)]} 0 4
[junit4:junit4]   2> 13036 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10011 (1430284117739569152)]} 0 1
[junit4:junit4]   2> 13037 T134 C3 P51611 /update {wt=javabin&version=2} {add=[11 (1430284117739569153)]} 0 2
[junit4:junit4]   2> 13044 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1430284117743763456)]} 0 2
[junit4:junit4]   2> 13044 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1430284117743763457)]} 0 1
[junit4:junit4]   2> 13044 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10011 (1430284117743763456)]} 0 5
[junit4:junit4]   2> 13045 T154 C4 P57101 /update {wt=javabin&version=2} {add=[11 (1430284117743763457)]} 0 6
[junit4:junit4]   2> 13086 T136 C3 P51611 /update {wt=javabin&version=2} {add=[12 (1430284117790949376)]} 0 2
[junit4:junit4]   2> 13087 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10012 (1430284117790949377)]} 0 3
[junit4:junit4]   2> 13097 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1430284117797240832)]} 0 3
[junit4:junit4]   2> 13098 T155 C4 P57101 /update {wt=javabin&version=2} {add=[12 (1430284117797240832)]} 0 9
[junit4:junit4]   2> 13098 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1430284117798289408)]} 0 2
[junit4:junit4]   2> 13099 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10012 (1430284117798289408)]} 0 9
[junit4:junit4]   2> 13195 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[6 (-1430284117906292736)]} 0 1
[junit4:junit4]   2> 13196 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10006 (-1430284117907341312)]} 0 1
[junit4:junit4]   2> 13200 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[6 (-1430284117910487040)]} 0 0
[junit4:junit4]   2> 13201 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10006 (-1430284117910487041)]} 0 1
[junit4:junit4]   2> 13201 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[6 (-1430284117910487040)]} 0 3
[junit4:junit4]   2> 13201 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10006 (-1430284117910487041)]} 0 3
[junit4:junit4]   2> 13205 T136 C3 P51611 /update {wt=javabin&version=2} {add=[13 (1430284117916778496)]} 0 1
[junit4:junit4]   2> 13206 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10013 (1430284117916778497)]} 0 2
[junit4:junit4]   2> 13213 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1430284117922021376)]} 0 1
[junit4:junit4]   2> 13214 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1430284117922021377)]} 0 1
[junit4:junit4]   2> 13214 T157 C4 P57101 /update {wt=javabin&version=2} {add=[13 (1430284117922021376)]} 0 6
[junit4:junit4]   2> 13215 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10013 (1430284117922021377)]} 0 6
[junit4:junit4]   2> 13264 T135 C3 P51611 /update {wt=javabin&version=2} {add=[14 (1430284117977595904)]} 0 2
[junit4:junit4]   2> 13265 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10014 (1430284117977595905)]} 0 3
[junit4:junit4]   2> 13277 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1430284117983887360)]} 0 2
[junit4:junit4]   2> 13278 T155 C4 P57101 /update {wt=javabin&version=2} {add=[14 (1430284117983887360)]} 0 10
[junit4:junit4]   2> 13278 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1430284117985984512)]} 0 3
[junit4:junit4]   2> 13280 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10014 (1430284117985984512)]} 0 11
[junit4:junit4]   2> 13280 T156 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:59294__collection1&state=recovering&nodeName=127.0.0.1:59294_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 13352 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[7 (-1430284118071967744)]} 0 0
[junit4:junit4]   2> 13353 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10007 (-1430284118073016320)]} 0 0
[junit4:junit4]   2> 13357 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[7 (-1430284118075113472)]} 0 0
[junit4:junit4]   2> 13358 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[7 (-1430284118075113472)]} 0 3
[junit4:junit4]   2> 13359 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10007 (-1430284118076162048)]} 0 1
[junit4:junit4]   2> 13359 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10007 (-1430284118076162048)]} 0 3
[junit4:junit4]   2> 13362 T135 C3 P51611 /update {wt=javabin&version=2} {add=[15 (1430284118081404928)]} 0 1
[junit4:junit4]   2> 13363 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10015 (1430284118082453504)]} 0 1
[junit4:junit4]   2> 13369 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1430284118085599232)]} 0 1
[junit4:junit4]   2> 13370 T156 C4 P57101 /update {wt=javabin&version=2} {add=[15 (1430284118085599232)]} 0 6
[junit4:junit4]   2> 13370 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1430284118086647808)]} 0 1
[junit4:junit4]   2> 13371 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10015 (1430284118086647808)]} 0 5
[junit4:junit4]   2> 13458 T136 C3 P51611 /update {wt=javabin&version=2} {add=[16 (1430284118181019648)]} 0 3
[junit4:junit4]   2> 13459 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10016 (1430284118181019649)]} 0 4
[junit4:junit4]   2> 13468 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1430284118186262528)]} 0 3
[junit4:junit4]   2> 13469 T155 C4 P57101 /update {wt=javabin&version=2} {add=[16 (1430284118186262528)]} 0 8
[junit4:junit4]   2> 13470 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1430284118187311104)]} 0 2
[junit4:junit4]   2> 13471 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10016 (1430284118187311104)]} 0 9
[junit4:junit4]   2> 13530 T137 C3 P51611 /update {wt=javabin&version=2} {add=[17 (1430284118257565696)]} 0 1
[junit4:junit4]   2> 13531 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10017 (1430284118259662848)]} 0 0
[junit4:junit4]   2> 13537 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1430284118261760000)]} 0 1
[junit4:junit4]   2> 13537 T156 C4 P57101 /update {wt=javabin&version=2} {add=[17 (1430284118261760000)]} 0 4
[junit4:junit4]   2> 13538 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1430284118262808576)]} 0 1
[junit4:junit4]   2> 13539 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10017 (1430284118262808576)]} 0 5
[junit4:junit4]   2> 13640 T136 C3 P51611 /update {wt=javabin&version=2} {add=[18 (1430284118371860480)]} 0 2
[junit4:junit4]   2> 13641 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10018 (1430284118373957632)]} 0 2
[junit4:junit4]   2> 13650 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1430284118378151936)]} 0 2
[junit4:junit4]   2> 13651 T157 C4 P57101 /update {wt=javabin&version=2} {add=[18 (1430284118378151936)]} 0 7
[junit4:junit4]   2> 13651 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1430284118379200512)]} 0 2
[junit4:junit4]   2> 13652 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10018 (1430284118379200512)]} 0 7
[junit4:junit4]   2> 13734 T137 C3 P51611 /update {wt=javabin&version=2} {add=[19 (1430284118471475200)]} 0 2
[junit4:junit4]   2> 13735 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10019 (1430284118471475201)]} 0 2
[junit4:junit4]   2> 13746 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1430284118477766656)]} 0 2
[junit4:junit4]   2> 13747 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1430284118478815232)]} 0 2
[junit4:junit4]   2> 13747 T156 C4 P57101 /update {wt=javabin&version=2} {add=[19 (1430284118477766656)]} 0 9
[junit4:junit4]   2> 13748 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10019 (1430284118478815232)]} 0 9
[junit4:junit4]   2> 13851 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[11 (-1430284118595207168)]} 0 1
[junit4:junit4]   2> 13851 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10011 (-1430284118595207169)]} 0 1
[junit4:junit4]   2> 13859 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1430284118599401472)]} 0 1
[junit4:junit4]   2> 13859 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1430284118599401473)]} 0 1
[junit4:junit4]   2> 13860 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[11 (-1430284118599401472)]} 0 5
[junit4:junit4]   2> 13860 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10011 (-1430284118599401473)]} 0 5
[junit4:junit4]   2> 13866 T137 C3 P51611 /update {wt=javabin&version=2} {add=[20 (1430284118608838656)]} 0 2
[junit4:junit4]   2> 13867 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10020 (1430284118609887232)]} 0 3
[junit4:junit4]   2> 13876 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1430284118615130112)]} 0 2
[junit4:junit4]   2> 13877 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1430284118616178688)]} 0 2
[junit4:junit4]   2> 13877 T156 C4 P57101 /update {wt=javabin&version=2} {add=[20 (1430284118615130112)]} 0 8
[junit4:junit4]   2> 13878 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10020 (1430284118616178688)]} 0 8
[junit4:junit4]   2> 13975 T134 C3 P51611 /update {wt=javabin&version=2} {add=[21 (1430284118724182016)]} 0 2
[junit4:junit4]   2> 13975 T118 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 59294
[junit4:junit4]   2> 13976 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10021 (1430284118724182017)]} 0 2
[junit4:junit4]   2> 13976 T118 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29076099
[junit4:junit4]   2> 13986 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1430284118729424896)]} 0 2
[junit4:junit4]   2> 13987 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1430284118730473472)]} 0 2
[junit4:junit4]   2> 13987 T154 C4 P57101 /update {wt=javabin&version=2} {add=[21 (1430284118729424896)]} 0 8
[junit4:junit4]   2> 13988 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10021 (1430284118730473472)]} 0 8
[junit4:junit4]   2> 14018 T137 C3 P51611 /update {wt=javabin&version=2} {add=[22 (1430284118769270784)]} 0 2
[junit4:junit4]   2> 14019 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10022 (1430284118770319360)]} 0 2
[junit4:junit4]   2> 14028 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1430284118774513664)]} 0 1
[junit4:junit4]   2> 14029 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1430284118775562240)]} 0 2
[junit4:junit4]   2> 14029 T155 C4 P57101 /update {wt=javabin&version=2} {add=[22 (1430284118774513664)]} 0 7
[junit4:junit4]   2> 14029 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10022 (1430284118775562240)]} 0 6
[junit4:junit4]   2> 14055 T134 C3 P51611 /update {wt=javabin&version=2} {add=[23 (1430284118807019520)]} 0 2
[junit4:junit4]   2> 14055 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10023 (1430284118808068096)]} 0 2
[junit4:junit4]   2> 14065 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1430284118813310976)]} 0 1
[junit4:junit4]   2> 14067 T154 C4 P57101 /update {wt=javabin&version=2} {add=[23 (1430284118813310976)]} 0 9
[junit4:junit4]   2> 14067 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1430284118813310977)]} 0 2
[junit4:junit4]   2> 14069 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10023 (1430284118813310977)]} 0 10
[junit4:junit4]   2> 14152 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[12 (-1430284118909779968)]} 0 1
[junit4:junit4]   2> 14153 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10012 (-1430284118911877120)]} 0 0
[junit4:junit4]   2> 14158 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1430284118913974272)]} 0 1
[junit4:junit4]   2> 14159 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[12 (-1430284118913974272)]} 0 4
[junit4:junit4]   2> 14159 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1430284118915022848)]} 0 0
[junit4:junit4]   2> 14160 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10012 (-1430284118915022848)]} 0 4
[junit4:junit4]   2> 14163 T134 C3 P51611 /update {wt=javabin&version=2} {add=[24 (1430284118920265728)]} 0 2
[junit4:junit4]   2> 14164 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10024 (1430284118921314304)]} 0 2
[junit4:junit4]   2> 14172 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1430284118926557184)]} 0 1
[junit4:junit4]   2> 14172 T157 C4 P57101 /update {wt=javabin&version=2} {add=[24 (1430284118926557184)]} 0 5
[junit4:junit4]   2> 14173 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1430284118926557185)]} 0 1
[junit4:junit4]   2> 14174 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10024 (1430284118926557185)]} 0 7
[junit4:junit4]   2> 14212 T137 C3 P51611 /update {wt=javabin&version=2} {add=[25 (1430284118972694528)]} 0 2
[junit4:junit4]   2> 14213 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10025 (1430284118973743104)]} 0 1
[junit4:junit4]   2> 14220 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1430284118976888832)]} 0 2
[junit4:junit4]   2> 14222 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1430284118977937408)]} 0 3
[junit4:junit4]   2> 14222 T155 C4 P57101 /update {wt=javabin&version=2} {add=[25 (1430284118976888832)]} 0 7
[junit4:junit4]   2> 14223 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10025 (1430284118977937408)]} 0 7
[junit4:junit4]   2> 14290 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14291 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59294__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:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 14298 T148 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> 14298 T177 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> 14298 T141 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> 14298 T161 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> 14299 T134 C3 P51611 /update {wt=javabin&version=2} {add=[26 (1430284119063920640)]} 0 1
[junit4:junit4]   2> 14300 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10026 (1430284119064969216)]} 0 2
[junit4:junit4]   2> 14303 T157 C4 P57101 /update {wt=javabin&version=2} {add=[26 (1430284119068114944)]} 0 1
[junit4:junit4]   2> 14304 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10026 (1430284119069163520)]} 0 1
[junit4:junit4]   2> 14321 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10027 (1430284119086989312)]} 0 2
[junit4:junit4]   2> 14321 T136 C3 P51611 /update {wt=javabin&version=2} {add=[27 (1430284119086989313)]} 0 2
[junit4:junit4]   2> 14324 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10027 (1430284119091183616)]} 0 1
[junit4:junit4]   2> 14325 T156 C4 P57101 /update {wt=javabin&version=2} {add=[27 (1430284119091183617)]} 0 2
[junit4:junit4]   2> 14386 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10028 (1430284119155146753)]} 0 2
[junit4:junit4]   2> 14386 T137 C3 P51611 /update {wt=javabin&version=2} {add=[28 (1430284119155146752)]} 0 2
[junit4:junit4]   2> 14390 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10028 (1430284119159341056)]} 0 1
[junit4:junit4]   2> 14391 T154 C4 P57101 /update {wt=javabin&version=2} {add=[28 (1430284119159341057)]} 0 2
[junit4:junit4]   2> 14489 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10013 (-1430284119264198656)]} 0 0
[junit4:junit4]   2> 14489 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[13 (-1430284119264198657)]} 0 0
[junit4:junit4]   2> 14492 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10013 (-1430284119267344384)]} 0 0
[junit4:junit4]   2> 14492 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[13 (-1430284119267344385)]} 0 0
[junit4:junit4]   2> 14496 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10029 (1430284119270490113)]} 0 1
[junit4:junit4]   2> 14496 T134 C3 P51611 /update {wt=javabin&version=2} {add=[29 (1430284119270490112)]} 0 1
[junit4:junit4]   2> 14500 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10029 (1430284119274684416)]} 0 2
[junit4:junit4]   2> 14500 T154 C4 P57101 /update {wt=javabin&version=2} {add=[29 (1430284119274684417)]} 0 2
[junit4:junit4]   2> 14515 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10019 (-1430284119291461632)]} 0 0
[junit4:junit4]   2> 14515 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[19 (-1430284119291461633)]} 0 0
[junit4:junit4]   2> 14518 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10019 (-1430284119294607361)]} 0 0
[junit4:junit4]   2> 14518 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[19 (-1430284119294607360)]} 0 0
[junit4:junit4]   2> 14522 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10030 (1430284119297753088)]} 0 1
[junit4:junit4]   2> 14522 T134 C3 P51611 /update {wt=javabin&version=2} {add=[30 (1430284119297753089)]} 0 1
[junit4:junit4]   2> 14526 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10030 (1430284119301947392)]} 0 2
[junit4:junit4]   2> 14526 T154 C4 P57101 /update {wt=javabin&version=2} {add=[30 (1430284119301947393)]} 0 1
[junit4:junit4]   2> 14541 T136 C3 P51611 /update {wt=javabin&version=2} {add=[31 (1430284119317676032)]} 0 1
[junit4:junit4]   2> 14541 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10031 (1430284119317676033)]} 0 1
[junit4:junit4]   2> 14544 T156 C4 P57101 /update {wt=javabin&version=2} {add=[31 (1430284119321870336)]} 0 0
[junit4:junit4]   2> 14550 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10031 (1430284119321870337)]} 0 6
[junit4:junit4]   2> 14574 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[21 (-1430284119352279040)]} 0 1
[junit4:junit4]   2> 14574 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10021 (-1430284119353327616)]} 0 1
[junit4:junit4]   2> 14577 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[21 (-1430284119355424768)]} 0 1
[junit4:junit4]   2> 14577 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10021 (-1430284119356473344)]} 0 1
[junit4:junit4]   2> 14580 T136 C3 P51611 /update {wt=javabin&version=2} {add=[32 (1430284119359619073)]} 0 1
[junit4:junit4]   2> 14581 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10032 (1430284119359619072)]} 0 2
[junit4:junit4]   2> 14584 T155 C4 P57101 /update {wt=javabin&version=2} {add=[32 (1430284119362764800)]} 0 1
[junit4:junit4]   2> 14585 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10032 (1430284119363813376)]} 0 2
[junit4:junit4]   2> 14680 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[25 (-1430284119464476672)]} 0 0
[junit4:junit4]   2> 14680 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10025 (-1430284119464476673)]} 0 0
[junit4:junit4]   2> 14683 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[25 (-1430284119467622400)]} 0 0
[junit4:junit4]   2> 14683 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10025 (-1430284119467622401)]} 0 0
[junit4:junit4]   2> 14687 T136 C3 P51611 /update {wt=javabin&version=2} {add=[33 (1430284119470768128)]} 0 1
[junit4:junit4]   2> 14687 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10033 (1430284119470768129)]} 0 1
[junit4:junit4]   2> 14691 T155 C4 P57101 /update {wt=javabin&version=2} {add=[33 (1430284119474962432)]} 0 2
[junit4:junit4]   2> 14691 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10033 (1430284119474962433)]} 0 1
[junit4:junit4]   2> 14784 T137 C3 P51611 /update {wt=javabin&version=2} {add=[34 (1430284119572480000)]} 0 2
[junit4:junit4]   2> 14785 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10034 (1430284119572480001)]} 0 2
[junit4:junit4]   2> 14789 T157 C4 P57101 /update {wt=javabin&version=2} {add=[34 (1430284119577722880)]} 0 1
[junit4:junit4]   2> 14790 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10034 (1430284119578771456)]} 0 1
[junit4:junit4]   2> 14852 T134 C3 P51611 /update {wt=javabin&version=2} {add=[35 (1430284119643783168)]} 0 2
[junit4:junit4]   2> 14852 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10035 (1430284119643783169)]} 0 1
[junit4:junit4]   2> 14856 T156 C4 P57101 /update {wt=javabin&version=2} {add=[35 (1430284119647977472)]} 0 2
[junit4:junit4]   2> 14856 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10035 (1430284119647977473)]} 0 1
[junit4:junit4]   2> 14887 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10030 (-1430284119681531904)]} 0 0
[junit4:junit4]   2> 14887 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[30 (-1430284119681531905)]} 0 0
[junit4:junit4]   2> 14892 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[30 (-1430284119686774785)]} 0 1
[junit4:junit4]   2> 14892 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10030 (-1430284119686774784)]} 0 1
[junit4:junit4]   2> 14897 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10036 (1430284119690969088)]} 0 1
[junit4:junit4]   2> 14898 T135 C3 P51611 /update {wt=javabin&version=2} {add=[36 (1430284119690969089)]} 0 2
[junit4:junit4]   2> 14903 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10036 (1430284119696211968)]} 0 2
[junit4:junit4]   2> 14903 T157 C4 P57101 /update {wt=javabin&version=2} {add=[36 (1430284119697260544)]} 0 1
[junit4:junit4]   2> 14953 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10031 (-1430284119750737920)]} 0 1
[junit4:junit4]   2> 14954 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[31 (-1430284119751786496)]} 0 1
[junit4:junit4]   2> 14957 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10031 (-1430284119754932224)]} 0 1
[junit4:junit4]   2> 14958 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[31 (-1430284119755980800)]} 0 1
[junit4:junit4]   2> 14962 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10037 (1430284119759126528)]} 0 2
[junit4:junit4]   2> 14963 T135 C3 P51611 /update {wt=javabin&version=2} {add=[37 (1430284119760175104)]} 0 2
[junit4:junit4]   2> 14968 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10037 (1430284119764369408)]} 0 2
[junit4:junit4]   2> 14968 T157 C4 P57101 /update {wt=javabin&version=2} {add=[37 (1430284119765417984)]} 0 2
[junit4:junit4]   2> 15018 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10032 (-1430284119818895360)]} 0 1
[junit4:junit4]   2> 15019 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[32 (-1430284119819943936)]} 0 0
[junit4:junit4]   2> 15023 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10032 (-1430284119823089664)]} 0 0
[junit4:junit4]   2> 15023 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[32 (-1430284119824138240)]} 0 0
[junit4:junit4]   2> 15028 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10038 (1430284119828332544)]} 0 2
[junit4:junit4]   2> 15029 T135 C3 P51611 /update {wt=javabin&version=2} {add=[38 (1430284119828332545)]} 0 2
[junit4:junit4]   2> 15033 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10038 (1430284119833575424)]} 0 2
[junit4:junit4]   2> 15034 T156 C4 P57101 /update {wt=javabin&version=2} {add=[38 (1430284119834624000)]} 0 2
[junit4:junit4]   2> 15056 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10033 (-1430284119858741248)]} 0 1
[junit4:junit4]   2> 15057 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[33 (-1430284119859789824)]} 0 0
[junit4:junit4]   2> 15060 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10033 (-1430284119862935552)]} 0 1
[junit4:junit4]   2> 15062 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[33 (-1430284119865032704)]} 0 1
[junit4:junit4]   2> 15066 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10039 (1430284119868178432)]} 0 2
[junit4:junit4]   2> 15067 T135 C3 P51611 /update {wt=javabin&version=2} {add=[39 (1430284119869227008)]} 0 2
[junit4:junit4]   2> 15071 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10039 (1430284119873421312)]} 0 2
[junit4:junit4]   2> 15072 T156 C4 P57101 /update {wt=javabin&version=2} {add=[39 (1430284119874469888)]} 0 2
[junit4:junit4]   2> 15112 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10040 (1430284119916412928)]} 0 2
[junit4:junit4]   2> 15113 T136 C3 P51611 /update {wt=javabin&version=2} {add=[40 (1430284119917461504)]} 0 1
[junit4:junit4]   2> 15117 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10040 (1430284119921655808)]} 0 1
[junit4:junit4]   2> 15118 T154 C4 P57101 /update {wt=javabin&version=2} {add=[40 (1430284119922704384)]} 0 1
[junit4:junit4]   2> 15162 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10034 (-1430284119969890304)]} 0 0
[junit4:junit4]   2> 15163 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[34 (-1430284119970938880)]} 0 0
[junit4:junit4]   2> 15167 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10034 (-1430284119974084608)]} 0 1
[junit4:junit4]   2> 15168 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[34 (-1430284119976181760)]} 0 1
[junit4:junit4]   2> 15172 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10041 (1430284119979327488)]} 0 1
[junit4:junit4]   2> 15173 T136 C3 P51611 /update {wt=javabin&version=2} {add=[41 (1430284119980376064)]} 0 1
[junit4:junit4]   2> 15177 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10041 (1430284119984570368)]} 0 1
[junit4:junit4]   2> 15178 T154 C4 P57101 /update {wt=javabin&version=2} {add=[41 (1430284119985618944)]} 0 1
[junit4:junit4]   2> 15261 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10042 (1430284120071602176)]} 0 2
[junit4:junit4]   2> 15262 T137 C3 P51611 /update {wt=javabin&version=2} {add=[42 (1430284120073699328)]} 0 2
[junit4:junit4]   2> 15266 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10042 (1430284120076845056)]} 0 2
[junit4:junit4]   2> 15268 T156 C4 P57101 /update {wt=javabin&version=2} {add=[42 (1430284120078942208)]} 0 2
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 15282 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57101/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15288 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15294 T180 C2 P59294 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:59294 START replicas=[http://127.0.0.1:57101/collection1/] nUpdates=100
[junit4:junit4]   2> 15299 T180 C2 P59294 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15300 T180 C2 P59294 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 15300 T180 C2 P59294 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57101/collection1/. core=collection1
[junit4:junit4]   2> 15301 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15304 T154 C4 P57101 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15306 T155 C4 P57101 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15345 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10035 (-1430284120161779712)]} 0 0
[junit4:junit4]   2> 15347 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[35 (-1430284120163876864)]} 0 0
[junit4:junit4]   2> 15348 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10035 (-1430284120164925440)]} 0 0
[junit4:junit4]   2> 15351 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[35 (-1430284120167022592)]} 0 1
[junit4:junit4]   2> 15353 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10043 (1430284120169119744)]} 0 2
[junit4:junit4]   2> 15354 T137 C3 P51611 /update {wt=javabin&version=2} {add=[43 (1430284120170168320)]} 0 1
[junit4:junit4]   2> 15357 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10043 (1430284120172265472)]} 0 2
[junit4:junit4]   2> 15358 T157 C4 P57101 /update {wt=javabin&version=2} {add=[43 (1430284120174362624)]} 0 1
[junit4:junit4]   2> 15367 T155 C4 P57101 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@154581f lockFactory=org.apache.lucene.store.NativeFSLockFactory@ded648),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15367 T155 C4 P57101 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15407 T155 C4 P57101 oass.SolrIndexSearcher.<init> Opening Searcher@fdc2ee realtime
[junit4:junit4]   2> 15408 T155 C4 P57101 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15408 T155 C4 P57101 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 102
[junit4:junit4]   2> 15414 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10044 (1430284120233082880)]} 0 2
[junit4:junit4]   2> 15415 T136 C3 P51611 /update {wt=javabin&version=2} {add=[44 (1430284120233082881)]} 0 2
[junit4:junit4]   2> 15420 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10044 (1430284120238325760)]} 0 2
[junit4:junit4]   2> 15422 T154 C4 P57101 /update {wt=javabin&version=2} {add=[44 (1430284120239374336)]} 0 3
[junit4:junit4]   2> 15437 T180 C2 P59294 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15437 T180 C2 P59294 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15441 T180 C2 P59294 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15460 T156 C4 P57101 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15461 T156 C4 P57101 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=18 
[junit4:junit4]   2> 15462 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15462 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15462 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15465 T157 C4 P57101 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15467 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 33
[junit4:junit4]   2> 15469 T180 C2 P59294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index.20130323122350684
[junit4:junit4]   2> 15469 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19) fullCopy=true
[junit4:junit4]   2> 15477 T154 C4 P57101 REQ /replication {file=_0_MockSep_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=3 
[junit4:junit4]   2> 15488 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15493 T156 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15498 T157 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15500 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10045 (1430284120323260416)]} 0 2
[junit4:junit4]   2> 15501 T137 C3 P51611 /update {wt=javabin&version=2} {add=[45 (1430284120324308992)]} 0 1
[junit4:junit4]   2> 15505 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15506 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10045 (1430284120329551872)]} 0 2
[junit4:junit4]   2> 15507 T156 C4 P57101 /update {wt=javabin&version=2} {add=[45 (1430284120329551873)]} 0 2
[junit4:junit4]   2> 15511 T157 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15514 T154 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15515 T180 C2 P59294 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 15518 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15521 T156 C4 P57101 REQ /replication {file=_0_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15524 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10046 (1430284120348426240)]} 0 2
[junit4:junit4]   2> 15524 T136 C3 P51611 /update {wt=javabin&version=2} {add=[46 (1430284120348426241)]} 0 1
[junit4:junit4]   2> 15525 T157 C4 P57101 REQ /replication {file=_0_MockSep_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15527 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10046 (1430284120352620544)]} 0 1
[junit4:junit4]   2> 15528 T155 C4 P57101 /update {wt=javabin&version=2} {add=[46 (1430284120352620545)]} 0 1
[junit4:junit4]   2> 15528 T156 C4 P57101 REQ /replication {file=_0_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15531 T157 C4 P57101 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15535 T154 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15538 T155 C4 P57101 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15541 T156 C4 P57101 REQ /replication {file=_0_MockSep_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15544 T157 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15548 T154 C4 P57101 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 15551 T155 C4 P57101 REQ /replication {file=_0_Disk_0.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15554 T156 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.blm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15557 T157 C4 P57101 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15560 T154 C4 P57101 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15563 T155 C4 P57101 REQ /replication {file=_0_Disk_0.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15567 T156 C4 P57101 REQ /replication {file=_0_MockSep_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15572 T157 C4 P57101 REQ /replication {file=_0_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15577 T154 C4 P57101 REQ /replication {file=_0_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15582 T155 C4 P57101 REQ /replication {file=_0_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15587 T156 C4 P57101 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15591 T157 C4 P57101 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15594 T154 C4 P57101 REQ /replication {file=_0_MockSep_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15597 T155 C4 P57101 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15600 T156 C4 P57101 REQ /replication {file=_0_MockSep_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15603 T157 C4 P57101 REQ /replication {file=_0_MockSep_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15604 T180 C2 P59294 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockSep_0.pyl, size=0}
[junit4:junit4]   2> 15606 T154 C4 P57101 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15607 T180 C2 P59294 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15608 T180 C2 P59294 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130323122350684
[junit4:junit4]   2> 15612 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15613 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15613 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15614 T180 C2 P59294 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index.20130323122350684
[junit4:junit4]   2> 15615 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[39 (-1430284120444895232)]} 0 1
[junit4:junit4]   2> 15615 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10039 (-1430284120443846656)]} 0 1
[junit4:junit4]   2> 15618 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[39 (-1430284120448040960)]} 0 1
[junit4:junit4]   2> 15618 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10039 (-1430284120448040961)]} 0 0
[junit4:junit4]   2> 15621 T135 C3 P51611 /update {wt=javabin&version=2} {add=[47 (1430284120450138112)]} 0 1
[junit4:junit4]   2> 15622 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10047 (1430284120451186688)]} 0 2
[junit4:junit4]   2> 15625 T157 C4 P57101 /update {wt=javabin&version=2} {add=[47 (1430284120454332416)]} 0 1
[junit4:junit4]   2> 15625 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10047 (1430284120454332417)]} 0 1
[junit4:junit4]   2> 15636 T137 C3 P51611 /update {wt=javabin&version=2} {add=[48 (1430284120465866752)]} 0 1
[junit4:junit4]   2> 15636 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10048 (1430284120465866753)]} 0 1
[junit4:junit4]   2> 15640 T155 C4 P57101 /update {wt=javabin&version=2} {add=[48 (1430284120470061056)]} 0 1
[junit4:junit4]   2> 15640 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10048 (1430284120470061057)]} 0 1
[junit4:junit4]   2> 15661 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[40 (-1430284120492081152)]} 0 1
[junit4:junit4]   2> 15661 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10040 (-1430284120493129728)]} 0 0
[junit4:junit4]   2> 15663 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[40 (-1430284120495226880)]} 0 0
[junit4:junit4]   2> 15664 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[10040 (-1430284120496275456)]} 0 1
[junit4:junit4]   2> 15666 T136 C3 P51611 /update {wt=javabin&version=2} {add=[49 (1430284120498372608)]} 0 1
[junit4:junit4]   2> 15667 T180 C2 P59294 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15667 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10049 (1430284120498372609)]} 0 1
[junit4:junit4]   2> 15667 T180 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15668 T180 C2 P59294 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15669 T180 C2 P59294 oass.SolrIndexSearcher.<init> Opening Searcher@1b97205 main
[junit4:junit4]   2> 15669 T155 C4 P57101 /update {wt=javabin&version=2} {add=[49 (1430284120501518336)]} 0 0
[junit4:junit4]   2> 15670 T179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b97205 main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C84/32)}
[junit4:junit4]   2> 15671 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10049 (1430284120502566912)]} 0 1
[junit4:junit4]   2> 15671 T180 C2 P59294 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72)
[junit4:junit4]   2> 15671 T180 C2 P59294 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/index
[junit4:junit4]   2> 15671 T180 C2 P59294 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@12d9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cced72)
[junit4:junit4]   2> 15673 T180 C2 P59294 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15674 T188 C2 P59294 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1364025215225/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=3745
[junit4:junit4]   2> 15675 T188 C2 P59294 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15676 T188 C2 P59294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 15676 T188 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 15677 T188 C2 P59294 oass.SolrIndexSearcher.<init> Opening Searcher@eacebc main
[junit4:junit4]   2> 15677 T188 C2 P59294 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15678 T179 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@eacebc main{StandardDirectoryReader(segments_2:4:nrt _0(5.0):C84/32)}
[junit4:junit4]   2> 15679 T188 C2 P59294 [collection1] {} 0 5
[junit4:junit4]   2> 15679 T188 C2 P59294 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=3745}
[junit4:junit4]   2> 15679 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15679 T180 C2 P59294 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15679 T180 C2 P59294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15681 T180 C2 P59294 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15741 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[41 (-1430284120575967232)]} 0 1
[junit4:junit4]   2> 15742 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10041 (-1430284120578064384)]} 0 1
[junit4:junit4]   2> 15743 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[41 (-1430284120579112960)]} 0 0
[junit4:junit4]   2> 15744 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10041 (-1430284120580161536)]} 0 0
[junit4:junit4]   2> 15747 T136 C3 P51611 /update {wt=javabin&version=2} {add=[50 (1430284120582258688)]} 0 1
[junit4:junit4]   2> 15747 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10050 (1430284120583307264)]} 0 0
[junit4:junit4]   2> 15750 T155 C4 P57101 /update {wt=javabin&version=2} {add=[50 (1430284120585404416)]} 0 1
[junit4:junit4]   2> 15751 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10050 (1430284120586452992)]} 0 1
[junit4:junit4]   2> 15778 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[43 (-1430284120615813120)]} 0 0
[junit4:junit4]   2> 15778 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10043 (-1430284120615813121)]} 0 0
[junit4:junit4]   2> 15780 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[43 (-1430284120617910272)]} 0 0
[junit4:junit4]   2> 15781 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10043 (-1430284120618958848)]} 0 0
[junit4:junit4]   2> 15784 T136 C3 P51611 /update {wt=javabin&version=2} {add=[51 (1430284120621056000)]} 0 1
[junit4:junit4]   2> 15784 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10051 (1430284120622104576)]} 0 1
[junit4:junit4]   2> 15787 T155 C4 P57101 /update {wt=javabin&version=2} {add=[51 (1430284120624201728)]} 0 1
[junit4:junit4]   2> 15788 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10051 (1430284120625250304)]} 0 1
[junit4:junit4]   2> 15803 T142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15804 T142 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59294__collection1",
[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:59294_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59294"}
[junit4:junit4]   2> 15809 T148 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> 15809 T161 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> 15809 T177 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> 15809 T141 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> 15855 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[45 (-1430284120696553472)]} 0 0
[junit4:junit4]   2> 15856 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10045 (-1430284120697602048)]} 0 1
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:59294_, base_url=http://127.0.0.1:59294}
[junit4:junit4]   2> 15861 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[45 (-1430284120699699200)]} 0 1
[junit4:junit4]   2> 15861 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[45 (-1430284120699699200)]} 0 3
[junit4:junit4]   2> 15863 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10045 (-1430284120701796352)]} 0 1
[junit4:junit4]   2> 15864 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[10045 (-1430284120701796352)]} 0 4
[junit4:junit4]   2> 15866 T136 C3 P51611 /update {wt=javabin&version=2} {add=[52 (1430284120707039232)]} 0 2
[junit4:junit4]   2> 15868 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10052 (1430284120709136384)]} 0 1
[junit4:junit4]   2> 15874 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1430284120711233536)]} 0 2
[junit4:junit4]   2> 15875 T156 C4 P57101 /update {wt=javabin&version=2} {add=[52 (1430284120711233536)]} 0 6
[junit4:junit4]   2> 15877 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10052 (1430284120713330688)]} 0 2
[junit4:junit4]   2> 15878 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10052 (1430284120713330688)]} 0 7
[junit4:junit4]   2> 15966 T135 C3 P51611 /update {wt=javabin&version=2} {add=[53 (1430284120811896832)]} 0 2
[junit4:junit4]   2> 15968 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10053 (1430284120813993984)]} 0 1
[junit4:junit4]   2> 15976 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1430284120816091136)]} 0 2
[junit4:junit4]   2> 15977 T170 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10053 (1430284120819236864)]} 0 2
[junit4:junit4]   2> 15977 T154 C4 P57101 /update {wt=javabin&version=2} {add=[53 (1430284120816091136)]} 0 8
[junit4:junit4]   2> 15978 T157 C4 P57101 /update {wt=javabin&version=2} {add=[10053 (1430284120819236864)]} 0 7
[junit4:junit4]   2> 15979 T118 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15980 T118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15986 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[47 (-1430284120833916928)]} 0 1
[junit4:junit4]   2> 15986 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[10047 (-1430284120833916929)]} 0 0
[junit4:junit4]   2> 15987 T118 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f701b
[junit4:junit4]   2> 15992 T172 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10047 (-1430284120838111233)]} 0 0
[junit4:junit4]   2> 15992 T173 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[47 (-1430284120838111232)]} 0 0
[junit4:junit4]   2> 15993 T173 C2 P59294 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f701b
[junit4:junit4]   2> 15993 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10047 (-1430284120838111233)]} 0 3
[junit4:junit4]   2> 15995 T173 C2 P59294 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: highlight
[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:972)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
[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=highlight,id=highlight
[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> 15996 T173 C2 P59294 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=4,adds=4,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=38,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15996 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10054 (1430284120844402688)]} 0 1
[junit4:junit4]   2> 15997 T173 C2 P59294 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15997 T118 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=4,adds=4,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=38,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15997 T173 C2 P59294 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15998 T173 C2 P59294 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 16003 T173 C2 P59294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Disk_0.dvdd, _0_1.del, _0.nvm, _0_Disk_0.dvdm, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19),segFN=segments_4,generation=4,filenames=[_2_Pulsing41_0.doc, _0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _2_MockSep_0.doc, _2_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_1.del, _2.fdt, _2_MockSep_0.tii, _2_MockSep_0.tib, _2.fdx, _2_Pulsing41_0.pos, _2.nvm, _2_TestBloomFilteredLucene41Postings_0.pos, _2_TestBloomFilteredLucene41Postings_0.tip, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_TestBloomFilteredLucene41Postings_0.tim, _2_MockSep_0.pos, _2_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _2_MockSep_0.skp, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0.nvd, _2_TestBloomFilteredLucene41Postings_0.blm, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _2_TestBloomFilteredLucene41Postings_0.doc, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _0_Disk_0.dvdd, _2_MockVariableIntBlock_0.tib, _2_MockSep_0.frq, _0.nvm, _0_Disk_0.dvdm, _2.fnm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _2_MockSep_0.pyl, _2_Disk_0.dvdd, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _2_Disk_0.dvdm, _0.fdt, segments_4]
[junit4:junit4]   2> 16003 T171 C2 P59294 /update {distrib.from=http://127.0.0.1:57101/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 16003 T173 C2 P59294 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2_Pulsing41_0.doc, _0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _2_MockSep_0.doc, _2_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _2_MockVariableIntBlock_0.pos, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_1.del, _2.fdt, _2_MockSep_0.tii, _2_MockSep_0.tib, _2.fdx, _2_Pulsing41_0.pos, _2.nvm, _2_TestBloomFilteredLucene41Postings_0.pos, _2_TestBloomFilteredLucene41Postings_0.tip, _2.nvd, _0_MockVariableIntBlock_0.frq, _2_TestBloomFilteredLucene41Postings_0.tim, _2_MockSep_0.pos, _2_MockVariableIntBlock_0.skp, _2.si, _2_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.doc, _2_MockSep_0.skp, _2_MockVariableIntBlock_0.frq, _2_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0.nvd, _2_TestBloomFilteredLucene41Postings_0.blm, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _2_TestBloomFilteredLucene41Postings_0.doc, _0_MockVariableIntBlock_0.tii, _2_MockVariableIntBlock_0.tii, _0_Disk_0.dvdd, _2_MockVariableIntBlock_0.tib, _2_MockSep_0.frq, _0.nvm, _0_Disk_0.dvdm, _2.fnm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _2_MockSep_0.pyl, _2_Disk_0.dvdd, _0_MockSep_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _2_Disk_0.dvdm, _0.fdt, segments_4]
[junit4:junit4]   2> 16004 T171 C2 P59294 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:148)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:453)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:589)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:348)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1813)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16005 T173 C2 P59294 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16005 T118 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16006 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[47 (-1430284120838111232)]} 0 16
[junit4:junit4]   2> 16007 T123 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d963d09000008
[junit4:junit4]   2> 16007 T171 C2 P59294 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f701b
[junit4:junit4]   2> 16008 T118 oaz.ZooKeeper.close Session: 0x13d963d09000008 closed
[junit4:junit4]   2> 16008 T171 C2 P59294 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=4,deletesById=4,deletesByQuery=0,errors=0,cumulative_adds=38,cumulative_deletesById=14,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16008 T120 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56917 which had sessionid 0x13d963d09000008
[junit4:junit4]   2> 16007 T148 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> 16008 T171 C2 P59294 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16009 T161 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16009 T141 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16009 T161 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> 16009 T141 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> 16010 T137 C3 P51611 /update {wt=javabin&version=2} {add=[54 (1430284120858034176)]} 0 1
[junit4:junit4]   2> 16011 T148 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 16011 T154 C4 P57101 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:59294/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:59294/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16012 T154 C4 P57101 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:59294 to recover
[junit4:junit4]   2> 16013 T154 C4 P57101 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16013 T157 C4 P57101 /update {wt=javabin&version=2} {add=[54 (1430284120862228480)]} 0 1
[junit4:junit4]   2> 16017 T154 C4 P57101 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:59294
[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:442)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1088)
[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:1813)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:59294 refused
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 	... 35 more
[junit4:junit4]   2> Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[junit4:junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[junit4:junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
[junit4:junit4]   2> 	at java.net.Socket.connect(Socket.java:579)
[junit4:junit4]   2> 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
[junit4:junit4]   2> 	... 42 more
[junit4:junit4]   2> 
[junit4:junit4]   2> 16019 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10054 (1430284120847548416)]} 0 20
[junit4:junit4]   2> 16023 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[50 (-1430284120872714240)]} 0 0
[junit4:junit4]   2> 16025 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[50 (-1430284120874811392)]} 0 0
[junit4:junit4]   2> 16029 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10050 (-1430284120879005696)]} 0 1
[junit4:junit4]   2> 16029 T134 C3 P51611 /update {wt=javabin&version=2} {add=[55 (1430284120877957120)]} 0 1
[junit4:junit4]   2> 16030 T118 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 16032 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10050 (-1430284120882151424)]} 0 0
[junit4:junit4]   2> 16033 T157 C4 P57101 /update {wt=javabin&version=2} {add=[55 (1430284120882151425)]} 0 1
[junit4:junit4]   2> 16035 T137 C3 P51611 /update {wt=javabin&version=2} {add=[10055 (1430284120884248576)]} 0 1
[junit4:junit4]   2> 16038 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10055 (1430284120887394304)]} 0 1
[junit4:junit4]   2> 16092 T136 C3 P51611 /update {wt=javabin&version=2} {add=[56 (1430284120944017408)]} 0 2
[junit4:junit4]   2> 16097 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10056 (1430284120949260288)]} 0 2
[junit4:junit4]   2> 16097 T155 C4 P57101 /update {wt=javabin&version=2} {add=[56 (1430284120949260288)]} 0 1
[junit4:junit4]   2> 16102 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10056 (1430284120954503168)]} 0 1
[junit4:junit4]   2> 16133 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[53 (-1430284120988057600)]} 0 0
[junit4:junit4]   2> 16137 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[53 (-1430284120992251904)]} 0 0
[junit4:junit4]   2> 16138 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10053 (-1430284120993300480)]} 0 0
[junit4:junit4]   2> 16142 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10053 (-1430284120997494784)]} 0 1
[junit4:junit4]   2> 16142 T137 C3 P51611 /update {wt=javabin&version=2} {add=[57 (1430284120996446208)]} 0 1
[junit4:junit4]   2> 16147 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10057 (1430284121001689088)]} 0 2
[junit4:junit4]   2> 16148 T157 C4 P57101 /update {wt=javabin&version=2} {add=[57 (1430284121001689088)]} 0 2
[junit4:junit4]   2> 16152 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10057 (1430284121006931968)]} 0 2
[junit4:junit4]   2> 16186 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[56 (-1430284121043632128)]} 0 1
[junit4:junit4]   2> 16190 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10056 (-1430284121047826432)]} 0 1
[junit4:junit4]   2> 16190 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[56 (-1430284121047826432)]} 0 1
[junit4:junit4]   2> 16194 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10056 (-1430284121052020736)]} 0 1
[junit4:junit4]   2> 16195 T137 C3 P51611 /update {wt=javabin&version=2} {add=[58 (1430284121052020736)]} 0 2
[junit4:junit4]   2> 16199 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10058 (1430284121056215040)]} 0 2
[junit4:junit4]   2> 16200 T157 C4 P57101 /update {wt=javabin&version=2} {add=[58 (1430284121057263616)]} 0 2
[junit4:junit4]   2> 16204 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10058 (1430284121061457920)]} 0 2
[junit4:junit4]   2> 16266 T135 C3 P51611 /update {wt=javabin&version=2} {add=[59 (1430284121126469632)]} 0 1
[junit4:junit4]   2> 16270 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10059 (1430284121130663936)]} 0 2
[junit4:junit4]   2> 16272 T154 C4 P57101 /update {wt=javabin&version=2} {add=[59 (1430284121131712512)]} 0 2
[junit4:junit4]   2> 16275 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10059 (1430284121135906816)]} 0 1
[junit4:junit4]   2> 16330 T137 C3 P51611 /update {wt=javabin&version=2} {add=[60 (1430284121193578496)]} 0 2
[junit4:junit4]   2> 16333 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10060 (1430284121196724224)]} 0 1
[junit4:junit4]   2> 16335 T156 C4 P57101 /update {wt=javabin&version=2} {add=[60 (1430284121197772800)]} 0 2
[junit4:junit4]   2> 16338 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10060 (1430284121201967104)]} 0 1
[junit4:junit4]   2> 16420 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[58 (-1430284121287950336)]} 0 1
[junit4:junit4]   2> 16423 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10058 (-1430284121292144640)]} 0 0
[junit4:junit4]   2> 16423 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[58 (-1430284121292144640)]} 0 0
[junit4:junit4]   2> 16427 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10058 (-1430284121296338944)]} 0 1
[junit4:junit4]   2> 16428 T137 C3 P51611 /update {wt=javabin&version=2} {add=[61 (1430284121296338944)]} 0 1
[junit4:junit4]   2> 16432 T134 C3 P51611 /update {wt=javabin&version=2} {add=[10061 (1430284121300533248)]} 0 2
[junit4:junit4]   2> 16433 T156 C4 P57101 /update {wt=javabin&version=2} {add=[61 (1430284121301581824)]} 0 2
[junit4:junit4]   2> 16436 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10061 (1430284121304727552)]} 0 1
[junit4:junit4]   2> 16489 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[59 (-1430284121361350656)]} 0 1
[junit4:junit4]   2> 16492 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[10059 (-1430284121364496384)]} 0 0
[junit4:junit4]   2> 16493 T157 C4 P57101 /update {wt=javabin&version=2} {delete=[59 (-1430284121365544960)]} 0 1
[junit4:junit4]   2> 16496 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[10059 (-1430284121368690688)]} 0 0
[junit4:junit4]   2> 16498 T134 C3 P51611 /update {wt=javabin&version=2} {add=[62 (1430284121369739264)]} 0 2
[junit4:junit4]   2> 16501 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10062 (1430284121372884992)]} 0 2
[junit4:junit4]   2> 16503 T156 C4 P57101 /update {wt=javabin&version=2} {add=[62 (1430284121373933568)]} 0 2
[junit4:junit4]   2> 16506 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10062 (1430284121378127872)]} 0 2
[junit4:junit4]   2> 16570 T137 C3 P51611 /update {wt=javabin&version=2} {delete=[60 (-1430284121446285312)]} 0 0
[junit4:junit4]   2> 16574 T135 C3 P51611 /update {wt=javabin&version=2} {delete=[10060 (-1430284121449431040)]} 0 1
[junit4:junit4]   2> 16574 T155 C4 P57101 /update {wt=javabin&version=2} {delete=[60 (-1430284121450479616)]} 0 0
[junit4:junit4]   2> 16577 T156 C4 P57101 /update {wt=javabin&version=2} {delete=[10060 (-1430284121453625344)]} 0 0
[junit4:junit4]   2> 16579 T134 C3 P51611 /update {wt=javabin&version=2} {add=[63 (1430284121454673920)]} 0 1
[junit4:junit4]   2> 16582 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10063 (1430284121457819648)]} 0 1
[junit4:junit4]   2> 16584 T157 C4 P57101 /update {wt=javabin&version=2} {add=[63 (1430284121459916800)]} 0 2
[junit4:junit4]   2> 16587 T154 C4 P57101 /update {wt=javabin&version=2} {add=[10063 (1430284121463062528)]} 0 1
[junit4:junit4]   2> 16678 T137 C3 P51611 /update {wt=javabin&version=2} {add=[64 (1430284121558482944)]} 0 2
[junit4:junit4]   2> 16681 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10064 (1430284121561628672)]} 0 1
[junit4:junit4]   2> 16683 T155 C4 P57101 /update {wt=javabin&version=2} {add=[64 (1430284121563725824)]} 0 2
[junit4:junit4]   2> 16686 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10064 (1430284121566871552)]} 0 1
[junit4:junit4]   2> 16692 T134 C3 P51611 /update {wt=javabin&version=2} {add=[65 (1430284121573163008)]} 0 1
[junit4:junit4]   2> 16695 T136 C3 P51611 /update {wt=javabin&version=2} {add=[10065 (1430284121576308736)]} 0 1
[junit4:junit4]   2> 16697 T154 C4 P57101 /update {wt=javabin&version=2} {add=[65 (1430284121578405888)]} 0 1
[junit4:junit4]   2> 16700 T155 C4 P57101 /update {wt=javabin&version=2} {add=[10065 (1430284121581551616)]} 0 1
[junit4:junit4]   2> 16789 T137 C3 P51611 /update {wt=javabin&version=2} {add=[66 (1430284121674874880)]} 0 1
[junit4:junit4]   2> 16791 T135 C3 P51611 /update {wt=javabin&version=2} {add=[10066 (1430284121678020608)]} 0 1
[junit4:junit4]   2> 16793 T157 C4 P57101 /update {wt=javabin&version=2} {add=[66 (1430284121679069184)]} 0 1
[junit4:junit4]   2> 16794 T156 C4 P57101 /update {wt=javabin&version=2} {add=[10066 (1430284121681166336)]} 0 0
[junit4:junit4]   2> 16803 T134 C3 P51611 /update {wt=javabin&version=2} {delete=[62 (-1430284121690603520)]} 0 0
[junit4:junit4]   2> 16804 T136 C3 P51611 /update {wt=javabin&version=2} {delete=[10062 (-1430284121691652096)]} 0 0
[junit4:junit4]   2> 16807 T154 C4 P57101 /update {wt=javabin&version=2} {delete=[62 (-1430284121694797824)]} 0 1
[junit4:ju

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

hreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 34783 T121 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 34856 T161 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 34856 T161 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> 34856 T161 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 34857 T161 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=MockVariableIntBlock(baseBlockSize=104), text=PostingsFormat(name=MockSep), _version_=PostingsFormat(name=TestBloomFilteredLucene41Postings), rnd_b=Pulsing41(freqCutoff=3 minBlockSize=79 maxBlockSize=234), intDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), timestamp=MockVariableIntBlock(baseBlockSize=104), id=Pulsing41(freqCutoff=3 minBlockSize=79 maxBlockSize=234), a_t=MockVariableIntBlock(baseBlockSize=104), range_facet_sl=Pulsing41(freqCutoff=3 minBlockSize=79 maxBlockSize=234), range_facet_si=MockVariableIntBlock(baseBlockSize=104), other_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), multiDefault=MockVariableIntBlock(baseBlockSize=104), a_si=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=en_US, timezone=Iran
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=34251864,total=159645696
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPhraseSuggestions, TestJoin, QueryEqualityTest, CoreAdminHandlerTest, ResourceLoaderTest, CSVRequestHandlerTest, TestLRUCache, SliceStateUpdateTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=8216276FC13A3BFF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Iran -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=178, name=coreLoadExecutor-65-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:524)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
[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:746)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$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@1b8fdd4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1174268)
[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=180, 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:524)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
[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@14b5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f31c19)
[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.12s, 1 test, 2 errors <<< FAILURES!

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

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



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

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

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

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

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:41861/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([6D674C5FAC30E796:EC81C247DB6F87AA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8902 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 1 T19 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 8 T19 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762
[junit4:junit4]   2> 11 T19 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 13 T20 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 34 T20 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 35 T20 oaz.Environment.logEnv Server environment:host.name=serv1
[junit4:junit4]   2> 35 T20 oaz.Environment.logEnv Server environment:java.version=1.8.0-ea
[junit4:junit4]   2> 35 T20 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 36 T20 oaz.Environment.logEnv Server environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/jre
[junit4:junit4]   2> 36 T20 oaz.Environment.logEnv Server environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 37 T20 oaz.Environment.logEnv Server environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 38 T20 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 38 T20 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 38 T20 oaz.Environment.logEnv Server environment:os.name=Linux
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:os.arch=i386
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:user.name=jenkins
[junit4:junit4]   2> 39 T20 oaz.Environment.logEnv Server environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 40 T20 oaz.Environment.logEnv Server environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 56 T20 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 56 T20 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 57 T20 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 68 T20 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 92 T20 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 113 T19 oasc.ZkTestServer.run start zk server on port:56831
[junit4:junit4]   2> 133 T19 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 134 T19 oaz.Environment.logEnv Client environment:host.name=serv1
[junit4:junit4]   2> 134 T19 oaz.Environment.logEnv Client environment:java.version=1.8.0-ea
[junit4:junit4]   2> 134 T19 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 135 T19 oaz.Environment.logEnv Client environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/jre
[junit4:junit4]   2> 135 T19 oaz.Environment.logEnv Client environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 136 T19 oaz.Environment.logEnv Client environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 137 T19 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 137 T19 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 137 T19 oaz.Environment.logEnv Client environment:os.name=Linux
[junit4:junit4]   2> 138 T19 oaz.Environment.logEnv Client environment:os.arch=i386
[junit4:junit4]   2> 141 T19 oaz.Environment.logEnv Client environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 141 T19 oaz.Environment.logEnv Client environment:user.name=jenkins
[junit4:junit4]   2> 142 T19 oaz.Environment.logEnv Client environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 142 T19 oaz.Environment.logEnv Client environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 144 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1aedbca
[junit4:junit4]   2> 168 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 171 T25 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 172 T25 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 510 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38205
[junit4:junit4]   2> 524 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38205
[junit4:junit4]   2> 530 T23 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 585 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0000 with negotiated timeout 10000 for client /127.0.0.1:38205
[junit4:junit4]   2> 585 T25 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0000, negotiated timeout = 10000
[junit4:junit4]   2> 590 T26 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aedbca name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 591 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 593 T19 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 618 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0000
[junit4:junit4]   2> 619 T26 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 619 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0000 closed
[junit4:junit4]   2> 620 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38205 which had sessionid 0x13d969291fc0000
[junit4:junit4]   2> 620 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ff647e
[junit4:junit4]   2> 621 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 622 T27 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 623 T27 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 623 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38206
[junit4:junit4]   2> 624 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38206
[junit4:junit4]   2> 625 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0001 with negotiated timeout 10000 for client /127.0.0.1:38206
[junit4:junit4]   2> 625 T27 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0001, negotiated timeout = 10000
[junit4:junit4]   2> 626 T28 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ff647e name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 627 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 636 T19 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 644 T19 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 651 T19 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 657 T19 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 662 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 673 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 680 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 681 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 687 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 687 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 692 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 692 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 697 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 698 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 705 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 706 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 712 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 713 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 721 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 722 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 730 T19 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 731 T19 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 740 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0001
[junit4:junit4]   2> 741 T28 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 741 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38206 which had sessionid 0x13d969291fc0001
[junit4:junit4]   2> 741 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0001 closed
[junit4:junit4]   2> 969 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1062 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40793
[junit4:junit4]   2> 1077 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1077 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1078 T19 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497
[junit4:junit4]   2> 1078 T19 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/solr.xml
[junit4:junit4]   2> 1079 T19 oasc.CoreContainer.<init> New CoreContainer 31641155
[junit4:junit4]   2> 1080 T19 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/'
[junit4:junit4]   2> 1080 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/'
[junit4:junit4]   2> 1131 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1132 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1133 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1133 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1134 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1135 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1136 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1137 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1137 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1159 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1435 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1451 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 1460 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1461 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@109dad9
[junit4:junit4]   2> 1462 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1463 T39 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1464 T39 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 1464 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38207
[junit4:junit4]   2> 1465 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38207
[junit4:junit4]   2> 1467 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0002 with negotiated timeout 20000 for client /127.0.0.1:38207
[junit4:junit4]   2> 1467 T39 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0002, negotiated timeout = 20000
[junit4:junit4]   2> 1467 T40 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@109dad9 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1468 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1470 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0002
[junit4:junit4]   2> 1471 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38207 which had sessionid 0x13d969291fc0002
[junit4:junit4]   2> 1471 T40 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1471 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0002 closed
[junit4:junit4]   2> 1473 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1483 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6afed0
[junit4:junit4]   2> 1485 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1485 T41 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1486 T41 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 1486 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38208
[junit4:junit4]   2> 1486 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38208
[junit4:junit4]   2> 1487 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0003 with negotiated timeout 20000 for client /127.0.0.1:38208
[junit4:junit4]   2> 1487 T41 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0003, negotiated timeout = 20000
[junit4:junit4]   2> 1488 T42 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6afed0 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1489 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1504 T19 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1510 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1513 T19 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1523 T19 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1526 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40793_
[junit4:junit4]   2> 1530 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40793_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40793_
[junit4:junit4]   2> 1531 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40793_
[junit4:junit4]   2> 1536 T19 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1635 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1636 T19 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1640 T19 oasc.Overseer.start Overseer (id=89393123875880963-127.0.0.1:40793_-n_0000000000) starting
[junit4:junit4]   2> 1641 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1648 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1651 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1653 T19 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1661 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1664 T44 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1664 T19 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1669 T19 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1673 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1684 T43 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1707 T45 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1
[junit4:junit4]   2> 1708 T45 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1710 T45 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1711 T45 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1718 T45 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1/'
[junit4:junit4]   2> 1719 T45 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1/lib/README' to classloader
[junit4:junit4]   2> 1719 T45 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1768 T45 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1847 T45 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1849 T45 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1885 T45 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2348 T45 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2358 T45 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2361 T45 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2390 T45 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2396 T45 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2401 T45 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2403 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2403 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2404 T45 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2406 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2406 T45 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2407 T45 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2407 T45 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1364030821497/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/
[junit4:junit4]   2> 2408 T45 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 2409 T45 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2410 T45 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data
[junit4:junit4]   2> 2410 T45 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/index/
[junit4:junit4]   2> 2410 T45 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2411 T45 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/index
[junit4:junit4]   2> 2413 T45 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@17e0e5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@54b93f)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2413 T45 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2424 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2425 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2425 T45 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2426 T45 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2427 T45 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2427 T45 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2427 T45 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2428 T45 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2428 T45 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2431 T45 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2436 T45 oass.SolrIndexSearcher.<init> Opening Searcher@72307e main
[junit4:junit4]   2> 2440 T45 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/control/data/tlog
[junit4:junit4]   2> 2447 T45 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2447 T45 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2455 T46 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72307e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2459 T45 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2459 T45 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3193 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3195 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40793_",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 3195 T43 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 3206 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 3218 T42 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> 3462 T45 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3462 T45 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40793 collection:control_collection shard:shard1
[junit4:junit4]   2> 3468 T45 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 3478 T45 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3489 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3489 T45 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3490 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3493 T45 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3494 T45 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3496 T45 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40793/collection1/
[junit4:junit4]   2> 3496 T45 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3496 T45 oasc.SyncStrategy.syncToMe http://127.0.0.1:40793/collection1/ has no replicas
[junit4:junit4]   2> 3497 T45 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40793/collection1/
[junit4:junit4]   2> 3497 T45 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3503 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4725 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4793 T42 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> 4809 T45 oasc.ZkController.register We are http://127.0.0.1:40793/collection1/ and leader is http://127.0.0.1:40793/collection1/
[junit4:junit4]   2> 4811 T45 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40793
[junit4:junit4]   2> 4811 T45 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4811 T45 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4811 T45 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4814 T45 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4816 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 4817 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4832 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4838 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4840 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@c6066c
[junit4:junit4]   2> 4841 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4841 T48 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4842 T48 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 4842 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38212
[junit4:junit4]   2> 4842 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38212
[junit4:junit4]   2> 4843 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0004 with negotiated timeout 10000 for client /127.0.0.1:38212
[junit4:junit4]   2> 4843 T48 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0004, negotiated timeout = 10000
[junit4:junit4]   2> 4844 T49 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c6066c name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4844 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4846 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4851 T19 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4914 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4916 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50808
[junit4:junit4]   2> 4917 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4917 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4918 T19 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605
[junit4:junit4]   2> 4918 T19 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/solr.xml
[junit4:junit4]   2> 4919 T19 oasc.CoreContainer.<init> New CoreContainer 412172
[junit4:junit4]   2> 4919 T19 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/'
[junit4:junit4]   2> 4919 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/'
[junit4:junit4]   2> 4940 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4940 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4941 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4941 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4941 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4942 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4942 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4943 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4943 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4943 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4951 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4965 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 4966 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4966 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@db0f6a
[junit4:junit4]   2> 4968 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4968 T59 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4969 T59 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 4969 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38213
[junit4:junit4]   2> 4970 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38213
[junit4:junit4]   2> 4971 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0005 with negotiated timeout 20000 for client /127.0.0.1:38213
[junit4:junit4]   2> 4971 T59 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0005, negotiated timeout = 20000
[junit4:junit4]   2> 4971 T60 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@db0f6a name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4971 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4973 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0005
[junit4:junit4]   2> 4974 T60 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4974 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0005 closed
[junit4:junit4]   2> 4974 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38213 which had sessionid 0x13d969291fc0005
[junit4:junit4]   2> 4975 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4978 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1219972
[junit4:junit4]   2> 4979 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4979 T61 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4980 T61 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 4980 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38214
[junit4:junit4]   2> 4981 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38214
[junit4:junit4]   2> 4982 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0006 with negotiated timeout 20000 for client /127.0.0.1:38214
[junit4:junit4]   2> 4982 T61 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0006, negotiated timeout = 20000
[junit4:junit4]   2> 4983 T62 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1219972 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4983 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4984 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4986 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4989 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5993 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50808_
[junit4:junit4]   2> 5994 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50808_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50808_
[junit4:junit4]   2> 5996 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50808_
[junit4:junit4]   2> 6000 T49 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6000 T62 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6001 T42 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6001 T42 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> 6010 T63 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1
[junit4:junit4]   2> 6011 T63 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6012 T63 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6012 T63 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6014 T63 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1/'
[junit4:junit4]   2> 6014 T63 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1/lib/README' to classloader
[junit4:junit4]   2> 6015 T63 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6048 T63 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6087 T63 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6089 T63 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6118 T63 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6302 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6303 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40793_",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 6309 T62 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> 6309 T42 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> 6309 T49 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> 6507 T63 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6517 T63 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6522 T63 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6548 T63 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6553 T63 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6557 T63 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6558 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6559 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6559 T63 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6561 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6561 T63 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6561 T63 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6562 T63 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/
[junit4:junit4]   2> 6562 T63 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 6562 T63 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6563 T63 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1
[junit4:junit4]   2> 6563 T63 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/index/
[junit4:junit4]   2> 6563 T63 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6564 T63 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/index
[junit4:junit4]   2> 6565 T63 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6566 T63 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6568 T63 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6568 T63 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6570 T63 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6571 T63 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6571 T63 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6572 T63 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6572 T63 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6573 T63 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6573 T63 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6576 T63 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6579 T63 oass.SolrIndexSearcher.<init> Opening Searcher@c51a60 main
[junit4:junit4]   2> 6579 T63 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty1/tlog
[junit4:junit4]   2> 6580 T63 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6580 T63 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6589 T64 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c51a60 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6594 T63 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6594 T63 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7817 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7820 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 7821 T43 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 7822 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7885 T62 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> 7885 T42 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> 7885 T49 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> 8598 T63 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8599 T63 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50808 collection:collection1 shard:shard1
[junit4:junit4]   2> 8600 T63 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8611 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8612 T63 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8612 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8616 T63 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8616 T63 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8616 T63 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 8616 T63 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8617 T63 oasc.SyncStrategy.syncToMe http://127.0.0.1:50808/collection1/ has no replicas
[junit4:junit4]   2> 8617 T63 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 8617 T63 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8623 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9395 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9416 T42 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> 9416 T49 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> 9416 T62 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> 9429 T63 oasc.ZkController.register We are http://127.0.0.1:50808/collection1/ and leader is http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 9429 T63 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50808
[junit4:junit4]   2> 9430 T63 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9430 T63 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9431 T63 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9435 T63 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9438 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 9439 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9440 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9511 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9513 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41861
[junit4:junit4]   2> 9514 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9514 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9515 T19 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202
[junit4:junit4]   2> 9515 T19 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/solr.xml
[junit4:junit4]   2> 9516 T19 oasc.CoreContainer.<init> New CoreContainer 5665360
[junit4:junit4]   2> 9516 T19 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/'
[junit4:junit4]   2> 9516 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/'
[junit4:junit4]   2> 9541 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 9542 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9542 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9543 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9543 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9543 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9544 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9544 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9544 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9545 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9552 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9563 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 9564 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9564 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@636b44
[junit4:junit4]   2> 9566 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9566 T75 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9567 T75 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 9567 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38215
[junit4:junit4]   2> 9567 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38215
[junit4:junit4]   2> 9568 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0007 with negotiated timeout 20000 for client /127.0.0.1:38215
[junit4:junit4]   2> 9568 T75 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0007, negotiated timeout = 20000
[junit4:junit4]   2> 9569 T76 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@636b44 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9569 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9571 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0007
[junit4:junit4]   2> 9572 T76 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9572 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0007 closed
[junit4:junit4]   2> 9572 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38215 which had sessionid 0x13d969291fc0007
[junit4:junit4]   2> 9573 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 9577 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@325391
[junit4:junit4]   2> 9578 T77 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9578 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9578 T77 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 9578 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38216
[junit4:junit4]   2> 9579 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38216
[junit4:junit4]   2> 9580 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0008 with negotiated timeout 20000 for client /127.0.0.1:38216
[junit4:junit4]   2> 9580 T77 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0008, negotiated timeout = 20000
[junit4:junit4]   2> 9581 T78 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@325391 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9581 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9582 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9584 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9587 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10593 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41861_
[junit4:junit4]   2> 10594 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41861_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41861_
[junit4:junit4]   2> 10596 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41861_
[junit4:junit4]   2> 10601 T49 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> 10601 T62 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> 10603 T42 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10604 T42 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> 10604 T78 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10608 T49 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10608 T62 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10618 T79 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1
[junit4:junit4]   2> 10618 T79 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10620 T79 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10621 T79 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10624 T79 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1/'
[junit4:junit4]   2> 10625 T79 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1/lib/README' to classloader
[junit4:junit4]   2> 10626 T79 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10670 T79 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10714 T79 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10716 T79 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10738 T79 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10930 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10932 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 10950 T49 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> 10950 T78 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> 10950 T62 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> 10950 T42 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> 11167 T79 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11177 T79 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11180 T79 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11213 T79 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11219 T79 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11223 T79 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11224 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11225 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11225 T79 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11227 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11227 T79 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11227 T79 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11227 T79 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1364030830202/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/
[junit4:junit4]   2> 11228 T79 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 11228 T79 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11229 T79 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2
[junit4:junit4]   2> 11229 T79 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/index/
[junit4:junit4]   2> 11229 T79 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11230 T79 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/index
[junit4:junit4]   2> 11231 T79 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11232 T79 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11234 T79 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11234 T79 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11235 T79 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11236 T79 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11237 T79 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11237 T79 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11238 T79 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11238 T79 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11239 T79 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11241 T79 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11244 T79 oass.SolrIndexSearcher.<init> Opening Searcher@fdda71 main
[junit4:junit4]   2> 11244 T79 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty2/tlog
[junit4:junit4]   2> 11245 T79 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11245 T79 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11254 T80 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdda71 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11258 T79 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11258 T79 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12460 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12463 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41861",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41861_",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 12464 T43 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12464 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 12565 T78 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> 12565 T49 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> 12565 T62 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> 12566 T42 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> 13293 T79 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13293 T79 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41861 collection:collection1 shard:shard2
[junit4:junit4]   2> 13295 T79 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 13310 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 13312 T79 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 13313 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13319 T79 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 13320 T79 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 13320 T79 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 13321 T79 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 13321 T79 oasc.SyncStrategy.syncToMe http://127.0.0.1:41861/collection1/ has no replicas
[junit4:junit4]   2> 13322 T79 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 13322 T79 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 13331 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14079 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14101 T42 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> 14101 T78 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> 14101 T49 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> 14101 T62 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> 14140 T79 oasc.ZkController.register We are http://127.0.0.1:41861/collection1/ and leader is http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 14141 T79 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41861
[junit4:junit4]   2> 14141 T79 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 14142 T79 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14142 T79 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14146 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14149 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 14150 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14151 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14218 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14220 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34188
[junit4:junit4]   2> 14221 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14222 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14222 T19 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913
[junit4:junit4]   2> 14222 T19 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/solr.xml
[junit4:junit4]   2> 14223 T19 oasc.CoreContainer.<init> New CoreContainer 28833865
[junit4:junit4]   2> 14223 T19 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/'
[junit4:junit4]   2> 14223 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/'
[junit4:junit4]   2> 14243 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 14243 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14244 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14244 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14245 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14246 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14246 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14247 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14247 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14248 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14256 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14266 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 14267 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14267 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@91febf
[junit4:junit4]   2> 14268 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14268 T91 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14269 T91 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 14269 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38218
[junit4:junit4]   2> 14270 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38218
[junit4:junit4]   2> 14271 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc0009 with negotiated timeout 20000 for client /127.0.0.1:38218
[junit4:junit4]   2> 14271 T91 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc0009, negotiated timeout = 20000
[junit4:junit4]   2> 14271 T92 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@91febf name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14272 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14274 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0009
[junit4:junit4]   2> 14276 T92 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14276 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38218 which had sessionid 0x13d969291fc0009
[junit4:junit4]   2> 14276 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0009 closed
[junit4:junit4]   2> 14277 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 14280 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ed7e70
[junit4:junit4]   2> 14281 T93 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14281 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14281 T93 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 14282 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38219
[junit4:junit4]   2> 14283 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38219
[junit4:junit4]   2> 14284 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000a with negotiated timeout 20000 for client /127.0.0.1:38219
[junit4:junit4]   2> 14284 T93 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000a, negotiated timeout = 20000
[junit4:junit4]   2> 14284 T94 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ed7e70 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14285 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14286 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14288 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14293 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15301 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34188_
[junit4:junit4]   2> 15302 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34188_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34188_
[junit4:junit4]   2> 15304 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34188_
[junit4:junit4]   2> 15309 T62 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> 15309 T49 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> 15310 T78 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15310 T42 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15310 T94 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15310 T78 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> 15311 T42 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> 15313 T62 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15313 T49 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15327 T95 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1
[junit4:junit4]   2> 15328 T95 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15330 T95 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15330 T95 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15334 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1/'
[junit4:junit4]   2> 15335 T95 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1/lib/README' to classloader
[junit4:junit4]   2> 15336 T95 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15373 T95 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 15407 T95 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15409 T95 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15423 T95 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15617 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15618 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41861",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41861_",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 15624 T78 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> 15625 T49 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> 15624 T62 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> 15625 T42 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> 15624 T94 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> 15799 T95 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15808 T95 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15810 T95 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15844 T95 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15849 T95 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15853 T95 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15856 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15857 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15857 T95 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15860 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15861 T95 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15861 T95 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15862 T95 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1364030834913/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/
[junit4:junit4]   2> 15862 T95 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 15864 T95 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15865 T95 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3
[junit4:junit4]   2> 15865 T95 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index/
[junit4:junit4]   2> 15866 T95 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15866 T95 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index
[junit4:junit4]   2> 15869 T95 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1bd9839 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4256e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15870 T95 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15875 T95 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15875 T95 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15876 T95 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15878 T95 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15880 T95 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15880 T95 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15881 T95 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15883 T95 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15884 T95 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15888 T95 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15893 T95 oass.SolrIndexSearcher.<init> Opening Searcher@1185d9 main
[junit4:junit4]   2> 15894 T95 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/tlog
[junit4:junit4]   2> 15894 T95 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15894 T95 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15905 T96 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1185d9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15913 T95 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15913 T95 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17134 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17137 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34188_",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 17137 T43 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17138 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17152 T94 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> 17152 T62 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> 17152 T42 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> 17152 T49 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> 17152 T78 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> 17916 T95 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17917 T95 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34188 collection:collection1 shard:shard1
[junit4:junit4]   2> 17925 T95 oasc.ZkController.register We are http://127.0.0.1:34188/collection1/ and leader is http://127.0.0.1:50808/collection1/
[junit4:junit4]   2> 17925 T95 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34188
[junit4:junit4]   2> 17926 T95 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 17926 T95 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@c0b379 url=http://127.0.0.1:34188/collection1 node=127.0.0.1:34188_ C1_STATE=coll:collection1 core:collection1 props:{state=down, collection=collection1, core=collection1, base_url=http://127.0.0.1:34188, node_name=127.0.0.1:34188_}
[junit4:junit4]   2> 17933 T97 C1 P34188 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 17935 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17935 T95 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17935 T97 C1 P34188 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 17936 T97 C1 P34188 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17938 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 17938 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17939 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17940 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18023 T19 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18025 T19 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41291
[junit4:junit4]   2> 18025 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18026 T19 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18026 T19 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707
[junit4:junit4]   2> 18027 T19 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/solr.xml
[junit4:junit4]   2> 18027 T19 oasc.CoreContainer.<init> New CoreContainer 23381670
[junit4:junit4]   2> 18027 T19 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/'
[junit4:junit4]   2> 18028 T19 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/'
[junit4:junit4]   2> 18045 T19 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 18046 T19 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18046 T19 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 18047 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18047 T19 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18047 T19 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18048 T19 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18048 T19 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18048 T19 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18049 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 18055 T19 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18070 T19 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56831/solr
[junit4:junit4]   2> 18071 T19 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 18071 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1349558
[junit4:junit4]   2> 18072 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18072 T108 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18073 T108 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 18073 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38220
[junit4:junit4]   2> 18074 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38220
[junit4:junit4]   2> 18075 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000b with negotiated timeout 20000 for client /127.0.0.1:38220
[junit4:junit4]   2> 18075 T108 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000b, negotiated timeout = 20000
[junit4:junit4]   2> 18076 T109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1349558 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18076 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18078 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc000b
[junit4:junit4]   2> 18079 T109 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 18079 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38220 which had sessionid 0x13d969291fc000b
[junit4:junit4]   2> 18079 T19 oaz.ZooKeeper.close Session: 0x13d969291fc000b closed
[junit4:junit4]   2> 18080 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 18084 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ca0085
[junit4:junit4]   2> 18085 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18085 T110 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18086 T110 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 18086 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38221
[junit4:junit4]   2> 18087 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38221
[junit4:junit4]   2> 18088 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000c with negotiated timeout 20000 for client /127.0.0.1:38221
[junit4:junit4]   2> 18088 T110 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000c, negotiated timeout = 20000
[junit4:junit4]   2> 18088 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ca0085 name:ZooKeeperConnection Watcher:127.0.0.1:56831/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18088 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18090 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18092 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18095 T19 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 18661 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18663 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34188_",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 18678 T62 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> 18678 T94 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> 18679 T111 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> 18678 T42 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> 18678 T78 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> 18678 T49 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> 19101 T19 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41291_
[junit4:junit4]   2> 19102 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41291_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41291_
[junit4:junit4]   2> 19105 T19 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41291_
[junit4:junit4]   2> 19108 T49 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> 19109 T78 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> 19109 T94 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19108 T111 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> 19109 T42 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> 19109 T62 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> 19110 T94 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> 19112 T49 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19113 T78 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19115 T42 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19115 T62 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19115 T111 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19120 T112 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1
[junit4:junit4]   2> 19120 T112 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 19121 T112 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 19122 T112 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 19123 T112 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1/'
[junit4:junit4]   2> 19124 T112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1/lib/README' to classloader
[junit4:junit4]   2> 19125 T112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 19159 T112 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19200 T56 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&onlyIfLeader=true&version=2&nodeName=127.0.0.1:34188_&wt=javabin&core=collection1&coreNodeName=4&checkLive=true&action=PREPRECOVERY} status=0 QTime=1001 
[junit4:junit4]   2> 19207 T112 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19208 T112 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19223 T112 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19664 T112 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19673 T112 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19676 T112 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19702 T112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19707 T112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19712 T112 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19715 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19715 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19716 T112 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19717 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19718 T112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19718 T112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19718 T112 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1364030838707/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/
[junit4:junit4]   2> 19718 T112 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 19719 T112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19720 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4
[junit4:junit4]   2> 19720 T112 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index/
[junit4:junit4]   2> 19720 T112 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19720 T112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index
[junit4:junit4]   2> 19722 T112 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@37b47a lockFactory=org.apache.lucene.store.NativeFSLockFactory@20354d)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19722 T112 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19724 T112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19725 T112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19725 T112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19726 T112 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19727 T112 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19727 T112 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19727 T112 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19728 T112 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19729 T112 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19731 T112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19733 T112 oass.SolrIndexSearcher.<init> Opening Searcher@1e812cd main
[junit4:junit4]   2> 19734 T112 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/tlog
[junit4:junit4]   2> 19734 T112 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19734 T112 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19745 T113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e812cd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19749 T112 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19749 T112 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20186 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20188 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41291",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41291_",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 20188 T43 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 20189 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 20196 T49 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> 20197 T78 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> 20197 T111 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> 20197 T42 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> 20197 T62 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> 20197 T94 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> 20751 T112 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 20751 T112 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41291 collection:collection1 shard:shard2
[junit4:junit4]   2> 20759 T112 oasc.ZkController.register We are http://127.0.0.1:41291/collection1/ and leader is http://127.0.0.1:41861/collection1/
[junit4:junit4]   2> 20760 T112 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41291
[junit4:junit4]   2> 20760 T112 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 20760 T112 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@e16fe9 url=http://127.0.0.1:41291/collection1 node=127.0.0.1:41291_ C2_STATE=coll:collection1 core:collection1 props:{state=down, collection=collection1, core=collection1, base_url=http://127.0.0.1:41291, node_name=127.0.0.1:41291_}
[junit4:junit4]   2> 20762 T114 C2 P41291 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20763 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20763 T112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20763 T114 C2 P41291 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20764 T114 C2 P41291 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20766 T19 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 20767 T114 C2 P41291 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20767 T19 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20769 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20777 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20781 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20793 T56 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/onenodecollectioncore
[junit4:junit4]   2> 20794 T56 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 20795 T56 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 20796 T56 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 20799 T56 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 20800 T56 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 20806 T56 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 20810 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/onenodecollectioncore/'
[junit4:junit4]   2> 20865 T56 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 20912 T56 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 20914 T56 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 20926 T56 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C1_STATE=coll:collection1 core:collection1 props:{state=recovering, collection=collection1, core=collection1, base_url=http://127.0.0.1:34188, node_name=127.0.0.1:34188_, shard=shard1}
[junit4:junit4]   2> 21243 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50808/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 21248 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 21255 T97 C1 P34188 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:34188 START replicas=[http://127.0.0.1:50808/collection1/] nUpdates=100
[junit4:junit4]   2> 21259 T97 C1 P34188 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21259 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 21260 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 21260 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 21260 T97 C1 P34188 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21261 T97 C1 P34188 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50808/collection1/. core=collection1
[junit4:junit4]   2> 21261 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@1588bd1 url=http://127.0.0.1:50808/collection1 node=127.0.0.1:50808_ C3_STATE=coll:collection1 core:collection1 props:{state=active, collection=collection1, core=collection1, base_url=http://127.0.0.1:50808, node_name=127.0.0.1:50808_, shard=shard1, leader=true}
[junit4:junit4]   2> 21282 T58 C3 P50808 REQ /get {distrib=false&version=2&wt=javabin&getVersions=100&qt=/get} status=0 QTime=2 
[junit4:junit4]   2> 21288 T57 C3 P50808 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21291 T57 C3 P50808 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21291 T57 C3 P50808 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21292 T57 C3 P50808 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1373fda lockFactory=org.apache.lucene.store.NativeFSLockFactory@124d304)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21293 T57 C3 P50808 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21294 T57 C3 P50808 oass.SolrIndexSearcher.<init> Opening Searcher@9827cc realtime
[junit4:junit4]   2> 21294 T57 C3 P50808 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21295 T57 C3 P50808 /update {version=2&waitSearcher=true&commit=true&wt=javabin&softCommit=false&openSearcher=false&commit_end_point=true} {commit=} 0 13
[junit4:junit4]   2> 21317 T97 C1 P34188 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21318 T97 C1 P34188 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 21323 T97 C1 P34188 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21336 T56 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 21345 T56 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 21347 T57 C3 P50808 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21347 T56 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 21347 T57 C3 P50808 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=22 
[junit4:junit4]   2> 21349 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 21349 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21349 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21353 T55 C3 P50808 REQ /replication {version=2&wt=javabin&generation=2&command=filelist&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 21354 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 21355 T97 C1 P34188 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty3/index.20130323182722108
[junit4:junit4]   2> 21355 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7cbbd1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@10a7c7d) fullCopy=false
[junit4:junit4]   2> 21363 T58 C3 P50808 REQ /replication {checksum=true&wt=filestream&generation=2&command=filecontent&qt=/replication&file=segments_2} status=0 QTime=2 
[junit4:junit4]   2> 21368 T97 C1 P34188 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 21372 T56 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 21379 T56 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 21379 T97 C1 P34188 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 21380 T97 C1 P34188 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 21386 T97 C1 P34188 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1bd9839 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4256e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1bd9839 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d4256e)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21387 T97 C1 P34188 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21387 T97 C1 P34188 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 21388 T97 C1 P34188 oass.SolrIndexSearcher.<init> Opening Searcher@1a6f141 main
[junit4:junit4]   2> 21388 T56 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 21390 T96 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a6f141 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 21390 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 21390 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 21391 T97 C1 P34188 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 21391 T56 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 21391 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 21392 T97 C1 P34188 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 21392 T97 C1 P34188 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21393 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 21393 T56 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 21394 T56 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 21394 T97 C1 P34188 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 21394 T56 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1364030825605/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/
[junit4:junit4]   2> 21396 T56 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@150274
[junit4:junit4]   2> 21397 T56 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 21398 T56 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection
[junit4:junit4]   2> 21398 T56 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/index/
[junit4:junit4]   2> 21398 T56 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 21399 T56 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/index
[junit4:junit4]   2> 21401 T56 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@159bc60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6846a3)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21401 T56 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21404 T56 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 21404 T56 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 21405 T56 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 21406 T56 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 21406 T56 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 21407 T56 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 21407 T56 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 21408 T56 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 21409 T56 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 21411 T56 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 21414 T56 oass.SolrIndexSearcher.<init> Opening Searcher@1192da5 main
[junit4:junit4]   2> 21414 T56 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection/tlog
[junit4:junit4]   2> 21415 T56 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 21415 T56 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 21421 T118 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@1192da5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 21424 T56 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 21706 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21709 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41291",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41291_",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 21717 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34188",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34188_",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 21726 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 21726 T43 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 21727 T43 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 21736 T49 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> 21736 T94 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> 21736 T62 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> 21737 T42 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> 21737 T111 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> 21736 T78 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> 21779 T72 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&onlyIfLeader=true&version=2&nodeName=127.0.0.1:41291_&wt=javabin&core=collection1&coreNodeName=5&checkLive=true&action=PREPRECOVERY} status=0 QTime=1000 
[junit4:junit4]   2> 22429 T56 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 22430 T56 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:50808 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 22432 T56 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 22447 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 22448 T56 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 22449 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22454 T56 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 22454 T56 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 22455 T56 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50808/onenodecollectioncore/
[junit4:junit4]   2> 22456 T56 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 22456 T56 oasc.SyncStrategy.syncToMe http://127.0.0.1:50808/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 22457 T56 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50808/onenodecollectioncore/
[junit4:junit4]   2> 22458 T56 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 22467 T24 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d969291fc0006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23263 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23284 T78 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> 23285 T94 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> 23285 T62 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> 23285 T49 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> 23285 T111 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> 23285 T42 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> 23325 T56 oasc.ZkController.register We are http://127.0.0.1:50808/onenodecollectioncore/ and leader is http://127.0.0.1:50808/onenodecollectioncore/
[junit4:junit4]   2> 23326 T56 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:50808
[junit4:junit4]   2> 23327 T56 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 23327 T56 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 23331 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23333 T56 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=onenodecollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1364030820762/onenodecollection&version=2&name=onenodecollectioncore&wt=javabin&roles=none&numShards=1&action=CREATE} status=0 QTime=2541 
[junit4:junit4]   2> 23334 T19 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 23335 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C2_STATE=coll:collection1 core:collection1 props:{state=recovering, collection=collection1, core=collection1, base_url=http://127.0.0.1:41291, node_name=127.0.0.1:41291_, shard=shard2}
[junit4:junit4]   2> 23781 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41861/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23781 T114 C2 P41291 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:41291 START replicas=[http://127.0.0.1:41861/collection1/] nUpdates=100
[junit4:junit4]   2> 23782 T114 C2 P41291 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23783 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23783 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23783 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23784 T114 C2 P41291 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23784 T114 C2 P41291 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41861/collection1/. core=collection1
[junit4:junit4]   2> 23785 T114 C2 P41291 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@51cca4 url=http://127.0.0.1:41861/collection1 node=127.0.0.1:41861_ C4_STATE=coll:collection1 core:collection1 props:{state=active, collection=collection1, core=collection1, base_url=http://127.0.0.1:41861, node_name=127.0.0.1:41861_, shard=shard2, leader=true}
[junit4:junit4]   2> 23793 T71 C4 P41861 REQ /get {distrib=false&version=2&wt=javabin&getVersions=100&qt=/get} status=0 QTime=1 
[junit4:junit4]   2> 23796 T73 C4 P41861 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23799 T73 C4 P41861 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23800 T73 C4 P41861 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23801 T73 C4 P41861 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f27f5d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ea7c6e)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23801 T73 C4 P41861 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23802 T73 C4 P41861 oass.SolrIndexSearcher.<init> Opening Searcher@1d1ddfa realtime
[junit4:junit4]   2> 23803 T73 C4 P41861 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23803 T73 C4 P41861 /update {version=2&waitSearcher=true&commit=true&wt=javabin&softCommit=false&openSearcher=false&commit_end_point=true} {commit=} 0 7
[junit4:junit4]   2> 23805 T114 C2 P41291 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23805 T114 C2 P41291 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23809 T71 C4 P41861 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23809 T71 C4 P41861 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 23811 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23811 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23811 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23813 T73 C4 P41861 REQ /replication {version=2&wt=javabin&generation=2&command=filelist&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 23814 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23815 T114 C2 P41291 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1364030820762/jetty4/index.20130323182724568
[junit4:junit4]   2> 23815 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@132ac7d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f4095b) fullCopy=false
[junit4:junit4]   2> 23819 T72 C4 P41861 REQ /replication {checksum=true&wt=filestream&generation=2&command=filecontent&qt=/replication&file=segments_2} status=0 QTime=1 
[junit4:junit4]   2> 23820 T114 C2 P41291 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23822 T114 C2 P41291 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23823 T114 C2 P41291 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23824 T114 C2 P41291 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@37b47a lockFactory=org.apache.lucene.store.NativeFSLockFactory@20354d)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@37b47a lockFactory=org.apache.lucene.store.NativeFSLockFactory@20354d)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23825 T114 C2 P41291 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23825 T114 C2 P41291 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23826 T114 C2 P41291 oass.SolrIndexSearcher.<init> Opening Searcher@18760f1 main
[junit4:junit4]   2> 23827 T113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18760f1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23828 T114 C2 P41291 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23828 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23829 T114 C2 P41291 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23829 T114 C2 P41291 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23830 T114 C2 P41291 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 24339 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24802 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24804 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50808",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50808_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:50808__onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 24813 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41291",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41291_",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 24824 T42 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> 24825 T62 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> 24825 T111 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> 24824 T49 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> 24824 T78 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> 24824 T94 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> 25343 T19 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25347 T19 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 25348 T19 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 25394 T19 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56831 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@fc0b5
[junit4:junit4]   2> 25395 T19 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 25396 T121 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:56831. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 25397 T121 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:56831, initiating session
[junit4:junit4]   2> 25397 T21 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38239
[junit4:junit4]   2> 25398 T21 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38239
[junit4:junit4]   2> 25400 T23 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d969291fc000d with negotiated timeout 10000 for client /127.0.0.1:38239
[junit4:junit4]   2> 25400 T121 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:56831, sessionid = 0x13d969291fc000d, negotiated timeout = 10000
[junit4:junit4]   2> 25401 T122 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fc0b5 name:ZooKeeperConnection Watcher:127.0.0.1:56831 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 25401 T19 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 25542 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc000d
[junit4:junit4]   2> 25544 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38239 which had sessionid 0x13d969291fc000d
[junit4:junit4]   2> 25544 T122 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25544 T19 oaz.ZooKeeper.close Session: 0x13d969291fc000d closed
[junit4:junit4]   2> 25546 T24 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d969291fc0004
[junit4:junit4]   2> 25547 T49 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25547 T21 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38212 which had sessionid 0x13d969291fc0004
[junit4:junit4]   2> 25547 T19 oaz.ZooKeeper.close Session: 0x13d969291fc0004 closed
[junit4:junit4]   2> 25554 T19 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 40793
[junit4:junit4]   2> 25555 T19 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=31641155
[junit4:junit4]   2> 26341 T43 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26344 T43 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40793_",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 26354 T78 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> 26354 T111 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> 26354 T62 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> 26354 T94 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> 26354 T42 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> 27558 T19 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 27559 T19 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 27569 T19 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ca37e0
[junit4:junit4]   2> 27581 T19 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 27582 T19 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27583 T19 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27583 T19 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter 

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

rol_collection":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"1":{
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:40793",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:40793_",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "leader":"true"}}}}}}
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[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=6D674C5FAC30E796 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=Asia/Tokyo -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   34.2s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:41861/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6D674C5FAC30E796:EC81C247DB6F87AA]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 34178 T19 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 34184 T18 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 34246 T22 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 35336 T111 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35336 T111 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> 35336 T111 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35337 T111 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sk_SK, timezone=Asia/Tokyo
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=30486616,total=64880640
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CurrencyFieldXmlFileTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 35.54s, 1 test, 1 error <<< FAILURES!

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

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