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/16 11:37:03 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.6.0_41) - Build # 4732 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4732/
Java: 64bit/jdk1.6.0_41 -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=1451, name=coreLoadExecutor-546-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=1451, name=coreLoadExecutor-546-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:980)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@26cfbef0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c900d00)
	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=1453, 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=1453, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:980)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a)
	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:662)




Build Log:
[...truncated 8492 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T1392 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /tm_xhr/b
[junit4:junit4]   2> 4 T1392 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-1363429229284
[junit4:junit4]   2> 4 T1392 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1393 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T1393 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1393 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1393 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1393 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T1393 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-1363429229284/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1392 oasc.ZkTestServer.run start zk server on port:57816
[junit4:junit4]   2> 106 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@39cc08b8
[junit4:junit4]   2> 106 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1398 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 107 T1398 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 107 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38845
[junit4:junit4]   2> 107 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38845
[junit4:junit4]   2> 108 T1396 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 133 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70000 with negotiated timeout 10000 for client /127.0.0.1:38845
[junit4:junit4]   2> 133 T1398 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70000, negotiated timeout = 10000
[junit4:junit4]   2> 134 T1399 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39cc08b8 name:ZooKeeperConnection Watcher:127.0.0.1:57816 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 134 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 134 T1392 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 137 T1397 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72b702e70000
[junit4:junit4]   2> 137 T1399 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 138 T1394 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38845 which had sessionid 0x13d72b702e70000
[junit4:junit4]   2> 137 T1392 oaz.ZooKeeper.close Session: 0x13d72b702e70000 closed
[junit4:junit4]   2> 138 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@46a7ccc6
[junit4:junit4]   2> 139 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 139 T1400 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 139 T1400 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 139 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38846
[junit4:junit4]   2> 139 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38846
[junit4:junit4]   2> 140 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70001 with negotiated timeout 10000 for client /127.0.0.1:38846
[junit4:junit4]   2> 140 T1400 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70001, negotiated timeout = 10000
[junit4:junit4]   2> 140 T1401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46a7ccc6 name:ZooKeeperConnection Watcher:127.0.0.1:57816/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 140 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 141 T1392 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 142 T1392 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 144 T1392 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 145 T1392 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 146 T1392 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> 147 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 149 T1392 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> 149 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 151 T1392 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> 152 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 153 T1392 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> 153 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 154 T1392 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> 155 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 157 T1392 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> 157 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 158 T1392 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> 159 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 160 T1392 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> 160 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 162 T1392 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> 162 T1392 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 164 T1397 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72b702e70001
[junit4:junit4]   2> 164 T1401 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 164 T1394 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38846 which had sessionid 0x13d72b702e70001
[junit4:junit4]   2> 164 T1392 oaz.ZooKeeper.close Session: 0x13d72b702e70001 closed
[junit4:junit4]   2> 220 T1392 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 223 T1392 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59423
[junit4:junit4]   2> 224 T1392 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 224 T1392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 224 T1392 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-1363429229445
[junit4:junit4]   2> 225 T1392 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-1363429229445/solr.xml
[junit4:junit4]   2> 225 T1392 oasc.CoreContainer.<init> New CoreContainer 858770956
[junit4:junit4]   2> 225 T1392 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-1363429229445/'
[junit4:junit4]   2> 226 T1392 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-1363429229445/'
[junit4:junit4]   2> 241 T1392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 241 T1392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 242 T1392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 242 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 242 T1392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 242 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 243 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 243 T1392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 243 T1392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 244 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 253 T1392 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 262 T1392 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57816/solr
[junit4:junit4]   2> 262 T1392 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 263 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@21766dcc
[junit4:junit4]   2> 264 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 264 T1411 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 264 T1411 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 264 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38847
[junit4:junit4]   2> 265 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38847
[junit4:junit4]   2> 265 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70002 with negotiated timeout 20000 for client /127.0.0.1:38847
[junit4:junit4]   2> 265 T1411 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70002, negotiated timeout = 20000
[junit4:junit4]   2> 266 T1412 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21766dcc name:ZooKeeperConnection Watcher:127.0.0.1:57816 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 266 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 267 T1397 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72b702e70002
[junit4:junit4]   2> 267 T1412 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 267 T1392 oaz.ZooKeeper.close Session: 0x13d72b702e70002 closed
[junit4:junit4]   2> 267 T1394 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38847 which had sessionid 0x13d72b702e70002
[junit4:junit4]   2> 267 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 270 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@57865558
[junit4:junit4]   2> 271 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 271 T1413 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 271 T1413 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 271 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38848
[junit4:junit4]   2> 272 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38848
[junit4:junit4]   2> 272 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70003 with negotiated timeout 20000 for client /127.0.0.1:38848
[junit4:junit4]   2> 272 T1413 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70003, negotiated timeout = 20000
[junit4:junit4]   2> 272 T1414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57865558 name:ZooKeeperConnection Watcher:127.0.0.1:57816/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 273 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 274 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 274 T1392 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 276 T1392 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59423_tm_xhr%2Fb
[junit4:junit4]   2> 276 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59423_tm_xhr%2Fb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59423_tm_xhr%2Fb
[junit4:junit4]   2> 277 T1392 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59423_tm_xhr%2Fb
[junit4:junit4]   2> 278 T1392 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 281 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 281 T1392 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 283 T1392 oasc.Overseer.start Overseer (id=89353697970552835-127.0.0.1:59423_tm_xhr%2Fb-n_0000000000) starting
[junit4:junit4]   2> 283 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 284 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 285 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 285 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 286 T1416 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 286 T1392 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 288 T1392 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 289 T1392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 290 T1415 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 292 T1417 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-1363429229445/collection1
[junit4:junit4]   2> 293 T1417 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 293 T1417 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 293 T1417 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 294 T1417 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-1363429229445/collection1/'
[junit4:junit4]   2> 294 T1417 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-1363429229445/collection1/lib/README' to classloader
[junit4:junit4]   2> 294 T1417 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-1363429229445/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 317 T1417 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 347 T1417 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 348 T1417 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 352 T1417 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 678 T1417 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 683 T1417 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 686 T1417 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 700 T1417 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 703 T1417 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 705 T1417 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 706 T1417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 706 T1417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 706 T1417 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 707 T1417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 707 T1417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 708 T1417 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 708 T1417 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-1363429229445/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/control/data/
[junit4:junit4]   2> 708 T1417 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f38fc6
[junit4:junit4]   2> 708 T1417 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 709 T1417 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/control/data forceNew: false
[junit4:junit4]   2> 709 T1417 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/control/data/index/
[junit4:junit4]   2> 709 T1417 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363429229284/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 709 T1417 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/control/data/index forceNew: false
[junit4:junit4]   2> 711 T1417 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a663caf lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e62699f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 711 T1417 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 712 T1417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 712 T1417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 713 T1417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 713 T1417 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 714 T1417 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 714 T1417 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 714 T1417 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 714 T1417 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 715 T1417 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 716 T1417 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 718 T1417 oass.SolrIndexSearcher.<init> Opening Searcher@2e705eeb main
[junit4:junit4]   2> 719 T1417 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/control/data/tlog
[junit4:junit4]   2> 719 T1417 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 719 T1417 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 723 T1418 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e705eeb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 724 T1417 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 724 T1417 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 725 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1794 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1795 T1415 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:59423_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59423/tm_xhr/b"}
[junit4:junit4]   2> 1795 T1415 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1795 T1415 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1796 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1800 T1414 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> 2727 T1417 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2727 T1417 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59423/tm_xhr/b collection:control_collection shard:shard1
[junit4:junit4]   2> 2728 T1417 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2733 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2733 T1417 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2733 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2734 T1417 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2734 T1417 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2735 T1417 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59423/tm_xhr/b/collection1/
[junit4:junit4]   2> 2735 T1417 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2735 T1417 oasc.SyncStrategy.syncToMe http://127.0.0.1:59423/tm_xhr/b/collection1/ has no replicas
[junit4:junit4]   2> 2735 T1417 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59423/tm_xhr/b/collection1/
[junit4:junit4]   2> 2735 T1417 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2737 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3303 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3308 T1414 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> 3340 T1417 oasc.ZkController.register We are http://127.0.0.1:59423/tm_xhr/b/collection1/ and leader is http://127.0.0.1:59423/tm_xhr/b/collection1/
[junit4:junit4]   2> 3340 T1417 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59423/tm_xhr/b
[junit4:junit4]   2> 3340 T1417 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3341 T1417 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3341 T1417 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3342 T1417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3343 T1392 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3343 T1392 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3344 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3347 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3347 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7372b6c0
[junit4:junit4]   2> 3348 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3348 T1420 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3349 T1420 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 3349 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38853
[junit4:junit4]   2> 3349 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38853
[junit4:junit4]   2> 3350 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70004 with negotiated timeout 10000 for client /127.0.0.1:38853
[junit4:junit4]   2> 3350 T1420 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70004, negotiated timeout = 10000
[junit4:junit4]   2> 3350 T1421 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7372b6c0 name:ZooKeeperConnection Watcher:127.0.0.1:57816/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3350 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3351 T1392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3352 T1392 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3407 T1392 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3409 T1392 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37769
[junit4:junit4]   2> 3410 T1392 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3410 T1392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3411 T1392 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-1363429232632
[junit4:junit4]   2> 3411 T1392 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-1363429232632/solr.xml
[junit4:junit4]   2> 3411 T1392 oasc.CoreContainer.<init> New CoreContainer 267296880
[junit4:junit4]   2> 3412 T1392 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-1363429232632/'
[junit4:junit4]   2> 3412 T1392 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-1363429232632/'
[junit4:junit4]   2> 3427 T1392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3427 T1392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3428 T1392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3428 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3428 T1392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3428 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3429 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3429 T1392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3429 T1392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3430 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3435 T1392 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3445 T1392 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57816/solr
[junit4:junit4]   2> 3445 T1392 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3445 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2fb6e7c8
[junit4:junit4]   2> 3446 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3446 T1431 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3447 T1431 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 3447 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38854
[junit4:junit4]   2> 3447 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38854
[junit4:junit4]   2> 3448 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70005 with negotiated timeout 20000 for client /127.0.0.1:38854
[junit4:junit4]   2> 3448 T1431 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70005, negotiated timeout = 20000
[junit4:junit4]   2> 3448 T1432 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fb6e7c8 name:ZooKeeperConnection Watcher:127.0.0.1:57816 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3448 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3449 T1397 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72b702e70005
[junit4:junit4]   2> 3450 T1432 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3450 T1394 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38854 which had sessionid 0x13d72b702e70005
[junit4:junit4]   2> 3450 T1392 oaz.ZooKeeper.close Session: 0x13d72b702e70005 closed
[junit4:junit4]   2> 3450 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3453 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@64adebec
[junit4:junit4]   2> 3453 T1433 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3453 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3454 T1433 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 3454 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38855
[junit4:junit4]   2> 3454 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38855
[junit4:junit4]   2> 3456 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70006 with negotiated timeout 20000 for client /127.0.0.1:38855
[junit4:junit4]   2> 3456 T1433 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70006, negotiated timeout = 20000
[junit4:junit4]   2> 3456 T1434 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64adebec name:ZooKeeperConnection Watcher:127.0.0.1:57816/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3456 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3457 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3458 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3459 T1392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4462 T1392 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37769_tm_xhr%2Fb
[junit4:junit4]   2> 4462 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37769_tm_xhr%2Fb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37769_tm_xhr%2Fb
[junit4:junit4]   2> 4463 T1392 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37769_tm_xhr%2Fb
[junit4:junit4]   2> 4465 T1421 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4465 T1414 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4465 T1434 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4466 T1414 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> 4470 T1435 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-1363429232632/collection1
[junit4:junit4]   2> 4470 T1435 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4471 T1435 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4471 T1435 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4472 T1435 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-1363429232632/collection1/'
[junit4:junit4]   2> 4472 T1435 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-1363429232632/collection1/lib/README' to classloader
[junit4:junit4]   2> 4472 T1435 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-1363429232632/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4495 T1435 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4528 T1435 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4529 T1435 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4532 T1435 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4811 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4812 T1415 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59423_tm_xhr%2Fb_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:59423_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59423/tm_xhr/b"}
[junit4:junit4]   2> 4815 T1414 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> 4815 T1421 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> 4815 T1434 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> 4859 T1435 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4865 T1435 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4867 T1435 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4876 T1435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4879 T1435 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4882 T1435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4883 T1435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4883 T1435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4883 T1435 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4884 T1435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4884 T1435 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4884 T1435 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4884 T1435 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-1363429232632/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty1/
[junit4:junit4]   2> 4885 T1435 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f38fc6
[junit4:junit4]   2> 4885 T1435 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4885 T1435 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty1 forceNew: false
[junit4:junit4]   2> 4886 T1435 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty1/index/
[junit4:junit4]   2> 4886 T1435 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4886 T1435 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty1/index forceNew: false
[junit4:junit4]   2> 4887 T1435 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7271d362 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a05f8ae),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4887 T1435 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4889 T1435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4889 T1435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4890 T1435 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4890 T1435 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4890 T1435 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4891 T1435 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4891 T1435 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4891 T1435 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4892 T1435 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4893 T1435 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4895 T1435 oass.SolrIndexSearcher.<init> Opening Searcher@7ea0788 main
[junit4:junit4]   2> 4896 T1435 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty1/tlog
[junit4:junit4]   2> 4896 T1435 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4896 T1435 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4901 T1436 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7ea0788 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4903 T1435 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4903 T1435 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6318 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6318 T1415 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:37769_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37769/tm_xhr/b"}
[junit4:junit4]   2> 6319 T1415 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6319 T1415 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6323 T1414 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> 6323 T1434 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> 6323 T1421 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> 6905 T1435 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6905 T1435 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37769/tm_xhr/b collection:collection1 shard:shard1
[junit4:junit4]   2> 6906 T1435 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6911 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6911 T1435 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6911 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6913 T1435 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6913 T1435 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6913 T1435 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37769/tm_xhr/b/collection1/
[junit4:junit4]   2> 6913 T1435 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6913 T1435 oasc.SyncStrategy.syncToMe http://127.0.0.1:37769/tm_xhr/b/collection1/ has no replicas
[junit4:junit4]   2> 6914 T1435 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37769/tm_xhr/b/collection1/
[junit4:junit4]   2> 6914 T1435 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6916 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7826 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7830 T1414 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> 7830 T1434 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> 7830 T1421 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7870 T1435 oasc.ZkController.register We are http://127.0.0.1:37769/tm_xhr/b/collection1/ and leader is http://127.0.0.1:37769/tm_xhr/b/collection1/
[junit4:junit4]   2> 7870 T1435 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37769/tm_xhr/b
[junit4:junit4]   2> 7871 T1435 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7871 T1435 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7871 T1435 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7873 T1435 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7874 T1392 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7874 T1392 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7874 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7933 T1392 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7935 T1392 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45329
[junit4:junit4]   2> 7936 T1392 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7936 T1392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7937 T1392 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-1363429237157
[junit4:junit4]   2> 7937 T1392 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-1363429237157/solr.xml
[junit4:junit4]   2> 7937 T1392 oasc.CoreContainer.<init> New CoreContainer 1255033756
[junit4:junit4]   2> 7938 T1392 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-1363429237157/'
[junit4:junit4]   2> 7938 T1392 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-1363429237157/'
[junit4:junit4]   2> 7953 T1392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7954 T1392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7954 T1392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7954 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7955 T1392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7955 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7955 T1392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7955 T1392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7956 T1392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7956 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7962 T1392 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7971 T1392 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57816/solr
[junit4:junit4]   2> 7972 T1392 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7972 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@279582a8
[junit4:junit4]   2> 7973 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7973 T1447 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 7973 T1447 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 7973 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38859
[junit4:junit4]   2> 7974 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38859
[junit4:junit4]   2> 7974 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70007 with negotiated timeout 20000 for client /127.0.0.1:38859
[junit4:junit4]   2> 7974 T1447 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70007, negotiated timeout = 20000
[junit4:junit4]   2> 7975 T1448 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@279582a8 name:ZooKeeperConnection Watcher:127.0.0.1:57816 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7975 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7976 T1397 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72b702e70007
[junit4:junit4]   2> 7976 T1448 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7976 T1394 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38859 which had sessionid 0x13d72b702e70007
[junit4:junit4]   2> 7976 T1392 oaz.ZooKeeper.close Session: 0x13d72b702e70007 closed
[junit4:junit4]   2> 7976 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 7979 T1392 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57816/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5f79b234
[junit4:junit4]   2> 7980 T1392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7980 T1449 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57816. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 7980 T1449 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57816, initiating session
[junit4:junit4]   2> 7980 T1394 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38860
[junit4:junit4]   2> 7981 T1394 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38860
[junit4:junit4]   2> 7981 T1396 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d72b702e70008 with negotiated timeout 20000 for client /127.0.0.1:38860
[junit4:junit4]   2> 7981 T1449 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57816, sessionid = 0x13d72b702e70008, negotiated timeout = 20000
[junit4:junit4]   2> 7981 T1450 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f79b234 name:ZooKeeperConnection Watcher:127.0.0.1:57816/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7982 T1392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7982 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7983 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7984 T1392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8986 T1392 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45329_tm_xhr%2Fb
[junit4:junit4]   2> 8986 T1397 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d72b702e70008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45329_tm_xhr%2Fb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45329_tm_xhr%2Fb
[junit4:junit4]   2> 8987 T1392 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45329_tm_xhr%2Fb
[junit4:junit4]   2> 8989 T1421 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8989 T1414 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8989 T1421 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> 8989 T1434 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8989 T1414 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> 8990 T1434 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> 8990 T1450 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8995 T1451 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-1363429237157/collection1
[junit4:junit4]   2> 8995 T1451 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8996 T1451 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8996 T1451 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8997 T1451 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-1363429237157/collection1/'
[junit4:junit4]   2> 8997 T1451 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-1363429237157/collection1/lib/README' to classloader
[junit4:junit4]   2> 8998 T1451 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-1363429237157/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9021 T1451 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9050 T1451 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9050 T1451 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9054 T1451 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9334 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9334 T1415 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37769_tm_xhr%2Fb_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:37769_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37769/tm_xhr/b"}
[junit4:junit4]   2> 9338 T1421 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> 9338 T1450 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> 9338 T1434 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> 9338 T1414 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> 9384 T1451 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9390 T1451 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9392 T1451 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9401 T1451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9404 T1451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9407 T1451 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9408 T1451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9408 T1451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9408 T1451 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9409 T1451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9409 T1451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9409 T1451 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9409 T1451 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-1363429237157/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/
[junit4:junit4]   2> 9410 T1451 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f38fc6
[junit4:junit4]   2> 9410 T1451 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9410 T1451 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2 forceNew: false
[junit4:junit4]   2> 9411 T1451 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/index/
[junit4:junit4]   2> 9411 T1451 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9411 T1451 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/index forceNew: false
[junit4:junit4]   2> 9412 T1451 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c859b59 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d051157),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9413 T1451 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9414 T1451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9414 T1451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9415 T1451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9415 T1451 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9416 T1451 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9416 T1451 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9416 T1451 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9417 T1451 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9417 T1451 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9418 T1451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9421 T1451 oass.SolrIndexSearcher.<init> Opening Searcher@3da736e7 main
[junit4:junit4]   2> 9421 T1451 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/tlog
[junit4:junit4]   2> 9421 T1451 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9422 T1451 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9426 T1452 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3da736e7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9427 T1451 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9427 T1451 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10842 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10843 T1415 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:45329_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45329/tm_xhr/b"}
[junit4:junit4]   2> 10844 T1415 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10844 T1415 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10849 T1450 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> 10849 T1434 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> 10849 T1414 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> 10849 T1421 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> 11429 T1451 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11429 T1451 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45329/tm_xhr/b collection:collection1 shard:shard1
[junit4:junit4]   2> 11431 T1451 oasc.ZkController.register We are http://127.0.0.1:45329/tm_xhr/b/collection1/ and leader is http://127.0.0.1:37769/tm_xhr/b/collection1/
[junit4:junit4]   2> 11431 T1451 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45329/tm_xhr/b
[junit4:junit4]   2> 11431 T1451 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11432 T1451 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C46 name=collection1 org.apache.solr.core.SolrCore@217576e1 url=http://127.0.0.1:45329/tm_xhr/b/collection1 node=127.0.0.1:45329_tm_xhr%2Fb C46_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:45329_tm_xhr%2Fb, base_url=http://127.0.0.1:45329/tm_xhr/b}
[junit4:junit4]   2> 11432 T1453 C46 P45329 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11432 T1451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11433 T1453 C46 P45329 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11433 T1453 C46 P45329 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11433 T1453 C46 P45329 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11434 T1392 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11434 T1453 C46 P45329 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11434 T1392 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11435 T1392 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11438 T1392 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@15335f10 url=http://127.0.0.1:59423/tm_xhr/b/collection1 node=127.0.0.1:59423_tm_xhr%2Fb C47_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:59423_tm_xhr%2Fb, base_url=http://127.0.0.1:59423/tm_xhr/b, leader=true}
[junit4:junit4]   2> 11446 T1407 C47 P59423 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7a663caf lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e62699f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11447 T1407 C47 P59423 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11449 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[1 (1429659179522457600)]} 0 4
[junit4:junit4]   2> 11449 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10001 (1429659179522457601)]} 0 4
[junit4:junit4]   2> ASYNC  NEW_CORE C48 name=collection1 org.apache.solr.core.SolrCore@2d322222 url=http://127.0.0.1:37769/tm_xhr/b/collection1 node=127.0.0.1:37769_tm_xhr%2Fb C48_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:37769_tm_xhr%2Fb, base_url=http://127.0.0.1:37769/tm_xhr/b, leader=true}
[junit4:junit4]   2> 11458 T1429 C48 P37769 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7271d362 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a05f8ae),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11459 T1429 C48 P37769 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11461 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10001 (1429659179535040513)]} 0 4
[junit4:junit4]   2> 11461 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[1 (1429659179535040512)]} 0 4
[junit4:junit4]   2> 11510 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[2 (1429659179589566464)]} 0 1
[junit4:junit4]   2> 11510 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10002 (1429659179589566465)]} 0 1
[junit4:junit4]   2> 11513 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[2 (1429659179593760768)]} 0 0
[junit4:junit4]   2> 11514 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10002 (1429659179593760769)]} 0 1
[junit4:junit4]   2> 11566 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10003 (1429659179649335296)]} 0 0
[junit4:junit4]   2> 11567 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[3 (1429659179649335297)]} 0 1
[junit4:junit4]   2> 11569 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10003 (1429659179652481024)]} 0 0
[junit4:junit4]   2> 11570 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[3 (1429659179652481025)]} 0 1
[junit4:junit4]   2> 11585 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10004 (1429659179669258240)]} 0 0
[junit4:junit4]   2> 11586 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[4 (1429659179669258241)]} 0 1
[junit4:junit4]   2> 11589 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10004 (1429659179672403968)]} 0 1
[junit4:junit4]   2> 11589 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[4 (1429659179673452544)]} 0 0
[junit4:junit4]   2> 11647 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[4 (-1429659179733221376)]} 0 1
[junit4:junit4]   2> 11647 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[10004 (-1429659179733221377)]} 0 1
[junit4:junit4]   2> 11649 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[4 (-1429659179736367104)]} 0 0
[junit4:junit4]   2> 11650 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10004 (-1429659179736367105)]} 0 1
[junit4:junit4]   2> 11652 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[5 (1429659179738464256)]} 0 1
[junit4:junit4]   2> 11652 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10005 (1429659179739512832)]} 0 0
[junit4:junit4]   2> 11654 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[5 (1429659179741609984)]} 0 0
[junit4:junit4]   2> 11655 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10005 (1429659179741609985)]} 0 1
[junit4:junit4]   2> 11689 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[6 (1429659179777261568)]} 0 1
[junit4:junit4]   2> 11689 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10006 (1429659179777261569)]} 0 1
[junit4:junit4]   2> 11692 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[6 (1429659179780407296)]} 0 1
[junit4:junit4]   2> 11693 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10006 (1429659179781455872)]} 0 1
[junit4:junit4]   2> 11706 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10007 (1429659179795087360)]} 0 1
[junit4:junit4]   2> 11706 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[7 (1429659179795087361)]} 0 1
[junit4:junit4]   2> 11710 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10007 (1429659179799281664)]} 0 1
[junit4:junit4]   2> 11710 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[7 (1429659179799281665)]} 0 1
[junit4:junit4]   2> 11799 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[10005 (-1429659179893653504)]} 0 0
[junit4:junit4]   2> 11799 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[5 (-1429659179893653505)]} 0 0
[junit4:junit4]   2> 11803 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[5 (-1429659179897847808)]} 0 0
[junit4:junit4]   2> 11803 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10005 (-1429659179897847809)]} 0 0
[junit4:junit4]   2> 11807 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[8 (1429659179900993536)]} 0 1
[junit4:junit4]   2> 11808 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10008 (1429659179900993537)]} 0 2
[junit4:junit4]   2> 11811 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[8 (1429659179905187840)]} 0 1
[junit4:junit4]   2> 11811 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10008 (1429659179906236416)]} 0 0
[junit4:junit4]   2> 11907 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10009 (1429659180006899713)]} 0 0
[junit4:junit4]   2> 11908 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[9 (1429659180006899712)]} 0 1
[junit4:junit4]   2> 11911 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[9 (1429659180010045440)]} 0 1
[junit4:junit4]   2> 11911 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10009 (1429659180010045441)]} 0 1
[junit4:junit4]   2> 11970 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[6 (-1429659180072960000)]} 0 0
[junit4:junit4]   2> 11971 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10006 (-1429659180074008576)]} 0 1
[junit4:junit4]   2> 11973 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10006 (-1429659180076105729)]} 0 0
[junit4:junit4]   2> 11973 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[6 (-1429659180076105728)]} 0 0
[junit4:junit4]   2> 11976 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10 (1429659180079251456)]} 0 1
[junit4:junit4]   2> 11977 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10010 (1429659180079251457)]} 0 2
[junit4:junit4]   2> 11979 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10010 (1429659180082397185)]} 0 0
[junit4:junit4]   2> 11980 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10 (1429659180082397184)]} 0 1
[junit4:junit4]   2> 12037 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10011 (1429659180143214592)]} 0 1
[junit4:junit4]   2> 12038 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[11 (1429659180143214593)]} 0 2
[junit4:junit4]   2> 12040 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[11 (1429659180146360321)]} 0 0
[junit4:junit4]   2> 12041 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10011 (1429659180146360320)]} 0 1
[junit4:junit4]   2> 12101 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[12 (1429659180209274880)]} 0 1
[junit4:junit4]   2> 12101 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10012 (1429659180209274881)]} 0 1
[junit4:junit4]   2> 12104 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[12 (1429659180213469185)]} 0 1
[junit4:junit4]   2> 12104 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10012 (1429659180213469184)]} 0 1
[junit4:junit4]   2> 12182 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10013 (1429659180295258112)]} 0 0
[junit4:junit4]   2> 12183 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[13 (1429659180295258113)]} 0 1
[junit4:junit4]   2> 12185 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10013 (1429659180298403840)]} 0 0
[junit4:junit4]   2> 12186 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[13 (1429659180298403841)]} 0 1
[junit4:junit4]   2> 12203 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10014 (1429659180317278208)]} 0 0
[junit4:junit4]   2> 12203 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[14 (1429659180317278209)]} 0 0
[junit4:junit4]   2> 12206 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10014 (1429659180320423936)]} 0 1
[junit4:junit4]   2> 12207 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[14 (1429659180320423937)]} 0 1
[junit4:junit4]   2> 12296 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[11 (-1429659180414795776)]} 0 0
[junit4:junit4]   2> 12296 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10011 (-1429659180414795777)]} 0 0
[junit4:junit4]   2> 12298 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[11 (-1429659180416892928)]} 0 0
[junit4:junit4]   2> 12298 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10011 (-1429659180416892929)]} 0 0
[junit4:junit4]   2> 12301 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10015 (1429659180420038656)]} 0 1
[junit4:junit4]   2> 12301 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[15 (1429659180420038657)]} 0 1
[junit4:junit4]   2> 12304 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10015 (1429659180422135808)]} 0 1
[junit4:junit4]   2> 12304 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[15 (1429659180423184384)]} 0 1
[junit4:junit4]   2> 12342 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10016 (1429659180461981696)]} 0 1
[junit4:junit4]   2> 12342 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[16 (1429659180463030272)]} 0 1
[junit4:junit4]   2> 12345 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10016 (1429659180465127424)]} 0 1
[junit4:junit4]   2> 12345 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[16 (1429659180466176000)]} 0 1
[junit4:junit4]   2> 12352 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12353 T1415 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:45329_tm_xhr%2Fb_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:45329_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45329/tm_xhr/b"}
[junit4:junit4]   2> 12356 T1414 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> 12356 T1421 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> 12356 T1450 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> 12356 T1434 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> 12439 T1430 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:45329_tm_xhr%252Fb_collection1&state=recovering&nodeName=127.0.0.1:45329_tm_xhr%252Fb&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 12443 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10017 (1429659180567887872)]} 0 1
[junit4:junit4]   2> 12444 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[17 (1429659180568936448)]} 0 2
[junit4:junit4]   2>  C46_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:45329_tm_xhr%2Fb, base_url=http://127.0.0.1:45329/tm_xhr/b}
[junit4:junit4]   2> 12457 T1445 C46 P45329 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c859b59 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d051157),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12457 T1445 C46 P45329 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12459 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429659180573130752)]} 0 4
[junit4:junit4]   2> 12459 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429659180573130753)]} 0 2
[junit4:junit4]   2> 12459 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[17 (1429659180573130752)]} 0 13
[junit4:junit4]   2> 12460 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10017 (1429659180573130753)]} 0 14
[junit4:junit4]   2> 12532 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[10013 (-1429659180662259713)]} 0 0
[junit4:junit4]   2> 12532 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[13 (-1429659180662259712)]} 0 0
[junit4:junit4]   2> 12537 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10013 (-1429659180665405440)]} 0 0
[junit4:junit4]   2> 12537 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[13 (-1429659180665405441)]} 0 0
[junit4:junit4]   2> 12538 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[10013 (-1429659180665405440)]} 0 4
[junit4:junit4]   2> 12538 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[13 (-1429659180665405441)]} 0 3
[junit4:junit4]   2> 12541 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[18 (1429659180670648321)]} 0 1
[junit4:junit4]   2> 12541 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10018 (1429659180670648320)]} 0 1
[junit4:junit4]   2> 12546 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429659180673794048)]} 0 1
[junit4:junit4]   2> 12547 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429659180674842624)]} 0 1
[junit4:junit4]   2> 12547 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[18 (1429659180673794048)]} 0 4
[junit4:junit4]   2> 12547 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10018 (1429659180674842624)]} 0 3
[junit4:junit4]   2> 12563 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[14 (-1429659180694765568)]} 0 1
[junit4:junit4]   2> 12563 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[10014 (-1429659180694765569)]} 0 1
[junit4:junit4]   2> 12567 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[14 (-1429659180696862721)]} 0 0
[junit4:junit4]   2> 12567 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10014 (-1429659180696862720)]} 0 0
[junit4:junit4]   2> 12568 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[10014 (-1429659180696862720)]} 0 3
[junit4:junit4]   2> 12568 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[14 (-1429659180696862721)]} 0 3
[junit4:junit4]   2> 12571 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10019 (1429659180702105600)]} 0 1
[junit4:junit4]   2> 12571 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[19 (1429659180702105601)]} 0 1
[junit4:junit4]   2> 12576 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429659180705251328)]} 0 0
[junit4:junit4]   2> 12577 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429659180706299904)]} 0 1
[junit4:junit4]   2> 12577 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10019 (1429659180705251328)]} 0 4
[junit4:junit4]   2> 12577 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[19 (1429659180706299904)]} 0 4
[junit4:junit4]   2> 12631 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[16 (-1429659180766068737)]} 0 0
[junit4:junit4]   2> 12631 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[10016 (-1429659180766068736)]} 0 0
[junit4:junit4]   2> 12636 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[16 (-1429659180769214465)]} 0 0
[junit4:junit4]   2> 12636 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10016 (-1429659180769214464)]} 0 0
[junit4:junit4]   2> 12637 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[10016 (-1429659180769214464)]} 0 3
[junit4:junit4]   2> 12637 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[16 (-1429659180769214465)]} 0 3
[junit4:junit4]   2> 12640 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10020 (1429659180775505920)]} 0 1
[junit4:junit4]   2> 12641 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[20 (1429659180775505921)]} 0 1
[junit4:junit4]   2> 12646 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429659180778651648)]} 0 1
[junit4:junit4]   2> 12646 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429659180778651649)]} 0 1
[junit4:junit4]   2> 12646 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10020 (1429659180778651648)]} 0 3
[junit4:junit4]   2> 12647 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[20 (1429659180778651649)]} 0 4
[junit4:junit4]   2> 12668 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10021 (1429659180804866049)]} 0 1
[junit4:junit4]   2> 12669 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[21 (1429659180804866048)]} 0 2
[junit4:junit4]   2> 12675 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429659180808011776)]} 0 1
[junit4:junit4]   2> 12675 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429659180808011777)]} 0 1
[junit4:junit4]   2> 12676 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[21 (1429659180808011776)]} 0 5
[junit4:junit4]   2> 12676 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10021 (1429659180808011777)]} 0 5
[junit4:junit4]   2> 12733 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[19 (-1429659180873023488)]} 0 0
[junit4:junit4]   2> 12733 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10019 (-1429659180873023489)]} 0 0
[junit4:junit4]   2> 12738 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1429659180876169217)]} 0 0
[junit4:junit4]   2> 12738 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1429659180876169216)]} 0 0
[junit4:junit4]   2> 12739 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[19 (-1429659180876169216)]} 0 3
[junit4:junit4]   2> 12739 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10019 (-1429659180876169217)]} 0 3
[junit4:junit4]   2> 12742 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10022 (1429659180882460672)]} 0 0
[junit4:junit4]   2> 12743 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[22 (1429659180882460673)]} 0 1
[junit4:junit4]   2> 12748 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429659180885606400)]} 0 1
[junit4:junit4]   2> 12748 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429659180885606401)]} 0 1
[junit4:junit4]   2> 12749 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10022 (1429659180885606400)]} 0 4
[junit4:junit4]   2> 12749 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[22 (1429659180885606401)]} 0 4
[junit4:junit4]   2> 12819 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[23 (1429659180963201025)]} 0 1
[junit4:junit4]   2> 12820 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10023 (1429659180963201024)]} 0 2
[junit4:junit4]   2> 12825 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429659180966346752)]} 0 1
[junit4:junit4]   2> 12825 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429659180966346753)]} 0 1
[junit4:junit4]   2> 12825 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[23 (1429659180966346752)]} 0 3
[junit4:junit4]   2> 12826 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10023 (1429659180966346753)]} 0 4
[junit4:junit4]   2> 12911 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[10020 (-1429659181059670016)]} 0 0
[junit4:junit4]   2> 12911 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[20 (-1429659181059670017)]} 0 0
[junit4:junit4]   2> 12916 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1429659181062815744)]} 0 0
[junit4:junit4]   2> 12916 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1429659181062815745)]} 0 0
[junit4:junit4]   2> 12917 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[20 (-1429659181062815744)]} 0 3
[junit4:junit4]   2> 12917 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[10020 (-1429659181062815745)]} 0 3
[junit4:junit4]   2> 12920 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10024 (1429659181068058624)]} 0 1
[junit4:junit4]   2> 12920 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[24 (1429659181068058625)]} 0 1
[junit4:junit4]   2> 12925 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429659181071204352)]} 0 0
[junit4:junit4]   2> 12926 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429659181071204353)]} 0 1
[junit4:junit4]   2> 12926 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10024 (1429659181071204352)]} 0 4
[junit4:junit4]   2> 12926 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[24 (1429659181071204353)]} 0 4
[junit4:junit4]   2> 12936 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10025 (1429659181085884416)]} 0 1
[junit4:junit4]   2> 12936 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[25 (1429659181085884417)]} 0 1
[junit4:junit4]   2> 12941 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429659181087981568)]} 0 1
[junit4:junit4]   2> 12942 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429659181089030144)]} 0 1
[junit4:junit4]   2> 12942 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10025 (1429659181087981568)]} 0 4
[junit4:junit4]   2> 12942 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[25 (1429659181089030144)]} 0 3
[junit4:junit4]   2> 12959 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10026 (1429659181108953088)]} 0 1
[junit4:junit4]   2> 12959 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[26 (1429659181108953089)]} 0 1
[junit4:junit4]   2> 12964 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429659181112098816)]} 0 1
[junit4:junit4]   2> 12964 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429659181112098817)]} 0 1
[junit4:junit4]   2> 12964 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10026 (1429659181112098816)]} 0 3
[junit4:junit4]   2> 12965 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[26 (1429659181112098817)]} 0 4
[junit4:junit4]   2> 13013 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10027 (1429659181165576192)]} 0 1
[junit4:junit4]   2> 13013 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[27 (1429659181165576193)]} 0 1
[junit4:junit4]   2> 13018 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429659181168721920)]} 0 1
[junit4:junit4]   2> 13019 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429659181168721921)]} 0 2
[junit4:junit4]   2> 13019 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10027 (1429659181168721920)]} 0 4
[junit4:junit4]   2> 13019 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[27 (1429659181168721921)]} 0 4
[junit4:junit4]   2> 13070 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[10022 (-1429659181226393600)]} 0 0
[junit4:junit4]   2> 13070 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[22 (-1429659181226393601)]} 0 0
[junit4:junit4]   2> 13074 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10022 (-1429659181228490753)]} 0 0
[junit4:junit4]   2> 13074 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[22 (-1429659181228490752)]} 0 0
[junit4:junit4]   2> 13075 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10022 (-1429659181228490753)]} 0 3
[junit4:junit4]   2> 13075 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[22 (-1429659181228490752)]} 0 3
[junit4:junit4]   2> 13078 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10028 (1429659181233733632)]} 0 1
[junit4:junit4]   2> 13078 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[28 (1429659181233733633)]} 0 1
[junit4:junit4]   2> 13083 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429659181236879360)]} 0 1
[junit4:junit4]   2> 13083 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429659181236879361)]} 0 1
[junit4:junit4]   2> 13084 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10028 (1429659181236879360)]} 0 4
[junit4:junit4]   2> 13084 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[28 (1429659181236879361)]} 0 4
[junit4:junit4]   2> 13158 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[29 (1429659181317619713)]} 0 1
[junit4:junit4]   2> 13158 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10029 (1429659181317619712)]} 0 1
[junit4:junit4]   2> 13164 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429659181321814017)]} 0 1
[junit4:junit4]   2> 13165 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429659181321814016)]} 0 1
[junit4:junit4]   2> 13165 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10029 (1429659181321814017)]} 0 4
[junit4:junit4]   2> 13166 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[29 (1429659181321814016)]} 0 5
[junit4:junit4]   2> 13216 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10030 (1429659181378437120)]} 0 1
[junit4:junit4]   2> 13216 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[30 (1429659181378437121)]} 0 1
[junit4:junit4]   2> 13221 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429659181381582848)]} 0 0
[junit4:junit4]   2> 13222 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429659181382631424)]} 0 1
[junit4:junit4]   2> 13222 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10030 (1429659181381582848)]} 0 4
[junit4:junit4]   2> 13223 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[30 (1429659181382631424)]} 0 5
[junit4:junit4]   2> 13316 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10031 (1429659181483294720)]} 0 1
[junit4:junit4]   2> 13316 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[31 (1429659181483294721)]} 0 1
[junit4:junit4]   2> 13321 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429659181486440448)]} 0 1
[junit4:junit4]   2> 13321 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429659181486440449)]} 0 0
[junit4:junit4]   2> 13321 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10031 (1429659181486440448)]} 0 3
[junit4:junit4]   2> 13322 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[31 (1429659181486440449)]} 0 4
[junit4:junit4]   2> 13394 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[32 (1429659181565083648)]} 0 1
[junit4:junit4]   2> 13394 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10032 (1429659181565083649)]} 0 1
[junit4:junit4]   2> 13400 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429659181568229376)]} 0 1
[junit4:junit4]   2> 13400 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429659181569277952)]} 0 1
[junit4:junit4]   2> 13400 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[32 (1429659181568229376)]} 0 4
[junit4:junit4]   2> 13400 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10032 (1429659181569277952)]} 0 4
[junit4:junit4]   2> 13440 T1392 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 45329
[junit4:junit4]   2> 13441 T1392 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1255033756
[junit4:junit4]   2> 13502 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[24 (-1429659181679378432)]} 0 0
[junit4:junit4]   2> 13502 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10024 (-1429659181679378433)]} 0 0
[junit4:junit4]   2> 13507 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1429659181682524160)]} 0 0
[junit4:junit4]   2> 13507 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1429659181682524161)]} 0 0
[junit4:junit4]   2> 13508 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[24 (-1429659181682524160)]} 0 3
[junit4:junit4]   2> 13508 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[10024 (-1429659181682524161)]} 0 3
[junit4:junit4]   2> 13511 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[33 (1429659181687767040)]} 0 1
[junit4:junit4]   2> 13511 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10033 (1429659181687767041)]} 0 1
[junit4:junit4]   2> 13516 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429659181690912768)]} 0 1
[junit4:junit4]   2> 13517 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429659181690912769)]} 0 2
[junit4:junit4]   2> 13517 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[33 (1429659181690912768)]} 0 4
[junit4:junit4]   2> 13517 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10033 (1429659181690912769)]} 0 4
[junit4:junit4]   2> 13617 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[25 (-1429659181799964672)]} 0 0
[junit4:junit4]   2> 13617 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[10025 (-1429659181799964673)]} 0 0
[junit4:junit4]   2> 13622 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[25 (-1429659181803110401)]} 0 0
[junit4:junit4]   2> 13622 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10025 (-1429659181803110400)]} 0 0
[junit4:junit4]   2> 13622 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[25 (-1429659181803110401)]} 0 3
[junit4:junit4]   2> 13623 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10025 (-1429659181803110400)]} 0 4
[junit4:junit4]   2> 13625 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10034 (1429659181808353280)]} 0 0
[junit4:junit4]   2> 13626 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[34 (1429659181808353281)]} 0 1
[junit4:junit4]   2> 13631 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429659181811499008)]} 0 1
[junit4:junit4]   2> 13632 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429659181811499009)]} 0 1
[junit4:junit4]   2> 13632 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10034 (1429659181811499008)]} 0 4
[junit4:junit4]   2> 13632 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[34 (1429659181811499009)]} 0 4
[junit4:junit4]   2> 13684 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[35 (1429659181870219264)]} 0 0
[junit4:junit4]   2> 13685 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10035 (1429659181870219265)]} 0 1
[junit4:junit4]   2> 13690 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429659181873364992)]} 0 0
[junit4:junit4]   2> 13691 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429659181873364993)]} 0 1
[junit4:junit4]   2> 13691 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[35 (1429659181873364992)]} 0 4
[junit4:junit4]   2> 13691 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10035 (1429659181873364993)]} 0 4
[junit4:junit4]   2> 13728 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[10026 (-1429659181916356608)]} 0 0
[junit4:junit4]   2> 13728 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[26 (-1429659181916356609)]} 0 0
[junit4:junit4]   2> 13733 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1429659181919502336)]} 0 1
[junit4:junit4]   2> 13733 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1429659181919502337)]} 0 1
[junit4:junit4]   2> 13733 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[26 (-1429659181919502336)]} 0 3
[junit4:junit4]   2> 13733 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10026 (-1429659181919502337)]} 0 3
[junit4:junit4]   2> 13736 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[36 (1429659181924745216)]} 0 0
[junit4:junit4]   2> 13737 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10036 (1429659181924745217)]} 0 1
[junit4:junit4]   2> 13742 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429659181927890944)]} 0 1
[junit4:junit4]   2> 13742 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429659181927890945)]} 0 1
[junit4:junit4]   2> 13742 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[36 (1429659181927890944)]} 0 4
[junit4:junit4]   2> 13743 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10036 (1429659181927890945)]} 0 4
[junit4:junit4]   2> 13750 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10037 (1429659181938376705)]} 0 1
[junit4:junit4]   2> 13750 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[37 (1429659181938376704)]} 0 1
[junit4:junit4]   2> 13755 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1429659181941522432)]} 0 0
[junit4:junit4]   2> 13756 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1429659181941522433)]} 0 1
[junit4:junit4]   2> 13756 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[37 (1429659181941522432)]} 0 4
[junit4:junit4]   2> 13756 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10037 (1429659181941522433)]} 0 4
[junit4:junit4]   2> 13775 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10038 (1429659181964591104)]} 0 0
[junit4:junit4]   2> 13775 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[38 (1429659181964591105)]} 0 1
[junit4:junit4]   2> 13780 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10038 (1429659181967736833)]} 0 0
[junit4:junit4]   2> 13781 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1429659181967736832)]} 0 1
[junit4:junit4]   2> 13781 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10038 (1429659181967736833)]} 0 4
[junit4:junit4]   2> 13781 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[38 (1429659181967736832)]} 0 4
[junit4:junit4]   2> 13814 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10039 (1429659182005485569)]} 0 1
[junit4:junit4]   2> 13814 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[39 (1429659182005485568)]} 0 1
[junit4:junit4]   2> 13819 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1429659182008631296)]} 0 0
[junit4:junit4]   2> 13820 T1443 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10039 (1429659182008631297)]} 0 1
[junit4:junit4]   2> 13820 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[39 (1429659182008631296)]} 0 4
[junit4:junit4]   2> 13820 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10039 (1429659182008631297)]} 0 4
[junit4:junit4]   2> 13859 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13860 T1415 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:45329_tm_xhr%2Fb_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:45329_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45329/tm_xhr/b"}
[junit4:junit4]   2> 13863 T1421 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> 13863 T1414 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> 13863 T1434 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> 13863 T1450 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> 13877 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10040 (1429659182071545857)]} 0 1
[junit4:junit4]   2> 13877 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[40 (1429659182071545856)]} 0 1
[junit4:junit4]   2> 13880 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[40 (1429659182075740161)]} 0 0
[junit4:junit4]   2> 13880 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10040 (1429659182075740160)]} 0 0
[junit4:junit4]   2> 13890 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10041 (1429659182085177344)]} 0 1
[junit4:junit4]   2> 13890 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[41 (1429659182085177345)]} 0 1
[junit4:junit4]   2> 13892 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10041 (1429659182088323072)]} 0 0
[junit4:junit4]   2> 13893 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[41 (1429659182088323073)]} 0 1
[junit4:junit4]   2> 13931 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[28 (-1429659182128168960)]} 0 1
[junit4:junit4]   2> 13931 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[10028 (-1429659182128168961)]} 0 1
[junit4:junit4]   2> 13934 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[28 (-1429659182132363265)]} 0 1
[junit4:junit4]   2> 13934 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10028 (-1429659182132363264)]} 0 1
[junit4:junit4]   2> 13937 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[42 (1429659182134460416)]} 0 1
[junit4:junit4]   2> 13937 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10042 (1429659182134460417)]} 0 1
[junit4:junit4]   2> 13940 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10042 (1429659182138654720)]} 0 0
[junit4:junit4]   2> 13941 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[42 (1429659182138654721)]} 0 1
[junit4:junit4]   2> 14025 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10030 (-1429659182227783680)]} 0 0
[junit4:junit4]   2> 14025 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[30 (-1429659182227783681)]} 0 0
[junit4:junit4]   2> 14028 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[30 (-1429659182230929408)]} 0 0
[junit4:junit4]   2> 14028 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10030 (-1429659182230929409)]} 0 0
[junit4:junit4]   2> 14031 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[43 (1429659182233026560)]} 0 1
[junit4:junit4]   2> 14031 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10043 (1429659182233026561)]} 0 1
[junit4:junit4]   2> 14033 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[43 (1429659182236172288)]} 0 0
[junit4:junit4]   2> 14034 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10043 (1429659182237220864)]} 0 1
[junit4:junit4]   2> 14087 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[36 (-1429659182292795392)]} 0 1
[junit4:junit4]   2> 14087 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10036 (-1429659182292795393)]} 0 0
[junit4:junit4]   2> 14089 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[10036 (-1429659182294892544)]} 0 0
[junit4:junit4]   2> 14089 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[36 (-1429659182294892545)]} 0 0
[junit4:junit4]   2> 14093 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10044 (1429659182298038272)]} 0 1
[junit4:junit4]   2> 14093 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[44 (1429659182298038273)]} 0 1
[junit4:junit4]   2> 14096 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10044 (1429659182301184000)]} 0 1
[junit4:junit4]   2> 14096 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[44 (1429659182301184001)]} 0 1
[junit4:junit4]   2> 14174 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[10037 (-1429659182384021504)]} 0 0
[junit4:junit4]   2> 14175 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[37 (-1429659182385070080)]} 0 0
[junit4:junit4]   2> 14177 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[37 (-1429659182387167233)]} 0 0
[junit4:junit4]   2> 14177 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10037 (-1429659182387167232)]} 0 0
[junit4:junit4]   2> 14180 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[45 (1429659182390312961)]} 0 1
[junit4:junit4]   2> 14180 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10045 (1429659182390312960)]} 0 1
[junit4:junit4]   2> 14183 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10045 (1429659182393458688)]} 0 0
[junit4:junit4]   2> 14184 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[45 (1429659182393458689)]} 0 1
[junit4:junit4]   2> 14228 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[10039 (-1429659182440644608)]} 0 0
[junit4:junit4]   2> 14228 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[39 (-1429659182440644609)]} 0 0
[junit4:junit4]   2> 14231 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10039 (-1429659182443790336)]} 0 0
[junit4:junit4]   2> 14231 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[39 (-1429659182443790337)]} 0 0
[junit4:junit4]   2> 14234 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[46 (1429659182445887488)]} 0 1
[junit4:junit4]   2> 14234 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10046 (1429659182446936064)]} 0 1
[junit4:junit4]   2> 14237 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[46 (1429659182449033216)]} 0 1
[junit4:junit4]   2> 14238 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10046 (1429659182450081792)]} 0 1
[junit4:junit4]   2> 14255 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[47 (1429659182467907584)]} 0 1
[junit4:junit4]   2> 14255 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10047 (1429659182468956160)]} 0 0
[junit4:junit4]   2> 14258 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[47 (1429659182471053312)]} 0 1
[junit4:junit4]   2> 14258 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10047 (1429659182472101888)]} 0 0
[junit4:junit4]   2> 14264 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[40 (-1429659182478393344)]} 0 0
[junit4:junit4]   2> 14265 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[10040 (-1429659182479441920)]} 0 1
[junit4:junit4]   2> 14267 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[40 (-1429659182481539072)]} 0 0
[junit4:junit4]   2> 14267 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10040 (-1429659182481539073)]} 0 0
[junit4:junit4]   2> 14270 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[48 (1429659182483636224)]} 0 1
[junit4:junit4]   2> 14270 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10048 (1429659182484684800)]} 0 1
[junit4:junit4]   2> 14272 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[48 (1429659182486781952)]} 0 0
[junit4:junit4]   2> 14273 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10048 (1429659182486781953)]} 0 1
[junit4:junit4]   2> 14371 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[49 (1429659182589542400)]} 0 1
[junit4:junit4]   2> 14371 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10049 (1429659182589542401)]} 0 1
[junit4:junit4]   2> 14375 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[49 (1429659182593736704)]} 0 1
[junit4:junit4]   2> 14375 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10049 (1429659182593736705)]} 0 1
[junit4:junit4]   2> 14384 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[50 (1429659182604222464)]} 0 1
[junit4:junit4]   2> 14384 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10050 (1429659182604222465)]} 0 1
[junit4:junit4]   2> 14387 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10050 (1429659182607368192)]} 0 1
[junit4:junit4]   2> 14388 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[50 (1429659182607368193)]} 0 1
[junit4:junit4]   2> 14430 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10051 (1429659182652456960)]} 0 0
[junit4:junit4]   2> 14431 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[51 (1429659182652456961)]} 0 1
[junit4:junit4]   2> 14434 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10051 (1429659182655602688)]} 0 1
[junit4:junit4]   2> 14435 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[51 (1429659182657699840)]} 0 0
[junit4:junit4]   2>  C46_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:45329_tm_xhr%2Fb, base_url=http://127.0.0.1:45329/tm_xhr/b}
[junit4:junit4]   2> 14440 T1453 C46 P45329 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:37769/tm_xhr/b/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14440 T1453 C46 P45329 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45329/tm_xhr/b START replicas=[http://127.0.0.1:37769/tm_xhr/b/collection1/] nUpdates=100
[junit4:junit4]   2> 14441 T1453 C46 P45329 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14441 T1453 C46 P45329 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14441 T1453 C46 P45329 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14442 T1453 C46 P45329 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14442 T1453 C46 P45329 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14442 T1453 C46 P45329 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:37769/tm_xhr/b/collection1/. core=collection1
[junit4:junit4]   2> 14442 T1453 C46 P45329 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14443 T1427 C48 P37769 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14447 T1430 C48 P37769 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14458 T1430 C48 P37769 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7271d362 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a05f8ae),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7271d362 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a05f8ae),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 14458 T1430 C48 P37769 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 14465 T1430 C48 P37769 oass.SolrIndexSearcher.<init> Opening Searcher@2546d67b realtime
[junit4:junit4]   2> 14465 T1430 C48 P37769 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14466 T1430 C48 P37769 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   2> 14467 T1453 C46 P45329 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14467 T1453 C46 P45329 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14469 T1428 C48 P37769 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14469 T1428 C48 P37769 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14470 T1453 C46 P45329 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14470 T1453 C46 P45329 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14470 T1453 C46 P45329 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14472 T1427 C48 P37769 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14473 T1453 C46 P45329 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 14
[junit4:junit4]   2> 14474 T1453 C46 P45329 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/index.20130316112043753 forceNew: false
[junit4:junit4]   2> 14474 T1453 C46 P45329 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a) fullCopy=true
[junit4:junit4]   2> 14477 T1430 C48 P37769 REQ /replication {file=_0_Lucene40_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14480 T1429 C48 P37769 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14483 T1428 C48 P37769 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14487 T1427 C48 P37769 REQ /replication {file=_0_dv.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14491 T1430 C48 P37769 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14493 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10052 (1429659182718517248)]} 0 1
[junit4:junit4]   2> 14494 T1429 C48 P37769 REQ /replication {file=_0_Lucene40_0.prx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14495 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[52 (1429659182720614400)]} 0 1
[junit4:junit4]   2> 14497 T1428 C48 P37769 REQ /replication {file=_0_Lucene40_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14499 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10052 (1429659182722711552)]} 0 2
[junit4:junit4]   2> 14500 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[52 (1429659182724808704)]} 0 1
[junit4:junit4]   2> 14501 T1429 C48 P37769 REQ /replication {file=_0_Lucene40_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14504 T1428 C48 P37769 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14507 T1427 C48 P37769 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14511 T1430 C48 P37769 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14514 T1429 C48 P37769 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14517 T1428 C48 P37769 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14520 T1427 C48 P37769 REQ /replication {file=_0_dv.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14521 T1453 C46 P45329 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14521 T1453 C46 P45329 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130316112043753
[junit4:junit4]   2> 14521 T1453 C46 P45329 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14522 T1453 C46 P45329 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14522 T1453 C46 P45329 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14523 T1453 C46 P45329 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/index.20130316112043753
[junit4:junit4]   2> 14524 T1453 C46 P45329 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 14525 T1453 C46 P45329 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 14525 T1453 C46 P45329 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14526 T1453 C46 P45329 oass.SolrIndexSearcher.<init> Opening Searcher@3fe5e925 main
[junit4:junit4]   2> 14527 T1452 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3fe5e925 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C102/38)}
[junit4:junit4]   2> 14527 T1453 C46 P45329 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@c859b59 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d051157)
[junit4:junit4]   2> 14527 T1453 C46 P45329 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/index
[junit4:junit4]   2> 14528 T1453 C46 P45329 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@c859b59 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d051157)
[junit4:junit4]   2> 14530 T1453 C46 P45329 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14530 T1461 C46 P45329 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363429229284/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5148
[junit4:junit4]   2> 14531 T1461 C46 P45329 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14532 T1461 C46 P45329 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0.si, segments_3, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 14533 T1461 C46 P45329 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0.si, segments_3, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 14533 T1461 C46 P45329 oass.SolrIndexSearcher.<init> Opening Searcher@5680ae64 main
[junit4:junit4]   2> 14533 T1461 C46 P45329 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14534 T1452 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5680ae64 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C102/38)}
[junit4:junit4]   2> 14535 T1461 C46 P45329 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5148}
[junit4:junit4]   2> 14535 T1453 C46 P45329 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14535 T1453 C46 P45329 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14535 T1453 C46 P45329 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14536 T1453 C46 P45329 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14560 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[10041 (-1429659182788771840)]} 0 0
[junit4:junit4]   2> 14560 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[41 (-1429659182788771841)]} 0 0
[junit4:junit4]   2> 14563 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[41 (-1429659182791917569)]} 0 0
[junit4:junit4]   2> 14563 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10041 (-1429659182791917568)]} 0 0
[junit4:junit4]   2> 14566 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[53 (1429659182795063296)]} 0 0
[junit4:junit4]   2> 14567 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10053 (1429659182795063297)]} 0 1
[junit4:junit4]   2> 14570 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[53 (1429659182798209024)]} 0 1
[junit4:junit4]   2> 14570 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10053 (1429659182798209025)]} 0 1
[junit4:junit4]   2> 14612 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10054 (1429659182843297792)]} 0 1
[junit4:junit4]   2> 14613 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[54 (1429659182843297793)]} 0 2
[junit4:junit4]   2> 14616 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[54 (1429659182846443520)]} 0 1
[junit4:junit4]   2> 14616 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10054 (1429659182846443521)]} 0 1
[junit4:junit4]   2> 14628 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[55 (1429659182860075008)]} 0 0
[junit4:junit4]   2> 14629 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10055 (1429659182860075009)]} 0 1
[junit4:junit4]   2> 14632 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[55 (1429659182863220736)]} 0 1
[junit4:junit4]   2> 14632 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10055 (1429659182863220737)]} 0 1
[junit4:junit4]   2> 14700 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[56 (1429659182935572481)]} 0 1
[junit4:junit4]   2> 14701 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10056 (1429659182935572480)]} 0 2
[junit4:junit4]   2> 14704 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[56 (1429659182938718209)]} 0 1
[junit4:junit4]   2> 14704 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10056 (1429659182938718208)]} 0 1
[junit4:junit4]   2> 14755 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[42 (-1429659182993244160)]} 0 0
[junit4:junit4]   2> 14755 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[10042 (-1429659182993244161)]} 0 0
[junit4:junit4]   2> 14758 T1427 C48 P37769 /update {wt=javabin&version=2} {delete=[42 (-1429659182996389888)]} 0 0
[junit4:junit4]   2> 14761 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[57 (1429659182998487040)]} 0 1
[junit4:junit4]   2> 14761 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10042 (-1429659182999535616)]} 0 0
[junit4:junit4]   2> 14764 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[57 (1429659183001632768)]} 0 1
[junit4:junit4]   2> 14764 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10057 (1429659183001632768)]} 0 1
[junit4:junit4]   2> 14768 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10057 (1429659183006875648)]} 0 1
[junit4:junit4]   2> 14857 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[58 (1429659183100198912)]} 0 0
[junit4:junit4]   2> 14861 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[58 (1429659183103344640)]} 0 1
[junit4:junit4]   2> 14861 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10058 (1429659183103344640)]} 0 1
[junit4:junit4]   2> 14864 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10058 (1429659183107538944)]} 0 1
[junit4:junit4]   2> 14896 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[43 (-1429659183141093376)]} 0 0
[junit4:junit4]   2> 14899 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[43 (-1429659183144239104)]} 0 0
[junit4:junit4]   2> 14899 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[10043 (-1429659183144239104)]} 0 0
[junit4:junit4]   2> 14902 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10043 (-1429659183147384832)]} 0 0
[junit4:junit4]   2> 14902 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[59 (1429659183147384832)]} 0 0
[junit4:junit4]   2> 14905 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10059 (1429659183150530560)]} 0 1
[junit4:junit4]   2> 14905 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[59 (1429659183150530560)]} 0 0
[junit4:junit4]   2> 14908 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[44 (-1429659183153676288)]} 0 1
[junit4:junit4]   2> 14908 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10059 (1429659183153676288)]} 0 1
[junit4:junit4]   2> 14910 T1407 C47 P59423 /update {wt=javabin&version=2} {delete=[10044 (-1429659183155773440)]} 0 0
[junit4:junit4]   2> 14910 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[44 (-1429659183155773440)]} 0 0
[junit4:junit4]   2> 14913 T1428 C48 P37769 /update {wt=javabin&version=2} {delete=[10044 (-1429659183158919168)]} 0 0
[junit4:junit4]   2> 14913 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[60 (1429659183158919168)]} 0 0
[junit4:junit4]   2> 14916 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10060 (1429659183161016320)]} 0 1
[junit4:junit4]   2> 14916 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[60 (1429659183162064896)]} 0 1
[junit4:junit4]   2> 14919 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10060 (1429659183165210624)]} 0 1
[junit4:junit4]   2> 14998 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[61 (1429659183246999552)]} 0 1
[junit4:junit4]   2> 15000 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10061 (1429659183250145280)]} 0 0
[junit4:junit4]   2> 15001 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[61 (1429659183250145280)]} 0 1
[junit4:junit4]   2> 15004 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10061 (1429659183253291008)]} 0 1
[junit4:junit4]   2> 15047 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[45 (-1429659183299428352)]} 0 0
[junit4:junit4]   2> 15050 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[45 (-1429659183302574080)]} 0 0
[junit4:junit4]   2> 15050 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10045 (-1429659183302574080)]} 0 0
[junit4:junit4]   2> 15053 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10045 (-1429659183304671232)]} 0 1
[junit4:junit4]   2> 15053 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[62 (1429659183304671232)]} 0 1
[junit4:junit4]   2> 15056 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10062 (1429659183307816960)]} 0 1
[junit4:junit4]   2> 15056 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[62 (1429659183307816960)]} 0 1
[junit4:junit4]   2> 15058 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10062 (1429659183310962688)]} 0 0
[junit4:junit4]   2> 15138 T1408 C47 P59423 /update {wt=javabin&version=2} {delete=[48 (-1429659183393800192)]} 0 1
[junit4:junit4]   2> 15140 T1430 C48 P37769 /update {wt=javabin&version=2} {delete=[48 (-1429659183396945920)]} 0 0
[junit4:junit4]   2> 15140 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10048 (-1429659183396945920)]} 0 0
[junit4:junit4]   2> 15142 T1429 C48 P37769 /update {wt=javabin&version=2} {delete=[10048 (-1429659183399043072)]} 0 0
[junit4:junit4]   2> 15143 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[63 (1429659183399043072)]} 0 1
[junit4:junit4]   2> 15145 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10063 (1429659183402188800)]} 0 0
[junit4:junit4]   2> 15146 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[63 (1429659183402188800)]} 0 0
[junit4:junit4]   2> 15148 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10063 (1429659183405334528)]} 0 1
[junit4:junit4]   2> 15223 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[64 (1429659183482929152)]} 0 1
[junit4:junit4]   2> 15225 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[10064 (1429659183485026304)]} 0 1
[junit4:junit4]   2> 15226 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[64 (1429659183487123456)]} 0 1
[junit4:junit4]   2> 15228 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[10064 (1429659183489220608)]} 0 1
[junit4:junit4]   2> 15296 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[65 (1429659183560523776)]} 0 0
[junit4:junit4]   2> 15298 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[10065 (1429659183562620928)]} 0 1
[junit4:junit4]   2> 15299 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[65 (1429659183563669504)]} 0 0
[junit4:junit4]   2> 15301 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[10065 (1429659183564718080)]} 0 1
[junit4:junit4]   2> 15337 T1409 C47 P59423 /update {wt=javabin&version=2} {add=[66 (1429659183603515392)]} 0 1
[junit4:junit4]   2> 15338 T1410 C47 P59423 /update {wt=javabin&version=2} {add=[10066 (1429659183603515393)]} 0 1
[junit4:junit4]   2> 15341 T1429 C48 P37769 /update {wt=javabin&version=2} {add=[66 (1429659183606661120)]} 0 1
[junit4:junit4]   2> 15341 T1428 C48 P37769 /update {wt=javabin&version=2} {add=[10066 (1429659183606661121)]} 0 1
[junit4:junit4]   2> 15366 T1415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15367 T1415 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:45329_tm_xhr%2Fb_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:45329_tm_xhr%2Fb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:45329/tm_xhr/b"}
[junit4:junit4]   2> 15371 T1434 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> 15371 T1421 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> 15371 T1450 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> 15371 T1414 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> 15402 T1407 C47 P59423 /update {wt=javabin&version=2} {add=[67 (1429659183670624256)]} 0 1
[junit4:junit4]   2> 15402 T1408 C47 P59423 /update {wt=javabin&version=2} {add=[10067 (1429659183670624257)]} 0 1
[junit4:junit4]   2>  C46_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:45329_tm_xhr%2Fb, base_url=http://127.0.0.1:45329/tm_xhr/b}
[junit4:junit4]   2> 15408 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10067 (1429659183674818560)]} 0 1
[junit4:junit4]   2> 15408 T1445 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1429659183673769984)]} 0 1
[junit4:junit4]   2> 15409 T1430 C48 P37769 /update {wt=javabin&version=2} {add=[10067 (1429659183674818560)]} 0 5
[junit4:junit4]   2> 15409 T1427 C48 P37769 /update {wt=javabin&version=2} {add=[67 (1429659183673769984)]} 0 5
[junit4:junit4]   2> 15442 T1392 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15443 T1392 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15446 T1392 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@217576e1
[junit4:junit4]   2> 15448 T1410 C47 P59423 /update {wt=javabin&version=2} {delete=[51 (-1429659183719907328)]} 0 0
[junit4:junit4]   2> 15448 T1409 C47 P59423 /update {wt=javabin&version=2} {delete=[10051 (-1429659183719907329)]} 0 0
[junit4:junit4]   2> 15455 T1392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=48,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15456 T1392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15457 T1392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15458 T1392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15459 T1444 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 6
[junit4:junit4]   2> 15459 T1446 C46 P45329 /update {distrib.from=http://127.0.0.1:37769/tm_xhr/b/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 6
[junit4:junit4]   2> 15459 T1446 C46 P45329 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15459 T1444 C46 P45329 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15460 T1392 C46 P45329 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0.si, segments_3, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a),segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1_dv.cfs, _0.si, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_nrm.cfs, _1_dv.cfe, _0_Lucene40_0.tip, _1_nrm.cfe, _1_Lucene40_0.prx, _1.fdx, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 15461 T1444 C46 P45329 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@217576e1
[junit4:junit4]   2> 15461 T1392 C46 P45329 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene40_0.tim, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1_dv.cfs, _0.si, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_nrm.cfs, _1_dv.cfe, _0_Lucene40_0.tip, _1_nrm.cfe, _1_Lucene40_0.prx, _1.fdx, _1.fdt, _1.si, _0_nrm.cfe, _0.fdx, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 15462 T1444 C46 P45329 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=2,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=48,cumulative_deletesById=20,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15463 T1429 C48 P37769 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:45329/tm_xhr/b/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:45329/tm_xhr/b/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:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15463 T1392 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15464 T1444 C46 P45329 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15464 T1397 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d72b702e70008
[junit4:junit4]   2> 15465 T1429 C48 P37769 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:45329/tm_xhr/b to recover
[junit4:junit4]   2> 15465 T1428 C48 P37769 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:45329/tm_xhr/b/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:45329/tm_xhr/b/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:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15465 T1392 oaz.ZooKeeper.close Session: 0x13d72b702e70008 closed
[junit4:junit4]   2> 15465 T1429 C48 P37769 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15465 T1394 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38860 which had sessionid 0x13d72b702e70008
[junit4:junit4]   2> 15466 T1428 C48 P37769 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:45329/tm_xhr/b to recover
[junit4:junit4]   2> 15467 T1421 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15467 T1434 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15467 T1428 C48 P37769 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15467 T1414 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15467 T1421 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> 15468 T1434 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> 15467 T1414 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> 15472 T1429 C48 P37769 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:45329/tm_xhr/b
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:440)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1086)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:45329 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.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
[junit4:junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
[junit4:junit4]   2> 	at java.net.Socket.connect(Socket.java:529)
[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> 15472 T1428 C48 P37769 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:45329/tm_xhr/b
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:440)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1086)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:45329 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(ManagedClient

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

kerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 35652 T1474 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35652 T1474 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35653 T1474 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_BH, timezone=Europe/Luxembourg
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Sun Microsystems Inc. 1.6.0_41 (64-bit)/cpus=8,threads=1,free=163841808,total=274464768
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJoin, TestSort, DirectUpdateHandlerOptimizeTest, DistributedTermsComponentTest, TestTrie, TestFastWriter, MBeansHandlerTest, IndexSchemaTest, TestPluginEnable, QueryParsingTest, DateFieldTest, LoggingHandlerTest, OverseerTest, SchemaVersionSpecificBehaviorTest, ExternalFileFieldSortTest, SolrCoreTest, PeerSyncTest, StatelessScriptUpdateProcessorFactoryTest, SuggesterFSTTest, TestLRUCache, OverseerCollectionProcessorTest, TestSolrQueryParser, ResponseLogComponentTest, TestRealTimeGet, TestDynamicFieldResource, ResourceLoaderTest, TestXIncludeConfig, UpdateRequestProcessorFactoryTest, SyncSliceTest, SOLR749Test, CSVRequestHandlerTest, SoftAutoCommitTest, TestDocumentBuilder, WordBreakSolrSpellCheckerTest, RegexBoostProcessorTest, TestCopyFieldCollectionResource, TestSolrIndexConfig, DistributedSpellCheckComponentTest, CacheHeaderTest, TestSweetSpotSimilarityFactory, PluginInfoTest, FastVectorHighlighterTest, SearchHandlerTest, SpellingQueryConverterTest, ZkCLITest, TestLMDirichletSimilarityFactory, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=A5D93D3B680AAEF3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_BH -Dtests.timezone=Europe/Luxembourg -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1451, name=coreLoadExecutor-546-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:980)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@26cfbef0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c900d00)
[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=1453, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:980)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52e52233 lockFactory=org.apache.lucene.store.NativeFSLockFactory@44fe218a)
[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:662)
[junit4:junit4] Completed on J0 in 35.76s, 1 test, 2 errors <<< FAILURES!

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

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4733/
Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseG1GC -XX:MarkStackSize=256K

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

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

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


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

