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/22 05:02:13 UTC

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_15) - Build # 2679 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2679/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseSerialGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5468, name=coreLoadExecutor-3826-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=5468, name=coreLoadExecutor-3826-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:746)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1aca18d lockFactory=org.apache.lucene.store.NativeFSLockFactory@18f43ff))
	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=5470, 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=5470, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1))
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9342 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T5409 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /xsxb/
[junit4:junit4]   2> 4 T5409 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-RecoveryZkTest-1363924422542
[junit4:junit4]   2> 7 T5409 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T5410 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T5410 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T5410 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T5410 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T5410 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 13 T5410 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 104 T5409 oasc.ZkTestServer.run start zk server on port:56509
[junit4:junit4]   2> 104 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16a6092
[junit4:junit4]   2> 105 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T5415 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T5415 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 106 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56512
[junit4:junit4]   2> 107 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56512
[junit4:junit4]   2> 107 T5413 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 117 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970000 with negotiated timeout 10000 for client /127.0.0.1:56512
[junit4:junit4]   2> 117 T5415 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970000, negotiated timeout = 10000
[junit4:junit4]   2> 118 T5416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16a6092 name:ZooKeeperConnection Watcher:127.0.0.1:56509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 119 T5409 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 121 T5414 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d903b0f970000
[junit4:junit4]   2> 123 T5416 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 123 T5411 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d903b0f970000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 123 T5409 oaz.ZooKeeper.close Session: 0x13d903b0f970000 closed
[junit4:junit4]   2> 124 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@c1d4d1
[junit4:junit4]   2> 125 T5411 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56512 which had sessionid 0x13d903b0f970000
[junit4:junit4]   2> 126 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 126 T5417 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 127 T5417 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 127 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56515
[junit4:junit4]   2> 127 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56515
[junit4:junit4]   2> 129 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970001 with negotiated timeout 10000 for client /127.0.0.1:56515
[junit4:junit4]   2> 129 T5417 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970001, negotiated timeout = 10000
[junit4:junit4]   2> 129 T5418 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c1d4d1 name:ZooKeeperConnection Watcher:127.0.0.1:56509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 130 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 130 T5409 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 136 T5409 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 139 T5409 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 142 T5409 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 147 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 148 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 154 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 155 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 161 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 162 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 166 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 166 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 170 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 170 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 175 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 175 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 179 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 180 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 183 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 183 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 188 T5409 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 188 T5409 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 193 T5414 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d903b0f970001
[junit4:junit4]   2> 194 T5418 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 194 T5409 oaz.ZooKeeper.close Session: 0x13d903b0f970001 closed
[junit4:junit4]   2> 194 T5411 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d903b0f970001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 195 T5411 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56515 which had sessionid 0x13d903b0f970001
[junit4:junit4]   2> 590 T5409 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 594 T5409 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56516
[junit4:junit4]   2> 595 T5409 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 596 T5409 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 597 T5409 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732
[junit4:junit4]   2> 597 T5409 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732\solr.xml
[junit4:junit4]   2> 597 T5409 oasc.CoreContainer.<init> New CoreContainer 18662623
[junit4:junit4]   2> 598 T5409 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732\'
[junit4:junit4]   2> 598 T5409 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732\'
[junit4:junit4]   2> 653 T5409 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 653 T5409 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 654 T5409 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 654 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 655 T5409 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 655 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 656 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 656 T5409 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 656 T5409 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 656 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 673 T5409 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 696 T5409 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56509/solr
[junit4:junit4]   2> 696 T5409 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 696 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b84b40
[junit4:junit4]   2> 699 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 700 T5428 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 700 T5428 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 701 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56521
[junit4:junit4]   2> 701 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56521
[junit4:junit4]   2> 710 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970002 with negotiated timeout 20000 for client /127.0.0.1:56521
[junit4:junit4]   2> 710 T5428 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970002, negotiated timeout = 20000
[junit4:junit4]   2> 711 T5429 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b84b40 name:ZooKeeperConnection Watcher:127.0.0.1:56509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 711 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 712 T5414 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d903b0f970002
[junit4:junit4]   2> 713 T5411 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56521 which had sessionid 0x13d903b0f970002
[junit4:junit4]   2> 714 T5429 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 714 T5409 oaz.ZooKeeper.close Session: 0x13d903b0f970002 closed
[junit4:junit4]   2> 714 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 719 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ec887
[junit4:junit4]   2> 721 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 721 T5430 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 722 T5430 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 722 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56524
[junit4:junit4]   2> 723 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56524
[junit4:junit4]   2> 725 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970003 with negotiated timeout 20000 for client /127.0.0.1:56524
[junit4:junit4]   2> 725 T5430 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970003, negotiated timeout = 20000
[junit4:junit4]   2> 725 T5431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ec887 name:ZooKeeperConnection Watcher:127.0.0.1:56509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 725 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 727 T5409 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 731 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 733 T5409 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 738 T5409 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 741 T5409 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56516_xsxb
[junit4:junit4]   2> 742 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56516_xsxb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56516_xsxb
[junit4:junit4]   2> 743 T5409 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56516_xsxb
[junit4:junit4]   2> 747 T5409 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 755 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 757 T5409 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 759 T5409 oasc.Overseer.start Overseer (id=89386150956302339-127.0.0.1:56516_xsxb-n_0000000000) starting
[junit4:junit4]   2> 760 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 762 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 764 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 766 T5409 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 770 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 772 T5433 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 772 T5409 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 777 T5409 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 781 T5409 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 785 T5432 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 790 T5434 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732\collection1
[junit4:junit4]   2> 790 T5434 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 792 T5434 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 792 T5434 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 795 T5434 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732\collection1\'
[junit4:junit4]   2> 798 T5434 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 800 T5434 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732/collection1/lib/README' to classloader
[junit4:junit4]   2> 851 T5434 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 930 T5434 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 932 T5434 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 939 T5434 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1676 T5434 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1686 T5434 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1690 T5434 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1707 T5434 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1712 T5434 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1717 T5434 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1719 T5434 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1719 T5434 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1719 T5434 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1722 T5434 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1722 T5434 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1722 T5434 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1723 T5434 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363924422732\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/control/data\
[junit4:junit4]   2> 1723 T5434 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@705b81
[junit4:junit4]   2> 1724 T5434 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1724 T5434 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/control/data\
[junit4:junit4]   2> 1724 T5434 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/control/data\index/
[junit4:junit4]   2> 1724 T5434 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1725 T5434 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/control/data\index
[junit4:junit4]   2> 1730 T5434 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@256b29 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a0eea7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1730 T5434 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1733 T5434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1733 T5434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1733 T5434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1735 T5434 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1735 T5434 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1735 T5434 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1735 T5434 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1736 T5434 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1736 T5434 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1749 T5434 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1756 T5434 oass.SolrIndexSearcher.<init> Opening Searcher@782d28 main
[junit4:junit4]   2> 1756 T5434 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\control\data\tlog
[junit4:junit4]   2> 1759 T5434 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1760 T5434 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1765 T5435 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@782d28 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1766 T5434 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1766 T5434 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2231 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2232 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56516_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56516/xsxb"}
[junit4:junit4]   2> 2232 T5432 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2233 T5432 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2281 T5431 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> 2729 T5434 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2729 T5434 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56516/xsxb collection:control_collection shard:shard1
[junit4:junit4]   2> 2730 T5434 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2743 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2745 T5434 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2745 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2750 T5434 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2750 T5434 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2750 T5434 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56516/xsxb/collection1/
[junit4:junit4]   2> 2751 T5434 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2751 T5434 oasc.SyncStrategy.syncToMe http://127.0.0.1:56516/xsxb/collection1/ has no replicas
[junit4:junit4]   2> 2751 T5434 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56516/xsxb/collection1/
[junit4:junit4]   2> 2751 T5434 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2758 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3753 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3769 T5431 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> 3788 T5434 oasc.ZkController.register We are http://127.0.0.1:56516/xsxb/collection1/ and leader is http://127.0.0.1:56516/xsxb/collection1/
[junit4:junit4]   2> 3788 T5434 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56516/xsxb
[junit4:junit4]   2> 3788 T5434 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3788 T5434 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3788 T5434 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3792 T5434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3794 T5409 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3794 T5409 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3795 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3803 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3804 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@47e71d
[junit4:junit4]   2> 3806 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3807 T5437 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3807 T5437 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 3808 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56527
[junit4:junit4]   2> 3808 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56527
[junit4:junit4]   2> 3811 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970004 with negotiated timeout 10000 for client /127.0.0.1:56527
[junit4:junit4]   2> 3811 T5437 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970004, negotiated timeout = 10000
[junit4:junit4]   2> 3812 T5438 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47e71d name:ZooKeeperConnection Watcher:127.0.0.1:56509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3812 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3814 T5409 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3817 T5409 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4267 T5409 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4270 T5409 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56528
[junit4:junit4]   2> 4271 T5409 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4272 T5409 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4272 T5409 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354
[junit4:junit4]   2> 4272 T5409 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354\solr.xml
[junit4:junit4]   2> 4273 T5409 oasc.CoreContainer.<init> New CoreContainer 16231483
[junit4:junit4]   2> 4273 T5409 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354\'
[junit4:junit4]   2> 4274 T5409 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354\'
[junit4:junit4]   2> 4325 T5409 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4326 T5409 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4326 T5409 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4326 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4327 T5409 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4327 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4328 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4328 T5409 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4328 T5409 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4329 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4342 T5409 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4362 T5409 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56509/solr
[junit4:junit4]   2> 4362 T5409 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4363 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@bff6c1
[junit4:junit4]   2> 4364 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4366 T5448 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4366 T5448 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 4366 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56533
[junit4:junit4]   2> 4367 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56533
[junit4:junit4]   2> 4377 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970005 with negotiated timeout 20000 for client /127.0.0.1:56533
[junit4:junit4]   2> 4377 T5448 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970005, negotiated timeout = 20000
[junit4:junit4]   2> 4378 T5449 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bff6c1 name:ZooKeeperConnection Watcher:127.0.0.1:56509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4378 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4379 T5414 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d903b0f970005
[junit4:junit4]   2> 4380 T5409 oaz.ZooKeeper.close Session: 0x13d903b0f970005 closed
[junit4:junit4]   2> 4380 T5449 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4382 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4380 T5411 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56533 which had sessionid 0x13d903b0f970005
[junit4:junit4]   2> 4386 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@37cff
[junit4:junit4]   2> 4388 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4388 T5450 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4389 T5450 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 4389 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56536
[junit4:junit4]   2> 4390 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56536
[junit4:junit4]   2> 4391 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970006 with negotiated timeout 20000 for client /127.0.0.1:56536
[junit4:junit4]   2> 4391 T5450 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970006, negotiated timeout = 20000
[junit4:junit4]   2> 4391 T5451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37cff name:ZooKeeperConnection Watcher:127.0.0.1:56509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4392 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4392 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4395 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4397 T5409 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5112 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5112 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56516_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56516/xsxb"}
[junit4:junit4]   2> 5121 T5438 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> 5122 T5451 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> 5122 T5431 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> 5264 T5409 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56528_xsxb
[junit4:junit4]   2> 5266 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970006 type:delete cxid:0xf zxid:0x4e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56528_xsxb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56528_xsxb
[junit4:junit4]   2> 5267 T5409 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56528_xsxb
[junit4:junit4]   2> 5270 T5451 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 5271 T5438 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5271 T5431 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5271 T5438 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> 5271 T5431 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> 5273 T5451 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5281 T5452 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354\collection1
[junit4:junit4]   2> 5281 T5452 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5282 T5452 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5282 T5452 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5284 T5452 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354\collection1\'
[junit4:junit4]   2> 5285 T5452 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5287 T5452 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354/collection1/lib/README' to classloader
[junit4:junit4]   2> 5332 T5452 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5411 T5452 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5413 T5452 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5417 T5452 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6084 T5452 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6093 T5452 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6098 T5452 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6113 T5452 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6117 T5452 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6124 T5452 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6125 T5452 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6125 T5452 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6125 T5452 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6127 T5452 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6127 T5452 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6127 T5452 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6127 T5452 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363924426354\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty1\
[junit4:junit4]   2> 6127 T5452 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@705b81
[junit4:junit4]   2> 6127 T5452 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6128 T5452 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty1\
[junit4:junit4]   2> 6129 T5452 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty1\index/
[junit4:junit4]   2> 6129 T5452 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6129 T5452 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty1\index
[junit4:junit4]   2> 6133 T5452 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d85827 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d7330),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6133 T5452 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6136 T5452 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6136 T5452 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6136 T5452 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6137 T5452 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6138 T5452 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6138 T5452 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6138 T5452 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6139 T5452 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6139 T5452 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6148 T5452 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6155 T5452 oass.SolrIndexSearcher.<init> Opening Searcher@15b6c28 main
[junit4:junit4]   2> 6155 T5452 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\jetty1\tlog
[junit4:junit4]   2> 6157 T5452 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6157 T5452 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6161 T5453 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15b6c28 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6163 T5452 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6163 T5452 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6423 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6425 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56528_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56528/xsxb"}
[junit4:junit4]   2> 6425 T5432 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6425 T5432 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6432 T5438 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> 6432 T5451 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> 6432 T5431 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 T5452 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7031 T5452 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56528/xsxb collection:collection1 shard:shard1
[junit4:junit4]   2> 7032 T5452 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7045 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970006 type:delete cxid:0x4c zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7047 T5452 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7047 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970006 type:create cxid:0x4d zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7050 T5452 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7051 T5452 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7051 T5452 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56528/xsxb/collection1/
[junit4:junit4]   2> 7051 T5452 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7051 T5452 oasc.SyncStrategy.syncToMe http://127.0.0.1:56528/xsxb/collection1/ has no replicas
[junit4:junit4]   2> 7052 T5452 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56528/xsxb/collection1/
[junit4:junit4]   2> 7052 T5452 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7058 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970006 type:create cxid:0x58 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7735 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7747 T5438 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> 7747 T5451 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> 7747 T5431 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> 7766 T5452 oasc.ZkController.register We are http://127.0.0.1:56528/xsxb/collection1/ and leader is http://127.0.0.1:56528/xsxb/collection1/
[junit4:junit4]   2> 7766 T5452 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56528/xsxb
[junit4:junit4]   2> 7766 T5452 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7766 T5452 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7766 T5452 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7768 T5452 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7770 T5409 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 7770 T5409 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7770 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8177 T5409 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8180 T5409 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56537
[junit4:junit4]   2> 8181 T5409 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8182 T5409 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8182 T5409 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317
[junit4:junit4]   2> 8183 T5409 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317\solr.xml
[junit4:junit4]   2> 8183 T5409 oasc.CoreContainer.<init> New CoreContainer 17147254
[junit4:junit4]   2> 8183 T5409 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317\'
[junit4:junit4]   2> 8184 T5409 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317\'
[junit4:junit4]   2> 8234 T5409 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8234 T5409 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8234 T5409 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8234 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8235 T5409 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8235 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8236 T5409 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8236 T5409 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8236 T5409 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8236 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8247 T5409 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8267 T5409 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:56509/solr
[junit4:junit4]   2> 8267 T5409 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8267 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e4fd4a
[junit4:junit4]   2> 8270 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8271 T5464 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8271 T5464 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 8272 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56542
[junit4:junit4]   2> 8272 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56542
[junit4:junit4]   2> 8280 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970007 with negotiated timeout 20000 for client /127.0.0.1:56542
[junit4:junit4]   2> 8280 T5464 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970007, negotiated timeout = 20000
[junit4:junit4]   2> 8280 T5465 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e4fd4a name:ZooKeeperConnection Watcher:127.0.0.1:56509 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8281 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8282 T5414 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d903b0f970007
[junit4:junit4]   2> 8283 T5409 oaz.ZooKeeper.close Session: 0x13d903b0f970007 closed
[junit4:junit4]   2> 8283 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8284 T5465 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8284 T5411 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56542 which had sessionid 0x13d903b0f970007
[junit4:junit4]   2> 8288 T5409 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:56509/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ca3956
[junit4:junit4]   2> 8290 T5409 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8291 T5466 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:56509. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8291 T5466 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:56509, initiating session
[junit4:junit4]   2> 8292 T5411 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:56545
[junit4:junit4]   2> 8292 T5411 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:56545
[junit4:junit4]   2> 8294 T5413 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d903b0f970008 with negotiated timeout 20000 for client /127.0.0.1:56545
[junit4:junit4]   2> 8294 T5466 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:56509, sessionid = 0x13d903b0f970008, negotiated timeout = 20000
[junit4:junit4]   2> 8294 T5467 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ca3956 name:ZooKeeperConnection Watcher:127.0.0.1:56509/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8294 T5409 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8295 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8298 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8301 T5409 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9052 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9053 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56528_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56528/xsxb"}
[junit4:junit4]   2> 9063 T5431 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> 9063 T5438 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> 9064 T5467 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> 9064 T5451 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> 9169 T5409 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56537_xsxb
[junit4:junit4]   2> 9170 T5414 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d903b0f970008 type:delete cxid:0xf zxid:0x72 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56537_xsxb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56537_xsxb
[junit4:junit4]   2> 9172 T5409 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56537_xsxb
[junit4:junit4]   2> 9174 T5451 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> 9176 T5467 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9176 T5467 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> 9176 T5431 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9177 T5431 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> 9177 T5438 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9177 T5438 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> 9178 T5451 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9185 T5468 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317\collection1
[junit4:junit4]   2> 9186 T5468 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9186 T5468 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9187 T5468 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9189 T5468 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317\collection1\'
[junit4:junit4]   2> 9190 T5468 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9191 T5468 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317/collection1/lib/README' to classloader
[junit4:junit4]   2> 9236 T5468 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9308 T5468 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9309 T5468 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9314 T5468 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9952 T5468 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9962 T5468 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9966 T5468 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9980 T5468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9985 T5468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9989 T5468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9991 T5468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9991 T5468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9991 T5468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9993 T5468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9993 T5468 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9993 T5468 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9993 T5468 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363924430317\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\
[junit4:junit4]   2> 9993 T5468 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@705b81
[junit4:junit4]   2> 9994 T5468 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9995 T5468 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\
[junit4:junit4]   2> 9995 T5468 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\index/
[junit4:junit4]   2> 9995 T5468 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9996 T5468 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\index
[junit4:junit4]   2> 10001 T5468 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b2b17b lockFactory=org.apache.lucene.store.NativeFSLockFactory@142a32a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10001 T5468 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10003 T5468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10003 T5468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10004 T5468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10005 T5468 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10005 T5468 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10005 T5468 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10006 T5468 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10006 T5468 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10007 T5468 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10015 T5468 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10022 T5468 oass.SolrIndexSearcher.<init> Opening Searcher@1981009 main
[junit4:junit4]   2> 10023 T5468 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\jetty2\tlog
[junit4:junit4]   2> 10024 T5468 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10024 T5468 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10029 T5469 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1981009 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10031 T5468 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10031 T5468 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10367 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10367 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56537_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56537/xsxb"}
[junit4:junit4]   2> 10367 T5432 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10368 T5432 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10384 T5431 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> 10385 T5467 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> 10385 T5451 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> 10385 T5438 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> 10901 T5468 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10901 T5468 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56537/xsxb collection:collection1 shard:shard1
[junit4:junit4]   2> 10906 T5468 oasc.ZkController.register We are http://127.0.0.1:56537/xsxb/collection1/ and leader is http://127.0.0.1:56528/xsxb/collection1/
[junit4:junit4]   2> 10906 T5468 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56537/xsxb
[junit4:junit4]   2> 10906 T5468 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 10906 T5468 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C506 name=collection1 org.apache.solr.core.SolrCore@3cb573 url=http://127.0.0.1:56537/xsxb/collection1 node=127.0.0.1:56537_xsxb C506_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:56537_xsxb, base_url=http://127.0.0.1:56537/xsxb}
[junit4:junit4]   2> 10907 T5470 C506 P56537 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 10907 T5470 C506 P56537 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10907 T5468 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10907 T5470 C506 P56537 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 10908 T5470 C506 P56537 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10908 T5409 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 10909 T5409 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10909 T5409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10911 T5470 C506 P56537 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10918 T5409 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C507 name=collection1 org.apache.solr.core.SolrCore@d38865 url=http://127.0.0.1:56516/xsxb/collection1 node=127.0.0.1:56516_xsxb C507_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:56516_xsxb, base_url=http://127.0.0.1:56516/xsxb, leader=true}
[junit4:junit4]   2> 10933 T5424 C507 P56516 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@256b29 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a0eea7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10934 T5424 C507 P56516 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10936 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[1 (1430178426747092992)]} 0 6
[junit4:junit4]   2> 10936 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10001 (1430178426750238720)]} 0 3
[junit4:junit4]   2> ASYNC  NEW_CORE C508 name=collection1 org.apache.solr.core.SolrCore@10d2ed2 url=http://127.0.0.1:56528/xsxb/collection1 node=127.0.0.1:56528_xsxb C508_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56528_xsxb, base_url=http://127.0.0.1:56528/xsxb, leader=true}
[junit4:junit4]   2> 10953 T5442 C508 P56528 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d85827 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d7330),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10954 T5442 C508 P56528 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10957 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10001 (1430178426768064512)]} 0 7
[junit4:junit4]   2> 10957 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[1 (1430178426769113088)]} 0 6
[junit4:junit4]   2> 10973 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10002 (1430178426791133185)]} 0 1
[junit4:junit4]   2> 10973 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[2 (1430178426791133184)]} 0 1
[junit4:junit4]   2> 10975 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[2 (1430178426794278912)]} 0 0
[junit4:junit4]   2> 10976 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10002 (1430178426794278913)]} 0 1
[junit4:junit4]   2> 10988 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[10001 (-1430178426807910400)]} 0 0
[junit4:junit4]   2> 10988 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[1 (-1430178426807910401)]} 0 0
[junit4:junit4]   2> 10990 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[10001 (-1430178426810007552)]} 0 0
[junit4:junit4]   2> 10990 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[1 (-1430178426810007553)]} 0 0
[junit4:junit4]   2> 10993 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10003 (1430178426812104704)]} 0 1
[junit4:junit4]   2> 10994 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[3 (1430178426814201856)]} 0 0
[junit4:junit4]   2> 10996 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10003 (1430178426815250432)]} 0 1
[junit4:junit4]   2> 10996 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[3 (1430178426816299008)]} 0 0
[junit4:junit4]   2> 11054 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10004 (1430178426876067840)]} 0 1
[junit4:junit4]   2> 11054 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[4 (1430178426877116416)]} 0 0
[junit4:junit4]   2> 11055 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10004 (1430178426878164992)]} 0 0
[junit4:junit4]   2> 11057 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[4 (1430178426880262144)]} 0 0
[junit4:junit4]   2> 11077 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10005 (1430178426900185088)]} 0 1
[junit4:junit4]   2> 11078 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[5 (1430178426902282240)]} 0 0
[junit4:junit4]   2> 11080 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10005 (1430178426904379392)]} 0 0
[junit4:junit4]   2> 11081 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[5 (1430178426905427968)]} 0 0
[junit4:junit4]   2> 11125 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10006 (1430178426950516736)]} 0 1
[junit4:junit4]   2> 11125 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[6 (1430178426951565312)]} 0 0
[junit4:junit4]   2> 11127 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10006 (1430178426953662464)]} 0 0
[junit4:junit4]   2> 11128 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[6 (1430178426954711040)]} 0 0
[junit4:junit4]   2> 11159 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10007 (1430178426986168320)]} 0 1
[junit4:junit4]   2> 11159 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[7 (1430178426987216896)]} 0 0
[junit4:junit4]   2> 11161 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10007 (1430178426989314048)]} 0 0
[junit4:junit4]   2> 11162 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[7 (1430178426990362624)]} 0 0
[junit4:junit4]   2> 11172 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10008 (1430178426999799808)]} 0 1
[junit4:junit4]   2> 11173 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[8 (1430178427000848384)]} 0 1
[junit4:junit4]   2> 11174 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[8 (1430178427002945536)]} 0 0
[junit4:junit4]   2> 11175 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10008 (1430178427002945537)]} 0 1
[junit4:junit4]   2> 11212 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[3 (-1430178427042791424)]} 0 0
[junit4:junit4]   2> 11213 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[10003 (-1430178427043840000)]} 0 0
[junit4:junit4]   2> 11215 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[3 (-1430178427045937152)]} 0 0
[junit4:junit4]   2> 11216 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[10003 (-1430178427046985728)]} 0 0
[junit4:junit4]   2> 11217 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10009 (1430178427048034305)]} 0 0
[junit4:junit4]   2> 11217 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[9 (1430178427048034304)]} 0 0
[junit4:junit4]   2> 11220 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10009 (1430178427051180032)]} 0 0
[junit4:junit4]   2> 11221 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[9 (1430178427052228608)]} 0 0
[junit4:junit4]   2> 11285 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[10005 (-1430178427119337472)]} 0 0
[junit4:junit4]   2> 11286 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[5 (-1430178427120386048)]} 0 0
[junit4:junit4]   2> 11287 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[10005 (-1430178427121434624)]} 0 0
[junit4:junit4]   2> 11287 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[5 (-1430178427121434625)]} 0 0
[junit4:junit4]   2> 11289 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10 (1430178427123531776)]} 0 0
[junit4:junit4]   2> 11290 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10010 (1430178427124580352)]} 0 0
[junit4:junit4]   2> 11292 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10 (1430178427126677504)]} 0 0
[junit4:junit4]   2> 11293 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10010 (1430178427127726080)]} 0 0
[junit4:junit4]   2> 11304 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[11 (1430178427138211840)]} 0 1
[junit4:junit4]   2> 11305 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10011 (1430178427139260416)]} 0 1
[junit4:junit4]   2> 11306 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[11 (1430178427141357568)]} 0 0
[junit4:junit4]   2> 11307 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10011 (1430178427142406144)]} 0 0
[junit4:junit4]   2> 11386 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[12 (1430178427225243648)]} 0 0
[junit4:junit4]   2> 11388 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10012 (1430178427226292224)]} 0 1
[junit4:junit4]   2> 11391 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[12 (1430178427230486528)]} 0 0
[junit4:junit4]   2> 11392 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10012 (1430178427230486529)]} 0 1
[junit4:junit4]   2> 11472 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[6 (-1430178427315421184)]} 0 0
[junit4:junit4]   2> 11472 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[10006 (-1430178427315421185)]} 0 0
[junit4:junit4]   2> 11474 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[6 (-1430178427317518337)]} 0 0
[junit4:junit4]   2> 11474 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[10006 (-1430178427317518336)]} 0 0
[junit4:junit4]   2> 11477 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10013 (1430178427320664064)]} 0 0
[junit4:junit4]   2> 11477 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[13 (1430178427320664065)]} 0 0
[junit4:junit4]   2> 11479 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10013 (1430178427322761216)]} 0 0
[junit4:junit4]   2> 11479 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[13 (1430178427322761217)]} 0 0
[junit4:junit4]   2> 11501 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10014 (1430178427344781312)]} 0 1
[junit4:junit4]   2> 11501 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[14 (1430178427344781313)]} 0 1
[junit4:junit4]   2> 11503 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10014 (1430178427347927040)]} 0 0
[junit4:junit4]   2> 11503 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[14 (1430178427347927041)]} 0 0
[junit4:junit4]   2> 11562 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[15 (1430178427408744449)]} 0 1
[junit4:junit4]   2> 11563 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10015 (1430178427408744448)]} 0 2
[junit4:junit4]   2> 11564 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10015 (1430178427411890176)]} 0 0
[junit4:junit4]   2> 11565 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[15 (1430178427411890177)]} 0 1
[junit4:junit4]   2> 11595 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[7 (-1430178427444396032)]} 0 0
[junit4:junit4]   2> 11595 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[10007 (-1430178427444396033)]} 0 0
[junit4:junit4]   2> 11597 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[10007 (-1430178427446493184)]} 0 0
[junit4:junit4]   2> 11597 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[7 (-1430178427446493185)]} 0 0
[junit4:junit4]   2> 11600 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10016 (1430178427449638912)]} 0 0
[junit4:junit4]   2> 11601 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[16 (1430178427449638913)]} 0 1
[junit4:junit4]   2> 11602 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10016 (1430178427451736064)]} 0 0
[junit4:junit4]   2> 11603 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[16 (1430178427451736065)]} 0 1
[junit4:junit4]   2> 11656 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[10 (-1430178427508359169)]} 0 0
[junit4:junit4]   2> 11656 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[10010 (-1430178427508359168)]} 0 0
[junit4:junit4]   2> 11658 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[10010 (-1430178427510456320)]} 0 0
[junit4:junit4]   2> 11658 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[10 (-1430178427510456321)]} 0 0
[junit4:junit4]   2> 11662 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10017 (1430178427513602048)]} 0 1
[junit4:junit4]   2> 11663 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[17 (1430178427514650624)]} 0 1
[junit4:junit4]   2> 11667 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10017 (1430178427519893504)]} 0 0
[junit4:junit4]   2> 11667 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[17 (1430178427519893505)]} 0 0
[junit4:junit4]   2> 11688 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11689 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56537_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56537/xsxb"}
[junit4:junit4]   2> 11698 T5438 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> 11699 T5451 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> 11699 T5467 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> 11699 T5431 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> 11712 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[10014 (-1430178427567079424)]} 0 0
[junit4:junit4]   2> 11712 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[14 (-1430178427567079425)]} 0 0
[junit4:junit4]   2>  C506_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:56537_xsxb, base_url=http://127.0.0.1:56537/xsxb}
[junit4:junit4]   2> 11725 T5458 C506 P56537 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b2b17b lockFactory=org.apache.lucene.store.NativeFSLockFactory@142a32a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11726 T5458 C506 P56537 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11727 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10014 (-1430178427570225152)]} 0 4
[junit4:junit4]   2> 11727 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[14 (-1430178427570225153)]} 0 4
[junit4:junit4]   2> 11728 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[14 (-1430178427570225153)]} 0 13
[junit4:junit4]   2> 11728 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[10014 (-1430178427570225152)]} 0 13
[junit4:junit4]   2> 11730 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[18 (1430178427585953792)]} 0 0
[junit4:junit4]   2> 11731 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10018 (1430178427585953793)]} 0 1
[junit4:junit4]   2> 11736 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1430178427588050944)]} 0 1
[junit4:junit4]   2> 11736 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1430178427589099520)]} 0 1
[junit4:junit4]   2> 11736 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[18 (1430178427588050944)]} 0 4
[junit4:junit4]   2> 11736 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10018 (1430178427589099520)]} 0 3
[junit4:junit4]   2> 11786 T5445 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:56537_xsxb&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=865 
[junit4:junit4]   2> 11817 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[10017 (-1430178427677179905)]} 0 0
[junit4:junit4]   2> 11817 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[17 (-1430178427677179904)]} 0 0
[junit4:junit4]   2> 11824 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1430178427680325633)]} 0 1
[junit4:junit4]   2> 11824 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1430178427680325632)]} 0 1
[junit4:junit4]   2> 11824 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[10017 (-1430178427680325633)]} 0 4
[junit4:junit4]   2> 11824 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[17 (-1430178427680325632)]} 0 4
[junit4:junit4]   2> 11827 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10019 (1430178427686617088)]} 0 1
[junit4:junit4]   2> 11827 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[19 (1430178427686617089)]} 0 1
[junit4:junit4]   2> 11830 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1430178427689762816)]} 0 0
[junit4:junit4]   2> 11832 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10019 (1430178427689762816)]} 0 3
[junit4:junit4]   2> 11833 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1430178427689762817)]} 0 1
[junit4:junit4]   2> 11833 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[19 (1430178427689762817)]} 0 4
[junit4:junit4]   2> 11904 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[20 (1430178427767357441)]} 0 1
[junit4:junit4]   2> 11904 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10020 (1430178427767357440)]} 0 1
[junit4:junit4]   2> 11907 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1430178427769454592)]} 0 0
[junit4:junit4]   2> 11908 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[20 (1430178427769454592)]} 0 3
[junit4:junit4]   2> 11908 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1430178427769454593)]} 0 0
[junit4:junit4]   2> 11909 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10020 (1430178427769454593)]} 0 4
[junit4:junit4]   2> 11911 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[21 (1430178427775746048)]} 0 0
[junit4:junit4]   2> 11913 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10021 (1430178427777843200)]} 0 0
[junit4:junit4]   2> 11916 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1430178427778891776)]} 0 0
[junit4:junit4]   2> 11917 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[21 (1430178427778891776)]} 0 3
[junit4:junit4]   2> 11918 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1430178427780988928)]} 0 1
[junit4:junit4]   2> 11918 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10021 (1430178427780988928)]} 0 2
[junit4:junit4]   2> 11967 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[22 (1430178427834466304)]} 0 0
[junit4:junit4]   2> 11968 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10022 (1430178427835514880)]} 0 0
[junit4:junit4]   2> 11972 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1430178427837612033)]} 0 0
[junit4:junit4]   2> 11972 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1430178427837612032)]} 0 0
[junit4:junit4]   2> 11973 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[10022 (1430178427837612033)]} 0 3
[junit4:junit4]   2> 11973 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[22 (1430178427837612032)]} 0 3
[junit4:junit4]   2> 12052 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10023 (1430178427923595264)]} 0 0
[junit4:junit4]   2> 12052 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[23 (1430178427923595265)]} 0 0
[junit4:junit4]   2> 12056 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1430178427925692416)]} 0 0
[junit4:junit4]   2> 12057 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10023 (1430178427925692416)]} 0 3
[junit4:junit4]   2> 12057 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1430178427926740992)]} 0 0
[junit4:junit4]   2> 12057 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[23 (1430178427926740992)]} 0 2
[junit4:junit4]   2> 12131 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[24 (1430178428005384192)]} 0 1
[junit4:junit4]   2> 12131 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10024 (1430178428005384193)]} 0 1
[junit4:junit4]   2> 12135 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1430178428008529921)]} 0 0
[junit4:junit4]   2> 12135 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1430178428008529920)]} 0 0
[junit4:junit4]   2> 12137 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[24 (1430178428008529920)]} 0 4
[junit4:junit4]   2> 12137 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10024 (1430178428008529921)]} 0 4
[junit4:junit4]   2> 12214 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[10018 (-1430178428093464577)]} 0 0
[junit4:junit4]   2> 12214 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[18 (-1430178428093464576)]} 0 0
[junit4:junit4]   2> 12218 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1430178428095561728)]} 0 0
[junit4:junit4]   2> 12218 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1430178428095561729)]} 0 0
[junit4:junit4]   2> 12219 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[18 (-1430178428095561729)]} 0 3
[junit4:junit4]   2> 12219 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[10018 (-1430178428095561728)]} 0 3
[junit4:junit4]   2> 12221 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[25 (1430178428100804608)]} 0 0
[junit4:junit4]   2> 12222 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10025 (1430178428100804609)]} 0 1
[junit4:junit4]   2> 12225 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1430178428103950336)]} 0 0
[junit4:junit4]   2> 12226 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[25 (1430178428103950336)]} 0 2
[junit4:junit4]   2> 12226 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1430178428103950337)]} 0 0
[junit4:junit4]   2> 12227 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10025 (1430178428103950337)]} 0 3
[junit4:junit4]   2> 12255 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[26 (1430178428136456192)]} 0 0
[junit4:junit4]   2> 12257 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10026 (1430178428138553344)]} 0 0
[junit4:junit4]   2> 12260 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1430178428139601920)]} 0 0
[junit4:junit4]   2> 12260 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[26 (1430178428139601920)]} 0 2
[junit4:junit4]   2> 12262 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1430178428139601921)]} 0 0
[junit4:junit4]   2> 12263 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[10026 (1430178428139601921)]} 0 5
[junit4:junit4]   2> 12270 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[19 (-1430178428152184832)]} 0 0
[junit4:junit4]   2> 12272 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[10019 (-1430178428154281984)]} 0 0
[junit4:junit4]   2> 12274 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1430178428155330560)]} 0 0
[junit4:junit4]   2> 12275 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[19 (-1430178428155330560)]} 0 2
[junit4:junit4]   2> 12276 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1430178428156379136)]} 0 0
[junit4:junit4]   2> 12277 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[10019 (-1430178428156379136)]} 0 3
[junit4:junit4]   2> 12277 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[27 (1430178428159524864)]} 0 0
[junit4:junit4]   2> 12279 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10027 (1430178428161622016)]} 0 0
[junit4:junit4]   2> 12282 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1430178428161622016)]} 0 1
[junit4:junit4]   2> 12282 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[27 (1430178428161622016)]} 0 3
[junit4:junit4]   2> 12284 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1430178428163719168)]} 0 0
[junit4:junit4]   2> 12285 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10027 (1430178428163719168)]} 0 4
[junit4:junit4]   2> 12333 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[28 (1430178428216147968)]} 0 2
[junit4:junit4]   2> 12333 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10028 (1430178428218245120)]} 0 0
[junit4:junit4]   2> 12337 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1430178428220342272)]} 0 0
[junit4:junit4]   2> 12338 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[28 (1430178428220342272)]} 0 3
[junit4:junit4]   2> 12339 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1430178428220342273)]} 0 1
[junit4:junit4]   2> 12339 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10028 (1430178428220342273)]} 0 4
[junit4:junit4]   2> 12400 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[29 (1430178428287451136)]} 0 1
[junit4:junit4]   2> 12402 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10029 (1430178428289548288)]} 0 1
[junit4:junit4]   2> 12408 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1430178428292694016)]} 0 1
[junit4:junit4]   2> 12409 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1430178428293742592)]} 0 0
[junit4:junit4]   2> 12410 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[29 (1430178428292694016)]} 0 6
[junit4:junit4]   2> 12410 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10029 (1430178428293742592)]} 0 5
[junit4:junit4]   2> 12491 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[20 (-1430178428383920129)]} 0 0
[junit4:junit4]   2> 12491 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[10020 (-1430178428383920128)]} 0 0
[junit4:junit4]   2> 12495 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1430178428386017280)]} 0 0
[junit4:junit4]   2> 12495 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1430178428386017281)]} 0 0
[junit4:junit4]   2> 12496 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[20 (-1430178428386017280)]} 0 3
[junit4:junit4]   2> 12496 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[10020 (-1430178428386017281)]} 0 3
[junit4:junit4]   2> 12497 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[30 (1430178428390211584)]} 0 0
[junit4:junit4]   2> 12498 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10030 (1430178428391260160)]} 0 0
[junit4:junit4]   2> 12502 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1430178428393357312)]} 0 0
[junit4:junit4]   2> 12503 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1430178428394405888)]} 0 0
[junit4:junit4]   2> 12503 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[30 (1430178428393357312)]} 0 3
[junit4:junit4]   2> 12504 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10030 (1430178428394405888)]} 0 3
[junit4:junit4]   2> 12538 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[21 (-1430178428433203200)]} 0 0
[junit4:junit4]   2> 12538 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[10021 (-1430178428433203201)]} 0 0
[junit4:junit4]   2> 12542 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10021 (-1430178428435300352)]} 0 0
[junit4:junit4]   2> 12542 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[21 (-1430178428435300353)]} 0 0
[junit4:junit4]   2> 12543 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[10021 (-1430178428435300352)]} 0 3
[junit4:junit4]   2> 12543 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[21 (-1430178428435300353)]} 0 3
[junit4:junit4]   2> 12545 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10031 (1430178428440543232)]} 0 0
[junit4:junit4]   2> 12545 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[31 (1430178428440543233)]} 0 0
[junit4:junit4]   2> 12550 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1430178428442640384)]} 0 0
[junit4:junit4]   2> 12550 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1430178428442640385)]} 0 0
[junit4:junit4]   2> 12551 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10031 (1430178428442640384)]} 0 4
[junit4:junit4]   2> 12551 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[31 (1430178428442640385)]} 0 4
[junit4:junit4]   2> 12600 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[32 (1430178428498214912)]} 0 0
[junit4:junit4]   2> 12601 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10032 (1430178428498214913)]} 0 1
[junit4:junit4]   2> 12605 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1430178428501360640)]} 0 0
[junit4:junit4]   2> 12605 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1430178428501360641)]} 0 0
[junit4:junit4]   2> 12605 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10032 (1430178428501360640)]} 0 2
[junit4:junit4]   2> 12606 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[32 (1430178428501360641)]} 0 3
[junit4:junit4]   2> 12610 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[33 (1430178428508700673)]} 0 0
[junit4:junit4]   2> 12610 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10033 (1430178428508700672)]} 0 0
[junit4:junit4]   2> 12616 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1430178428512894976)]} 0 0
[junit4:junit4]   2> 12616 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10033 (1430178428512894976)]} 0 2
[junit4:junit4]   2> 12616 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1430178428512894977)]} 0 0
[junit4:junit4]   2> 12617 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[33 (1430178428512894977)]} 0 3
[junit4:junit4]   2> 12649 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10034 (1430178428548546560)]} 0 1
[junit4:junit4]   2> 12649 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[34 (1430178428549595136)]} 0 0
[junit4:junit4]   2> 12651 T5409 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 56537
[junit4:junit4]   2> 12651 T5409 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=17147254
[junit4:junit4]   2> 12667 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1430178428551692288)]} 0 0
[junit4:junit4]   2> 12667 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1430178428553789440)]} 0 0
[junit4:junit4]   2> 12667 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10034 (1430178428551692288)]} 0 16
[junit4:junit4]   2> 12669 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[34 (1430178428553789440)]} 0 16
[junit4:junit4]   2> 12687 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10035 (1430178428588392449)]} 0 1
[junit4:junit4]   2> 12687 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[35 (1430178428588392448)]} 0 1
[junit4:junit4]   2> 12692 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1430178428591538177)]} 0 0
[junit4:junit4]   2> 12692 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1430178428591538176)]} 0 0
[junit4:junit4]   2> 12692 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[10035 (1430178428591538177)]} 0 3
[junit4:junit4]   2> 12692 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[35 (1430178428591538176)]} 0 3
[junit4:junit4]   2> 12778 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10036 (1430178428684861441)]} 0 0
[junit4:junit4]   2> 12778 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[36 (1430178428684861440)]} 0 0
[junit4:junit4]   2> 12783 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1430178428686958592)]} 0 1
[junit4:junit4]   2> 12783 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10036 (1430178428686958592)]} 0 3
[junit4:junit4]   2> 12784 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1430178428688007168)]} 0 0
[junit4:junit4]   2> 12784 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[36 (1430178428688007168)]} 0 3
[junit4:junit4]   2> 12859 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10037 (1430178428767698944)]} 0 2
[junit4:junit4]   2> 12859 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[37 (1430178428769796096)]} 0 1
[junit4:junit4]   2> 12864 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1430178428771893248)]} 0 0
[junit4:junit4]   2> 12864 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1430178428771893249)]} 0 0
[junit4:junit4]   2> 12865 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10037 (1430178428771893249)]} 0 4
[junit4:junit4]   2> 12865 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[37 (1430178428771893248)]} 0 4
[junit4:junit4]   2> 12914 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[10025 (-1430178428827467776)]} 0 0
[junit4:junit4]   2> 12915 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[25 (-1430178428828516352)]} 0 0
[junit4:junit4]   2> 12920 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10025 (-1430178428830613504)]} 0 0
[junit4:junit4]   2> 12920 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[25 (-1430178428830613505)]} 0 0
[junit4:junit4]   2> 12921 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[10025 (-1430178428830613504)]} 0 4
[junit4:junit4]   2> 12921 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[25 (-1430178428830613505)]} 0 4
[junit4:junit4]   2> 12923 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[38 (1430178428836904961)]} 0 0
[junit4:junit4]   2> 12924 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10038 (1430178428836904960)]} 0 1
[junit4:junit4]   2> 12929 T5458 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10038 (1430178428840050688)]} 0 0
[junit4:junit4]   2> 12929 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1430178428840050689)]} 0 0
[junit4:junit4]   2> 12930 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10038 (1430178428840050688)]} 0 4
[junit4:junit4]   2> 12930 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[38 (1430178428840050689)]} 0 4
[junit4:junit4]   2> 12945 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[26 (-1430178428859973632)]} 0 0
[junit4:junit4]   2> 12945 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[10026 (-1430178428859973633)]} 0 0
[junit4:junit4]   2> 12950 T5462 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1430178428863119360)]} 0 0
[junit4:junit4]   2> 12950 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1430178428863119361)]} 0 0
[junit4:junit4]   2> 12950 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[26 (-1430178428863119360)]} 0 2
[junit4:junit4]   2> 12951 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[10026 (-1430178428863119361)]} 0 3
[junit4:junit4]   2> 12954 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[39 (1430178428868362241)]} 0 1
[junit4:junit4]   2> 12954 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10039 (1430178428868362240)]} 0 1
[junit4:junit4]   2> 12960 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1430178428871507968)]} 0 1
[junit4:junit4]   2> 12960 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10039 (1430178428872556544)]} 0 0
[junit4:junit4]   2> 12960 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[39 (1430178428871507968)]} 0 4
[junit4:junit4]   2> 12961 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10039 (1430178428872556544)]} 0 4
[junit4:junit4]   2> 13034 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13034 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56537_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56537/xsxb"}
[junit4:junit4]   2> 13041 T5438 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> 13042 T5451 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> 13042 T5467 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> 13042 T5431 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> 13050 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[27 (-1430178428970074112)]} 0 0
[junit4:junit4]   2> 13051 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[10027 (-1430178428971122688)]} 0 0
[junit4:junit4]   2> 13053 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[27 (-1430178428973219841)]} 0 0
[junit4:junit4]   2> 13053 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[10027 (-1430178428973219840)]} 0 0
[junit4:junit4]   2> 13057 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[40 (1430178428976365569)]} 0 1
[junit4:junit4]   2> 13057 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10040 (1430178428976365568)]} 0 1
[junit4:junit4]   2> 13059 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[40 (1430178428979511296)]} 0 0
[junit4:junit4]   2> 13059 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[10040 (1430178428979511297)]} 0 0
[junit4:junit4]   2> 13082 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[41 (1430178429002579968)]} 0 1
[junit4:junit4]   2> 13082 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10041 (1430178429002579969)]} 0 1
[junit4:junit4]   2> 13084 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[41 (1430178429005725697)]} 0 0
[junit4:junit4]   2> 13084 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10041 (1430178429005725696)]} 0 0
[junit4:junit4]   2> 13181 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[42 (1430178429107437568)]} 0 0
[junit4:junit4]   2> 13183 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10042 (1430178429109534720)]} 0 0
[junit4:junit4]   2> 13184 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[42 (1430178429110583296)]} 0 0
[junit4:junit4]   2> 13186 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10042 (1430178429112680448)]} 0 0
[junit4:junit4]   2> 13256 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[30 (-1430178429186080768)]} 0 0
[junit4:junit4]   2> 13258 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[10030 (-1430178429188177920)]} 0 0
[junit4:junit4]   2> 13260 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[30 (-1430178429190275072)]} 0 0
[junit4:junit4]   2> 13260 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[10030 (-1430178429190275073)]} 0 0
[junit4:junit4]   2> 13264 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[43 (1430178429193420801)]} 0 1
[junit4:junit4]   2> 13264 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10043 (1430178429193420800)]} 0 1
[junit4:junit4]   2> 13266 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[43 (1430178429196566529)]} 0 0
[junit4:junit4]   2> 13267 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10043 (1430178429196566528)]} 0 1
[junit4:junit4]   2> 13272 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[10032 (-1430178429202857984)]} 0 0
[junit4:junit4]   2> 13272 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[32 (-1430178429202857985)]} 0 0
[junit4:junit4]   2> 13274 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[10032 (-1430178429204955136)]} 0 0
[junit4:junit4]   2> 13275 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[32 (-1430178429206003712)]} 0 0
[junit4:junit4]   2> 13276 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10044 (1430178429207052288)]} 0 0
[junit4:junit4]   2> 13277 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[44 (1430178429208100864)]} 0 0
[junit4:junit4]   2> 13279 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10044 (1430178429210198016)]} 0 0
[junit4:junit4]   2> 13280 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[44 (1430178429211246592)]} 0 0
[junit4:junit4]   2> 13339 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[10033 (-1430178429273112576)]} 0 0
[junit4:junit4]   2> 13340 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[33 (-1430178429274161152)]} 0 0
[junit4:junit4]   2> 13342 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[10033 (-1430178429276258304)]} 0 0
[junit4:junit4]   2> 13342 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[33 (-1430178429276258305)]} 0 0
[junit4:junit4]   2> 13345 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[45 (1430178429279404033)]} 0 0
[junit4:junit4]   2> 13345 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10045 (1430178429279404032)]} 0 0
[junit4:junit4]   2> 13348 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10045 (1430178429282549760)]} 0 0
[junit4:junit4]   2> 13348 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[45 (1430178429282549761)]} 0 0
[junit4:junit4]   2> 13447 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[46 (1430178429386358784)]} 0 0
[junit4:junit4]   2> 13447 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10046 (1430178429386358785)]} 0 0
[junit4:junit4]   2> 13451 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10046 (1430178429390553088)]} 0 0
[junit4:junit4]   2> 13451 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[46 (1430178429390553089)]} 0 0
[junit4:junit4]   2> 13462 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[10034 (-1430178429402087424)]} 0 0
[junit4:junit4]   2> 13462 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[34 (-1430178429402087425)]} 0 0
[junit4:junit4]   2> 13465 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[10034 (-1430178429405233152)]} 0 0
[junit4:junit4]   2> 13465 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[34 (-1430178429405233153)]} 0 0
[junit4:junit4]   2> 13467 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10047 (1430178429407330304)]} 0 0
[junit4:junit4]   2> 13468 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[47 (1430178429408378880)]} 0 0
[junit4:junit4]   2> 13470 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10047 (1430178429410476032)]} 0 0
[junit4:junit4]   2> 13472 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[47 (1430178429412573184)]} 0 0
[junit4:junit4]   2> 13480 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[10036 (-1430178429420961792)]} 0 0
[junit4:junit4]   2> 13482 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[36 (-1430178429423058944)]} 0 0
[junit4:junit4]   2> 13483 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[10036 (-1430178429424107520)]} 0 0
[junit4:junit4]   2> 13484 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[36 (-1430178429425156096)]} 0 0
[junit4:junit4]   2> 13486 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10048 (1430178429427253249)]} 0 0
[junit4:junit4]   2> 13486 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[48 (1430178429427253248)]} 0 0
[junit4:junit4]   2> 13489 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[48 (1430178429430398977)]} 0 0
[junit4:junit4]   2> 13489 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10048 (1430178429430398976)]} 0 0
[junit4:junit4]   2> 13546 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10049 (1430178429490167808)]} 0 0
[junit4:junit4]   2> 13547 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[49 (1430178429490167809)]} 0 1
[junit4:junit4]   2> 13550 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10049 (1430178429493313536)]} 0 1
[junit4:junit4]   2> 13551 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[49 (1430178429494362112)]} 0 1
[junit4:junit4]   2> 13581 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10050 (1430178429525819392)]} 0 1
[junit4:junit4]   2> 13581 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[50 (1430178429526867968)]} 0 0
[junit4:junit4]   2> 13583 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[10050 (1430178429528965120)]} 0 0
[junit4:junit4]   2> 13584 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[50 (1430178429530013696)]} 0 0
[junit4:junit4]   2> 13593 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[10038 (-1430178429539450880)]} 0 0
[junit4:junit4]   2> 13594 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[38 (-1430178429540499456)]} 0 0
[junit4:junit4]   2> 13596 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[38 (-1430178429542596608)]} 0 0
[junit4:junit4]   2> 13596 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[10038 (-1430178429542596609)]} 0 0
[junit4:junit4]   2> 13599 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10051 (1430178429545742336)]} 0 0
[junit4:junit4]   2> 13600 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[51 (1430178429545742337)]} 0 1
[junit4:junit4]   2> 13602 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10051 (1430178429548888064)]} 0 0
[junit4:junit4]   2> 13603 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[51 (1430178429548888065)]} 0 1
[junit4:junit4]   2>  C506_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:56537_xsxb, base_url=http://127.0.0.1:56537/xsxb}
[junit4:junit4]   2> 13627 T5470 C506 P56537 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:56528/xsxb/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 13627 T5470 C506 P56537 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:56537/xsxb START replicas=[http://127.0.0.1:56528/xsxb/collection1/] nUpdates=100
[junit4:junit4]   2> 13627 T5470 C506 P56537 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13628 T5470 C506 P56537 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 13628 T5470 C506 P56537 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 13628 T5470 C506 P56537 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 13628 T5470 C506 P56537 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\jetty2\tlog\tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 13629 T5470 C506 P56537 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:56528/xsxb/collection1/. core=collection1
[junit4:junit4]   2> 13629 T5470 C506 P56537 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13629 T5445 C508 P56528 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 13636 T5442 C508 P56528 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13643 T5442 C508 P56528 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d85827 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d7330),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d85827 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d7330),segFN=segments_2,generation=2,filenames=[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, segments_2, _0.fdx, _0.si, _0.tip, _0.doc, _0.fdt, _0.dvdd]
[junit4:junit4]   2> 13644 T5442 C508 P56528 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, segments_2, _0.fdx, _0.si, _0.tip, _0.doc, _0.fdt, _0.dvdd]
[junit4:junit4]   2> 13645 T5442 C508 P56528 oass.SolrIndexSearcher.<init> Opening Searcher@15ea162 realtime
[junit4:junit4]   2> 13646 T5442 C508 P56528 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13647 T5442 C508 P56528 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 13647 T5470 C506 P56537 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13648 T5470 C506 P56537 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13650 T5444 C508 P56528 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13651 T5444 C508 P56528 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 13652 T5470 C506 P56537 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13652 T5470 C506 P56537 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13652 T5470 C506 P56537 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13654 T5446 C508 P56528 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 13654 T5470 C506 P56537 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 14
[junit4:junit4]   2> 13656 T5470 C506 P56537 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\index.20130321195356192
[junit4:junit4]   2> 13656 T5470 C506 P56537 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1)) fullCopy=true
[junit4:junit4]   2> 13658 T5443 C508 P56528 REQ /replication {file=_0.cbnd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13659 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[10042 (-1430178429608656896)]} 0 0
[junit4:junit4]   2> 13659 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[42 (-1430178429608656897)]} 0 0
[junit4:junit4]   2> 13661 T5442 C508 P56528 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13662 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[42 (-1430178429610754048)]} 0 1
[junit4:junit4]   2> 13662 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[10042 (-1430178429609705472)]} 0 2
[junit4:junit4]   2> 13664 T5444 C508 P56528 REQ /replication {file=_0.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13664 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[52 (1430178429613899776)]} 0 0
[junit4:junit4]   2> 13666 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10052 (1430178429615996928)]} 0 0
[junit4:junit4]   2> 13668 T5446 C508 P56528 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13668 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10052 (1430178429618094080)]} 0 0
[junit4:junit4]   2> 13668 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[52 (1430178429618094081)]} 0 0
[junit4:junit4]   2> 13672 T5447 C508 P56528 REQ /replication {file=_0.cbnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13675 T5445 C508 P56528 REQ /replication {file=_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13678 T5444 C508 P56528 REQ /replication {file=_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13681 T5443 C508 P56528 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13684 T5446 C508 P56528 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13687 T5442 C508 P56528 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13689 T5447 C508 P56528 REQ /replication {file=_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13692 T5445 C508 P56528 REQ /replication {file=_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13696 T5444 C508 P56528 REQ /replication {file=_0.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13699 T5443 C508 P56528 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13700 T5470 C506 P56537 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13700 T5470 C506 P56537 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130321195356192
[junit4:junit4]   2> 13700 T5470 C506 P56537 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13701 T5470 C506 P56537 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 13701 T5470 C506 P56537 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 13701 T5470 C506 P56537 oasc.SolrCore.getNewIndexDir New index directory detected: old=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\index/ new=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\index.20130321195356192
[junit4:junit4]   2> 13705 T5470 C506 P56537 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1)),segFN=segments_2,generation=2,filenames=[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, segments_2, _0.fdx, _0.si, _0.doc, _0.tip, _0.dvdd, _0.fdt]
[junit4:junit4]   2> 13705 T5470 C506 P56537 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, segments_2, _0.fdx, _0.si, _0.doc, _0.tip, _0.dvdd, _0.fdt]
[junit4:junit4]   2> 13706 T5470 C506 P56537 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13706 T5470 C506 P56537 oass.SolrIndexSearcher.<init> Opening Searcher@45bc19 main
[junit4:junit4]   2> 13707 T5469 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45bc19 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C102/42)}
[junit4:junit4]   2> 13708 T5470 C506 P56537 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b2b17b lockFactory=org.apache.lucene.store.NativeFSLockFactory@142a32a)
[junit4:junit4]   2> 13708 T5470 C506 P56537 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.cloud.RecoveryZkTest-1363924422541/jetty2\index
[junit4:junit4]   2> 13708 T5470 C506 P56537 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b2b17b lockFactory=org.apache.lucene.store.NativeFSLockFactory@142a32a)
[junit4:junit4]   2> 13708 T5470 C506 P56537 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 13709 T5478 C506 P56537 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1363924422541\jetty2\tlog\tlog.0000000000000000000 refcount=2} active=true starting pos=6269
[junit4:junit4]   2> 13709 T5478 C506 P56537 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13709 T5478 C506 P56537 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1)),segFN=segments_2,generation=2,filenames=[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, segments_2, _0.fdx, _0.si, _0.doc, _0.tip, _0.dvdd, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1)),segFN=segments_3,generation=3,filenames=[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, _0.fdx, _0.si, _0.doc, _0.tip, _0.dvdd, _0.fdt, segments_3]
[junit4:junit4]   2> 13710 T5478 C506 P56537 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, _0.fdx, _0.si, _0.doc, _0.tip, _0.dvdd, _0.fdt, segments_3]
[junit4:junit4]   2> 13710 T5478 C506 P56537 oass.SolrIndexSearcher.<init> Opening Searcher@675faa main
[junit4:junit4]   2> 13710 T5478 C506 P56537 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13711 T5469 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@675faa main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C102/42)}
[junit4:junit4]   2> 13712 T5478 C506 P56537 [collection1] {} 0 3
[junit4:junit4]   2> 13712 T5478 C506 P56537 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=6269}
[junit4:junit4]   2> 13712 T5470 C506 P56537 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 13712 T5470 C506 P56537 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13712 T5470 C506 P56537 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13717 T5470 C506 P56537 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 13735 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[10043 (-1430178429688348672)]} 0 0
[junit4:junit4]   2> 13736 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[43 (-1430178429689397248)]} 0 0
[junit4:junit4]   2> 13738 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[10043 (-1430178429691494400)]} 0 0
[junit4:junit4]   2> 13739 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[43 (-1430178429692542976)]} 0 0
[junit4:junit4]   2> 13740 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10053 (1430178429693591552)]} 0 0
[junit4:junit4]   2> 13741 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[53 (1430178429694640128)]} 0 0
[junit4:junit4]   2> 13743 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[10053 (1430178429696737280)]} 0 0
[junit4:junit4]   2> 13743 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[53 (1430178429696737281)]} 0 0
[junit4:junit4]   2> 13758 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[10044 (-1430178429712465920)]} 0 0
[junit4:junit4]   2> 13759 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[44 (-1430178429713514496)]} 0 0
[junit4:junit4]   2> 13761 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[44 (-1430178429715611648)]} 0 0
[junit4:junit4]   2> 13761 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[10044 (-1430178429715611649)]} 0 0
[junit4:junit4]   2> 13765 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[54 (1430178429718757376)]} 0 1
[junit4:junit4]   2> 13765 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10054 (1430178429718757377)]} 0 1
[junit4:junit4]   2> 13768 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[54 (1430178429722951680)]} 0 0
[junit4:junit4]   2> 13769 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10054 (1430178429722951681)]} 0 1
[junit4:junit4]   2> 13785 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[10045 (-1430178429740777473)]} 0 0
[junit4:junit4]   2> 13785 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[45 (-1430178429740777472)]} 0 0
[junit4:junit4]   2> 13788 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[45 (-1430178429743923201)]} 0 0
[junit4:junit4]   2> 13788 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[10045 (-1430178429743923200)]} 0 0
[junit4:junit4]   2> 13791 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[55 (1430178429747068928)]} 0 0
[junit4:junit4]   2> 13791 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10055 (1430178429747068929)]} 0 0
[junit4:junit4]   2> 13794 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10055 (1430178429750214656)]} 0 0
[junit4:junit4]   2> 13794 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[55 (1430178429750214657)]} 0 0
[junit4:junit4]   2> 13856 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10056 (1430178429814177793)]} 0 1
[junit4:junit4]   2> 13856 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[56 (1430178429814177792)]} 0 1
[junit4:junit4]   2> 13858 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10056 (1430178429817323520)]} 0 0
[junit4:junit4]   2> 13859 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[56 (1430178429818372096)]} 0 0
[junit4:junit4]   2> 13909 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[10048 (-1430178429870800896)]} 0 0
[junit4:junit4]   2> 13910 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[48 (-1430178429871849472)]} 0 0
[junit4:junit4]   2> 13912 T5444 C508 P56528 /update {wt=javabin&version=2} {delete=[48 (-1430178429873946624)]} 0 0
[junit4:junit4]   2> 13912 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[10048 (-1430178429873946625)]} 0 0
[junit4:junit4]   2> 13915 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10057 (1430178429877092352)]} 0 0
[junit4:junit4]   2> 13917 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[57 (1430178429877092353)]} 0 2
[junit4:junit4]   2> 13919 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10057 (1430178429881286656)]} 0 0
[junit4:junit4]   2> 13919 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[57 (1430178429881286657)]} 0 0
[junit4:junit4]   2> 13979 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[10049 (-1430178429944201216)]} 0 0
[junit4:junit4]   2> 13980 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[49 (-1430178429945249792)]} 0 0
[junit4:junit4]   2> 13982 T5442 C508 P56528 /update {wt=javabin&version=2} {delete=[10049 (-1430178429947346944)]} 0 0
[junit4:junit4]   2> 13983 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[49 (-1430178429948395520)]} 0 0
[junit4:junit4]   2> 13984 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10058 (1430178429949444096)]} 0 0
[junit4:junit4]   2> 13985 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[58 (1430178429950492672)]} 0 0
[junit4:junit4]   2> 13987 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10058 (1430178429952589824)]} 0 0
[junit4:junit4]   2> 13988 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[58 (1430178429953638400)]} 0 0
[junit4:junit4]   2> 14026 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10059 (1430178429992435712)]} 0 1
[junit4:junit4]   2> 14026 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[59 (1430178429993484288)]} 0 0
[junit4:junit4]   2> 14029 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[59 (1430178429996630016)]} 0 0
[junit4:junit4]   2> 14029 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10059 (1430178429996630017)]} 0 0
[junit4:junit4]   2> 14053 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[60 (1430178430021795840)]} 0 0
[junit4:junit4]   2> 14053 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[10060 (1430178430021795841)]} 0 0
[junit4:junit4]   2> 14056 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[60 (1430178430024941568)]} 0 0
[junit4:junit4]   2> 14056 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10060 (1430178430024941569)]} 0 0
[junit4:junit4]   2> 14113 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[61 (1430178430084710400)]} 0 0
[junit4:junit4]   2> 14115 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10061 (1430178430086807552)]} 0 0
[junit4:junit4]   2> 14116 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[61 (1430178430087856128)]} 0 0
[junit4:junit4]   2> 14118 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10061 (1430178430089953280)]} 0 0
[junit4:junit4]   2> 14150 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[62 (1430178430122459136)]} 0 1
[junit4:junit4]   2> 14152 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10062 (1430178430124556288)]} 0 1
[junit4:junit4]   2> 14154 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[62 (1430178430126653440)]} 0 1
[junit4:junit4]   2> 14158 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10062 (1430178430130847744)]} 0 1
[junit4:junit4]   2> 14161 T5422 C507 P56516 /update {wt=javabin&version=2} {add=[63 (1430178430135042048)]} 0 0
[junit4:junit4]   2> 14164 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[63 (1430178430138187776)]} 0 0
[junit4:junit4]   2> 14166 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10063 (1430178430140284928)]} 0 0
[junit4:junit4]   2> 14170 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10063 (1430178430143430656)]} 0 1
[junit4:junit4]   2> 14245 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[64 (1430178430223122432)]} 0 0
[junit4:junit4]   2> 14248 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[64 (1430178430226268160)]} 0 0
[junit4:junit4]   2> 14251 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10064 (1430178430229413888)]} 0 0
[junit4:junit4]   2> 14254 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10064 (1430178430232559616)]} 0 0
[junit4:junit4]   2> 14282 T5427 C507 P56516 /update {wt=javabin&version=2} {delete=[50 (-1430178430261919744)]} 0 0
[junit4:junit4]   2> 14285 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[50 (-1430178430265065472)]} 0 0
[junit4:junit4]   2> 14287 T5423 C507 P56516 /update {wt=javabin&version=2} {delete=[10050 (-1430178430267162624)]} 0 0
[junit4:junit4]   2> 14290 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[65 (1430178430269259776)]} 0 1
[junit4:junit4]   2> 14291 T5446 C508 P56528 /update {wt=javabin&version=2} {delete=[10050 (-1430178430271356928)]} 0 0
[junit4:junit4]   2> 14294 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[65 (1430178430273454080)]} 0 1
[junit4:junit4]   2> 14296 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[10065 (1430178430276599808)]} 0 1
[junit4:junit4]   2> 14300 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[10065 (1430178430279745536)]} 0 1
[junit4:junit4]   2> 14369 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[66 (1430178430353145856)]} 0 0
[junit4:junit4]   2> 14374 T5445 C508 P56528 /update {wt=javabin&version=2} {add=[66 (1430178430357340160)]} 0 1
[junit4:junit4]   2> 14376 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10066 (1430178430359437312)]} 0 1
[junit4:junit4]   2> 14380 T5447 C508 P56528 /update {wt=javabin&version=2} {add=[10066 (1430178430363631616)]} 0 1
[junit4:junit4]   2> 14392 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[67 (1430178430377263104)]} 0 0
[junit4:junit4]   2> 14397 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[67 (1430178430381457408)]} 0 1
[junit4:junit4]   2> 14399 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[10067 (1430178430384603136)]} 0 1
[junit4:junit4]   2> 14403 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[10067 (1430178430387748864)]} 0 1
[junit4:junit4]   2> 14480 T5424 C507 P56516 /update {wt=javabin&version=2} {add=[68 (1430178430467440640)]} 0 2
[junit4:junit4]   2> 14484 T5443 C508 P56528 /update {wt=javabin&version=2} {add=[68 (1430178430472683520)]} 0 1
[junit4:junit4]   2> 14485 T5425 C507 P56516 /update {wt=javabin&version=2} {add=[10068 (1430178430474780672)]} 0 0
[junit4:junit4]   2> 14490 T5444 C508 P56528 /update {wt=javabin&version=2} {add=[10068 (1430178430478974976)]} 0 1
[junit4:junit4]   2> 14558 T5432 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14561 T5432 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56537_xsxb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56537/xsxb"}
[junit4:junit4]   2> 14579 T5438 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> 14581 T5426 C507 P56516 /update {wt=javabin&version=2} {delete=[52 (-1430178430575443968)]} 0 0
[junit4:junit4]   2> 14581 T5467 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> 14581 T5451 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> 14585 T5422 C507 P56516 /update {wt=javabin&version=2} {delete=[10052 (-1430178430579638272)]} 0 0
[junit4:junit4]   2> 14579 T5431 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> 14588 T5445 C508 P56528 /update {wt=javabin&version=2} {delete=[52 (-1430178430582784000)]} 0 0
[junit4:junit4]   2> 14589 T5447 C508 P56528 /update {wt=javabin&version=2} {delete=[10052 (-1430178430583832576)]} 0 0
[junit4:junit4]   2> 14595 T5427 C507 P56516 /update {wt=javabin&version=2} {add=[10069 (1430178430588026880)]} 0 2
[junit4:junit4]   2> 14596 T5423 C507 P56516 /update {wt=javabin&version=2} {add=[69 (1430178430590124032)]} 0 2
[junit4:junit4]   2>  C506_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56537_xsxb, base_url=http://127.0.0.1:56537/xsxb}
[junit4:junit4]   2> 14604 T5459 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10069 (1430178430593269760)]} 0 3
[junit4:junit4]   2> 14604 T5460 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[69 (1430178430594318336)]} 0 0
[junit4:junit4]   2> 14604 T5446 C508 P56528 /update {wt=javabin&version=2} {add=[10069 (1430178430593269760)]} 0 6
[junit4:junit4]   2> 14605 T5442 C508 P56528 /update {wt=javabin&version=2} {add=[69 (1430178430594318336)]} 0 6
[junit4:junit4]   2> 14649 T5409 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14650 T5409 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14666 T5409 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cb573
[junit4:junit4]   2> 14669 T5424 C507 P56516 /update {wt=javabin&version=2} {delete=[10053 (-1430178430667718656)]} 0 0
[junit4:junit4]   2> 14674 T5461 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10053 (-1430178430670864384)]} 0 0
[junit4:junit4]   2> 14676 T5461 C506 P56537 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cb573
[junit4:junit4]   2> 14678 T5425 C507 P56516 /update {wt=javabin&version=2} {delete=[53 (-1430178430677155840)]} 0 0
[junit4:junit4]   2> 14678 T5461 C506 P56537 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /replication
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:972)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=/replication,id=Lazy[solr.ReplicationHandler]
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14680 T5461 C506 P56537 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=1,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=17,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 14681 T5461 C506 P56537 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 14681 T5461 C506 P56537 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 14681 T5461 C506 P56537 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 14681 T5409 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=2,deletesById=1,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=17,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 14684 T5463 C506 P56537 /update {distrib.from=http://127.0.0.1:56528/xsxb/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 14685 T5463 C506 P56537 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:86)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:283)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1813)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14686 T5463 C506 P56537 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cb573
[junit4:junit4]   2> 14686 T5463 C506 P56537 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=46,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 14687 T5461 C506 P56537 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1)),segFN=segments_3,generation=3,filenames=[_0.cbnd, _0.fnm, _0.dvdm, _0_1.del, _0.cbnm, _0.pos, _0.tim, _0.fdx, _0.si, _0.doc, _0.tip, _0.dvdd, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1)),segFN=segments_4,generation=4,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.tip, _0.doc, _1.cbnd, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.dvdm, _1.si, _0.tim, _0.fdx, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 14687 T5461 C506 P56537 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.tip, _0.doc, _1.cbnd, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.dvdm, _1.si, _0.tim, _0.fdx, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 14690 T5461 C506 P56537 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 14690 T5463 C506 P56537 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 14691 T5409 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 14692 T5444 C508 P56528 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:56537/xsxb/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:56537/xsxb/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14692 T5414 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d903b0f970008
[junit4:junit4]   2> 14692 T5444 C508 P56528 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:56537/xsxb to recover
[junit4:junit4]   2> 14693 T5444 C508 P56528 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14692 T5443 C508 P56528 /update {wt=javabin&version=2} {delete=[10053 (-1430178430670864384)]} 0 20
[junit4:junit4]   2> 14695 T5411 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:56545 which had sessionid 0x13d903b0f970008
[junit4:junit4]   2> 14695 T5451 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> 14696 T5409 oaz.ZooKeeper.close Session: 0x13d903b0f970008 closed
[junit4:junit4]   2> 14697 T5426 C507 P56516 /update {wt=javabin&version=2} {add=[10070 (1430178430697078784)]} 0 0
[junit4:junit4]   2> 14699 T5438 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 14699 T5438 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> 14700 T5431 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 14701 T5431 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> 14702 T5451 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 14708 T5409 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/xsxb,null}
[junit4:junit4]   2> 14709 T5447 C508 P56528 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:56537/xsxb/collection1/:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:56537/xsxb/collection1
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]   2> 		at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]   2> 		at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 		... 11 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14710 T5447 C508 P56528 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:56537/xsxb to recover
[junit4:junit4]   2> 14711 T5447 C508 P56528 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15715 T5447 C508 P56528 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:56537/xsxb
[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:1813)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:56537 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(AbstractHttpCli

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

criptUpdateProcessorFactoryTest, TestJmxMonitoredMap, ScriptEngineTest, TestPartialUpdateDeduplication, TestRealTimeGet, TestLMJelinekMercerSimilarityFactory, TestSurroundQueryParser, TestPhraseSuggestions, TestRemoteStreaming, PluginInfoTest, TestIndexingPerformance, TestComponentsName, TestRandomDVFaceting, UUIDFieldTest, TermVectorComponentTest, TestNumberUtils, UpdateParamsTest, ShowFileRequestHandlerTest, CoreAdminHandlerTest, TestFuzzyAnalyzedSuggestions, TestStressRecovery, TestWordDelimiterFilterFactory, IndexSchemaRuntimeFieldTest, SpellPossibilityIteratorTest, AliasIntegrationTest, DocumentBuilderTest, BasicFunctionalityTest, SpellingQueryConverterTest, CoreContainerCoreInitFailuresTest, EchoParamsTest, LeaderElectionIntegrationTest, TestFieldTypeResource, DocValuesMultiTest, SynonymTokenizerTest, MBeansHandlerTest, TestHashPartitioner, TestPropInject, TestUtils, SampleTest, TestFaceting, CachingDirectoryFactoryTest, TestSystemIdResolver, TestReplicationHandler, TestIndexSearcher, TestFieldResource, CopyFieldTest, ReturnFieldsTest, TestElisionMultitermQuery, DateFieldTest, TestXIncludeConfig, TestQueryUtils, SearchHandlerTest, TestDocSet, TestFoldingMultitermQuery, ClusterStateUpdateTest, NotRequiredUniqueKeyTest, DistributedTermsComponentTest, BadComponentTest, TestAnalyzedSuggestions, ExternalFileFieldSortTest, SolrIndexSplitterTest, SimpleFacetsTest, CurrencyFieldXmlFileTest, TermVectorComponentDistributedTest, NoCacheHeaderTest, SpatialFilterTest, DistributedSpellCheckComponentTest, IndexReaderFactoryTest, SolrCoreCheckLockOnStartupTest, TestDistributedSearch, TestCollationField, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=5A196232F590144F -Dtests.slow=true -Dtests.locale=ar_JO -Dtests.timezone=America/Sitka -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5468, name=coreLoadExecutor-3826-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:746)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1aca18d lockFactory=org.apache.lucene.store.NativeFSLockFactory@18f43ff))
[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=5470, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:524)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:327)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1b829b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14233d1))
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed in 37.43s, 1 test, 2 errors <<< FAILURES!

[...truncated 388 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:375: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:355: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1210: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:874: There were test failures: 272 suites, 1145 tests, 2 suite-level errors, 18 ignored (12 assumptions)

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