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/17 20:28:17 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2665/
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=4305, name=coreLoadExecutor-3082-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=4305, name=coreLoadExecutor-3082-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ecd181 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4092d)
	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=4307, 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=4307, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c)
	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 9282 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T4246 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T4246 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-1363547905777
[junit4:junit4]   2> 7 T4246 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T4247 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 13 T4247 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 13 T4247 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 13 T4247 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 14 T4247 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 15 T4247 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-1363547905775\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 109 T4246 oasc.ZkTestServer.run start zk server on port:65504
[junit4:junit4]   2> 109 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@ec1486
[junit4:junit4]   2> 111 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T4252 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T4252 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 113 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:65507
[junit4:junit4]   2> 114 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:65507
[junit4:junit4]   2> 114 T4250 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 123 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0000 with negotiated timeout 10000 for client /127.0.0.1:65507
[junit4:junit4]   2> 123 T4252 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0000, negotiated timeout = 10000
[junit4:junit4]   2> 124 T4253 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec1486 name:ZooKeeperConnection Watcher:127.0.0.1:65504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 124 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 125 T4246 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 128 T4251 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79c9defc0000
[junit4:junit4]   2> 130 T4253 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 130 T4246 oaz.ZooKeeper.close Session: 0x13d79c9defc0000 closed
[junit4:junit4]   2> 132 T4248 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:65507 which had sessionid 0x13d79c9defc0000
[junit4:junit4]   2> 132 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@130cd59
[junit4:junit4]   2> 133 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 135 T4254 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 136 T4254 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 136 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:65510
[junit4:junit4]   2> 137 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:65510
[junit4:junit4]   2> 138 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0001 with negotiated timeout 10000 for client /127.0.0.1:65510
[junit4:junit4]   2> 138 T4254 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0001, negotiated timeout = 10000
[junit4:junit4]   2> 139 T4255 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@130cd59 name:ZooKeeperConnection Watcher:127.0.0.1:65504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 139 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 139 T4246 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 145 T4246 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 166 T4246 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 169 T4246 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 174 T4246 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> 176 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 186 T4246 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> 188 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 194 T4246 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> 195 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 200 T4246 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> 201 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 206 T4246 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> 207 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 211 T4246 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> 212 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 219 T4246 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> 220 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 226 T4246 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> 226 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 232 T4246 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> 232 T4246 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 237 T4251 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79c9defc0001
[junit4:junit4]   2> 239 T4255 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 239 T4248 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d79c9defc0001, 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> 239 T4246 oaz.ZooKeeper.close Session: 0x13d79c9defc0001 closed
[junit4:junit4]   2> 241 T4248 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:65510 which had sessionid 0x13d79c9defc0001
[junit4:junit4]   2> 691 T4246 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 698 T4246 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65511
[junit4:junit4]   2> 699 T4246 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 699 T4246 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 699 T4246 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-1363547906012
[junit4:junit4]   2> 700 T4246 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-1363547906012\solr.xml
[junit4:junit4]   2> 700 T4246 oasc.CoreContainer.<init> New CoreContainer 11302868
[junit4:junit4]   2> 700 T4246 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-1363547906012\'
[junit4:junit4]   2> 700 T4246 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-1363547906012\'
[junit4:junit4]   2> 765 T4246 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 765 T4246 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 765 T4246 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 765 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 766 T4246 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 766 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 766 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 767 T4246 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 768 T4246 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 768 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 785 T4246 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 810 T4246 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:65504/solr
[junit4:junit4]   2> 811 T4246 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 811 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1938a5
[junit4:junit4]   2> 813 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 814 T4265 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 815 T4265 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 815 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:65516
[junit4:junit4]   2> 815 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:65516
[junit4:junit4]   2> 829 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0002 with negotiated timeout 20000 for client /127.0.0.1:65516
[junit4:junit4]   2> 829 T4265 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0002, negotiated timeout = 20000
[junit4:junit4]   2> 830 T4266 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1938a5 name:ZooKeeperConnection Watcher:127.0.0.1:65504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 830 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 832 T4251 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79c9defc0002
[junit4:junit4]   2> 833 T4266 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 833 T4248 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d79c9defc0002, 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> 833 T4246 oaz.ZooKeeper.close Session: 0x13d79c9defc0002 closed
[junit4:junit4]   2> 834 T4248 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:65516 which had sessionid 0x13d79c9defc0002
[junit4:junit4]   2> 835 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 839 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@554199
[junit4:junit4]   2> 841 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 842 T4267 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 843 T4267 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 843 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:65519
[junit4:junit4]   2> 843 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:65519
[junit4:junit4]   2> 845 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0003 with negotiated timeout 20000 for client /127.0.0.1:65519
[junit4:junit4]   2> 845 T4267 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0003, negotiated timeout = 20000
[junit4:junit4]   2> 846 T4268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@554199 name:ZooKeeperConnection Watcher:127.0.0.1:65504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 846 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 849 T4246 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 854 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 855 T4246 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 860 T4246 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 863 T4246 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65511_
[junit4:junit4]   2> 864 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:65511_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:65511_
[junit4:junit4]   2> 865 T4246 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65511_
[junit4:junit4]   2> 871 T4246 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 879 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 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> 880 T4246 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 885 T4246 oasc.Overseer.start Overseer (id=89361475553722371-127.0.0.1:65511_-n_0000000000) starting
[junit4:junit4]   2> 886 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 888 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 892 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 894 T4246 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 900 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 904 T4270 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 905 T4246 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 910 T4246 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 913 T4246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 916 T4269 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 919 T4271 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-1363547906012\collection1
[junit4:junit4]   2> 919 T4271 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 920 T4271 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 920 T4271 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 923 T4271 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-1363547906012\collection1\'
[junit4:junit4]   2> 925 T4271 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-1363547906012/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 926 T4271 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-1363547906012/collection1/lib/README' to classloader
[junit4:junit4]   2> 982 T4271 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1050 T4271 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1051 T4271 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1068 T4271 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1891 T4271 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1907 T4271 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1913 T4271 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1932 T4271 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1938 T4271 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1945 T4271 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1946 T4271 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1948 T4271 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1948 T4271 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1950 T4271 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1950 T4271 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1950 T4271 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1950 T4271 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-1363547906012\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/control/data\
[junit4:junit4]   2> 1951 T4271 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ad7b0c
[junit4:junit4]   2> 1951 T4271 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1952 T4271 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/control/data\ forceNew: false
[junit4:junit4]   2> 1952 T4271 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/control/data\index/
[junit4:junit4]   2> 1952 T4271 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1955 T4271 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/control/data\index forceNew: false
[junit4:junit4]   2> 1965 T4271 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644639tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@e7d2bd),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1965 T4271 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1968 T4271 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1969 T4271 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1969 T4271 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1970 T4271 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1970 T4271 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1970 T4271 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1971 T4271 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1971 T4271 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1971 T4271 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1983 T4271 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1993 T4271 oass.SolrIndexSearcher.<init> Opening Searcher@e5326d main
[junit4:junit4]   2> 1993 T4271 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\control\data\tlog
[junit4:junit4]   2> 1995 T4271 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1995 T4271 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2000 T4272 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e5326d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2000 T4271 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2000 T4271 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2420 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2421 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65511_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65511"}
[junit4:junit4]   2> 2422 T4269 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2422 T4269 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2431 T4268 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> 3003 T4271 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3003 T4271 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65511 collection:control_collection shard:shard1
[junit4:junit4]   2> 3004 T4271 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3018 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 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> 3020 T4271 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3021 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3026 T4271 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3026 T4271 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3026 T4271 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65511/collection1/
[junit4:junit4]   2> 3026 T4271 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3026 T4271 oasc.SyncStrategy.syncToMe http://127.0.0.1:65511/collection1/ has no replicas
[junit4:junit4]   2> 3027 T4271 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65511/collection1/
[junit4:junit4]   2> 3027 T4271 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3035 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3940 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3958 T4268 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> 4004 T4271 oasc.ZkController.register We are http://127.0.0.1:65511/collection1/ and leader is http://127.0.0.1:65511/collection1/
[junit4:junit4]   2> 4004 T4271 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65511
[junit4:junit4]   2> 4004 T4271 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4004 T4271 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4005 T4271 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4008 T4271 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4009 T4246 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 4010 T4246 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4010 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4019 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4020 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@f1f36a
[junit4:junit4]   2> 4021 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4023 T4274 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4023 T4274 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 4024 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:65522
[junit4:junit4]   2> 4024 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:65522
[junit4:junit4]   2> 4026 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0004 with negotiated timeout 10000 for client /127.0.0.1:65522
[junit4:junit4]   2> 4026 T4274 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0004, negotiated timeout = 10000
[junit4:junit4]   2> 4026 T4275 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f1f36a name:ZooKeeperConnection Watcher:127.0.0.1:65504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4027 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4028 T4246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4031 T4246 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4442 T4246 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4446 T4246 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65523
[junit4:junit4]   2> 4447 T4246 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4448 T4246 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4448 T4246 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-1363547909802
[junit4:junit4]   2> 4449 T4246 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-1363547909802\solr.xml
[junit4:junit4]   2> 4449 T4246 oasc.CoreContainer.<init> New CoreContainer 7618201
[junit4:junit4]   2> 4450 T4246 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-1363547909802\'
[junit4:junit4]   2> 4451 T4246 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-1363547909802\'
[junit4:junit4]   2> 4501 T4246 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4501 T4246 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4501 T4246 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4501 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4501 T4246 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4502 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4502 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4503 T4246 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4503 T4246 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4504 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4519 T4246 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4558 T4246 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:65504/solr
[junit4:junit4]   2> 4558 T4246 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4559 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@152bfda
[junit4:junit4]   2> 4560 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4561 T4285 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4562 T4285 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 4562 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:65528
[junit4:junit4]   2> 4562 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:65528
[junit4:junit4]   2> 4575 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0005 with negotiated timeout 20000 for client /127.0.0.1:65528
[junit4:junit4]   2> 4576 T4285 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0005, negotiated timeout = 20000
[junit4:junit4]   2> 4576 T4286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@152bfda name:ZooKeeperConnection Watcher:127.0.0.1:65504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4577 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4579 T4251 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79c9defc0005
[junit4:junit4]   2> 4581 T4246 oaz.ZooKeeper.close Session: 0x13d79c9defc0005 closed
[junit4:junit4]   2> 4581 T4248 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d79c9defc0005, 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> 4581 T4286 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4582 T4248 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:65528 which had sessionid 0x13d79c9defc0005
[junit4:junit4]   2> 4581 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4587 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@130ff6c
[junit4:junit4]   2> 4589 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4589 T4287 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4590 T4287 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 4590 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:65531
[junit4:junit4]   2> 4591 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:65531
[junit4:junit4]   2> 4592 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0006 with negotiated timeout 20000 for client /127.0.0.1:65531
[junit4:junit4]   2> 4593 T4287 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0006, negotiated timeout = 20000
[junit4:junit4]   2> 4593 T4288 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@130ff6c name:ZooKeeperConnection Watcher:127.0.0.1:65504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4593 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4594 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4597 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4600 T4246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5469 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5471 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:65511__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65511_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65511"}
[junit4:junit4]   2> 5508 T4275 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> 5508 T4288 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> 5510 T4268 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> 5603 T4246 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65523_
[junit4:junit4]   2> 5605 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0006 type:delete cxid:0xf zxid:0x4e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:65523_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:65523_
[junit4:junit4]   2> 5609 T4246 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65523_
[junit4:junit4]   2> 5616 T4275 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> 5618 T4288 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5619 T4288 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> 5619 T4268 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5620 T4268 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> 5625 T4275 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5641 T4289 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-1363547909802\collection1
[junit4:junit4]   2> 5642 T4289 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5644 T4289 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5644 T4289 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5649 T4289 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-1363547909802\collection1\'
[junit4:junit4]   2> 5654 T4289 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-1363547909802/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5655 T4289 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-1363547909802/collection1/lib/README' to classloader
[junit4:junit4]   2> 5713 T4289 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5783 T4289 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5784 T4289 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5790 T4289 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6547 T4289 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6558 T4289 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6562 T4289 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6579 T4289 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6583 T4289 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6588 T4289 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6590 T4289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6591 T4289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6591 T4289 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6593 T4289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6593 T4289 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6593 T4289 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6593 T4289 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-1363547909802\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty1\
[junit4:junit4]   2> 6594 T4289 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ad7b0c
[junit4:junit4]   2> 6594 T4289 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6595 T4289 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty1\ forceNew: false
[junit4:junit4]   2> 6595 T4289 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty1\index/
[junit4:junit4]   2> 6595 T4289 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6598 T4289 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty1\index forceNew: false
[junit4:junit4]   2> 6611 T4289 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644640tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e9182),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6611 T4289 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6615 T4289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6616 T4289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6616 T4289 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6618 T4289 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6618 T4289 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6619 T4289 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6619 T4289 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6620 T4289 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6620 T4289 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6632 T4289 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6642 T4289 oass.SolrIndexSearcher.<init> Opening Searcher@1e560cb main
[junit4:junit4]   2> 6642 T4289 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\jetty1\tlog
[junit4:junit4]   2> 6644 T4289 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6644 T4289 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6648 T4290 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e560cb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6649 T4289 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6650 T4289 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7024 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7025 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65523_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65523"}
[junit4:junit4]   2> 7026 T4269 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 7026 T4269 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7043 T4275 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> 7043 T4268 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> 7045 T4288 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> 7652 T4289 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7652 T4289 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65523 collection:collection1 shard:shard1
[junit4:junit4]   2> 7654 T4289 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7677 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0006 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> 7681 T4289 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7682 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0006 type:create cxid:0x4d zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7691 T4289 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7692 T4289 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7692 T4289 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:65523/collection1/
[junit4:junit4]   2> 7693 T4289 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7694 T4289 oasc.SyncStrategy.syncToMe http://127.0.0.1:65523/collection1/ has no replicas
[junit4:junit4]   2> 7694 T4289 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:65523/collection1/
[junit4:junit4]   2> 7695 T4289 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7708 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0006 type:create cxid:0x58 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8560 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8620 T4268 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> 8620 T4288 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> 8620 T4275 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> 8632 T4289 oasc.ZkController.register We are http://127.0.0.1:65523/collection1/ and leader is http://127.0.0.1:65523/collection1/
[junit4:junit4]   2> 8633 T4289 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65523
[junit4:junit4]   2> 8633 T4289 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8634 T4289 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8634 T4289 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8641 T4289 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8643 T4246 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 8645 T4246 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8645 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9104 T4246 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9108 T4246 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65532
[junit4:junit4]   2> 9109 T4246 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9109 T4246 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9109 T4246 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-1363547914437
[junit4:junit4]   2> 9110 T4246 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-1363547914437\solr.xml
[junit4:junit4]   2> 9110 T4246 oasc.CoreContainer.<init> New CoreContainer 20705612
[junit4:junit4]   2> 9110 T4246 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-1363547914437\'
[junit4:junit4]   2> 9110 T4246 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-1363547914437\'
[junit4:junit4]   2> 9163 T4246 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 9164 T4246 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9164 T4246 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9164 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9164 T4246 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9164 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9165 T4246 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9165 T4246 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9166 T4246 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9166 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9180 T4246 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9202 T4246 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:65504/solr
[junit4:junit4]   2> 9203 T4246 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9203 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1de9914
[junit4:junit4]   2> 9205 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9206 T4301 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9207 T4301 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 9207 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49160
[junit4:junit4]   2> 9207 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49160
[junit4:junit4]   2> 9220 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0007 with negotiated timeout 20000 for client /127.0.0.1:49160
[junit4:junit4]   2> 9220 T4301 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0007, negotiated timeout = 20000
[junit4:junit4]   2> 9220 T4302 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1de9914 name:ZooKeeperConnection Watcher:127.0.0.1:65504 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9221 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9222 T4251 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79c9defc0007
[junit4:junit4]   2> 9224 T4302 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9224 T4248 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d79c9defc0007, 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> 9225 T4248 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49160 which had sessionid 0x13d79c9defc0007
[junit4:junit4]   2> 9224 T4246 oaz.ZooKeeper.close Session: 0x13d79c9defc0007 closed
[junit4:junit4]   2> 9226 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 9231 T4246 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:65504/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@498b72
[junit4:junit4]   2> 9232 T4246 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9233 T4303 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:65504. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9233 T4303 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:65504, initiating session
[junit4:junit4]   2> 9234 T4248 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49163
[junit4:junit4]   2> 9234 T4248 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49163
[junit4:junit4]   2> 9236 T4250 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79c9defc0008 with negotiated timeout 20000 for client /127.0.0.1:49163
[junit4:junit4]   2> 9236 T4303 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:65504, sessionid = 0x13d79c9defc0008, negotiated timeout = 20000
[junit4:junit4]   2> 9236 T4304 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@498b72 name:ZooKeeperConnection Watcher:127.0.0.1:65504/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9237 T4246 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9237 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9240 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9244 T4246 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10140 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10142 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:65523__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65523_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65523"}
[junit4:junit4]   2> 10164 T4304 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> 10164 T4275 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> 10165 T4288 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> 10165 T4268 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> 10248 T4246 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65532_
[junit4:junit4]   2> 10249 T4251 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79c9defc0008 type:delete cxid:0xf zxid:0x72 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:65532_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:65532_
[junit4:junit4]   2> 10250 T4246 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65532_
[junit4:junit4]   2> 10255 T4275 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> 10256 T4304 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10256 T4304 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> 10257 T4288 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10257 T4288 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> 10257 T4268 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10258 T4268 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> 10264 T4275 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10271 T4305 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-1363547914437\collection1
[junit4:junit4]   2> 10271 T4305 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10272 T4305 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10272 T4305 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10275 T4305 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-1363547914437\collection1\'
[junit4:junit4]   2> 10277 T4305 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-1363547914437/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10278 T4305 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-1363547914437/collection1/lib/README' to classloader
[junit4:junit4]   2> 10349 T4305 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10421 T4305 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10423 T4305 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10430 T4305 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11188 T4305 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11200 T4305 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11213 T4305 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11232 T4305 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11237 T4305 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11242 T4305 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11243 T4305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11244 T4305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11244 T4305 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11246 T4305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11246 T4305 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11246 T4305 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11246 T4305 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-1363547914437\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\
[junit4:junit4]   2> 11247 T4305 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ad7b0c
[junit4:junit4]   2> 11247 T4305 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11248 T4305 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\ forceNew: false
[junit4:junit4]   2> 11248 T4305 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\index/
[junit4:junit4]   2> 11248 T4305 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11250 T4305 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\index forceNew: false
[junit4:junit4]   2> 11262 T4305 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644641tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@471c0f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11263 T4305 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11266 T4305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11267 T4305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11267 T4305 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11268 T4305 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11268 T4305 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11269 T4305 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11269 T4305 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11270 T4305 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11270 T4305 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11281 T4305 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11290 T4305 oass.SolrIndexSearcher.<init> Opening Searcher@3b291 main
[junit4:junit4]   2> 11290 T4305 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\jetty2\tlog
[junit4:junit4]   2> 11291 T4305 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11291 T4305 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11297 T4306 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b291 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11298 T4305 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11299 T4305 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11672 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11673 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65532_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65532"}
[junit4:junit4]   2> 11674 T4269 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11674 T4269 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11682 T4275 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> 11682 T4304 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> 11682 T4288 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> 11682 T4268 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> 12301 T4305 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12301 T4305 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:65532 collection:collection1 shard:shard1
[junit4:junit4]   2> 12306 T4305 oasc.ZkController.register We are http://127.0.0.1:65532/collection1/ and leader is http://127.0.0.1:65523/collection1/
[junit4:junit4]   2> 12306 T4305 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:65532
[junit4:junit4]   2> 12306 T4305 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12306 T4305 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C440 name=collection1 org.apache.solr.core.SolrCore@5bb1a9 url=http://127.0.0.1:65532/collection1 node=127.0.0.1:65532_ C440_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:65532_, base_url=http://127.0.0.1:65532}
[junit4:junit4]   2> 12307 T4307 C440 P65532 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12308 T4305 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12309 T4307 C440 P65532 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12309 T4307 C440 P65532 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12310 T4307 C440 P65532 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12311 T4246 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 12312 T4246 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12312 T4246 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12312 T4307 C440 P65532 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12323 T4246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C441 name=collection1 org.apache.solr.core.SolrCore@99ab7a url=http://127.0.0.1:65511/collection1 node=127.0.0.1:65511_ C441_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:65511_, base_url=http://127.0.0.1:65511, leader=true}
[junit4:junit4]   2> 12341 T4259 C441 P65511 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644639tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@e7d2bd),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12342 T4259 C441 P65511 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12346 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10001 (1429783621778014208)]} 0 9
[junit4:junit4]   2> 12346 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[1 (1429783621775917056)]} 0 11
[junit4:junit4]   2> ASYNC  NEW_CORE C442 name=collection1 org.apache.solr.core.SolrCore@1995dd7 url=http://127.0.0.1:65523/collection1 node=127.0.0.1:65523_ C442_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:65523_, base_url=http://127.0.0.1:65523, leader=true}
[junit4:junit4]   2> 12366 T4281 C442 P65523 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644640tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e9182),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12366 T4281 C442 P65523 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12370 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10001 (1429783621801082880)]} 0 11
[junit4:junit4]   2> 12370 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[1 (1429783621805277184)]} 0 8
[junit4:junit4]   2> 12451 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10002 (1429783621897551872)]} 0 0
[junit4:junit4]   2> 12453 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[2 (1429783621897551873)]} 0 2
[junit4:junit4]   2> 12456 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10002 (1429783621901746176)]} 0 1
[junit4:junit4]   2> 12456 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[2 (1429783621901746177)]} 0 1
[junit4:junit4]   2> 12553 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[10002 (-1429783622004506624)]} 0 0
[junit4:junit4]   2> 12554 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[2 (-1429783622005555200)]} 0 0
[junit4:junit4]   2> 12556 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[10002 (-1429783622007652352)]} 0 0
[junit4:junit4]   2> 12557 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[2 (-1429783622008700928)]} 0 0
[junit4:junit4]   2> 12559 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10003 (1429783622010798080)]} 0 0
[junit4:junit4]   2> 12560 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[3 (1429783622011846656)]} 0 0
[junit4:junit4]   2> 12562 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10003 (1429783622013943808)]} 0 0
[junit4:junit4]   2> 12564 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[3 (1429783622016040960)]} 0 0
[junit4:junit4]   2> 12630 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10004 (1429783622085246976)]} 0 0
[junit4:junit4]   2> 12631 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[4 (1429783622086295552)]} 0 0
[junit4:junit4]   2> 12633 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10004 (1429783622088392704)]} 0 0
[junit4:junit4]   2> 12634 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[4 (1429783622089441280)]} 0 0
[junit4:junit4]   2> 12642 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10005 (1429783622097829888)]} 0 0
[junit4:junit4]   2> 12643 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[5 (1429783622098878464)]} 0 0
[junit4:junit4]   2> 12645 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[10005 (1429783622100975616)]} 0 0
[junit4:junit4]   2> 12646 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[5 (1429783622102024192)]} 0 0
[junit4:junit4]   2> 12745 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10006 (1429783622205833216)]} 0 0
[junit4:junit4]   2> 12747 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[6 (1429783622207930368)]} 0 0
[junit4:junit4]   2> 12748 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10006 (1429783622208978944)]} 0 0
[junit4:junit4]   2> 12750 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[6 (1429783622211076096)]} 0 0
[junit4:junit4]   2> 12796 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10006 (-1429783622259310592)]} 0 0
[junit4:junit4]   2> 12798 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[6 (-1429783622261407744)]} 0 0
[junit4:junit4]   2> 12799 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[10006 (-1429783622262456320)]} 0 0
[junit4:junit4]   2> 12800 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[6 (-1429783622263504896)]} 0 0
[junit4:junit4]   2> 12802 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10007 (1429783622265602048)]} 0 0
[junit4:junit4]   2> 12804 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[7 (1429783622267699200)]} 0 0
[junit4:junit4]   2> 12805 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10007 (1429783622268747776)]} 0 0
[junit4:junit4]   2> 12807 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[7 (1429783622270844928)]} 0 0
[junit4:junit4]   2> 12891 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10008 (1429783622358925312)]} 0 0
[junit4:junit4]   2> 12893 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[8 (1429783622361022464)]} 0 0
[junit4:junit4]   2> 12895 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10008 (1429783622363119616)]} 0 0
[junit4:junit4]   2> 12896 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[8 (1429783622364168192)]} 0 0
[junit4:junit4]   2> 12902 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10009 (1429783622370459648)]} 0 0
[junit4:junit4]   2> 12903 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[9 (1429783622371508224)]} 0 0
[junit4:junit4]   2> 12905 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[10009 (1429783622373605376)]} 0 0
[junit4:junit4]   2> 12907 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[9 (1429783622375702528)]} 0 0
[junit4:junit4]   2> 12987 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10010 (1429783622459588608)]} 0 0
[junit4:junit4]   2> 12988 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10 (1429783622460637184)]} 0 0
[junit4:junit4]   2> 12990 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10010 (1429783622462734336)]} 0 0
[junit4:junit4]   2> 12991 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10 (1429783622463782912)]} 0 0
[junit4:junit4]   2> 13040 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[10008 (-1429783622515163136)]} 0 0
[junit4:junit4]   2> 13041 T4262 C441 P65511 /update {wt=javabin&version=2} {delete=[8 (-1429783622516211712)]} 0 0
[junit4:junit4]   2> 13043 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[8 (-1429783622518308864)]} 0 0
[junit4:junit4]   2> 13043 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[10008 (-1429783622518308865)]} 0 0
[junit4:junit4]   2> 13046 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[11 (1429783622521454592)]} 0 0
[junit4:junit4]   2> 13047 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10011 (1429783622522503168)]} 0 0
[junit4:junit4]   2> 13048 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[11 (1429783622523551744)]} 0 0
[junit4:junit4]   2> 13050 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10011 (1429783622525648896)]} 0 0
[junit4:junit4]   2> 13092 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[12 (1429783622569689088)]} 0 0
[junit4:junit4]   2> 13094 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10012 (1429783622571786240)]} 0 0
[junit4:junit4]   2> 13096 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[12 (1429783622573883392)]} 0 0
[junit4:junit4]   2> 13097 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[10012 (1429783622574931968)]} 0 0
[junit4:junit4]   2> 13152 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[9 (-1429783622632603648)]} 0 0
[junit4:junit4]   2> 13153 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[10009 (-1429783622633652224)]} 0 0
[junit4:junit4]   2> 13155 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[9 (-1429783622635749376)]} 0 0
[junit4:junit4]   2> 13156 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[10009 (-1429783622636797952)]} 0 0
[junit4:junit4]   2> 13158 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[13 (1429783622638895104)]} 0 0
[junit4:junit4]   2> 13159 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10013 (1429783622639943680)]} 0 0
[junit4:junit4]   2> 13161 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[13 (1429783622642040832)]} 0 0
[junit4:junit4]   2> 13162 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10013 (1429783622643089408)]} 0 0
[junit4:junit4]   2> 13190 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13191 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:65532__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65532_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65532"}
[junit4:junit4]   2> 13203 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[14 (1429783622685032448)]} 0 1
[junit4:junit4]   2> 13204 T4304 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> 13205 T4288 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> 13205 T4268 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> 13205 T4275 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> 13205 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10014 (1429783622687129600)]} 0 1
[junit4:junit4]   2> 13207 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[14 (1429783622689226752)]} 0 1
[junit4:junit4]   2>  C440_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:65532_, base_url=http://127.0.0.1:65532}
[junit4:junit4]   2> 13221 T4296 C440 P65532 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644641tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@471c0f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13222 T4296 C440 P65532 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13226 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429783622691323904)]} 0 8
[junit4:junit4]   2> 13226 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10014 (1429783622691323904)]} 0 18
[junit4:junit4]   2> 13242 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[15 (1429783622726975488)]} 0 0
[junit4:junit4]   2> 13247 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429783622730121216)]} 0 0
[junit4:junit4]   2> 13248 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[15 (1429783622730121216)]} 0 3
[junit4:junit4]   2> 13255 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[10 (-1429783622740606976)]} 0 0
[junit4:junit4]   2> 13260 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10 (-1429783622743752704)]} 0 0
[junit4:junit4]   2> 13261 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[10 (-1429783622743752704)]} 0 3
[junit4:junit4]   2> 13262 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10015 (1429783622747947008)]} 0 0
[junit4:junit4]   2> 13264 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[16 (1429783622750044160)]} 0 0
[junit4:junit4]   2> 13268 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429783622751092736)]} 0 1
[junit4:junit4]   2> 13269 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429783622752141312)]} 0 0
[junit4:junit4]   2> 13269 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10015 (1429783622751092736)]} 0 4
[junit4:junit4]   2> 13270 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[16 (1429783622752141312)]} 0 4
[junit4:junit4]   2> 13277 T4259 C441 P65511 /update {wt=javabin&version=2} {delete=[10010 (-1429783622763675648)]} 0 0
[junit4:junit4]   2> 13282 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10010 (-1429783622766821376)]} 0 0
[junit4:junit4]   2> 13283 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[10010 (-1429783622766821376)]} 0 3
[junit4:junit4]   2> 13285 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10016 (1429783622772064256)]} 0 0
[junit4:junit4]   2> 13290 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429783622775209984)]} 0 0
[junit4:junit4]   2> 13291 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10016 (1429783622775209984)]} 0 3
[junit4:junit4]   2> 13323 T4279 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:65532__collection1&state=recovering&nodeName=127.0.0.1:65532_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 13342 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[12 (-1429783622831833088)]} 0 0
[junit4:junit4]   2> 13346 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1429783622833930240)]} 0 0
[junit4:junit4]   2> 13347 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[12 (-1429783622833930240)]} 0 3
[junit4:junit4]   2> 13349 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[17 (1429783622839173120)]} 0 0
[junit4:junit4]   2> 13354 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429783622842318848)]} 0 0
[junit4:junit4]   2> 13355 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[17 (1429783622842318848)]} 0 3
[junit4:junit4]   2> 13362 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10012 (-1429783622852804608)]} 0 0
[junit4:junit4]   2> 13367 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1429783622855950336)]} 0 0
[junit4:junit4]   2> 13368 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[10012 (-1429783622855950336)]} 0 3
[junit4:junit4]   2> 13370 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10017 (1429783622861193216)]} 0 0
[junit4:junit4]   2> 13375 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429783622864338944)]} 0 0
[junit4:junit4]   2> 13375 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10017 (1429783622864338944)]} 0 2
[junit4:junit4]   2> 13428 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[18 (1429783622922010624)]} 0 0
[junit4:junit4]   2> 13434 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429783622925156352)]} 0 0
[junit4:junit4]   2> 13435 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[18 (1429783622925156352)]} 0 4
[junit4:junit4]   2> 13449 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10018 (1429783622944030720)]} 0 0
[junit4:junit4]   2> 13455 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429783622947176448)]} 0 0
[junit4:junit4]   2> 13456 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10018 (1429783622947176448)]} 0 4
[junit4:junit4]   2> 13524 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[14 (-1429783623022673920)]} 0 0
[junit4:junit4]   2> 13529 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[14 (-1429783623025819648)]} 0 0
[junit4:junit4]   2> 13530 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[14 (-1429783623025819648)]} 0 3
[junit4:junit4]   2> 13532 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[19 (1429783623031062528)]} 0 0
[junit4:junit4]   2> 13537 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429783623034208256)]} 0 0
[junit4:junit4]   2> 13538 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[19 (1429783623034208256)]} 0 3
[junit4:junit4]   2> 13544 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10014 (-1429783623043645440)]} 0 0
[junit4:junit4]   2> 13549 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10014 (-1429783623046791168)]} 0 0
[junit4:junit4]   2> 13550 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[10014 (-1429783623046791168)]} 0 3
[junit4:junit4]   2> 13552 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10019 (1429783623052034048)]} 0 0
[junit4:junit4]   2> 13558 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429783623055179776)]} 0 0
[junit4:junit4]   2> 13559 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10019 (1429783623055179776)]} 0 4
[junit4:junit4]   2> 13566 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[20 (1429783623066714112)]} 0 0
[junit4:junit4]   2> 13571 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429783623069859840)]} 0 0
[junit4:junit4]   2> 13573 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[20 (1429783623069859840)]} 0 4
[junit4:junit4]   2> 13587 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10020 (1429783623088734208)]} 0 0
[junit4:junit4]   2> 13592 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429783623091879936)]} 0 0
[junit4:junit4]   2> 13593 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10020 (1429783623091879936)]} 0 3
[junit4:junit4]   2> 13639 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[21 (1429783623143260160)]} 0 0
[junit4:junit4]   2> 13644 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429783623146405888)]} 0 0
[junit4:junit4]   2> 13645 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[21 (1429783623146405888)]} 0 3
[junit4:junit4]   2> 13660 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10021 (1429783623165280256)]} 0 0
[junit4:junit4]   2> 13665 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429783623168425984)]} 0 0
[junit4:junit4]   2> 13666 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10021 (1429783623168425984)]} 0 3
[junit4:junit4]   2> 13735 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[22 (1429783623242874880)]} 0 1
[junit4:junit4]   2> 13739 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429783623246020608)]} 0 0
[junit4:junit4]   2> 13740 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[22 (1429783623246020608)]} 0 3
[junit4:junit4]   2> 13752 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[23 (1429783623261749248)]} 0 0
[junit4:junit4]   2> 13754 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10022 (1429783623263846400)]} 0 0
[junit4:junit4]   2> 13757 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429783623264894976)]} 0 0
[junit4:junit4]   2> 13758 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[23 (1429783623264894976)]} 0 3
[junit4:junit4]   2> 13759 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429783623266992128)]} 0 0
[junit4:junit4]   2> 13760 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10022 (1429783623266992128)]} 0 3
[junit4:junit4]   2> 13774 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10023 (1429783623284817920)]} 0 0
[junit4:junit4]   2> 13779 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429783623287963648)]} 0 0
[junit4:junit4]   2> 13780 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10023 (1429783623287963648)]} 0 3
[junit4:junit4]   2> 13811 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[15 (-1429783623323615232)]} 0 0
[junit4:junit4]   2> 13817 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429783623326760960)]} 0 0
[junit4:junit4]   2> 13817 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[15 (-1429783623326760960)]} 0 3
[junit4:junit4]   2> 13820 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[24 (1429783623333052416)]} 0 0
[junit4:junit4]   2> 13825 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429783623336198144)]} 0 0
[junit4:junit4]   2> 13826 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[24 (1429783623336198144)]} 0 3
[junit4:junit4]   2> 13833 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[10015 (-1429783623346683904)]} 0 0
[junit4:junit4]   2> 13838 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429783623349829632)]} 0 0
[junit4:junit4]   2> 13839 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[10015 (-1429783623349829632)]} 0 3
[junit4:junit4]   2> 13841 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10024 (1429783623355072512)]} 0 0
[junit4:junit4]   2> 13846 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429783623358218240)]} 0 0
[junit4:junit4]   2> 13847 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10024 (1429783623358218240)]} 0 3
[junit4:junit4]   2> 13916 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[25 (1429783623433715712)]} 0 0
[junit4:junit4]   2> 13921 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429783623435812864)]} 0 0
[junit4:junit4]   2> 13922 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[25 (1429783623435812864)]} 0 4
[junit4:junit4]   2> 13937 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10025 (1429783623455735808)]} 0 0
[junit4:junit4]   2> 13942 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429783623458881536)]} 0 0
[junit4:junit4]   2> 13943 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[10025 (1429783623458881536)]} 0 3
[junit4:junit4]   2> 13999 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[26 (1429783623519698944)]} 0 1
[junit4:junit4]   2> 14002 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429783623521796096)]} 0 0
[junit4:junit4]   2> 14003 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[26 (1429783623521796096)]} 0 3
[junit4:junit4]   2> 14018 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10026 (1429783623540670464)]} 0 0
[junit4:junit4]   2> 14024 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429783623543816192)]} 0 0
[junit4:junit4]   2> 14025 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10026 (1429783623543816192)]} 0 4
[junit4:junit4]   2> 14056 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[27 (1429783623580516352)]} 0 0
[junit4:junit4]   2> 14062 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429783623584710656)]} 0 0
[junit4:junit4]   2> 14063 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[27 (1429783623584710656)]} 0 3
[junit4:junit4]   2> 14079 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10027 (1429783623604633600)]} 0 0
[junit4:junit4]   2> 14084 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429783623607779328)]} 0 0
[junit4:junit4]   2> 14085 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10027 (1429783623607779328)]} 0 3
[junit4:junit4]   2> 14164 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[28 (1429783623692713984)]} 0 1
[junit4:junit4]   2> 14167 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429783623695859712)]} 0 0
[junit4:junit4]   2> 14168 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[28 (1429783623695859712)]} 0 2
[junit4:junit4]   2> 14186 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10028 (1429783623716831232)]} 0 0
[junit4:junit4]   2> 14192 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429783623719976960)]} 0 0
[junit4:junit4]   2> 14193 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[10028 (1429783623719976960)]} 0 4
[junit4:junit4]   2> 14234 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[17 (-1429783623767162880)]} 0 0
[junit4:junit4]   2> 14239 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429783623770308608)]} 0 0
[junit4:junit4]   2> 14240 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[17 (-1429783623770308608)]} 0 3
[junit4:junit4]   2> 14245 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[29 (1429783623777648640)]} 0 1
[junit4:junit4]   2> 14251 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429783623781842944)]} 0 1
[junit4:junit4]   2> 14251 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[29 (1429783623781842944)]} 0 3
[junit4:junit4]   2> 14258 T4262 C441 P65511 /update {wt=javabin&version=2} {delete=[10017 (-1429783623792328704)]} 0 0
[junit4:junit4]   2> 14263 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429783623795474432)]} 0 0
[junit4:junit4]   2> 14263 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[10017 (-1429783623795474432)]} 0 2
[junit4:junit4]   2> 14266 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10029 (1429783623800717312)]} 0 0
[junit4:junit4]   2> 14271 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429783623803863040)]} 0 0
[junit4:junit4]   2> 14272 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10029 (1429783623803863040)]} 0 3
[junit4:junit4]   2> 14318 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[19 (-1429783623855243264)]} 0 0
[junit4:junit4]   2> 14323 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1429783623858388992)]} 0 0
[junit4:junit4]   2> 14324 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[19 (-1429783623858388992)]} 0 3
[junit4:junit4]   2> 14325 T4246 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 65532
[junit4:junit4]   2> 14325 T4246 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=20705612
[junit4:junit4]   2> 14326 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[30 (1429783623863631872)]} 0 0
[junit4:junit4]   2> 14331 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429783623866777600)]} 0 0
[junit4:junit4]   2> 14332 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[30 (1429783623866777600)]} 0 3
[junit4:junit4]   2> 14338 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[10019 (-1429783623876214784)]} 0 0
[junit4:junit4]   2> 14343 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1429783623879360512)]} 0 0
[junit4:junit4]   2> 14344 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[10019 (-1429783623879360512)]} 0 3
[junit4:junit4]   2> 14346 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10030 (1429783623884603392)]} 0 0
[junit4:junit4]   2> 14352 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429783623887749120)]} 0 0
[junit4:junit4]   2> 14353 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10030 (1429783623887749120)]} 0 4
[junit4:junit4]   2> 14397 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[31 (1429783623938080768)]} 0 0
[junit4:junit4]   2> 14402 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429783623941226496)]} 0 0
[junit4:junit4]   2> 14403 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[31 (1429783623941226496)]} 0 3
[junit4:junit4]   2> 14418 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10031 (1429783623960100864)]} 0 0
[junit4:junit4]   2> 14423 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429783623963246592)]} 0 0
[junit4:junit4]   2> 14424 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10031 (1429783623963246592)]} 0 3
[junit4:junit4]   2> 14459 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[21 (-1429783624003092480)]} 0 0
[junit4:junit4]   2> 14464 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[21 (-1429783624006238208)]} 0 0
[junit4:junit4]   2> 14465 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[21 (-1429783624006238208)]} 0 3
[junit4:junit4]   2> 14467 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[32 (1429783624011481088)]} 0 0
[junit4:junit4]   2> 14474 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429783624014626816)]} 0 1
[junit4:junit4]   2> 14475 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[32 (1429783624014626816)]} 0 5
[junit4:junit4]   2> 14482 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[10021 (-1429783624027209728)]} 0 0
[junit4:junit4]   2> 14490 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10021 (-1429783624031404032)]} 0 1
[junit4:junit4]   2> 14491 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[10021 (-1429783624031404032)]} 0 5
[junit4:junit4]   2> 14495 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10032 (1429783624039792640)]} 0 1
[junit4:junit4]   2> 14501 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429783624043986944)]} 0 1
[junit4:junit4]   2> 14502 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10032 (1429783624043986944)]} 0 4
[junit4:junit4]   2> 14545 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[33 (1429783624092221440)]} 0 1
[junit4:junit4]   2> 14549 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429783624095367168)]} 0 0
[junit4:junit4]   2> 14550 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[33 (1429783624095367168)]} 0 3
[junit4:junit4]   2> 14572 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10033 (1429783624121581568)]} 0 0
[junit4:junit4]   2> 14578 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429783624124727296)]} 0 1
[junit4:junit4]   2> 14578 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10033 (1429783624124727296)]} 0 3
[junit4:junit4]   2> 14588 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[24 (-1429783624138358784)]} 0 0
[junit4:junit4]   2> 14593 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1429783624141504512)]} 0 0
[junit4:junit4]   2> 14594 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[24 (-1429783624141504512)]} 0 3
[junit4:junit4]   2> 14599 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[34 (1429783624148844544)]} 0 1
[junit4:junit4]   2> 14606 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429783624153038848)]} 0 1
[junit4:junit4]   2> 14607 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[34 (1429783624153038848)]} 0 5
[junit4:junit4]   2> 14612 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[25 (-1429783624163524608)]} 0 0
[junit4:junit4]   2> 14617 T4262 C441 P65511 /update {wt=javabin&version=2} {delete=[10024 (-1429783624168767488)]} 0 0
[junit4:junit4]   2> 14618 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[25 (-1429783624166670336)]} 0 0
[junit4:junit4]   2> 14619 T4283 C442 P65523 /update {wt=javabin&version=2} {delete=[25 (-1429783624166670336)]} 0 4
[junit4:junit4]   2> 14622 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1429783624171913216)]} 0 0
[junit4:junit4]   2> 14623 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[35 (1429783624174010368)]} 0 1
[junit4:junit4]   2> 14623 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[10024 (-1429783624171913216)]} 0 3
[junit4:junit4]   2> 14626 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10034 (1429783624177156096)]} 0 1
[junit4:junit4]   2> 14627 T4296 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429783624177156096)]} 0 0
[junit4:junit4]   2> 14629 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[35 (1429783624177156096)]} 0 4
[junit4:junit4]   2> 14631 T4297 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429783624181350400)]} 0 0
[junit4:junit4]   2> 14632 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10034 (1429783624181350400)]} 0 3
[junit4:junit4]   2> 14636 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10025 (-1429783624188690432)]} 0 0
[junit4:junit4]   2> 14641 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10025 (-1429783624191836160)]} 0 0
[junit4:junit4]   2> 14641 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[10025 (-1429783624191836160)]} 0 2
[junit4:junit4]   2> 14645 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10035 (1429783624198127616)]} 0 0
[junit4:junit4]   2> 14651 T4299 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429783624201273344)]} 0 0
[junit4:junit4]   2> 14652 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10035 (1429783624201273344)]} 0 4
[junit4:junit4]   2> 14677 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[36 (1429783624230633472)]} 0 1
[junit4:junit4]   2> 14682 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429783624233779200)]} 0 0
[junit4:junit4]   2> 14683 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[36 (1429783624233779200)]} 0 4
[junit4:junit4]   2> 14702 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10036 (1429783624257896448)]} 0 0
[junit4:junit4]   2> 14708 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429783624261042176)]} 0 1
[junit4:junit4]   2> 14708 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10036 (1429783624261042176)]} 0 3
[junit4:junit4]   2> 14713 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14714 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:65532__collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65532_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65532"}
[junit4:junit4]   2> 14731 T4275 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> 14731 T4288 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> 14731 T4268 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> 14731 T4304 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> 14768 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[26 (-1429783624327102464)]} 0 0
[junit4:junit4]   2> 14771 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[26 (-1429783624330248192)]} 0 0
[junit4:junit4]   2> 14774 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[37 (1429783624333393920)]} 0 0
[junit4:junit4]   2> 14777 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[37 (1429783624336539648)]} 0 0
[junit4:junit4]   2> 14793 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10026 (-1429783624353316864)]} 0 0
[junit4:junit4]   2> 14796 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[10026 (-1429783624356462592)]} 0 0
[junit4:junit4]   2> 14799 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10037 (1429783624359608320)]} 0 0
[junit4:junit4]   2> 14802 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10037 (1429783624362754048)]} 0 0
[junit4:junit4]   2> 14805 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[30 (-1429783624365899776)]} 0 0
[junit4:junit4]   2> 14807 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[30 (-1429783624367996928)]} 0 0
[junit4:junit4]   2> 14810 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[38 (1429783624371142656)]} 0 0
[junit4:junit4]   2> 14813 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[38 (1429783624374288384)]} 0 0
[junit4:junit4]   2> 14827 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[32 (-1429783624388968448)]} 0 0
[junit4:junit4]   2> 14830 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[32 (-1429783624392114176)]} 0 0
[junit4:junit4]   2> 14831 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10030 (-1429783624393162752)]} 0 0
[junit4:junit4]   2> 14832 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[39 (1429783624394211328)]} 0 0
[junit4:junit4]   2> 14833 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[10030 (-1429783624395259904)]} 0 0
[junit4:junit4]   2> 14834 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10038 (1429783624396308480)]} 0 0
[junit4:junit4]   2> 14834 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[39 (1429783624396308480)]} 0 0
[junit4:junit4]   2> 14837 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10038 (1429783624399454208)]} 0 0
[junit4:junit4]   2> 14851 T4262 C441 P65511 /update {wt=javabin&version=2} {delete=[10032 (-1429783624414134272)]} 0 0
[junit4:junit4]   2> 14854 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[10032 (-1429783624417280000)]} 0 0
[junit4:junit4]   2> 14857 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[40 (1429783624420425728)]} 0 0
[junit4:junit4]   2> 14857 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10039 (1429783624420425729)]} 0 0
[junit4:junit4]   2> 14861 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[40 (1429783624423571456)]} 0 1
[junit4:junit4]   2> 14861 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10039 (1429783624423571457)]} 0 1
[junit4:junit4]   2> 14882 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10040 (1429783624446640128)]} 0 0
[junit4:junit4]   2> 14885 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10040 (1429783624449785856)]} 0 0
[junit4:junit4]   2> 14891 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[41 (1429783624456077312)]} 0 0
[junit4:junit4]   2> 14894 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[41 (1429783624459223040)]} 0 0
[junit4:junit4]   2> 14916 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10041 (1429783624482291712)]} 0 0
[junit4:junit4]   2> 14919 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10041 (1429783624485437440)]} 0 0
[junit4:junit4]   2> 14994 T4262 C441 P65511 /update {wt=javabin&version=2} {delete=[35 (-1429783624564080640)]} 0 0
[junit4:junit4]   2> 14997 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[35 (-1429783624567226368)]} 0 0
[junit4:junit4]   2> 14999 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[42 (1429783624569323520)]} 0 0
[junit4:junit4]   2> 15001 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[42 (1429783624571420672)]} 0 0
[junit4:junit4]   2> 15019 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[10035 (-1429783624590295040)]} 0 0
[junit4:junit4]   2> 15022 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[10035 (-1429783624593440768)]} 0 0
[junit4:junit4]   2> 15025 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10042 (1429783624596586496)]} 0 0
[junit4:junit4]   2> 15028 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10042 (1429783624599732224)]} 0 0
[junit4:junit4]   2> 15098 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[43 (1429783624672083968)]} 0 1
[junit4:junit4]   2> 15100 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[43 (1429783624675229696)]} 0 0
[junit4:junit4]   2> 15124 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10043 (1429783624700395520)]} 0 0
[junit4:junit4]   2> 15126 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10043 (1429783624702492672)]} 0 0
[junit4:junit4]   2> 15148 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[44 (1429783624724512768)]} 0 1
[junit4:junit4]   2> 15151 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[44 (1429783624728707072)]} 0 0
[junit4:junit4]   2> 15166 T4259 C441 P65511 /update {wt=javabin&version=2} {delete=[37 (-1429783624744435712)]} 0 0
[junit4:junit4]   2> 15169 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[37 (-1429783624747581440)]} 0 0
[junit4:junit4]   2> 15171 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[45 (1429783624749678592)]} 0 0
[junit4:junit4]   2> 15173 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[10044 (1429783624751775744)]} 0 0
[junit4:junit4]   2> 15175 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[45 (1429783624753872896)]} 0 0
[junit4:junit4]   2> 15177 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10044 (1429783624755970048)]} 0 0
[junit4:junit4]   2> 15194 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[10037 (-1429783624773795840)]} 0 0
[junit4:junit4]   2> 15197 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[10037 (-1429783624776941568)]} 0 0
[junit4:junit4]   2> 15204 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10045 (1429783624782184448)]} 0 2
[junit4:junit4]   2> 15208 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10045 (1429783624788475904)]} 0 0
[junit4:junit4]   2> 15224 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[46 (1429783624804204544)]} 0 1
[junit4:junit4]   2> 15226 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[46 (1429783624807350272)]} 0 0
[junit4:junit4]   2> 15254 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10046 (1429783624836710400)]} 0 0
[junit4:junit4]   2> 15258 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10046 (1429783624840904704)]} 0 0
[junit4:junit4]   2> 15304 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[42 (-1429783624889139200)]} 0 0
[junit4:junit4]   2> 15307 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[42 (-1429783624892284928)]} 0 0
[junit4:junit4]   2> 15309 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[47 (1429783624894382080)]} 0 0
[junit4:junit4]   2> 15312 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[47 (1429783624897527808)]} 0 0
[junit4:junit4]   2>  C440_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:65532_, base_url=http://127.0.0.1:65532}
[junit4:junit4]   2> 15323 T4307 C440 P65532 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:65523/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15323 T4307 C440 P65532 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:65532 START replicas=[http://127.0.0.1:65523/collection1/] nUpdates=100
[junit4:junit4]   2> 15324 T4307 C440 P65532 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15324 T4307 C440 P65532 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15324 T4307 C440 P65532 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15324 T4307 C440 P65532 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15325 T4307 C440 P65532 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\jetty2\tlog\tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 15325 T4307 C440 P65532 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:65523/collection1/. core=collection1
[junit4:junit4]   2> 15325 T4307 C440 P65532 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15326 T4280 C442 P65523 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15332 T4281 C442 P65523 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15336 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[10042 (-1429783624922693632)]} 0 0
[junit4:junit4]   2> 15340 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[10042 (-1429783624924790784)]} 0 2
[junit4:junit4]   2> 15343 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10047 (1429783624930033664)]} 0 0
[junit4:junit4]   2> 15361 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[44 (-1429783624948908032)]} 0 0
[junit4:junit4]   2> 15364 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[44 (-1429783624952053760)]} 0 0
[junit4:junit4]   2> 15364 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10047 (1429783624934227968)]} 0 17
[junit4:junit4]   2> 15367 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[48 (1429783624954150912)]} 0 1
[junit4:junit4]   2> 15370 T4281 C442 P65523 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644640tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e9182),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644640tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@14e9182),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 15370 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[48 (1429783624957296640)]} 0 1
[junit4:junit4]   2> 15370 T4281 C442 P65523 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 15405 T4281 C442 P65523 oass.SolrIndexSearcher.<init> Opening Searcher@1a8c8e3 realtime
[junit4:junit4]   2> 15406 T4281 C442 P65523 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15407 T4281 C442 P65523 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 75
[junit4:junit4]   2> 15408 T4307 C440 P65532 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15408 T4307 C440 P65532 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15412 T4284 C442 P65523 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15413 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10044 (-1429783625002385408)]} 0 1
[junit4:junit4]   2> 15413 T4284 C442 P65523 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 15414 T4307 C440 P65532 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15414 T4307 C440 P65532 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15414 T4307 C440 P65532 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15415 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[10044 (-1429783625005531136)]} 0 0
[junit4:junit4]   2> 15418 T4282 C442 P65523 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15418 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10048 (1429783625008676864)]} 0 0
[junit4:junit4]   2> 15419 T4307 C440 P65532 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 14
[junit4:junit4]   2> 15420 T4307 C440 P65532 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\index.20130318051841191 forceNew: false
[junit4:junit4]   2> 15424 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10048 (1429783625011822592)]} 0 3
[junit4:junit4]   2> 15431 T4307 C440 P65532 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c) fullCopy=true
[junit4:junit4]   2> 15431 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[45 (-1429783625022308352)]} 0 0
[junit4:junit4]   2> 15433 T4281 C442 P65523 REQ /replication {file=_0_Lucene40_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15434 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[45 (-1429783625025454080)]} 0 0
[junit4:junit4]   2> 15438 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[49 (1429783625028599808)]} 0 1
[junit4:junit4]   2> 15438 T4284 C442 P65523 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15442 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[49 (1429783625032794112)]} 0 1
[junit4:junit4]   2> 15443 T4282 C442 P65523 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15447 T4283 C442 P65523 REQ /replication {file=_0_dv.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15453 T4280 C442 P65523 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15458 T4281 C442 P65523 REQ /replication {file=_0_Lucene40_0.prx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15460 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[46 (-1429783625052717056)]} 0 0
[junit4:junit4]   2> 15462 T4284 C442 P65523 REQ /replication {file=_0_Lucene40_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15464 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[46 (-1429783625056911360)]} 0 0
[junit4:junit4]   2> 15467 T4282 C442 P65523 REQ /replication {file=_0_Lucene40_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15469 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[50 (1429783625061105664)]} 0 1
[junit4:junit4]   2> 15473 T4283 C442 P65523 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15475 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[50 (1429783625066348544)]} 0 2
[junit4:junit4]   2> 15478 T4281 C442 P65523 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15484 T4284 C442 P65523 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15486 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[10045 (-1429783625079980032)]} 0 0
[junit4:junit4]   2> 15488 T4279 C442 P65523 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15489 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[10045 (-1429783625083125760)]} 0 0
[junit4:junit4]   2> 15491 T4280 C442 P65523 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15492 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10049 (1429783625086271488)]} 0 0
[junit4:junit4]   2> 15495 T4283 C442 P65523 REQ /replication {file=_0_dv.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15495 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10049 (1429783625089417216)]} 0 0
[junit4:junit4]   2> 15496 T4307 C440 P65532 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15496 T4307 C440 P65532 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130318051841191
[junit4:junit4]   2> 15497 T4307 C440 P65532 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15497 T4307 C440 P65532 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15497 T4307 C440 P65532 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15499 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[51 (1429783625093611520)]} 0 0
[junit4:junit4]   2> 15500 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[51 (1429783625094660096)]} 0 0
[junit4:junit4]   2> 15500 T4307 C440 P65532 oasc.SolrCore.getNewIndexDir New index directory detected: old=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\index/ new=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\index.20130318051841191
[junit4:junit4]   2> 15504 T4307 C440 P65532 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 15504 T4307 C440 P65532 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 15505 T4307 C440 P65532 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15506 T4307 C440 P65532 oass.SolrIndexSearcher.<init> Opening Searcher@660f5c main
[junit4:junit4]   2> 15507 T4306 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@660f5c main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C93/37)}
[junit4:junit4]   2> 15508 T4307 C440 P65532 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644641tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@471c0f)
[junit4:junit4]   2> 15510 T4307 C440 P65532 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.cloud.RecoveryZkTest-1363547905775/jetty2\index
[junit4:junit4]   2> 15511 T4307 C440 P65532 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\index4461644641tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@471c0f)
[junit4:junit4]   2> 15511 T4307 C440 P65532 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 15512 T4315 C440 P65532 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1363547905775\jetty2\tlog\tlog.0000000000000000000 refcount=2} active=true starting pos=5048
[junit4:junit4]   2> 15512 T4315 C440 P65532 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15512 T4315 C440 P65532 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, segments_2, _0.fdx, _0.si, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 15512 T4262 C441 P65511 /update {wt=javabin&version=2} {delete=[10046 (-1429783625107243008)]} 0 0
[junit4:junit4]   2> 15513 T4315 C440 P65532 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 15513 T4315 C440 P65532 oass.SolrIndexSearcher.<init> Opening Searcher@310fc0 main
[junit4:junit4]   2> 15514 T4315 C440 P65532 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15515 T4306 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@310fc0 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C93/37)}
[junit4:junit4]   2> 15515 T4315 C440 P65532 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5048}
[junit4:junit4]   2> 15516 T4307 C440 P65532 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15516 T4307 C440 P65532 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15516 T4307 C440 P65532 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15515 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[10046 (-1429783625110388736)]} 0 0
[junit4:junit4]   2> 15519 T4307 C440 P65532 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15519 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10050 (1429783625114583040)]} 0 0
[junit4:junit4]   2> 15521 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[52 (1429783625116680192)]} 0 0
[junit4:junit4]   2> 15522 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[10050 (1429783625117728768)]} 0 0
[junit4:junit4]   2> 15524 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[52 (1429783625119825920)]} 0 0
[junit4:junit4]   2> 15540 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[50 (-1429783625136603136)]} 0 0
[junit4:junit4]   2> 15542 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[50 (-1429783625138700288)]} 0 0
[junit4:junit4]   2> 15545 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[53 (1429783625141846016)]} 0 0
[junit4:junit4]   2> 15546 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10051 (1429783625141846017)]} 0 1
[junit4:junit4]   2> 15549 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[53 (1429783625146040320)]} 0 0
[junit4:junit4]   2> 15549 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10051 (1429783625146040321)]} 0 0
[junit4:junit4]   2> 15572 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10052 (1429783625170157568)]} 0 0
[junit4:junit4]   2> 15575 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10052 (1429783625173303296)]} 0 0
[junit4:junit4]   2> 15590 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[10050 (-1429783625189031936)]} 0 0
[junit4:junit4]   2> 15593 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[10050 (-1429783625192177664)]} 0 0
[junit4:junit4]   2> 15596 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[10053 (1429783625195323392)]} 0 0
[junit4:junit4]   2> 15599 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10053 (1429783625198469120)]} 0 0
[junit4:junit4]   2> 15616 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[54 (1429783625215246336)]} 0 1
[junit4:junit4]   2> 15620 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[54 (1429783625219440640)]} 0 1
[junit4:junit4]   2> 15666 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10054 (1429783625267675136)]} 0 1
[junit4:junit4]   2> 15669 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10054 (1429783625271869440)]} 0 0
[junit4:junit4]   2> 15679 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[55 (1429783625281306624)]} 0 1
[junit4:junit4]   2> 15683 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[55 (1429783625285500928)]} 0 1
[junit4:junit4]   2> 15689 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[55 (-1429783625292840960)]} 0 0
[junit4:junit4]   2> 15692 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[55 (-1429783625295986688)]} 0 0
[junit4:junit4]   2> 15696 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[56 (1429783625299132416)]} 0 1
[junit4:junit4]   2> 15700 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[56 (1429783625303326720)]} 0 1
[junit4:junit4]   2> 15730 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[57 (1429783625334784000)]} 0 1
[junit4:junit4]   2> 15730 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10055 (1429783625335832576)]} 0 0
[junit4:junit4]   2> 15735 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[57 (1429783625338978304)]} 0 2
[junit4:junit4]   2> 15735 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10055 (1429783625338978305)]} 0 2
[junit4:junit4]   2> 15742 T4264 C441 P65511 /update {wt=javabin&version=2} {delete=[10055 (-1429783625347366912)]} 0 1
[junit4:junit4]   2> 15746 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[10055 (-1429783625351561216)]} 0 0
[junit4:junit4]   2> 15750 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10056 (1429783625356804096)]} 0 0
[junit4:junit4]   2> 15754 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[10056 (1429783625359949824)]} 0 1
[junit4:junit4]   2> 15786 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10057 (1429783625393504256)]} 0 1
[junit4:junit4]   2> 15790 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10057 (1429783625397698560)]} 0 1
[junit4:junit4]   2> 15794 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[58 (1429783625401892864)]} 0 1
[junit4:junit4]   2> 15799 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[58 (1429783625407135744)]} 0 1
[junit4:junit4]   2> 15849 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10058 (1429783625460613120)]} 0 0
[junit4:junit4]   2> 15852 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[59 (1429783625463758848)]} 0 0
[junit4:junit4]   2> 15853 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10058 (1429783625464807424)]} 0 0
[junit4:junit4]   2> 15855 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[59 (1429783625466904576)]} 0 0
[junit4:junit4]   2> 15906 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10059 (1429783625520381952)]} 0 0
[junit4:junit4]   2> 15910 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[10059 (1429783625524576256)]} 0 0
[junit4:junit4]   2> 15916 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[60 (1429783625530867712)]} 0 0
[junit4:junit4]   2> 15919 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[60 (1429783625534013440)]} 0 0
[junit4:junit4]   2> 15958 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[56 (-1429783625574907904)]} 0 0
[junit4:junit4]   2> 15961 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[56 (-1429783625578053632)]} 0 0
[junit4:junit4]   2> 15964 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[61 (1429783625581199360)]} 0 0
[junit4:junit4]   2> 15967 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[61 (1429783625584345088)]} 0 0
[junit4:junit4]   2> 15971 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10060 (1429783625588539392)]} 0 0
[junit4:junit4]   2> 15975 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10060 (1429783625592733696)]} 0 0
[junit4:junit4]   2> 15994 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[60 (-1429783625612656640)]} 0 0
[junit4:junit4]   2> 15997 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[60 (-1429783625615802368)]} 0 0
[junit4:junit4]   2> 16000 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[62 (1429783625618948096)]} 0 0
[junit4:junit4]   2> 16002 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[62 (1429783625621045248)]} 0 0
[junit4:junit4]   2> 16014 T4262 C441 P65511 /update {wt=javabin&version=2} {delete=[10056 (-1429783625633628160)]} 0 0
[junit4:junit4]   2> 16017 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[10056 (-1429783625636773888)]} 0 0
[junit4:junit4]   2> 16020 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[10061 (1429783625639919616)]} 0 0
[junit4:junit4]   2> 16023 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[10061 (1429783625643065344)]} 0 0
[junit4:junit4]   2> 16049 T4259 C441 P65511 /update {wt=javabin&version=2} {delete=[10060 (-1429783625670328320)]} 0 0
[junit4:junit4]   2> 16052 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[10060 (-1429783625673474048)]} 0 0
[junit4:junit4]   2> 16055 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10062 (1429783625676619776)]} 0 0
[junit4:junit4]   2> 16058 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10062 (1429783625679765504)]} 0 0
[junit4:junit4]   2> 16070 T4263 C441 P65511 /update {wt=javabin&version=2} {add=[63 (1429783625692348416)]} 0 0
[junit4:junit4]   2> 16073 T4282 C442 P65523 /update {wt=javabin&version=2} {add=[63 (1429783625695494144)]} 0 0
[junit4:junit4]   2> 16126 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[10063 (1429783625750020096)]} 0 1
[junit4:junit4]   2> 16129 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[10063 (1429783625754214400)]} 0 0
[junit4:junit4]   2> 16164 T4261 C441 P65511 /update {wt=javabin&version=2} {delete=[61 (-1429783625790914560)]} 0 0
[junit4:junit4]   2> 16166 T4284 C442 P65523 /update {wt=javabin&version=2} {delete=[61 (-1429783625793011712)]} 0 0
[junit4:junit4]   2> 16169 T4259 C441 P65511 /update {wt=javabin&version=2} {add=[64 (1429783625796157440)]} 0 0
[junit4:junit4]   2> 16172 T4280 C442 P65523 /update {wt=javabin&version=2} {add=[64 (1429783625799303168)]} 0 0
[junit4:junit4]   2> 16220 T4260 C441 P65511 /update {wt=javabin&version=2} {delete=[10061 (-1429783625849634816)]} 0 0
[junit4:junit4]   2> 16223 T4281 C442 P65523 /update {wt=javabin&version=2} {delete=[10061 (-1429783625852780544)]} 0 0
[junit4:junit4]   2> 16226 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10064 (1429783625855926272)]} 0 0
[junit4:junit4]   2> 16230 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10064 (1429783625860120576)]} 0 0
[junit4:junit4]   2> 16239 T4269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16240 T4269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:65532__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65532_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65532"}
[junit4:junit4]   2> 16249 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[62 (-1429783625880043520)]} 0 0
[junit4:junit4]   2> 16250 T4282 C442 P65523 /update {wt=javabin&version=2} {delete=[62 (-1429783625881092096)]} 0 0
[junit4:junit4]   2> 16252 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[65 (1429783625883189248)]} 0 0
[junit4:junit4]   2> 16255 T4279 C442 P65523 /update {wt=javabin&version=2} {add=[65 (1429783625886334976)]} 0 0
[junit4:junit4]   2> 16294 T4261 C441 P65511 /update {wt=javabin&version=2} {add=[66 (1429783625927229440)]} 0 0
[junit4:junit4]   2> 16297 T4284 C442 P65523 /update {wt=javabin&version=2} {add=[66 (1429783625930375168)]} 0 0
[junit4:junit4]   2> 16306 T4259 C441 P65511 /update {wt=javabin&version=2} {delete=[10062 (-1429783625939812352)]} 0 0
[junit4:junit4]   2> 16309 T4275 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> 16309 T4280 C442 P65523 /update {wt=javabin&version=2} {delete=[10062 (-1429783625942958080)]} 0 0
[junit4:junit4]   2> 16310 T4304 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> 16310 T4288 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> 16310 T4268 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> 16313 T4260 C441 P65511 /update {wt=javabin&version=2} {add=[10065 (1429783625946103808)]} 0 1
[junit4:junit4]   2>  C440_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:65532_, base_url=http://127.0.0.1:65532}
[junit4:junit4]   2> 16321 T4298 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1429783625950298112)]} 0 3
[junit4:junit4]   2> 16321 T4281 C442 P65523 /update {wt=javabin&version=2} {add=[10065 (1429783625950298112)]} 0 5
[junit4:junit4]   2> 16328 T4246 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16328 T4246 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16358 T4246 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5bb1a9
[junit4:junit4]   2> 16360 T4264 C441 P65511 /update {wt=javabin&version=2} {add=[10066 (1429783625996435456)]} 0 0
[junit4:junit4]   2> 16364 T4263 C441 P65511 /update {wt=javabin&version=2} {delete=[63 (-1429783626000629760)]} 0 0
[junit4:junit4]   2> 16366 T4300 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1429783625999581184)]} 0 0
[junit4:junit4]   2> 16367 T4300 C440 P65532 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5bb1a9
[junit4:junit4]   2> 16368 T4300 C440 P65532 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=47,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16368 T4295 C440 P65532 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[63 (-1429783626002726912)]} 0 0
[junit4:junit4]   2> 16369 T4295 C440 P65532 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5bb1a9
[junit4:junit4]   2> 16370 T4295 C440 P65532 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=47,cumulative_deletesById=19,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16368 T4300 C440 P65532 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 16370 T4300 C440 P65532 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 16370 T4300 C440 P65532 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 16370 T4246 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: updateHandler
[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:970)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreMaps.clearMaps(CoreContainer.java:1454)
[junit4:junit4]   2> 		at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:693)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.destroy(SolrDispatchFilter.java:134)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ChaosMonkey.stopJettySolrRunner(ChaosMonkey.java:202)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ChaosMonkey.stop(ChaosMonkey.java:509)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ChaosMonkey.stopJetty(ChaosMonkey.java:180)
[junit4:junit4]   2> 		at org.apache.solr.cloud.ChaosMonkey.stopShard(ChaosMonkey.java:175)
[junit4:junit4]   2> 		at org.apache.solr.cloud.RecoveryZkTest.doTest(RecoveryZkTest.java:69)
[junit4:junit4]   2> 		at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=updateHandler,id=org.apache.solr.update.DirectUpdateHandler2
[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> 		... 51 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16370 T4295 C440 P65532 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16372 T4246 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=47,cumulative_deletesById=19,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 16373 T4300 C440 P65532 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, _0.fnm, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _0_Lucene40_0.prx, _0_Lucene40_0.tip, _0_Lucene40_0.frq, _0_nrm.cfe, _0.fdx, _0.si, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c),segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _1_dv.cfe, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _1_dv.cfs, _0.fdx, _0.si, _0.fdt, _0_dv.cfe, segments_4]
[junit4:junit4]   2> 16373 T4300 C440 P65532 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _1_dv.cfe, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _1_dv.cfs, _0.fdx, _0.si, _0.fdt, _0_dv.cfe, segments_4]
[junit4:junit4]   2> 16376 T4300 C440 P65532 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16376 T4246 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16377 T4279 C442 P65523 /update {wt=javabin&version=2} {delete=[63 (-1429783626002726912)]} 0 11
[junit4:junit4]   2> 16377 T4283 C442 P65523 /update {wt=javabin&version=2} {add=[10066 (1429783625999581184)]} 0 14
[junit4:junit4]   2> 16378 T4251 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79c9defc0008
[junit4:junit4]   2> 16381 T4262 C441 P65511 /update {wt=javabin&version=2} {add=[67 (1429783626017406976)]} 0 1
[junit4:junit4]   2> 16387 T4280 C442 P65523 oasup.DistributedUpdateProcessor.doDefensiveChecks SEVERE Request says it is coming from leader, but we are the leader: distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2
[junit4:junit4]   2> 16388 T4280 C442 P65523 /update {distrib.from=http://127.0.0.1:65523/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 16388 T4280 C442 P65523 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Request says it is coming from leader, but we are the leader
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doDefensiveChecks(DistributedUpdateProcessor.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.setupRequest(DistributedUpdateProcessor.java:228)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:339)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java: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:856)
[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> 16395 T4296 oasc.SolrException.log SEVERE null:org.apache.solr.common.SolrException: Error trying to proxy request for url: http://127.0.0.1:65523/collection1/update
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.remoteQuery(SolrDispatchFilter.java:480)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:253)
[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: java.io.IOException: Server returned HTTP response code: 503 for URL: http://127.0.0.1:65523/collection1/update?update.distrib=FROMLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A65523%2Fcollection1%2F&wt=javabin&version=2
[junit4:junit4]   2> 		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
[junit4:junit4]   2> 		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4:junit4]   2> 		at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
[junit4:junit4]   2> 		at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674)
[junit4:junit4]   2> 		at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672)
[junit4:junit4]   2> 		at java.security.AccessController.doPrivileged(Native Method)
[junit4:junit4]   2> 		at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670)
[junit4:junit4]   2> 		at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.remoteQuery(SolrDispatchFilter.java:468)
[junit4:junit4]   2> 		... 27 more
[junit4:junit4]   2> 	Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://127.0.0.1:65523/collection1/update?update.distrib=FROMLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A65523%2Fcollection1%2F&wt=javabin&version=2
[junit4:junit4]   2> 		at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
[junit4:junit4]   2> 		at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.remoteQuery(SolrDispatchFilter.java:456)
[junit4:junit4]   2> 		... 27 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 16397 T4284 C442 P65523 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:65532/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:65532/collection1 returned non ok status:500, message:{msg=Error trying to proxy request for url: http://127.0.0.1:65523/collection1/update,trace=org.apache.solr.common.SolrException: Error trying to proxy request for url: http://127.0.0.1:65523/collection1/update  	at org.apache.solr.servlet.SolrDispatchFilter.remoteQuery(SolrDispatchFilter.java:480)  	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:253)  	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)  	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)  	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)  	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)  	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)  	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)  	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)  	at org.e
[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> 16397 T4284 C442 P65523 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:65532 to recover
[junit4:junit4]   2> 16398 T4284 C442 P65523 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16399 T4275 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:Nod

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

eDirectoryTest, ClusterStateUpdateTest, TestBM25SimilarityFactory, TestReload, HighlighterTest, TestJmxMonitoredMap, TestLRUCache, WordBreakSolrSpellCheckerTest, SuggesterTest, TestPartialUpdateDeduplication, TestValueSourceCache, DisMaxRequestHandlerTest, SolrIndexConfigTest, TestRandomDVFaceting, TestFaceting, CSVRequestHandlerTest, TestZkChroot, NotRequiredUniqueKeyTest, BadIndexSchemaTest, TestFieldTypeResource, TestTrie, OpenExchangeRatesOrgProviderTest, CircularListTest, LoggingHandlerTest, SuggesterTSTTest, BasicDistributedZkTest, UpdateRequestProcessorFactoryTest, ResponseLogComponentTest, TestCopyFieldCollectionResource, TestAtomicUpdateErrorCases, SolrInfoMBeanTest, TestRecovery, XsltUpdateRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestFieldCollectionResource, QueryParsingTest, TestCSVResponseWriter, TestQueryTypes, TestRangeQuery, FastVectorHighlighterTest, TestSolrCoreProperties, TestFiltering, OutputWriterTest, TestPropInjectDefaults, TestLazyCores, SpellCheckComponentTest, FileUtilsTest, TestGroupingSearch, CacheHeaderTest, PathHierarchyTokenizerFactoryTest, SpellPossibilityIteratorTest, TestFieldResource, TestFastWriter, TestSurroundQueryParser, SolrIndexSplitterTest, TestDistributedSearch, SolrRequestParserTest, TestUtils, TestAnalyzedSuggestions, DistributedTermsComponentTest, TestLMDirichletSimilarityFactory, NumericFieldsTest, TestElisionMultitermQuery, TestFieldTypeCollectionResource, AliasIntegrationTest, TestSolrQueryParser, DirectSolrSpellCheckerTest, TestSolrDiscoveryProperties, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=F2E0890391929EB6 -Dtests.slow=true -Dtests.locale=lt_LT -Dtests.timezone=Pacific/Yap -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=4305, name=coreLoadExecutor-3082-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ecd181 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4092d)
[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=4307, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@2a6797 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f5c)
[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 41.09s, 1 test, 2 errors <<< FAILURES!

[...truncated 397 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:361: 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:1213: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:877: There were test failures: 272 suites, 1144 tests, 2 suite-level errors, 18 ignored (12 assumptions)

Total time: 61 minutes 42 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



[JENKINS] Lucene-Solr-trunk-Windows ([[ Exception while replacing ENV. Please report this as a bug. ]]

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
{{ java.lang.NullPointerException }})
 - Build # 2666 - Still Failing!
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_0_281965659.1363607066525"
X-Jenkins-Job: Lucene-Solr-trunk-Windows
X-Jenkins-Result: FAILURE
Precedence: bulk

------=_Part_0_281965659.1363607066525
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2666/
Java: [[ Exception while replacing ENV. Please report this as a bug. ]]
{{ java.lang.NullPointerException }}

No tests ran.

Build Log:
[...truncated 9 lines...]
FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.FilePath.act(FilePath.java:854)
	at hudson.FilePath.act(FilePath.java:838)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:843)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:781)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1353)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:689)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:594)
	at hudson.model.Run.execute(Run.java:1567)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)
Caused by: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:732)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.io.FilterInputStream.read(FilterInputStream.java:116)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
	at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2248)
	at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2541)
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2551)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1296)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)


------=_Part_0_281965659.1363607066525--

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org