Error Message:
Still found shard

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




Build Log:
[...truncated 9200 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T2069 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_d/r
[junit4:junit4]   2> 3 T2069 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-1363435724372
[junit4:junit4]   2> 4 T2069 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T2070 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T2070 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T2070 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T2070 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T2070 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T2070 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-1363435724371/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T2069 oasc.ZkTestServer.run start zk server on port:52473
[junit4:junit4]   2> 105 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16535b5
[junit4:junit4]   2> 106 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T2075 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T2075 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 107 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36330
[junit4:junit4]   2> 107 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36330
[junit4:junit4]   2> 107 T2073 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 828 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570000 with negotiated timeout 10000 for client /127.0.0.1:36330
[junit4:junit4]   2> 828 T2075 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570000, negotiated timeout = 10000
[junit4:junit4]   2> 829 T2076 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16535b5 name:ZooKeeperConnection Watcher:127.0.0.1:52473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 829 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 830 T2069 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 832 T2074 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d731a1e570000
[junit4:junit4]   2> 833 T2076 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 833 T2071 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:36330 which had sessionid 0x13d731a1e570000
[junit4:junit4]   2> 833 T2069 oaz.ZooKeeper.close Session: 0x13d731a1e570000 closed
[junit4:junit4]   2> 834 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a2c3a9
[junit4:junit4]   2> 834 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 834 T2077 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 835 T2077 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 835 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36333
[junit4:junit4]   2> 835 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36333
[junit4:junit4]   2> 836 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570001 with negotiated timeout 10000 for client /127.0.0.1:36333
[junit4:junit4]   2> 836 T2077 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570001, negotiated timeout = 10000
[junit4:junit4]   2> 836 T2078 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a2c3a9 name:ZooKeeperConnection Watcher:127.0.0.1:52473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 836 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 837 T2069 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 839 T2069 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 840 T2069 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 842 T2069 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 843 T2069 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> 844 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 847 T2069 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> 847 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 850 T2069 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> 850 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 852 T2069 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> 852 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 854 T2069 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> 855 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 856 T2069 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> 857 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 858 T2069 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> 859 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 861 T2069 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> 861 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 863 T2069 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> 863 T2069 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 865 T2074 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d731a1e570001
[junit4:junit4]   2> 865 T2078 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 865 T2071 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:36333 which had sessionid 0x13d731a1e570001
[junit4:junit4]   2> 865 T2069 oaz.ZooKeeper.close Session: 0x13d731a1e570001 closed
[junit4:junit4]   2> 920 T2069 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 924 T2069 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46627
[junit4:junit4]   2> 924 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 925 T2069 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 925 T2069 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-1363435725234
[junit4:junit4]   2> 926 T2069 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-1363435725234/solr.xml
[junit4:junit4]   2> 926 T2069 oasc.CoreContainer.<init> New CoreContainer 15641255
[junit4:junit4]   2> 926 T2069 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-1363435725234/'
[junit4:junit4]   2> 927 T2069 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-1363435725234/'
[junit4:junit4]   2> 948 T2069 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 949 T2069 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 949 T2069 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 949 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 950 T2069 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 950 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 951 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 951 T2069 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 951 T2069 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 952 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 959 T2069 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 973 T2069 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52473/solr
[junit4:junit4]   2> 973 T2069 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 974 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@28e712
[junit4:junit4]   2> 975 T2088 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 975 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 975 T2088 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 975 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36334
[junit4:junit4]   2> 976 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36334
[junit4:junit4]   2> 976 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570002 with negotiated timeout 20000 for client /127.0.0.1:36334
[junit4:junit4]   2> 976 T2088 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570002, negotiated timeout = 20000
[junit4:junit4]   2> 977 T2089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28e712 name:ZooKeeperConnection Watcher:127.0.0.1:52473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 977 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 978 T2074 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d731a1e570002
[junit4:junit4]   2> 979 T2089 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 979 T2071 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:36334 which had sessionid 0x13d731a1e570002
[junit4:junit4]   2> 979 T2069 oaz.ZooKeeper.close Session: 0x13d731a1e570002 closed
[junit4:junit4]   2> 979 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 982 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@cf5530
[junit4:junit4]   2> 983 T2090 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 983 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 984 T2090 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 984 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36335
[junit4:junit4]   2> 984 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36335
[junit4:junit4]   2> 985 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570003 with negotiated timeout 20000 for client /127.0.0.1:36335
[junit4:junit4]   2> 985 T2090 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570003, negotiated timeout = 20000
[junit4:junit4]   2> 985 T2091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cf5530 name:ZooKeeperConnection Watcher:127.0.0.1:52473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 985 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 987 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 987 T2069 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 989 T2069 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46627__d%2Fr
[junit4:junit4]   2> 989 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46627__d%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46627__d%2Fr
[junit4:junit4]   2> 990 T2069 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46627__d%2Fr
[junit4:junit4]   2> 992 T2069 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 995 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 995 T2069 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 996 T2069 oasc.Overseer.start Overseer (id=89354123632640003-127.0.0.1:46627__d%2Fr-n_0000000000) starting
[junit4:junit4]   2> 997 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 998 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 998 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 999 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 999 T2093 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1000 T2069 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1001 T2069 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1003 T2069 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1004 T2092 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1007 T2094 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-1363435725234/collection1
[junit4:junit4]   2> 1007 T2094 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1008 T2094 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1008 T2094 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1009 T2094 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-1363435725234/collection1/'
[junit4:junit4]   2> 1009 T2094 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-1363435725234/collection1/lib/README' to classloader
[junit4:junit4]   2> 1010 T2094 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-1363435725234/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1039 T2094 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1076 T2094 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1077 T2094 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1082 T2094 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1506 T2094 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1512 T2094 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1515 T2094 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1524 T2094 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1527 T2094 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1531 T2094 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1531 T2094 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1532 T2094 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1532 T2094 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1533 T2094 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1533 T2094 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1533 T2094 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1533 T2094 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-1363435725234/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/control/data/
[junit4:junit4]   2> 1533 T2094 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44be6f
[junit4:junit4]   2> 1534 T2094 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1534 T2094 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/control/data forceNew: false
[junit4:junit4]   2> 1534 T2094 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/control/data/index/
[junit4:junit4]   2> 1535 T2094 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1535 T2094 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/control/data/index forceNew: false
[junit4:junit4]   2> 1536 T2094 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@104af3a lockFactory=org.apache.lucene.store.NativeFSLockFactory@799389)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1536 T2094 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1538 T2094 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1538 T2094 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1538 T2094 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1539 T2094 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1539 T2094 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1539 T2094 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1540 T2094 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1540 T2094 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1540 T2094 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1543 T2094 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1545 T2094 oass.SolrIndexSearcher.<init> Opening Searcher@1b3d676 main
[junit4:junit4]   2> 1545 T2094 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/control/data/tlog
[junit4:junit4]   2> 1546 T2094 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1546 T2094 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1549 T2095 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b3d676 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1550 T2094 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1550 T2094 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1551 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2506 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2507 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46627/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46627__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 2507 T2092 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2507 T2092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2508 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2511 T2091 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> 2552 T2094 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2553 T2094 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46627/_d/r collection:control_collection shard:shard1
[junit4:junit4]   2> 2553 T2094 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2558 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2559 T2094 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2559 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2560 T2094 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2560 T2094 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2561 T2094 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46627/_d/r/collection1/
[junit4:junit4]   2> 2561 T2094 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2561 T2094 oasc.SyncStrategy.syncToMe http://127.0.0.1:46627/_d/r/collection1/ has no replicas
[junit4:junit4]   2> 2561 T2094 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46627/_d/r/collection1/
[junit4:junit4]   2> 2561 T2094 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2564 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4013 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4018 T2091 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> 4068 T2094 oasc.ZkController.register We are http://127.0.0.1:46627/_d/r/collection1/ and leader is http://127.0.0.1:46627/_d/r/collection1/
[junit4:junit4]   2> 4069 T2094 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46627/_d/r
[junit4:junit4]   2> 4069 T2094 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4069 T2094 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4069 T2094 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4070 T2094 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4071 T2069 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 4072 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4072 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4075 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4076 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@a7699a
[junit4:junit4]   2> 4077 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4077 T2097 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4078 T2097 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 4078 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36337
[junit4:junit4]   2> 4078 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36337
[junit4:junit4]   2> 4079 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570004 with negotiated timeout 10000 for client /127.0.0.1:36337
[junit4:junit4]   2> 4079 T2097 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570004, negotiated timeout = 10000
[junit4:junit4]   2> 4079 T2098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7699a name:ZooKeeperConnection Watcher:127.0.0.1:52473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4079 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4081 T2069 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4082 T2069 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4138 T2069 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4140 T2069 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34023
[junit4:junit4]   2> 4140 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4141 T2069 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4141 T2069 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-1363435728451
[junit4:junit4]   2> 4142 T2069 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-1363435728451/solr.xml
[junit4:junit4]   2> 4142 T2069 oasc.CoreContainer.<init> New CoreContainer 32225594
[junit4:junit4]   2> 4142 T2069 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-1363435728451/'
[junit4:junit4]   2> 4143 T2069 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-1363435728451/'
[junit4:junit4]   2> 4162 T2069 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4163 T2069 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4163 T2069 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4164 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4164 T2069 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4164 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4165 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4165 T2069 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4165 T2069 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4166 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4175 T2069 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4189 T2069 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52473/solr
[junit4:junit4]   2> 4190 T2069 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4190 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e6a942
[junit4:junit4]   2> 4191 T2108 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4191 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4192 T2108 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 4192 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36338
[junit4:junit4]   2> 4192 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36338
[junit4:junit4]   2> 4193 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570005 with negotiated timeout 20000 for client /127.0.0.1:36338
[junit4:junit4]   2> 4193 T2108 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570005, negotiated timeout = 20000
[junit4:junit4]   2> 4193 T2109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e6a942 name:ZooKeeperConnection Watcher:127.0.0.1:52473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4194 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4195 T2074 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d731a1e570005
[junit4:junit4]   2> 4195 T2109 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4195 T2071 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:36338 which had sessionid 0x13d731a1e570005
[junit4:junit4]   2> 4195 T2069 oaz.ZooKeeper.close Session: 0x13d731a1e570005 closed
[junit4:junit4]   2> 4196 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4198 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@b34616
[junit4:junit4]   2> 4199 T2110 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4199 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4200 T2110 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 4200 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36339
[junit4:junit4]   2> 4200 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36339
[junit4:junit4]   2> 4200 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570006 with negotiated timeout 20000 for client /127.0.0.1:36339
[junit4:junit4]   2> 4201 T2110 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570006, negotiated timeout = 20000
[junit4:junit4]   2> 4201 T2111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b34616 name:ZooKeeperConnection Watcher:127.0.0.1:52473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4201 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4202 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4202 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4204 T2069 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5206 T2069 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34023__d%2Fr
[junit4:junit4]   2> 5207 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34023__d%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34023__d%2Fr
[junit4:junit4]   2> 5207 T2069 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34023__d%2Fr
[junit4:junit4]   2> 5210 T2098 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5210 T2111 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5210 T2091 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5210 T2091 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> 5215 T2112 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-1363435728451/collection1
[junit4:junit4]   2> 5215 T2112 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5215 T2112 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5216 T2112 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5217 T2112 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-1363435728451/collection1/'
[junit4:junit4]   2> 5217 T2112 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-1363435728451/collection1/lib/README' to classloader
[junit4:junit4]   2> 5217 T2112 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-1363435728451/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5246 T2112 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5283 T2112 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5284 T2112 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5289 T2112 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5521 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5522 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46627/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46627__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:46627__d%2Fr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 5524 T2098 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> 5524 T2111 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> 5524 T2091 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> 5723 T2112 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5730 T2112 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5733 T2112 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5742 T2112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5745 T2112 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5748 T2112 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5749 T2112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5749 T2112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5750 T2112 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5750 T2112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5750 T2112 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5751 T2112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5751 T2112 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-1363435728451/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty1/
[junit4:junit4]   2> 5751 T2112 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44be6f
[junit4:junit4]   2> 5751 T2112 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5752 T2112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty1 forceNew: false
[junit4:junit4]   2> 5752 T2112 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty1/index/
[junit4:junit4]   2> 5752 T2112 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5753 T2112 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty1/index forceNew: false
[junit4:junit4]   2> 5754 T2112 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@eb3530 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bdb18b)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5754 T2112 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5755 T2112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5756 T2112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5756 T2112 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5757 T2112 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5757 T2112 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5757 T2112 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5758 T2112 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5758 T2112 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5758 T2112 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5761 T2112 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5763 T2112 oass.SolrIndexSearcher.<init> Opening Searcher@84130d main
[junit4:junit4]   2> 5764 T2112 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty1/tlog
[junit4:junit4]   2> 5764 T2112 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5764 T2112 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5769 T2113 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@84130d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5770 T2112 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5771 T2112 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7027 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7028 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34023/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34023__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 7028 T2092 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 7028 T2092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 7031 T2111 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> 7031 T2091 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> 7031 T2098 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> 7773 T2112 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7774 T2112 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34023/_d/r collection:collection1 shard:shard2
[junit4:junit4]   2> 7775 T2112 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7780 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7780 T2112 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7780 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7782 T2112 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7782 T2112 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7782 T2112 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34023/_d/r/collection1/
[junit4:junit4]   2> 7782 T2112 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7782 T2112 oasc.SyncStrategy.syncToMe http://127.0.0.1:34023/_d/r/collection1/ has no replicas
[junit4:junit4]   2> 7783 T2112 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34023/_d/r/collection1/
[junit4:junit4]   2> 7783 T2112 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7785 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8534 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8539 T2091 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> 8539 T2111 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> 8539 T2098 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> 8588 T2112 oasc.ZkController.register We are http://127.0.0.1:34023/_d/r/collection1/ and leader is http://127.0.0.1:34023/_d/r/collection1/
[junit4:junit4]   2> 8589 T2112 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34023/_d/r
[junit4:junit4]   2> 8589 T2112 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8589 T2112 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8589 T2112 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8590 T2112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8591 T2069 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8592 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8592 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8652 T2069 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8654 T2069 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57648
[junit4:junit4]   2> 8655 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8656 T2069 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8656 T2069 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-1363435732963
[junit4:junit4]   2> 8656 T2069 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-1363435732963/solr.xml
[junit4:junit4]   2> 8657 T2069 oasc.CoreContainer.<init> New CoreContainer 3434077
[junit4:junit4]   2> 8657 T2069 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-1363435732963/'
[junit4:junit4]   2> 8657 T2069 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-1363435732963/'
[junit4:junit4]   2> 8677 T2069 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8677 T2069 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8678 T2069 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8678 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8678 T2069 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8679 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8679 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8679 T2069 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8680 T2069 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8680 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8687 T2069 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8699 T2069 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52473/solr
[junit4:junit4]   2> 8700 T2069 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8700 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@d96a5e
[junit4:junit4]   2> 8701 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8701 T2124 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8702 T2124 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 8702 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36342
[junit4:junit4]   2> 8702 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36342
[junit4:junit4]   2> 8703 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570007 with negotiated timeout 20000 for client /127.0.0.1:36342
[junit4:junit4]   2> 8703 T2124 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570007, negotiated timeout = 20000
[junit4:junit4]   2> 8704 T2125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d96a5e name:ZooKeeperConnection Watcher:127.0.0.1:52473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8704 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8705 T2074 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d731a1e570007
[junit4:junit4]   2> 8706 T2125 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8706 T2071 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:36342 which had sessionid 0x13d731a1e570007
[junit4:junit4]   2> 8706 T2069 oaz.ZooKeeper.close Session: 0x13d731a1e570007 closed
[junit4:junit4]   2> 8707 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8709 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1068a39
[junit4:junit4]   2> 8711 T2126 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8710 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8711 T2126 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 8711 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36343
[junit4:junit4]   2> 8711 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36343
[junit4:junit4]   2> 8712 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570008 with negotiated timeout 20000 for client /127.0.0.1:36343
[junit4:junit4]   2> 8712 T2126 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570008, negotiated timeout = 20000
[junit4:junit4]   2> 8713 T2127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1068a39 name:ZooKeeperConnection Watcher:127.0.0.1:52473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8713 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8714 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8714 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8715 T2069 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9717 T2069 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57648__d%2Fr
[junit4:junit4]   2> 9719 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57648__d%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57648__d%2Fr
[junit4:junit4]   2> 9720 T2069 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57648__d%2Fr
[junit4:junit4]   2> 9723 T2098 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9723 T2111 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9723 T2127 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9723 T2091 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9723 T2111 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> 9723 T2098 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> 9724 T2091 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> 9728 T2128 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-1363435732963/collection1
[junit4:junit4]   2> 9728 T2128 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9729 T2128 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9729 T2128 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9730 T2128 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-1363435732963/collection1/'
[junit4:junit4]   2> 9730 T2128 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-1363435732963/collection1/lib/README' to classloader
[junit4:junit4]   2> 9731 T2128 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-1363435732963/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9762 T2128 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9801 T2128 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9802 T2128 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9806 T2128 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10043 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10043 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34023/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34023__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:34023__d%2Fr_collection1",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 10046 T2111 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> 10046 T2098 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> 10046 T2091 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> 10046 T2127 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> 10232 T2128 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10238 T2128 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10241 T2128 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10250 T2128 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10253 T2128 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10256 T2128 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10257 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10258 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10258 T2128 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10259 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10259 T2128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10259 T2128 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10260 T2128 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-1363435732963/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty2/
[junit4:junit4]   2> 10260 T2128 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44be6f
[junit4:junit4]   2> 10260 T2128 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10261 T2128 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty2 forceNew: false
[junit4:junit4]   2> 10261 T2128 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty2/index/
[junit4:junit4]   2> 10261 T2128 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10261 T2128 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty2/index forceNew: false
[junit4:junit4]   2> 10263 T2128 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b8acad lockFactory=org.apache.lucene.store.NativeFSLockFactory@34474a)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10263 T2128 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10264 T2128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10265 T2128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10265 T2128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10266 T2128 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10266 T2128 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10266 T2128 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10267 T2128 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10267 T2128 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10267 T2128 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10270 T2128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10272 T2128 oass.SolrIndexSearcher.<init> Opening Searcher@15b6448 main
[junit4:junit4]   2> 10273 T2128 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty2/tlog
[junit4:junit4]   2> 10273 T2128 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10273 T2128 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10278 T2129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15b6448 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10279 T2128 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10280 T2128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11549 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11549 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57648/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57648__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 11550 T2092 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11550 T2092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11552 T2127 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> 11552 T2111 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> 11552 T2098 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> 11552 T2091 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> 12282 T2128 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12282 T2128 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57648/_d/r collection:collection1 shard:shard1
[junit4:junit4]   2> 12283 T2128 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 12287 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 12287 T2128 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12288 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12289 T2128 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12289 T2128 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12289 T2128 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57648/_d/r/collection1/
[junit4:junit4]   2> 12290 T2128 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12290 T2128 oasc.SyncStrategy.syncToMe http://127.0.0.1:57648/_d/r/collection1/ has no replicas
[junit4:junit4]   2> 12290 T2128 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57648/_d/r/collection1/
[junit4:junit4]   2> 12290 T2128 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 12293 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13055 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13061 T2127 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> 13061 T2091 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> 13061 T2098 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> 13061 T2111 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> 13096 T2128 oasc.ZkController.register We are http://127.0.0.1:57648/_d/r/collection1/ and leader is http://127.0.0.1:57648/_d/r/collection1/
[junit4:junit4]   2> 13096 T2128 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57648/_d/r
[junit4:junit4]   2> 13096 T2128 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13097 T2128 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13097 T2128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13098 T2128 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13099 T2069 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13099 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13100 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13159 T2069 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13162 T2069 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34895
[junit4:junit4]   2> 13162 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13163 T2069 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13163 T2069 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-1363435737471
[junit4:junit4]   2> 13163 T2069 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-1363435737471/solr.xml
[junit4:junit4]   2> 13164 T2069 oasc.CoreContainer.<init> New CoreContainer 32786657
[junit4:junit4]   2> 13164 T2069 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-1363435737471/'
[junit4:junit4]   2> 13164 T2069 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-1363435737471/'
[junit4:junit4]   2> 13184 T2069 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13184 T2069 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13185 T2069 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13185 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13185 T2069 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13186 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13186 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13186 T2069 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13187 T2069 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13187 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13194 T2069 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13206 T2069 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52473/solr
[junit4:junit4]   2> 13207 T2069 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13207 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1000bd5
[junit4:junit4]   2> 13208 T2140 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13208 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13209 T2140 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 13209 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36345
[junit4:junit4]   2> 13209 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36345
[junit4:junit4]   2> 13210 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e570009 with negotiated timeout 20000 for client /127.0.0.1:36345
[junit4:junit4]   2> 13210 T2140 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e570009, negotiated timeout = 20000
[junit4:junit4]   2> 13211 T2141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1000bd5 name:ZooKeeperConnection Watcher:127.0.0.1:52473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13211 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13212 T2074 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d731a1e570009
[junit4:junit4]   2> 13212 T2141 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13212 T2071 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:36345 which had sessionid 0x13d731a1e570009
[junit4:junit4]   2> 13212 T2069 oaz.ZooKeeper.close Session: 0x13d731a1e570009 closed
[junit4:junit4]   2> 13213 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13216 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@17fc8c1
[junit4:junit4]   2> 13217 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13217 T2142 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13217 T2142 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 13217 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36346
[junit4:junit4]   2> 13218 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36346
[junit4:junit4]   2> 13219 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e57000a with negotiated timeout 20000 for client /127.0.0.1:36346
[junit4:junit4]   2> 13219 T2142 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e57000a, negotiated timeout = 20000
[junit4:junit4]   2> 13220 T2143 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17fc8c1 name:ZooKeeperConnection Watcher:127.0.0.1:52473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13220 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13221 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e57000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13221 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e57000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13223 T2069 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14225 T2069 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34895__d%2Fr
[junit4:junit4]   2> 14225 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e57000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34895__d%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34895__d%2Fr
[junit4:junit4]   2> 14226 T2069 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34895__d%2Fr
[junit4:junit4]   2> 14227 T2111 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> 14229 T2091 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14229 T2098 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14229 T2127 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14229 T2143 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14229 T2091 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> 14229 T2127 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> 14229 T2098 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> 14230 T2111 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14235 T2144 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-1363435737471/collection1
[junit4:junit4]   2> 14236 T2144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14237 T2144 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14237 T2144 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14238 T2144 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-1363435737471/collection1/'
[junit4:junit4]   2> 14239 T2144 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-1363435737471/collection1/lib/README' to classloader
[junit4:junit4]   2> 14239 T2144 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-1363435737471/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14270 T2144 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14308 T2144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14309 T2144 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14314 T2144 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14565 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14565 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:57648/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:57648__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:57648__d%2Fr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 14569 T2143 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> 14569 T2091 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> 14569 T2098 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> 14569 T2127 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> 14569 T2111 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> 14740 T2144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14748 T2144 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14751 T2144 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14759 T2144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14763 T2144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14765 T2144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14766 T2144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14767 T2144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14767 T2144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14768 T2144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14768 T2144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14768 T2144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14769 T2144 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-1363435737471/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty3/
[junit4:junit4]   2> 14769 T2144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44be6f
[junit4:junit4]   2> 14769 T2144 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14770 T2144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty3 forceNew: false
[junit4:junit4]   2> 14770 T2144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty3/index/
[junit4:junit4]   2> 14770 T2144 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14770 T2144 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty3/index forceNew: false
[junit4:junit4]   2> 14771 T2144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1891573 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1888af3)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14772 T2144 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14773 T2144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14773 T2144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14774 T2144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14774 T2144 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14775 T2144 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14775 T2144 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14775 T2144 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14776 T2144 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14776 T2144 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14778 T2144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14781 T2144 oass.SolrIndexSearcher.<init> Opening Searcher@fb29a7 main
[junit4:junit4]   2> 14781 T2144 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty3/tlog
[junit4:junit4]   2> 14782 T2144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14782 T2144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14786 T2145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fb29a7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14787 T2144 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14787 T2144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16072 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16073 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34895/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34895__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 16073 T2092 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16073 T2092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 16076 T2127 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> 16076 T2091 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> 16076 T2111 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> 16076 T2098 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> 16077 T2143 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> 16788 T2144 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16789 T2144 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34895/_d/r collection:collection1 shard:shard2
[junit4:junit4]   2> 16791 T2144 oasc.ZkController.register We are http://127.0.0.1:34895/_d/r/collection1/ and leader is http://127.0.0.1:34023/_d/r/collection1/
[junit4:junit4]   2> 16791 T2144 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34895/_d/r
[junit4:junit4]   2> 16792 T2144 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16792 T2144 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C183 name=collection1 org.apache.solr.core.SolrCore@1af3fa3 url=http://127.0.0.1:34895/_d/r/collection1 node=127.0.0.1:34895__d%2Fr C183_STATE=coll:collection1 core:collection1 props:{state=down, collection=collection1, core=collection1, base_url=http://127.0.0.1:34895/_d/r, node_name=127.0.0.1:34895__d%2Fr}
[junit4:junit4]   2> 16792 T2146 C183 P34895 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16793 T2146 C183 P34895 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16793 T2144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16793 T2146 C183 P34895 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16793 T2146 C183 P34895 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16794 T2146 C183 P34895 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16794 T2069 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16794 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16795 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16868 T2069 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16871 T2069 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52570
[junit4:junit4]   2> 16871 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16872 T2069 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16872 T2069 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-1363435741165
[junit4:junit4]   2> 16872 T2069 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-1363435741165/solr.xml
[junit4:junit4]   2> 16873 T2069 oasc.CoreContainer.<init> New CoreContainer 5537230
[junit4:junit4]   2> 16873 T2069 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-1363435741165/'
[junit4:junit4]   2> 16874 T2069 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-1363435741165/'
[junit4:junit4]   2> 16893 T2069 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16893 T2069 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16894 T2069 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16894 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16894 T2069 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16895 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16895 T2069 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16896 T2069 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16896 T2069 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16896 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16903 T2069 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16915 T2069 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52473/solr
[junit4:junit4]   2> 16916 T2069 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16916 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@f625bc
[junit4:junit4]   2> 16917 T2157 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16917 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16918 T2157 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 16918 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36348
[junit4:junit4]   2> 16918 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36348
[junit4:junit4]   2> 16919 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e57000b with negotiated timeout 20000 for client /127.0.0.1:36348
[junit4:junit4]   2> 16919 T2157 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e57000b, negotiated timeout = 20000
[junit4:junit4]   2> 16920 T2158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f625bc name:ZooKeeperConnection Watcher:127.0.0.1:52473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16920 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16921 T2074 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d731a1e57000b
[junit4:junit4]   2> 16921 T2158 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16922 T2071 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:36348 which had sessionid 0x13d731a1e57000b
[junit4:junit4]   2> 16921 T2069 oaz.ZooKeeper.close Session: 0x13d731a1e57000b closed
[junit4:junit4]   2> 16922 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16925 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@477137
[junit4:junit4]   2> 16926 T2159 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16926 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16926 T2159 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 16926 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36349
[junit4:junit4]   2> 16927 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36349
[junit4:junit4]   2> 16928 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e57000c with negotiated timeout 20000 for client /127.0.0.1:36349
[junit4:junit4]   2> 16928 T2159 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e57000c, negotiated timeout = 20000
[junit4:junit4]   2> 16928 T2160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@477137 name:ZooKeeperConnection Watcher:127.0.0.1:52473/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16928 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16929 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e57000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16930 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e57000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16931 T2069 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17579 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17580 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34895/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34895__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:34895__d%2Fr_collection1",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 17583 T2111 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> 17583 T2143 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> 17583 T2098 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> 17583 T2091 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> 17583 T2127 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> 17584 T2160 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> 17798 T2104 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&nodeName=127.0.0.1:34895__d%252Fr&coreNodeName=127.0.0.1:34895__d%252Fr_collection1&wt=javabin&action=PREPRECOVERY&core=collection1&onlyIfLeader=true&version=2&checkLive=true} status=0 QTime=1000 
[junit4:junit4]   2> 17933 T2069 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52570__d%2Fr
[junit4:junit4]   2> 17934 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e57000c type:delete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52570__d%2Fr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52570__d%2Fr
[junit4:junit4]   2> 17934 T2069 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52570__d%2Fr
[junit4:junit4]   2> 17936 T2091 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> 17936 T2111 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> 17936 T2160 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> 17937 T2127 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17937 T2127 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> 17937 T2143 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17937 T2098 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17938 T2143 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> 17938 T2091 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17938 T2111 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17938 T2098 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> 17939 T2160 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17943 T2161 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-1363435741165/collection1
[junit4:junit4]   2> 17943 T2161 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17944 T2161 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17944 T2161 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17945 T2161 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-1363435741165/collection1/'
[junit4:junit4]   2> 17945 T2161 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-1363435741165/collection1/lib/README' to classloader
[junit4:junit4]   2> 17945 T2161 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-1363435741165/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17980 T2161 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 18019 T2161 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18020 T2161 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18025 T2161 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18447 T2161 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18453 T2161 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18457 T2161 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18467 T2161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18470 T2161 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18473 T2161 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18474 T2161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18475 T2161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18475 T2161 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18476 T2161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18476 T2161 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18476 T2161 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18476 T2161 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-1363435741165/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty4/
[junit4:junit4]   2> 18477 T2161 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44be6f
[junit4:junit4]   2> 18477 T2161 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18477 T2161 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty4 forceNew: false
[junit4:junit4]   2> 18478 T2161 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty4/index/
[junit4:junit4]   2> 18478 T2161 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18478 T2161 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty4/index forceNew: false
[junit4:junit4]   2> 18479 T2161 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1011b80 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e91a84)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18479 T2161 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18481 T2161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18481 T2161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18482 T2161 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18482 T2161 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18483 T2161 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18483 T2161 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18483 T2161 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18484 T2161 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18484 T2161 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18487 T2161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18489 T2161 oass.SolrIndexSearcher.<init> Opening Searcher@4deae9 main
[junit4:junit4]   2> 18489 T2161 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty4/tlog
[junit4:junit4]   2> 18490 T2161 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18490 T2161 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18494 T2162 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4deae9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18496 T2161 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18496 T2161 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19087 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19088 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52570/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52570__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 19088 T2092 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 19088 T2092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19091 T2160 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> 19091 T2098 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> 19091 T2091 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> 19091 T2111 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> 19091 T2127 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> 19091 T2143 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> 19497 T2161 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19498 T2161 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52570/_d/r collection:collection1 shard:shard1
[junit4:junit4]   2> 19500 T2161 oasc.ZkController.register We are http://127.0.0.1:52570/_d/r/collection1/ and leader is http://127.0.0.1:57648/_d/r/collection1/
[junit4:junit4]   2> 19500 T2161 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52570/_d/r
[junit4:junit4]   2> 19500 T2161 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19500 T2161 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C184 name=collection1 org.apache.solr.core.SolrCore@adbb3c url=http://127.0.0.1:52570/_d/r/collection1 node=127.0.0.1:52570__d%2Fr C184_STATE=coll:collection1 core:collection1 props:{state=down, collection=collection1, core=collection1, base_url=http://127.0.0.1:52570/_d/r, node_name=127.0.0.1:52570__d%2Fr}
[junit4:junit4]   2> 19501 T2163 C184 P52570 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19501 T2161 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19501 T2163 C184 P52570 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19501 T2163 C184 P52570 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19501 T2163 C184 P52570 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19502 T2069 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 19502 T2163 C184 P52570 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19502 T2069 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19503 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19506 T2069 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19507 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19510 T2107 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-1363435728451/onenodecollectioncore
[junit4:junit4]   2> 19510 T2107 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19511 T2107 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19511 T2107 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19512 T2107 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19512 T2107 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19514 T2107 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19515 T2107 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-1363435728451/onenodecollectioncore/'
[junit4:junit4]   2> 19550 T2107 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19588 T2107 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19589 T2107 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19596 T2107 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C183_STATE=coll:collection1 core:collection1 props:{state=recovering, collection=collection1, core=collection1, base_url=http://127.0.0.1:34895/_d/r, node_name=127.0.0.1:34895__d%2Fr, shard=shard2}
[junit4:junit4]   2> 19799 T2146 C183 P34895 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:34023/_d/r/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19799 T2146 C183 P34895 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:34895/_d/r START replicas=[http://127.0.0.1:34023/_d/r/collection1/] nUpdates=100
[junit4:junit4]   2> 19800 T2146 C183 P34895 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19801 T2146 C183 P34895 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19801 T2146 C183 P34895 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19801 T2146 C183 P34895 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19801 T2146 C183 P34895 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19802 T2146 C183 P34895 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:34023/_d/r/collection1/. core=collection1
[junit4:junit4]   2> 19802 T2146 C183 P34895 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C185 name=collection1 org.apache.solr.core.SolrCore@82b372 url=http://127.0.0.1:34023/_d/r/collection1 node=127.0.0.1:34023__d%2Fr C185_STATE=coll:collection1 core:collection1 props:{state=active, collection=collection1, core=collection1, base_url=http://127.0.0.1:34023/_d/r, node_name=127.0.0.1:34023__d%2Fr, shard=shard2, leader=true}
[junit4:junit4]   2> 19806 T2105 C185 P34023 REQ /get {qt=/get&wt=javabin&version=2&distrib=false&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 19806 T2104 C185 P34023 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19808 T2104 C185 P34023 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@eb3530 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bdb18b)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19808 T2104 C185 P34023 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19809 T2104 C185 P34023 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@eb3530 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bdb18b)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@eb3530 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bdb18b)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19809 T2104 C185 P34023 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19809 T2104 C185 P34023 oass.SolrIndexSearcher.<init> Opening Searcher@e6a002 realtime
[junit4:junit4]   2> 19810 T2104 C185 P34023 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19810 T2104 C185 P34023 /update {wt=javabin&waitSearcher=true&softCommit=false&commit=true&commit_end_point=true&version=2&openSearcher=false} {commit=} 0 4
[junit4:junit4]   2> 19812 T2146 C183 P34895 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19812 T2146 C183 P34895 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19816 T2105 C185 P34023 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19817 T2105 C185 P34023 REQ /replication {qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=4 
[junit4:junit4]   2> 19818 T2146 C183 P34895 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19818 T2146 C183 P34895 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19818 T2146 C183 P34895 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19820 T2104 C185 P34023 REQ /replication {generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 19820 T2146 C183 P34895 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19821 T2146 C183 P34895 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty3/index.20130316060904189 forceNew: false
[junit4:junit4]   2> 19821 T2146 C183 P34895 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@15a0131 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15305d4) fullCopy=false
[junit4:junit4]   2> 19824 T2106 C185 P34023 REQ /replication {generation=2&qt=/replication&wt=filestream&file=segments_2&checksum=true&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 19826 T2146 C183 P34895 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19826 T2146 C183 P34895 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19827 T2146 C183 P34895 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19827 T2146 C183 P34895 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1891573 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1888af3)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1891573 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1888af3)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19828 T2146 C183 P34895 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19828 T2146 C183 P34895 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19829 T2146 C183 P34895 oass.SolrIndexSearcher.<init> Opening Searcher@d3ab2f main
[junit4:junit4]   2> 19830 T2145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d3ab2f main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19830 T2146 C183 P34895 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@15a0131 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15305d4)
[junit4:junit4]   2> 19830 T2146 C183 P34895 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19830 T2146 C183 P34895 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19831 T2146 C183 P34895 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19831 T2146 C183 P34895 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19832 T2146 C183 P34895 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20049 T2107 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 20055 T2107 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 20058 T2107 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 20067 T2107 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20071 T2107 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20074 T2107 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20075 T2107 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20075 T2107 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20075 T2107 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20076 T2107 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20076 T2107 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20077 T2107 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20077 T2107 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-1363435728451/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363435724372/onenodecollection/
[junit4:junit4]   2> 20077 T2107 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44be6f
[junit4:junit4]   2> 20078 T2107 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20079 T2107 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363435724372/onenodecollection forceNew: false
[junit4:junit4]   2> 20079 T2107 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-1363435724372/onenodecollection/index/
[junit4:junit4]   2> 20079 T2107 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363435724372/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 20080 T2107 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363435724372/onenodecollection/index forceNew: false
[junit4:junit4]   2> 20081 T2107 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@114dcd7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1644348)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20081 T2107 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20083 T2107 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 20083 T2107 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 20084 T2107 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 20084 T2107 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 20085 T2107 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 20085 T2107 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 20085 T2107 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 20086 T2107 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 20086 T2107 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 20089 T2107 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 20092 T2107 oass.SolrIndexSearcher.<init> Opening Searcher@1e70676 main
[junit4:junit4]   2> 20092 T2107 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363435724372/onenodecollection/tlog
[junit4:junit4]   2> 20093 T2107 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 20093 T2107 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 20096 T2167 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@1e70676 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 20097 T2107 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20595 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20595 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52570/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52570__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52570__d%2Fr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 20598 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34895/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34895__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:34895__d%2Fr_collection1",
[junit4:junit4]   2> 	  "shard":"shard2"}
[junit4:junit4]   2> 20600 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34023/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34023__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null}
[junit4:junit4]   2> 20600 T2092 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20600 T2092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20603 T2160 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> 20603 T2111 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> 20603 T2127 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> 20603 T2143 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> 20603 T2091 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> 20603 T2098 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> 21098 T2107 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 21099 T2107 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:34023/_d/r collection:onenodecollection shard:shard1
[junit4:junit4]   2> 21100 T2107 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 21106 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 21106 T2107 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21107 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21108 T2107 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 21108 T2107 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 21108 T2107 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34023/_d/r/onenodecollectioncore/
[junit4:junit4]   2> 21109 T2107 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 21109 T2107 oasc.SyncStrategy.syncToMe http://127.0.0.1:34023/_d/r/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 21109 T2107 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34023/_d/r/onenodecollectioncore/
[junit4:junit4]   2> 21110 T2107 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 21113 T2074 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d731a1e570006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21506 T2120 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {state=recovering&nodeName=127.0.0.1:52570__d%252Fr&coreNodeName=127.0.0.1:52570__d%252Fr_collection1&wt=javabin&action=PREPRECOVERY&core=collection1&onlyIfLeader=true&version=2&checkLive=true} status=0 QTime=2000 
[junit4:junit4]   2> 22109 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22113 T2111 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> 22113 T2143 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> 22113 T2160 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> 22113 T2098 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> 22113 T2091 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> 22113 T2127 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> 22116 T2107 oasc.ZkController.register We are http://127.0.0.1:34023/_d/r/onenodecollectioncore/ and leader is http://127.0.0.1:34023/_d/r/onenodecollectioncore/
[junit4:junit4]   2> 22116 T2107 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:34023/_d/r
[junit4:junit4]   2> 22116 T2107 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 22117 T2107 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 22118 T2107 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22118 T2107 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {numShards=1&collection=onenodecollection&roles=none&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363435724372/onenodecollection&wt=javabin&action=CREATE&name=onenodecollectioncore&version=2} status=0 QTime=2608 
[junit4:junit4]   2> 22119 T2069 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 22119 T2069 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23121 T2069 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C184_STATE=coll:collection1 core:collection1 props:{state=recovering, collection=collection1, core=collection1, base_url=http://127.0.0.1:52570/_d/r, node_name=127.0.0.1:52570__d%2Fr, shard=shard1}
[junit4:junit4]   2> 23507 T2163 C184 P52570 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:57648/_d/r/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23507 T2163 C184 P52570 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52570/_d/r START replicas=[http://127.0.0.1:57648/_d/r/collection1/] nUpdates=100
[junit4:junit4]   2> 23508 T2163 C184 P52570 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23508 T2163 C184 P52570 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23508 T2163 C184 P52570 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23509 T2163 C184 P52570 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23509 T2163 C184 P52570 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23509 T2163 C184 P52570 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:57648/_d/r/collection1/. core=collection1
[junit4:junit4]   2> 23509 T2163 C184 P52570 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C186 name=collection1 org.apache.solr.core.SolrCore@e7582b url=http://127.0.0.1:57648/_d/r/collection1 node=127.0.0.1:57648__d%2Fr C186_STATE=coll:collection1 core:collection1 props:{state=active, collection=collection1, core=collection1, base_url=http://127.0.0.1:57648/_d/r, node_name=127.0.0.1:57648__d%2Fr, shard=shard1, leader=true}
[junit4:junit4]   2> 23513 T2120 C186 P57648 REQ /get {qt=/get&wt=javabin&version=2&distrib=false&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 23514 T2122 C186 P57648 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23515 T2122 C186 P57648 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b8acad lockFactory=org.apache.lucene.store.NativeFSLockFactory@34474a)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23516 T2122 C186 P57648 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23516 T2122 C186 P57648 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b8acad lockFactory=org.apache.lucene.store.NativeFSLockFactory@34474a)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b8acad lockFactory=org.apache.lucene.store.NativeFSLockFactory@34474a)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23517 T2122 C186 P57648 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23517 T2122 C186 P57648 oass.SolrIndexSearcher.<init> Opening Searcher@1b27da7 realtime
[junit4:junit4]   2> 23518 T2122 C186 P57648 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23518 T2122 C186 P57648 /update {wt=javabin&waitSearcher=true&softCommit=false&commit=true&commit_end_point=true&version=2&openSearcher=false} {commit=} 0 4
[junit4:junit4]   2> 23519 T2163 C184 P52570 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23520 T2163 C184 P52570 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23521 T2121 C186 P57648 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23521 T2121 C186 P57648 REQ /replication {qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 
[junit4:junit4]   2> 23522 T2163 C184 P52570 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23522 T2163 C184 P52570 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23522 T2163 C184 P52570 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23524 T2120 C186 P57648 REQ /replication {generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 23525 T2163 C184 P52570 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23525 T2163 C184 P52570 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363435724371/jetty4/index.20130316060907893 forceNew: false
[junit4:junit4]   2> 23525 T2163 C184 P52570 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c22b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a7df40) fullCopy=false
[junit4:junit4]   2> 23528 T2122 C186 P57648 REQ /replication {generation=2&qt=/replication&wt=filestream&file=segments_2&checksum=true&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 23529 T2163 C184 P52570 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23529 T2163 C184 P52570 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23530 T2163 C184 P52570 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23530 T2163 C184 P52570 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1011b80 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e91a84)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1011b80 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e91a84)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23530 T2163 C184 P52570 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23531 T2163 C184 P52570 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23531 T2163 C184 P52570 oass.SolrIndexSearcher.<init> Opening Searcher@1856172 main
[junit4:junit4]   2> 23532 T2162 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1856172 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23532 T2163 C184 P52570 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c22b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a7df40)
[junit4:junit4]   2> 23532 T2163 C184 P52570 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23533 T2163 C184 P52570 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23533 T2163 C184 P52570 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23533 T2163 C184 P52570 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23534 T2163 C184 P52570 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23619 T2092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23620 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34023/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34023__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:34023__d%2Fr_onenodecollectioncore",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 23625 T2092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52570/_d/r",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52570__d%2Fr",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52570__d%2Fr_collection1",
[junit4:junit4]   2> 	  "shard":"shard1"}
[junit4:junit4]   2> 23630 T2098 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> 23630 T2091 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> 23630 T2127 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> 23631 T2111 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> 23630 T2143 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> 23630 T2160 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> 24122 T2069 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24123 T2069 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 24124 T2069 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24132 T2120 oejs.Response.sendError WARNING Committed before 404 Can not find: /_d/r/onenodecollectioncore/update
[junit4:junit4]   2> 24132 T2069 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52473 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1df54a9
[junit4:junit4]   2> 24133 T2120 oejs.ServletHandler.doHandle WARNING /_d/r/onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 24134 T2170 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:52473. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24133 T2069 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24134 T2170 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:52473, initiating session
[junit4:junit4]   2> 24134 T2071 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:36361
[junit4:junit4]   2> 24135 T2071 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:36361
[junit4:junit4]   2> 24135 T2073 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d731a1e57000d with negotiated timeout 10000 for client /127.0.0.1:36361
[junit4:junit4]   2> 24135 T2170 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:52473, sessionid = 0x13d731a1e57000d, negotiated timeout = 10000
[junit4:junit4]   2> 24136 T2171 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1df54a9 name:ZooKeeperConnection Watcher:127.0.0.1:52473 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24136 T2069 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> / (2)
[junit4:junit4]   1> DATA:
[junit4:junit4]   1>     
[junit4:junit4]   1>  /solr (7)
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/configs (1)
[junit4:junit4]   1>    /solr/configs/conf1 (9)
[junit4:junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/open-exchange-rates.json (0)
[junit4:junit4]   1>     DATA:
[junit4:junit4]   1>         {
[junit4:junit4]   1>           "disclaimer": "This data is not real, it was synthetically created to match currency.xml.  It is modeled after the data format available from openexchangerates.org.  See https://openexchangerates.org/documentation for details",
[junit4:junit4]   1>           "license": "http://www.apache.org/licenses/LICENSE-2.0",
[junit4:junit4]   1>           "timestamp": 1332070464,
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "IMPORTANT NOTE": "In order for tests to work, this data must be kept in sync with ./currency.xml",
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "base": "USD",
[junit4:junit4]   1>           "rates": {
[junit4:junit4]   1>             "USD": 1,
[junit4:junit4]   1>             "JPY": 81.29,
[junit4:junit4]   1>             "EUR": 2.5,
[junit4:junit4]   1>             "GBP": 0.5,
[junit4:junit4]   1>             "MXN": 2.0
[junit4:junit4]   1>           }
[junit4:junit4]   1>         }
[junit4:junit4]   1>         
[junit4:junit4]   1>     /solr/configs/conf1/schema.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/currency.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/old_synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/protwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/solrconfig.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89354123632640008-127.0.0.1:57648__d%2Fr-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89354123632640010-127.0.0.1:34895__d%2Fr-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89354123632640003-127.0.0.1:46627__d%2Fr-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89354123632640012-127.0.0.1:52570__d%2Fr-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89354123632640006-127.0.0.1:34023__d%2Fr-n_0000000001 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89354123632640003-127.0.0.1:46627__d%2Fr-n_0000000000"}
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>   /solr/collections (3)
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/leaders (2)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:57648/_d/r",
[junit4:junit4]   1>            "node_name":"127.0.0.1:57648__d%2Fr"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:34023/_d/r",
[junit4:junit4]   1>            "node_name":"127.0.0.1:34023__d%2Fr"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (2)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89354123632640012-127.0.0.1:52570__d%2Fr_collection1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89354123632640008-127.0.0.1:57648__d%2Fr_collection1-n_0000000000 (0)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard2/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89354123632640010-127.0.0.1:34895__d%2Fr_collection1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89354123632640006-127.0.0.1:34023__d%2Fr_collection1-n_0000000000 (0)
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:46627/_d/r",
[junit4:junit4]   1>            "node_name":"127.0.0.1:46627__d%2Fr"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89354123632640003-127.0.0.1:46627__d%2Fr_collection1-n_0000000000 (0)
[junit4:junit4]   1>    /solr/collections/onenodecollection (2)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {
[junit4:junit4]   1>          "router":"compositeId",
[junit4:junit4]   1>          "configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leaders (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"onenodecollectioncore",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:34023/_d/r",
[junit4:junit4]   1>            "node_name":"127.0.0.1:34023__d%2Fr"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/onenodecollection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/onenodecollection/leader_elect/shard1/election/89354123632640006-127.0.0.1:34023__d%2Fr_onenodecollectioncore-n_0000000000 (0)
[junit4:junit4]   1>   /solr/live_nodes (5)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:57648__d%2Fr (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:46627__d%2Fr (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:34895__d%2Fr (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:52570__d%2Fr (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:34023__d%2Fr (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:46627__d%2Fr_collection1":{
[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:46627/_d/r",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:46627__d%2Fr",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "shards":{
[junit4:junit4]   1>             "shard1":{
[junit4:junit4]   1>               "range":"80000000-ffffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:57648__d%2Fr_collection1":{
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:57648/_d/r",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:57648__d%2Fr",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:52570__d%2Fr_collection1":{
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:52570/_d/r",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:52570__d%2Fr",
[junit4:junit4]   1>   

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

               "base_url":"http://127.0.0.1:44743",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:44743_",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=26CA0E1B9A3789D0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sv_SE -Dtests.timezone=America/Regina -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE  133s J1 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([26CA0E1B9A3789D0:A72C8003ED68E9EC]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 133236 T2181 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 133254 T2180 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 133732 T2184 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 134341 T2263 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 134341 T2263 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 134341 T2263 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=sv_SE, timezone=America/Regina
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=258591920,total=488636416
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestStressReorder, URLClassifyProcessorTest, TestHashPartitioner, IndexSchemaRuntimeFieldTest, TestIndexSearcher, TestDynamicFieldResource, TestFiltering, TermVectorComponentDistributedTest, TestBM25SimilarityFactory, TestSystemIdResolver, TestZkChroot, TestSolrJ, ShardRoutingCustomTest, TestStressLucene, TestQueryTypes, FieldAnalysisRequestHandlerTest, StatsComponentTest, TestUpdate, SampleTest, DateMathParserTest, LeaderElectionIntegrationTest, HardAutoCommitTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, EchoParamsTest, XsltUpdateRequestHandlerTest, HighlighterTest, DocumentAnalysisRequestHandlerTest, BadIndexSchemaTest, TestCollationField, TestRecovery, TestReload, ClusterStateTest, TestDFRSimilarityFactory, JSONWriterTest, AliasIntegrationTest, TestCSVLoader, TestRangeQuery, SolrPluginUtilsTest, BasicZkTest, DocValuesMultiTest, RequiredFieldsTest, CoreContainerCoreInitFailuresTest, CachingDirectoryFactoryTest, SuggesterTSTTest, TestLMJelinekMercerSimilarityFactory, OpenExchangeRatesOrgProviderTest, HighlighterConfigTest, CollectionsAPIDistributedZkTest, TestDistributedSearch, NotRequiredUniqueKeyTest, NumericFieldsTest, TestOmitPositions, TestIndexingPerformance, StandardRequestHandlerTest, NoCacheHeaderTest, DistanceFunctionTest, XmlUpdateRequestHandlerTest, TestAtomicUpdateErrorCases, SolrTestCaseJ4Test, TestWordDelimiterFilterFactory, RequestHandlersTest, TimeZoneUtilsTest, DisMaxRequestHandlerTest, TestRTGBase, TestDistributedGrouping, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest]
[junit4:junit4] Completed on J1 in 134.53s, 1 test, 1 failure <<< FAILURES!

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

Total time: 46 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseG1GC -XX:MarkStackSize=256K
Email was triggered for: Failure
Sending email for trigger: Failure