You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/03/23 20:44:03 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2664/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseParallelGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=601, name=coreLoadExecutor-403-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=601, name=coreLoadExecutor-403-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:525)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:746)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1130f0d lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bf458))
	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=603, 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=603, 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:525)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad))
	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 9171 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T542 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T542 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-RecoveryZkTest-1364065993589
[junit4:junit4]   2> 9 T542 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T543 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 13 T543 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 13 T543 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 13 T543 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 14 T543 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T543 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 110 T542 oasc.ZkTestServer.run start zk server on port:53721
[junit4:junit4]   2> 111 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ccdbdf
[junit4:junit4]   2> 190 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 193 T548 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 194 T548 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 194 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53724
[junit4:junit4]   2> 196 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53724
[junit4:junit4]   2> 196 T546 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 204 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0000 with negotiated timeout 10000 for client /127.0.0.1:53724
[junit4:junit4]   2> 204 T548 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0000, negotiated timeout = 10000
[junit4:junit4]   2> 204 T549 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ccdbdf name:ZooKeeperConnection Watcher:127.0.0.1:53721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 205 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 206 T542 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 211 T547 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98ab437e0000
[junit4:junit4]   2> 213 T544 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53724 which had sessionid 0x13d98ab437e0000
[junit4:junit4]   2> 213 T542 oaz.ZooKeeper.close Session: 0x13d98ab437e0000 closed
[junit4:junit4]   2> 213 T549 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 214 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1884fa0
[junit4:junit4]   2> 215 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 216 T550 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 217 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53727
[junit4:junit4]   2> 217 T550 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 217 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53727
[junit4:junit4]   2> 219 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0001 with negotiated timeout 10000 for client /127.0.0.1:53727
[junit4:junit4]   2> 219 T550 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0001, negotiated timeout = 10000
[junit4:junit4]   2> 219 T551 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1884fa0 name:ZooKeeperConnection Watcher:127.0.0.1:53721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 220 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 220 T542 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 226 T542 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 232 T542 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 235 T542 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 240 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 241 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 250 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 250 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 256 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 257 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 262 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 262 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 269 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 271 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 276 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 277 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 282 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 282 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 288 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 288 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 293 T542 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 295 T542 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 300 T547 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98ab437e0001
[junit4:junit4]   2> 301 T544 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53727 which had sessionid 0x13d98ab437e0001
[junit4:junit4]   2> 301 T542 oaz.ZooKeeper.close Session: 0x13d98ab437e0001 closed
[junit4:junit4]   2> 301 T551 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 689 T542 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 695 T542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53728
[junit4:junit4]   2> 695 T542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 696 T542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 696 T542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883
[junit4:junit4]   2> 696 T542 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883\solr.xml
[junit4:junit4]   2> 696 T542 oasc.CoreContainer.<init> New CoreContainer 732765
[junit4:junit4]   2> 697 T542 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883\'
[junit4:junit4]   2> 697 T542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883\'
[junit4:junit4]   2> 751 T542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 751 T542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 752 T542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 752 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 752 T542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 753 T542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 753 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 754 T542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 754 T542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 754 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 770 T542 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 789 T542 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53721/solr
[junit4:junit4]   2> 789 T542 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 790 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@418ae2
[junit4:junit4]   2> 792 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 792 T561 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 793 T561 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 794 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53733
[junit4:junit4]   2> 794 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53733
[junit4:junit4]   2> 807 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0002 with negotiated timeout 20000 for client /127.0.0.1:53733
[junit4:junit4]   2> 807 T561 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0002, negotiated timeout = 20000
[junit4:junit4]   2> 808 T562 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@418ae2 name:ZooKeeperConnection Watcher:127.0.0.1:53721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 808 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 810 T547 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98ab437e0002
[junit4:junit4]   2> 812 T542 oaz.ZooKeeper.close Session: 0x13d98ab437e0002 closed
[junit4:junit4]   2> 812 T544 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d98ab437e0002, 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> 812 T562 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 814 T544 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53733 which had sessionid 0x13d98ab437e0002
[junit4:junit4]   2> 812 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 832 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@838fb0
[junit4:junit4]   2> 836 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 836 T563 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 838 T563 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 838 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53736
[junit4:junit4]   2> 839 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53736
[junit4:junit4]   2> 841 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0003 with negotiated timeout 20000 for client /127.0.0.1:53736
[junit4:junit4]   2> 841 T563 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0003, negotiated timeout = 20000
[junit4:junit4]   2> 841 T564 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@838fb0 name:ZooKeeperConnection Watcher:127.0.0.1:53721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 841 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 845 T542 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 850 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 852 T542 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 858 T542 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 862 T542 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53728_
[junit4:junit4]   2> 862 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53728_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53728_
[junit4:junit4]   2> 864 T542 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53728_
[junit4:junit4]   2> 869 T542 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 878 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 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> 879 T542 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 884 T542 oasc.Overseer.start Overseer (id=89395428956438531-127.0.0.1:53728_-n_0000000000) starting
[junit4:junit4]   2> 885 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 887 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 890 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 892 T542 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 897 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 899 T566 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 900 T542 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 904 T542 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 908 T542 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 913 T565 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 917 T567 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883\collection1
[junit4:junit4]   2> 918 T567 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 919 T567 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 919 T567 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 921 T567 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883\collection1\'
[junit4:junit4]   2> 923 T567 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 924 T567 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883/collection1/lib/README' to classloader
[junit4:junit4]   2> 975 T567 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 1034 T567 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1037 T567 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1042 T567 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1656 T567 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1666 T567 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1671 T567 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1693 T567 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1701 T567 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1709 T567 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1711 T567 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1712 T567 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1712 T567 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1714 T567 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1714 T567 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1715 T567 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1716 T567 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1364065993883\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/control/data\
[junit4:junit4]   2> 1716 T567 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@497ea6
[junit4:junit4]   2> 1716 T567 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1717 T567 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/control/data\
[junit4:junit4]   2> 1717 T567 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/control/data\index/
[junit4:junit4]   2> 1717 T567 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1719 T567 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/control/data\index
[junit4:junit4]   2> 1729 T567 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453142tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@12c47e9)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1729 T567 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1733 T567 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1733 T567 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1734 T567 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1734 T567 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1735 T567 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1735 T567 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1735 T567 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1735 T567 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1736 T567 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1747 T567 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1755 T567 oass.SolrIndexSearcher.<init> Opening Searcher@30e882 main
[junit4:junit4]   2> 1756 T567 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\control\data\tlog
[junit4:junit4]   2> 1757 T567 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1757 T567 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1762 T568 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30e882 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1763 T567 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1763 T567 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2403 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2404 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53728_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53728"}
[junit4:junit4]   2> 2404 T565 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2404 T565 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2417 T564 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> 2756 T567 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2756 T567 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53728 collection:control_collection shard:shard1
[junit4:junit4]   2> 2757 T567 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2833 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 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> 2852 T567 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2853 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2914 T567 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2914 T567 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2914 T567 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53728/collection1/
[junit4:junit4]   2> 2915 T567 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2915 T567 oasc.SyncStrategy.syncToMe http://127.0.0.1:53728/collection1/ has no replicas
[junit4:junit4]   2> 2915 T567 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53728/collection1/
[junit4:junit4]   2> 2915 T567 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2973 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3909 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3930 T564 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> 3949 T567 oasc.ZkController.register We are http://127.0.0.1:53728/collection1/ and leader is http://127.0.0.1:53728/collection1/
[junit4:junit4]   2> 3949 T567 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53728
[junit4:junit4]   2> 3950 T567 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3950 T567 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3950 T567 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3954 T567 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3955 T542 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3955 T542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3956 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3964 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3966 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2cc777
[junit4:junit4]   2> 3967 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3968 T570 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3969 T570 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 3969 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53739
[junit4:junit4]   2> 3970 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53739
[junit4:junit4]   2> 3972 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0004 with negotiated timeout 10000 for client /127.0.0.1:53739
[junit4:junit4]   2> 3972 T570 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0004, negotiated timeout = 10000
[junit4:junit4]   2> 3972 T571 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cc777 name:ZooKeeperConnection Watcher:127.0.0.1:53721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3972 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3975 T542 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3978 T542 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4360 T542 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4364 T542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53740
[junit4:junit4]   2> 4364 T542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4365 T542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4366 T542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560
[junit4:junit4]   2> 4366 T542 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560\solr.xml
[junit4:junit4]   2> 4366 T542 oasc.CoreContainer.<init> New CoreContainer 32929792
[junit4:junit4]   2> 4367 T542 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560\'
[junit4:junit4]   2> 4367 T542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560\'
[junit4:junit4]   2> 4584 T3 oasc.CoreContainer.finalize SEVERE CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=27941006
[junit4:junit4]   2> 4611 T542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4612 T542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4612 T542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4613 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4613 T542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4613 T542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4613 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4613 T542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4614 T542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4614 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4630 T542 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4651 T542 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53721/solr
[junit4:junit4]   2> 4651 T542 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4651 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@183bf27
[junit4:junit4]   2> 4654 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4654 T581 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4656 T581 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 4656 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53745
[junit4:junit4]   2> 4656 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53745
[junit4:junit4]   2> 4669 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0005 with negotiated timeout 20000 for client /127.0.0.1:53745
[junit4:junit4]   2> 4669 T581 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0005, negotiated timeout = 20000
[junit4:junit4]   2> 4669 T582 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@183bf27 name:ZooKeeperConnection Watcher:127.0.0.1:53721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4670 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4672 T547 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98ab437e0005
[junit4:junit4]   2> 4674 T542 oaz.ZooKeeper.close Session: 0x13d98ab437e0005 closed
[junit4:junit4]   2> 4674 T544 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53745 which had sessionid 0x13d98ab437e0005
[junit4:junit4]   2> 4674 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4674 T582 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4681 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e420a6
[junit4:junit4]   2> 4683 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4684 T583 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4684 T583 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 4685 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53748
[junit4:junit4]   2> 4685 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53748
[junit4:junit4]   2> 4687 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0006 with negotiated timeout 20000 for client /127.0.0.1:53748
[junit4:junit4]   2> 4687 T583 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0006, negotiated timeout = 20000
[junit4:junit4]   2> 4687 T584 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e420a6 name:ZooKeeperConnection Watcher:127.0.0.1:53721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4688 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4688 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4691 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4695 T542 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5429 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5432 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53728_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53728"}
[junit4:junit4]   2> 5462 T571 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> 5463 T584 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> 5463 T564 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> 5664 T542 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53740_
[junit4:junit4]   2> 5666 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0006 type:delete cxid:0xf zxid:0x4e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53740_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53740_
[junit4:junit4]   2> 5668 T542 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53740_
[junit4:junit4]   2> 5674 T564 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> 5674 T584 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> 5675 T571 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5675 T571 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> 5679 T584 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5679 T564 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5688 T585 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560\collection1
[junit4:junit4]   2> 5688 T585 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5689 T585 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5689 T585 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5692 T585 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560\collection1\'
[junit4:junit4]   2> 5695 T585 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5696 T585 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560/collection1/lib/README' to classloader
[junit4:junit4]   2> 5754 T585 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5809 T585 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5811 T585 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5816 T585 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6380 T585 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6391 T585 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6394 T585 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6415 T585 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6421 T585 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6426 T585 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6429 T585 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6429 T585 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6429 T585 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6431 T585 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6431 T585 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6431 T585 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6432 T585 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1364065997560\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty1\
[junit4:junit4]   2> 6432 T585 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@497ea6
[junit4:junit4]   2> 6432 T585 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6432 T585 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty1\
[junit4:junit4]   2> 6432 T585 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty1\index/
[junit4:junit4]   2> 6432 T585 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6436 T585 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty1\index
[junit4:junit4]   2> 6445 T585 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453143tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1786b94)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6445 T585 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6448 T585 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6448 T585 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6450 T585 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6450 T585 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6451 T585 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6451 T585 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6451 T585 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6452 T585 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6452 T585 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6462 T585 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6470 T585 oass.SolrIndexSearcher.<init> Opening Searcher@30cb16 main
[junit4:junit4]   2> 6471 T585 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\jetty1\tlog
[junit4:junit4]   2> 6472 T585 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6472 T585 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6476 T586 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30cb16 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6478 T585 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6478 T585 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6809 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6810 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53740_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53740"}
[junit4:junit4]   2> 6810 T565 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6811 T565 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6822 T564 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> 6823 T584 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> 6823 T571 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> 7372 T585 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7372 T585 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53740 collection:collection1 shard:shard1
[junit4:junit4]   2> 7375 T585 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7391 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0006 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> 7393 T585 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7395 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0006 type:create cxid:0x4d zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7401 T585 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7402 T585 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7402 T585 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53740/collection1/
[junit4:junit4]   2> 7402 T585 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7402 T585 oasc.SyncStrategy.syncToMe http://127.0.0.1:53740/collection1/ has no replicas
[junit4:junit4]   2> 7402 T585 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53740/collection1/
[junit4:junit4]   2> 7403 T585 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7411 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0006 type:create cxid:0x58 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8170 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8193 T564 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> 8193 T571 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> 8193 T584 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> 8232 T585 oasc.ZkController.register We are http://127.0.0.1:53740/collection1/ and leader is http://127.0.0.1:53740/collection1/
[junit4:junit4]   2> 8232 T585 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53740
[junit4:junit4]   2> 8232 T585 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8233 T585 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8233 T585 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8237 T585 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8239 T542 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 8239 T542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8239 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8725 T542 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8729 T542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53749
[junit4:junit4]   2> 8729 T542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8730 T542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8730 T542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836
[junit4:junit4]   2> 8730 T542 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\solr.xml
[junit4:junit4]   2> 8731 T542 oasc.CoreContainer.<init> New CoreContainer 29744813
[junit4:junit4]   2> 8732 T542 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\'
[junit4:junit4]   2> 8732 T542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\'
[junit4:junit4]   2> 8794 T542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8794 T542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8795 T542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8795 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8796 T542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8796 T542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8796 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8796 T542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8796 T542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8797 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8813 T542 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8834 T542 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53721/solr
[junit4:junit4]   2> 8835 T542 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8835 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fcabe5
[junit4:junit4]   2> 8836 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8840 T597 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8841 T597 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 8841 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53754
[junit4:junit4]   2> 8842 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53754
[junit4:junit4]   2> 8855 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0007 with negotiated timeout 20000 for client /127.0.0.1:53754
[junit4:junit4]   2> 8855 T597 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0007, negotiated timeout = 20000
[junit4:junit4]   2> 8855 T598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fcabe5 name:ZooKeeperConnection Watcher:127.0.0.1:53721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8856 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8857 T547 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98ab437e0007
[junit4:junit4]   2> 8859 T598 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8859 T544 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d98ab437e0007, 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> 8859 T542 oaz.ZooKeeper.close Session: 0x13d98ab437e0007 closed
[junit4:junit4]   2> 8861 T544 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53754 which had sessionid 0x13d98ab437e0007
[junit4:junit4]   2> 8861 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8866 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@d09390
[junit4:junit4]   2> 8868 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8869 T599 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8869 T599 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 8870 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53757
[junit4:junit4]   2> 8870 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53757
[junit4:junit4]   2> 8873 T599 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0008, negotiated timeout = 20000
[junit4:junit4]   2> 8873 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0008 with negotiated timeout 20000 for client /127.0.0.1:53757
[junit4:junit4]   2> 8873 T600 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d09390 name:ZooKeeperConnection Watcher:127.0.0.1:53721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8873 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8876 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8879 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8886 T542 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9543 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9544 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53740_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53740"}
[junit4:junit4]   2> 9553 T571 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> 9554 T564 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> 9554 T600 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> 9555 T584 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> 9781 T542 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53749_
[junit4:junit4]   2> 9782 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e0008 type:delete cxid:0xf zxid:0x72 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53749_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53749_
[junit4:junit4]   2> 9783 T542 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53749_
[junit4:junit4]   2> 9787 T564 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> 9788 T584 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> 9788 T571 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9788 T571 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> 9789 T600 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9789 T600 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> 9792 T564 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9792 T584 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9800 T601 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\collection1
[junit4:junit4]   2> 9800 T601 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9801 T601 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9801 T601 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9804 T601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\collection1\'
[junit4:junit4]   2> 9805 T601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9805 T601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836/collection1/lib/README' to classloader
[junit4:junit4]   2> 9851 T601 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9909 T601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9912 T601 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9916 T601 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10475 T601 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10484 T601 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10488 T601 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10512 T601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10519 T601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10525 T601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10528 T601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10529 T601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10529 T601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10531 T601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10531 T601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10531 T601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10532 T601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\
[junit4:junit4]   2> 10532 T601 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@497ea6
[junit4:junit4]   2> 10532 T601 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10533 T601 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\
[junit4:junit4]   2> 10534 T601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\index/
[junit4:junit4]   2> 10534 T601 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10537 T601 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\index
[junit4:junit4]   2> 10547 T601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453144tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@581afb)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10547 T601 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10551 T601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10551 T601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10551 T601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10551 T601 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10551 T601 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10551 T601 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10552 T601 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10553 T601 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10553 T601 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10568 T601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10577 T601 oass.SolrIndexSearcher.<init> Opening Searcher@8c8315 main
[junit4:junit4]   2> 10578 T601 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\jetty2\tlog
[junit4:junit4]   2> 10579 T601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10579 T601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10585 T602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8c8315 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10585 T601 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10586 T601 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10900 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10901 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53749_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53749"}
[junit4:junit4]   2> 10901 T565 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10902 T565 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10912 T564 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> 10913 T584 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> 10913 T600 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> 10912 T571 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> 11480 T601 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11480 T601 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53749 collection:collection1 shard:shard1
[junit4:junit4]   2> 11490 T601 oasc.ZkController.register We are http://127.0.0.1:53749/collection1/ and leader is http://127.0.0.1:53740/collection1/
[junit4:junit4]   2> 11490 T601 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53749
[junit4:junit4]   2> 11490 T601 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11490 T601 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@1840e24 url=http://127.0.0.1:53749/collection1 node=127.0.0.1:53749_ C32_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53749_, base_url=http://127.0.0.1:53749}
[junit4:junit4]   2> 11492 T603 C32 P53749 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11493 T603 C32 P53749 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11493 T603 C32 P53749 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11493 T603 C32 P53749 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11493 T601 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11496 T603 C32 P53749 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11499 T542 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 11499 T542 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11499 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11510 T542 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@6cfdeb url=http://127.0.0.1:53728/collection1 node=127.0.0.1:53728_ C33_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:53728_, base_url=http://127.0.0.1:53728, leader=true}
[junit4:junit4]   2> 11530 T559 C33 P53728 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453142tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@12c47e9)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11531 T559 C33 P53728 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11536 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10001 (1430326875370029056)]} 0 13
[junit4:junit4]   2> 11536 T559 C33 P53728 /update {wt=javabin&version=2} {add=[1 (1430326875366883328)]} 0 15
[junit4:junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@55b4cc url=http://127.0.0.1:53740/collection1 node=127.0.0.1:53740_ C34_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53740_, base_url=http://127.0.0.1:53740, leader=true}
[junit4:junit4]   2> 11559 T580 C34 P53740 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453143tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1786b94)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11560 T580 C34 P53740 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11563 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10001 (1430326875403583488)]} 0 7
[junit4:junit4]   2> 11563 T580 C34 P53740 /update {wt=javabin&version=2} {add=[1 (1430326875401486336)]} 0 10
[junit4:junit4]   2> 11607 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10002 (1430326875456012288)]} 0 1
[junit4:junit4]   2> 11608 T560 C33 P53728 /update {wt=javabin&version=2} {add=[2 (1430326875456012289)]} 0 2
[junit4:junit4]   2> 11612 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10002 (1430326875460206592)]} 0 2
[junit4:junit4]   2> 11613 T577 C34 P53740 /update {wt=javabin&version=2} {add=[2 (1430326875461255168)]} 0 2
[junit4:junit4]   2> 11623 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10003 (1430326875473838080)]} 0 1
[junit4:junit4]   2> 11625 T556 C33 P53728 /update {wt=javabin&version=2} {add=[3 (1430326875474886656)]} 0 1
[junit4:junit4]   2> 11629 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10003 (1430326875479080960)]} 0 1
[junit4:junit4]   2> 11630 T580 C34 P53740 /update {wt=javabin&version=2} {add=[3 (1430326875480129536)]} 0 1
[junit4:junit4]   2> 11719 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10004 (1430326875573452800)]} 0 2
[junit4:junit4]   2> 11721 T555 C33 P53728 /update {wt=javabin&version=2} {add=[4 (1430326875575549952)]} 0 2
[junit4:junit4]   2> 11724 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10004 (1430326875578695680)]} 0 1
[junit4:junit4]   2> 11727 T576 C34 P53740 /update {wt=javabin&version=2} {add=[4 (1430326875580792832)]} 0 3
[junit4:junit4]   2> 11798 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10005 (1430326875656290304)]} 0 1
[junit4:junit4]   2> 11804 T560 C33 P53728 /update {wt=javabin&version=2} {add=[5 (1430326875661533184)]} 0 2
[junit4:junit4]   2> 11804 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10005 (1430326875661533184)]} 0 2
[junit4:junit4]   2> 11809 T579 C34 P53740 /update {wt=javabin&version=2} {add=[5 (1430326875667824640)]} 0 2
[junit4:junit4]   2> 11893 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[10005 (-1430326875756953600)]} 0 1
[junit4:junit4]   2> 11897 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[10005 (-1430326875760099328)]} 0 1
[junit4:junit4]   2> 11898 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[5 (-1430326875761147904)]} 0 1
[junit4:junit4]   2> 11903 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[5 (-1430326875765342208)]} 0 2
[junit4:junit4]   2> 11903 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10006 (1430326875764293632)]} 0 3
[junit4:junit4]   2> 11907 T555 C33 P53728 /update {wt=javabin&version=2} {add=[6 (1430326875769536512)]} 0 2
[junit4:junit4]   2> 11907 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10006 (1430326875770585088)]} 0 2
[junit4:junit4]   2> 11911 T577 C34 P53740 /update {wt=javabin&version=2} {add=[6 (1430326875775827968)]} 0 1
[junit4:junit4]   2> 11957 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10007 (1430326875821965312)]} 0 2
[junit4:junit4]   2> 11961 T560 C33 P53728 /update {wt=javabin&version=2} {add=[7 (1430326875826159616)]} 0 2
[junit4:junit4]   2> 11962 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10007 (1430326875827208192)]} 0 2
[junit4:junit4]   2> 11969 T575 C34 P53740 /update {wt=javabin&version=2} {add=[7 (1430326875834548224)]} 0 2
[junit4:junit4]   2> 12034 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10008 (1430326875903754240)]} 0 2
[junit4:junit4]   2> 12038 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10008 (1430326875908997120)]} 0 1
[junit4:junit4]   2> 12044 T559 C33 P53728 /update {wt=javabin&version=2} {add=[8 (1430326875913191424)]} 0 3
[junit4:junit4]   2> 12048 T579 C34 P53740 /update {wt=javabin&version=2} {add=[8 (1430326875918434304)]} 0 2
[junit4:junit4]   2> 12090 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10009 (1430326875962474496)]} 0 1
[junit4:junit4]   2> 12094 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10009 (1430326875966668800)]} 0 2
[junit4:junit4]   2> 12099 T558 C33 P53728 /update {wt=javabin&version=2} {add=[9 (1430326875971911680)]} 0 1
[junit4:junit4]   2> 12105 T580 C34 P53740 /update {wt=javabin&version=2} {add=[9 (1430326875977154560)]} 0 2
[junit4:junit4]   2> 12113 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10010 (1430326875986591744)]} 0 1
[junit4:junit4]   2> 12118 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10010 (1430326875991834624)]} 0 2
[junit4:junit4]   2> 12125 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10 (1430326875999174656)]} 0 2
[junit4:junit4]   2> 12129 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10 (1430326876003368960)]} 0 2
[junit4:junit4]   2> 12155 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10011 (1430326876030631936)]} 0 2
[junit4:junit4]   2> 12159 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10011 (1430326876035874816)]} 0 1
[junit4:junit4]   2> 12168 T559 C33 P53728 /update {wt=javabin&version=2} {add=[11 (1430326876044263424)]} 0 2
[junit4:junit4]   2> 12173 T577 C34 P53740 /update {wt=javabin&version=2} {add=[11 (1430326876049506304)]} 0 1
[junit4:junit4]   2> 12192 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10012 (1430326876070477824)]} 0 1
[junit4:junit4]   2> 12198 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10012 (1430326876074672128)]} 0 2
[junit4:junit4]   2> 12209 T558 C33 P53728 /update {wt=javabin&version=2} {add=[12 (1430326876086206464)]} 0 3
[junit4:junit4]   2> 12213 T575 C34 P53740 /update {wt=javabin&version=2} {add=[12 (1430326876091449344)]} 0 1
[junit4:junit4]   2> 12246 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10013 (1430326876126052352)]} 0 2
[junit4:junit4]   2> 12249 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10013 (1430326876130246656)]} 0 1
[junit4:junit4]   2> 12258 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12259 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53749_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53749"}
[junit4:junit4]   2> 12262 T556 C33 P53728 /update {wt=javabin&version=2} {add=[13 (1430326876142829568)]} 0 2
[junit4:junit4]   2> 12267 T579 C34 P53740 /update {wt=javabin&version=2} {add=[13 (1430326876148072448)]} 0 1
[junit4:junit4]   2> 12271 T571 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> 12271 T584 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> 12271 T600 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> 12271 T564 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> 12326 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10014 (1430326876210987008)]} 0 1
[junit4:junit4]   2>  C32_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:53749_, base_url=http://127.0.0.1:53749}
[junit4:junit4]   2> 12342 T596 C32 P53749 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453144tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@581afb)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12343 T596 C32 P53749 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12346 T559 C33 P53728 /update {wt=javabin&version=2} {add=[14 (1430326876230909952)]} 0 1
[junit4:junit4]   2> 12346 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1430326876213084160)]} 0 8
[junit4:junit4]   2> 12347 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10014 (1430326876213084160)]} 0 19
[junit4:junit4]   2> 12351 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10015 (1430326876237201408)]} 0 1
[junit4:junit4]   2> 12359 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1430326876239298560)]} 0 1
[junit4:junit4]   2> 12360 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1430326876236152832)]} 0 0
[junit4:junit4]   2> 12361 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10015 (1430326876239298560)]} 0 8
[junit4:junit4]   2> 12362 T575 C34 P53740 /update {wt=javabin&version=2} {add=[14 (1430326876236152832)]} 0 13
[junit4:junit4]   2> 12367 T558 C33 P53728 /update {wt=javabin&version=2} {add=[15 (1430326876252930048)]} 0 1
[junit4:junit4]   2> 12382 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1430326876263415808)]} 0 2
[junit4:junit4]   2> 12383 T579 C34 P53740 /update {wt=javabin&version=2} {add=[15 (1430326876263415808)]} 0 7
[junit4:junit4]   2> 12400 T578 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:53749_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=891 
[junit4:junit4]   2> 12408 T560 C33 P53728 /update {wt=javabin&version=2} {delete=[10011 (-1430326876296970240)]} 0 0
[junit4:junit4]   2> 12415 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1430326876301164544)]} 0 0
[junit4:junit4]   2> 12416 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[10011 (-1430326876301164544)]} 0 4
[junit4:junit4]   2> 12420 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10016 (1430326876309553152)]} 0 0
[junit4:junit4]   2> 12427 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1430326876313747456)]} 0 0
[junit4:junit4]   2> 12429 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10016 (1430326876313747456)]} 0 6
[junit4:junit4]   2> 12430 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[11 (-1430326876318990336)]} 0 1
[junit4:junit4]   2> 12435 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1430326876322136064)]} 0 1
[junit4:junit4]   2> 12436 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[11 (-1430326876322136064)]} 0 4
[junit4:junit4]   2> 12439 T559 C33 P53728 /update {wt=javabin&version=2} {add=[16 (1430326876328427520)]} 0 1
[junit4:junit4]   2> 12447 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1430326876332621824)]} 0 1
[junit4:junit4]   2> 12448 T579 C34 P53740 /update {wt=javabin&version=2} {add=[16 (1430326876332621824)]} 0 6
[junit4:junit4]   2> 12459 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[10012 (-1430326876350447616)]} 0 1
[junit4:junit4]   2> 12465 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1430326876351496192)]} 0 1
[junit4:junit4]   2> 12466 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[10012 (-1430326876351496192)]} 0 6
[junit4:junit4]   2> 12467 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10017 (1430326876358836224)]} 0 0
[junit4:junit4]   2> 12476 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1430326876364079104)]} 0 2
[junit4:junit4]   2> 12477 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10017 (1430326876364079104)]} 0 6
[junit4:junit4]   2> 12478 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[12 (-1430326876370370560)]} 0 0
[junit4:junit4]   2> 12483 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1430326876372467712)]} 0 0
[junit4:junit4]   2> 12485 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[12 (-1430326876372467712)]} 0 5
[junit4:junit4]   2> 12487 T557 C33 P53728 /update {wt=javabin&version=2} {add=[17 (1430326876379807744)]} 0 0
[junit4:junit4]   2> 12495 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1430326876384002048)]} 0 1
[junit4:junit4]   2> 12497 T576 C34 P53740 /update {wt=javabin&version=2} {add=[17 (1430326876384002048)]} 0 6
[junit4:junit4]   2> 12524 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10018 (1430326876417556480)]} 0 2
[junit4:junit4]   2> 12531 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1430326876421750784)]} 0 2
[junit4:junit4]   2> 12532 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10018 (1430326876421750784)]} 0 5
[junit4:junit4]   2> 12545 T559 C33 P53728 /update {wt=javabin&version=2} {add=[18 (1430326876437479424)]} 0 3
[junit4:junit4]   2> 12555 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1430326876445868032)]} 0 1
[junit4:junit4]   2> 12558 T579 C34 P53740 /update {wt=javabin&version=2} {add=[18 (1430326876445868032)]} 0 9
[junit4:junit4]   2> 12576 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[10013 (-1430326876473131008)]} 0 1
[junit4:junit4]   2> 12583 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10013 (-1430326876476276736)]} 0 0
[junit4:junit4]   2> 12584 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[10013 (-1430326876476276736)]} 0 5
[junit4:junit4]   2> 12587 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10019 (1430326876484665344)]} 0 0
[junit4:junit4]   2> 12598 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1430326876492005376)]} 0 2
[junit4:junit4]   2> 12601 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10019 (1430326876492005376)]} 0 8
[junit4:junit4]   2> 12604 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[13 (-1430326876502491136)]} 0 0
[junit4:junit4]   2> 12617 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[13 (-1430326876512976896)]} 0 1
[junit4:junit4]   2> 12618 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[13 (-1430326876512976896)]} 0 4
[junit4:junit4]   2> 12625 T557 C33 P53728 /update {wt=javabin&version=2} {add=[19 (1430326876522414080)]} 0 2
[junit4:junit4]   2> 12641 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1430326876528705536)]} 0 3
[junit4:junit4]   2> 12642 T576 C34 P53740 /update {wt=javabin&version=2} {add=[19 (1430326876528705536)]} 0 14
[junit4:junit4]   2> 12659 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[10015 (-1430326876560162816)]} 0 0
[junit4:junit4]   2> 12667 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1430326876564357120)]} 0 0
[junit4:junit4]   2> 12668 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[10015 (-1430326876564357120)]} 0 5
[junit4:junit4]   2> 12676 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10020 (1430326876576940032)]} 0 2
[junit4:junit4]   2> 12691 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1430326876583231488)]} 0 3
[junit4:junit4]   2> 12693 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10020 (1430326876583231488)]} 0 14
[junit4:junit4]   2> 12699 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[15 (-1430326876602105856)]} 0 0
[junit4:junit4]   2> 12719 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1430326876606300160)]} 0 0
[junit4:junit4]   2> 12720 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[15 (-1430326876606300160)]} 0 17
[junit4:junit4]   2> 12720 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10021 (1430326876607348736)]} 0 16
[junit4:junit4]   2> 12722 T556 C33 P53728 /update {wt=javabin&version=2} {add=[20 (1430326876626223104)]} 0 1
[junit4:junit4]   2> 12728 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1430326876628320256)]} 0 1
[junit4:junit4]   2> 12728 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10021 (1430326876628320256)]} 0 5
[junit4:junit4]   2> 12728 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1430326876629368832)]} 0 0
[junit4:junit4]   2> 12730 T577 C34 P53740 /update {wt=javabin&version=2} {add=[20 (1430326876629368832)]} 0 5
[junit4:junit4]   2> 12737 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[10019 (-1430326876641951744)]} 0 0
[junit4:junit4]   2> 12739 T555 C33 P53728 /update {wt=javabin&version=2} {add=[21 (1430326876641951745)]} 0 2
[junit4:junit4]   2> 12743 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1430326876646146048)]} 0 0
[junit4:junit4]   2> 12747 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[10019 (-1430326876646146048)]} 0 6
[junit4:junit4]   2> 12750 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1430326876650340352)]} 0 2
[junit4:junit4]   2> 12751 T579 C34 P53740 /update {wt=javabin&version=2} {add=[21 (1430326876650340352)]} 0 7
[junit4:junit4]   2> 12753 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10022 (1430326876657680384)]} 0 1
[junit4:junit4]   2> 12760 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1430326876660826112)]} 0 1
[junit4:junit4]   2> 12761 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10022 (1430326876660826112)]} 0 6
[junit4:junit4]   2> 12764 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[19 (-1430326876670263296)]} 0 0
[junit4:junit4]   2> 12770 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1430326876673409024)]} 0 0
[junit4:junit4]   2> 12771 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[19 (-1430326876673409024)]} 0 4
[junit4:junit4]   2> 12774 T560 C33 P53728 /update {wt=javabin&version=2} {add=[22 (1430326876679700480)]} 0 1
[junit4:junit4]   2> 12780 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1430326876682846208)]} 0 1
[junit4:junit4]   2> 12781 T577 C34 P53740 /update {wt=javabin&version=2} {add=[22 (1430326876682846208)]} 0 5
[junit4:junit4]   2> 12824 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[10020 (-1430326876733177856)]} 0 1
[junit4:junit4]   2> 12830 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1430326876736323584)]} 0 1
[junit4:junit4]   2> 12830 T576 C34 P53740 /update {wt=javabin&version=2} {delete=[10020 (-1430326876736323584)]} 0 3
[junit4:junit4]   2> 12834 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10023 (1430326876742615040)]} 0 1
[junit4:junit4]   2> 12840 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1430326876745760768)]} 0 1
[junit4:junit4]   2> 12841 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10023 (1430326876745760768)]} 0 5
[junit4:junit4]   2> 12843 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[20 (-1430326876753100800)]} 0 0
[junit4:junit4]   2> 12849 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1430326876757295104)]} 0 0
[junit4:junit4]   2> 12850 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[20 (-1430326876757295104)]} 0 3
[junit4:junit4]   2> 12854 T558 C33 P53728 /update {wt=javabin&version=2} {add=[23 (1430326876763586560)]} 0 1
[junit4:junit4]   2> 12862 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1430326876767780864)]} 0 1
[junit4:junit4]   2> 12862 T578 C34 P53740 /update {wt=javabin&version=2} {add=[23 (1430326876767780864)]} 0 5
[junit4:junit4]   2> 12915 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10024 (1430326876828598272)]} 0 1
[junit4:junit4]   2> 12922 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1430326876831744000)]} 0 0
[junit4:junit4]   2> 12923 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10024 (1430326876831744000)]} 0 5
[junit4:junit4]   2> 12931 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10025 (1430326876844326912)]} 0 1
[junit4:junit4]   2> 12937 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1430326876848521216)]} 0 1
[junit4:junit4]   2> 12937 T557 C33 P53728 /update {wt=javabin&version=2} {add=[24 (1430326876850618368)]} 0 1
[junit4:junit4]   2> 12939 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10025 (1430326876848521216)]} 0 5
[junit4:junit4]   2> 12945 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1430326876855861248)]} 0 1
[junit4:junit4]   2> 12947 T577 C34 P53740 /update {wt=javabin&version=2} {add=[24 (1430326876855861248)]} 0 7
[junit4:junit4]   2> 12955 T559 C33 P53728 /update {wt=javabin&version=2} {add=[25 (1430326876869492736)]} 0 1
[junit4:junit4]   2> 12962 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1430326876873687040)]} 0 0
[junit4:junit4]   2> 12963 T575 C34 P53740 /update {wt=javabin&version=2} {add=[25 (1430326876873687040)]} 0 5
[junit4:junit4]   2> 13027 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[10023 (-1430326876946038784)]} 0 1
[junit4:junit4]   2> 13032 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10023 (-1430326876948135936)]} 0 0
[junit4:junit4]   2> 13034 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[10023 (-1430326876948135936)]} 0 5
[junit4:junit4]   2> 13036 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10026 (1430326876955475968)]} 0 0
[junit4:junit4]   2> 13044 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1430326876958621696)]} 0 1
[junit4:junit4]   2> 13045 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10026 (1430326876958621696)]} 0 6
[junit4:junit4]   2> 13049 T560 C33 P53728 /update {wt=javabin&version=2} {delete=[23 (-1430326876968058880)]} 0 0
[junit4:junit4]   2> 13053 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[23 (-1430326876970156032)]} 0 0
[junit4:junit4]   2> 13054 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[23 (-1430326876970156032)]} 0 4
[junit4:junit4]   2> 13057 T556 C33 P53728 /update {wt=javabin&version=2} {add=[26 (1430326876976447488)]} 0 1
[junit4:junit4]   2> 13063 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1430326876980641792)]} 0 0
[junit4:junit4]   2> 13064 T576 C34 P53740 /update {wt=javabin&version=2} {add=[26 (1430326876980641792)]} 0 4
[junit4:junit4]   2> 13073 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[10024 (-1430326876994273280)]} 0 1
[junit4:junit4]   2> 13079 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1430326876997419008)]} 0 1
[junit4:junit4]   2> 13079 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[10024 (-1430326876997419008)]} 0 3
[junit4:junit4]   2> 13083 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10027 (1430326877003710464)]} 0 1
[junit4:junit4]   2> 13090 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1430326877008953344)]} 0 0
[junit4:junit4]   2> 13091 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10027 (1430326877008953344)]} 0 5
[junit4:junit4]   2> 13092 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[24 (-1430326877014196224)]} 0 0
[junit4:junit4]   2> 13097 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1430326877017341952)]} 0 0
[junit4:junit4]   2> 13098 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[24 (-1430326877017341952)]} 0 3
[junit4:junit4]   2> 13102 T558 C33 P53728 /update {wt=javabin&version=2} {add=[27 (1430326877023633408)]} 0 1
[junit4:junit4]   2> 13108 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1430326877026779136)]} 0 1
[junit4:junit4]   2> 13108 T578 C34 P53740 /update {wt=javabin&version=2} {add=[27 (1430326877026779136)]} 0 4
[junit4:junit4]   2> 13151 T560 C33 P53728 /update {wt=javabin&version=2} {delete=[10026 (-1430326877076062208)]} 0 0
[junit4:junit4]   2> 13157 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1430326877080256512)]} 0 0
[junit4:junit4]   2> 13157 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[10026 (-1430326877080256512)]} 0 3
[junit4:junit4]   2> 13161 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10028 (1430326877086547968)]} 0 1
[junit4:junit4]   2> 13167 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[26 (-1430326877092839424)]} 0 0
[junit4:junit4]   2> 13168 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1430326877088645120)]} 0 1
[junit4:junit4]   2> 13169 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10028 (1430326877088645120)]} 0 6
[junit4:junit4]   2> 13172 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1430326877095985152)]} 0 0
[junit4:junit4]   2> 13173 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[26 (-1430326877095985152)]} 0 3
[junit4:junit4]   2> 13177 T559 C33 P53728 /update {wt=javabin&version=2} {add=[28 (1430326877102276608)]} 0 1
[junit4:junit4]   2> 13183 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1430326877105422336)]} 0 0
[junit4:junit4]   2> 13184 T579 C34 P53740 /update {wt=javabin&version=2} {add=[28 (1430326877105422336)]} 0 5
[junit4:junit4]   2> 13250 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10029 (1430326877178822656)]} 0 2
[junit4:junit4]   2> 13257 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1430326877183016960)]} 0 1
[junit4:junit4]   2> 13258 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10029 (1430326877183016960)]} 0 6
[junit4:junit4]   2> 13264 T560 C33 P53728 /update {wt=javabin&version=2} {add=[29 (1430326877193502720)]} 0 1
[junit4:junit4]   2> 13273 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1430326877199794176)]} 0 1
[junit4:junit4]   2> 13276 T576 C34 P53740 /update {wt=javabin&version=2} {add=[29 (1430326877199794176)]} 0 7
[junit4:junit4]   2> 13276 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[10027 (-1430326877207134208)]} 0 0
[junit4:junit4]   2> 13283 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10027 (-1430326877210279936)]} 0 1
[junit4:junit4]   2> 13284 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[10027 (-1430326877210279936)]} 0 5
[junit4:junit4]   2> 13288 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10030 (1430326877218668544)]} 0 2
[junit4:junit4]   2> 13291 T559 C33 P53728 /update {wt=javabin&version=2} {delete=[27 (-1430326877222862848)]} 0 0
[junit4:junit4]   2> 13297 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1430326877222862848)]} 0 3
[junit4:junit4]   2> 13297 T542 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 53749
[junit4:junit4]   2> 13297 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10030 (1430326877222862848)]} 0 6
[junit4:junit4]   2> 13297 T542 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29744813
[junit4:junit4]   2> 13300 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[27 (-1430326877226008576)]} 0 1
[junit4:junit4]   2> 13301 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[27 (-1430326877226008576)]} 0 7
[junit4:junit4]   2> 13305 T558 C33 P53728 /update {wt=javabin&version=2} {add=[30 (1430326877236494336)]} 0 1
[junit4:junit4]   2> 13314 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1430326877241737216)]} 0 2
[junit4:junit4]   2> 13316 T579 C34 P53740 /update {wt=javabin&version=2} {add=[30 (1430326877241737216)]} 0 7
[junit4:junit4]   2> 13318 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[10028 (-1430326877251174400)]} 0 1
[junit4:junit4]   2> 13324 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1430326877255368704)]} 0 0
[junit4:junit4]   2> 13324 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[10028 (-1430326877255368704)]} 0 3
[junit4:junit4]   2> 13328 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10031 (1430326877260611584)]} 0 1
[junit4:junit4]   2> 13334 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1430326877264805888)]} 0 1
[junit4:junit4]   2> 13335 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[28 (-1430326877269000192)]} 0 0
[junit4:junit4]   2> 13336 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10031 (1430326877264805888)]} 0 5
[junit4:junit4]   2> 13340 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1430326877272145920)]} 0 0
[junit4:junit4]   2> 13342 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[28 (-1430326877272145920)]} 0 4
[junit4:junit4]   2> 13345 T559 C33 P53728 /update {wt=javabin&version=2} {add=[31 (1430326877278437377)]} 0 1
[junit4:junit4]   2> 13347 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10032 (1430326877278437376)]} 0 3
[junit4:junit4]   2> 13354 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1430326877284728832)]} 0 1
[junit4:junit4]   2> 13356 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1430326877282631680)]} 0 1
[junit4:junit4]   2> 13357 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10032 (1430326877284728832)]} 0 7
[junit4:junit4]   2> 13358 T575 C34 P53740 /update {wt=javabin&version=2} {add=[31 (1430326877282631680)]} 0 10
[junit4:junit4]   2> 13371 T558 C33 P53728 /update {wt=javabin&version=2} {add=[32 (1430326877304651776)]} 0 3
[junit4:junit4]   2> 13380 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1430326877311991808)]} 0 1
[junit4:junit4]   2> 13382 T579 C34 P53740 /update {wt=javabin&version=2} {add=[32 (1430326877311991808)]} 0 7
[junit4:junit4]   2> 13399 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10033 (1430326877336109056)]} 0 1
[junit4:junit4]   2> 13409 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1430326877340303360)]} 0 3
[junit4:junit4]   2> 13410 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10033 (1430326877340303360)]} 0 7
[junit4:junit4]   2> 13425 T560 C33 P53728 /update {wt=javabin&version=2} {add=[33 (1430326877362323456)]} 0 1
[junit4:junit4]   2> 13434 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[10029 (-1430326877372809216)]} 0 0
[junit4:junit4]   2> 13435 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1430326877366517760)]} 0 1
[junit4:junit4]   2> 13436 T576 C34 P53740 /update {wt=javabin&version=2} {add=[33 (1430326877366517760)]} 0 8
[junit4:junit4]   2> 13439 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10029 (-1430326877375954944)]} 0 0
[junit4:junit4]   2> 13440 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[10029 (-1430326877375954944)]} 0 3
[junit4:junit4]   2> 13444 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10034 (1430326877382246400)]} 0 1
[junit4:junit4]   2> 13450 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1430326877385392128)]} 0 1
[junit4:junit4]   2> 13451 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10034 (1430326877385392128)]} 0 5
[junit4:junit4]   2> 13458 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[29 (-1430326877397975040)]} 0 0
[junit4:junit4]   2> 13465 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[29 (-1430326877401120768)]} 0 0
[junit4:junit4]   2> 13465 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[29 (-1430326877401120768)]} 0 4
[junit4:junit4]   2> 13469 T558 C33 P53728 /update {wt=javabin&version=2} {add=[34 (1430326877409509376)]} 0 1
[junit4:junit4]   2> 13476 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1430326877411606528)]} 0 1
[junit4:junit4]   2> 13476 T579 C34 P53740 /update {wt=javabin&version=2} {add=[34 (1430326877411606528)]} 0 5
[junit4:junit4]   2> 13517 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[10032 (-1430326877459841024)]} 0 0
[junit4:junit4]   2> 13522 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10032 (-1430326877461938176)]} 0 0
[junit4:junit4]   2> 13524 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[10032 (-1430326877461938176)]} 0 5
[junit4:junit4]   2> 13526 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10035 (1430326877468229632)]} 0 1
[junit4:junit4]   2> 13534 T594 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1430326877473472512)]} 0 1
[junit4:junit4]   2> 13534 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10035 (1430326877473472512)]} 0 4
[junit4:junit4]   2> 13541 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[32 (-1430326877485006848)]} 0 0
[junit4:junit4]   2> 13546 T595 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[32 (-1430326877488152576)]} 0 0
[junit4:junit4]   2> 13548 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[32 (-1430326877488152576)]} 0 4
[junit4:junit4]   2> 13551 T559 C33 P53728 /update {wt=javabin&version=2} {add=[35 (1430326877494444032)]} 0 1
[junit4:junit4]   2> 13556 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1430326877496541184)]} 0 0
[junit4:junit4]   2> 13558 T577 C34 P53740 /update {wt=javabin&version=2} {add=[35 (1430326877496541184)]} 0 6
[junit4:junit4]   2> 13599 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[10034 (-1430326877545824256)]} 0 1
[junit4:junit4]   2> 13604 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10034 (-1430326877547921408)]} 0 0
[junit4:junit4]   2> 13605 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[10034 (-1430326877547921408)]} 0 4
[junit4:junit4]   2> 13609 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10036 (1430326877555261440)]} 0 1
[junit4:junit4]   2> 13616 T593 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1430326877559455744)]} 0 2
[junit4:junit4]   2> 13616 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13617 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10036 (1430326877559455744)]} 0 5
[junit4:junit4]   2> 13617 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53749_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53749"}
[junit4:junit4]   2> 13620 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[34 (-1430326877567844352)]} 0 0
[junit4:junit4]   2> 13625 T564 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> 13625 T571 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> 13625 T584 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> 13625 T600 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> 13628 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[34 (-1430326877573087232)]} 0 1
[junit4:junit4]   2> 13629 T576 C34 P53740 /update {wt=javabin&version=2} {delete=[34 (-1430326877573087232)]} 0 5
[junit4:junit4]   2> 13632 T560 C33 P53728 /update {wt=javabin&version=2} {add=[36 (1430326877580427264)]} 0 0
[junit4:junit4]   2> 13637 T580 C34 P53740 /update {wt=javabin&version=2} {add=[36 (1430326877584621568)]} 0 1
[junit4:junit4]   2> 13679 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[10036 (-1430326877629710336)]} 0 0
[junit4:junit4]   2> 13681 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[10036 (-1430326877631807488)]} 0 0
[junit4:junit4]   2> 13686 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10037 (1430326877636001792)]} 0 1
[junit4:junit4]   2> 13689 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10037 (1430326877639147520)]} 0 1
[junit4:junit4]   2> 13698 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[36 (-1430326877649633280)]} 0 0
[junit4:junit4]   2> 13700 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[36 (-1430326877651730432)]} 0 0
[junit4:junit4]   2> 13705 T555 C33 P53728 /update {wt=javabin&version=2} {add=[37 (1430326877654876160)]} 0 2
[junit4:junit4]   2> 13706 T578 C34 P53740 /update {wt=javabin&version=2} {add=[37 (1430326877658021888)]} 0 0
[junit4:junit4]   2> 13712 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10038 (1430326877663264768)]} 0 1
[junit4:junit4]   2> 13714 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10038 (1430326877666410496)]} 0 0
[junit4:junit4]   2> 13730 T559 C33 P53728 /update {wt=javabin&version=2} {add=[38 (1430326877682139136)]} 0 1
[junit4:junit4]   2> 13733 T580 C34 P53740 /update {wt=javabin&version=2} {add=[38 (1430326877686333440)]} 0 0
[junit4:junit4]   2> 13791 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10039 (1430326877746102272)]} 0 2
[junit4:junit4]   2> 13794 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10039 (1430326877749248000)]} 0 1
[junit4:junit4]   2> 13809 T557 C33 P53728 /update {wt=javabin&version=2} {add=[39 (1430326877766025216)]} 0 1
[junit4:junit4]   2> 13813 T575 C34 P53740 /update {wt=javabin&version=2} {add=[39 (1430326877770219520)]} 0 0
[junit4:junit4]   2> 13871 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[10037 (-1430326877831036928)]} 0 0
[junit4:junit4]   2> 13874 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[10037 (-1430326877834182656)]} 0 0
[junit4:junit4]   2> 13878 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10040 (1430326877837328384)]} 0 1
[junit4:junit4]   2> 13881 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10040 (1430326877840474112)]} 0 1
[junit4:junit4]   2> 13889 T560 C33 P53728 /update {wt=javabin&version=2} {delete=[37 (-1430326877849911296)]} 0 0
[junit4:junit4]   2> 13889 T559 C33 P53728 /update {wt=javabin&version=2} {delete=[10038 (-1430326877849911297)]} 0 0
[junit4:junit4]   2> 13892 T576 C34 P53740 /update {wt=javabin&version=2} {delete=[10038 (-1430326877853057024)]} 0 0
[junit4:junit4]   2> 13892 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[37 (-1430326877853057025)]} 0 0
[junit4:junit4]   2> 13895 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10041 (1430326877855154176)]} 0 1
[junit4:junit4]   2> 13895 T557 C33 P53728 /update {wt=javabin&version=2} {add=[40 (1430326877855154177)]} 0 1
[junit4:junit4]   2> 13898 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10041 (1430326877858299904)]} 0 1
[junit4:junit4]   2> 13899 T575 C34 P53740 /update {wt=javabin&version=2} {add=[40 (1430326877859348480)]} 0 1
[junit4:junit4]   2> 13906 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[38 (-1430326877867737088)]} 0 0
[junit4:junit4]   2> 13908 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[38 (-1430326877869834240)]} 0 0
[junit4:junit4]   2> 13912 T555 C33 P53728 /update {wt=javabin&version=2} {add=[41 (1430326877874028544)]} 0 0
[junit4:junit4]   2> 13915 T578 C34 P53740 /update {wt=javabin&version=2} {add=[41 (1430326877877174272)]} 0 1
[junit4:junit4]   2> 13941 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10042 (1430326877904437248)]} 0 1
[junit4:junit4]   2> 13945 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10042 (1430326877907582976)]} 0 1
[junit4:junit4]   2> 13960 T559 C33 P53728 /update {wt=javabin&version=2} {add=[42 (1430326877924360192)]} 0 1
[junit4:junit4]   2> 13965 T580 C34 P53740 /update {wt=javabin&version=2} {add=[42 (1430326877929603072)]} 0 2
[junit4:junit4]   2> 13992 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[10039 (-1430326877957914624)]} 0 1
[junit4:junit4]   2> 13994 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[10039 (-1430326877960011776)]} 0 0
[junit4:junit4]   2> 13998 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10043 (1430326877963157504)]} 0 1
[junit4:junit4]   2> 14001 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10043 (1430326877967351808)]} 0 0
[junit4:junit4]   2> 14013 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[39 (-1430326877978886144)]} 0 1
[junit4:junit4]   2> 14015 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[39 (-1430326877982031872)]} 0 0
[junit4:junit4]   2> 14019 T555 C33 P53728 /update {wt=javabin&version=2} {add=[43 (1430326877985177600)]} 0 1
[junit4:junit4]   2> 14024 T576 C34 P53740 /update {wt=javabin&version=2} {add=[43 (1430326877990420480)]} 0 2
[junit4:junit4]   2> 14025 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10044 (1430326877991469056)]} 0 1
[junit4:junit4]   2> 14028 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10044 (1430326877995663360)]} 0 1
[junit4:junit4]   2> 14048 T559 C33 P53728 /update {wt=javabin&version=2} {add=[44 (1430326878016634880)]} 0 1
[junit4:junit4]   2> 14054 T580 C34 P53740 /update {wt=javabin&version=2} {add=[44 (1430326878021877760)]} 0 2
[junit4:junit4]   2> 14060 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10045 (1430326878028169216)]} 0 2
[junit4:junit4]   2> 14064 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10045 (1430326878032363520)]} 0 2
[junit4:junit4]   2> 14083 T557 C33 P53728 /update {wt=javabin&version=2} {add=[45 (1430326878053335040)]} 0 0
[junit4:junit4]   2> 14090 T579 C34 P53740 /update {wt=javabin&version=2} {add=[45 (1430326878059626496)]} 0 2
[junit4:junit4]   2> 14114 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[10040 (-1430326878085840896)]} 0 0
[junit4:junit4]   2> 14117 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[10040 (-1430326878088986624)]} 0 0
[junit4:junit4]   2> 14121 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10046 (1430326878093180928)]} 0 0
[junit4:junit4]   2> 14126 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10046 (1430326878097375232)]} 0 2
[junit4:junit4]   2> 14140 T559 C33 P53728 /update {wt=javabin&version=2} {delete=[40 (-1430326878113103872)]} 0 0
[junit4:junit4]   2> 14144 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[40 (-1430326878117298176)]} 0 1
[junit4:junit4]   2> 14148 T556 C33 P53728 /update {wt=javabin&version=2} {add=[46 (1430326878121492480)]} 0 0
[junit4:junit4]   2> 14153 T580 C34 P53740 /update {wt=javabin&version=2} {add=[46 (1430326878125686784)]} 0 2
[junit4:junit4]   2> 14181 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10047 (1430326878156095488)]} 0 0
[junit4:junit4]   2>  C32_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53749_, base_url=http://127.0.0.1:53749}
[junit4:junit4]   2> 14183 T603 C32 P53749 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53740/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14183 T603 C32 P53749 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:53749 START replicas=[http://127.0.0.1:53740/collection1/] nUpdates=100
[junit4:junit4]   2> 14184 T603 C32 P53749 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14184 T603 C32 P53749 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14185 T603 C32 P53749 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14185 T603 C32 P53749 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14186 T603 C32 P53749 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\jetty2\tlog\tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14186 T603 C32 P53749 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53740/collection1/. core=collection1
[junit4:junit4]   2> 14186 T603 C32 P53749 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14187 T575 C34 P53740 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14189 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10047 (1430326878163435520)]} 0 1
[junit4:junit4]   2> 14194 T578 C34 P53740 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14224 T557 C33 P53728 /update {wt=javabin&version=2} {add=[47 (1430326878199087104)]} 0 2
[junit4:junit4]   2> 14243 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10048 (1430326878220058624)]} 0 1
[junit4:junit4]   2> 14245 T576 C34 P53740 /update {wt=javabin&version=2} {add=[47 (1430326878205378560)]} 0 17
[junit4:junit4]   2> 14248 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10048 (1430326878226350080)]} 0 1
[junit4:junit4]   2> 14250 T578 C34 P53740 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453143tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1786b94)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453143tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1786b94)),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   2> 14251 T578 C34 P53740 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip]
[junit4:junit4]   2> 14276 T578 C34 P53740 oass.SolrIndexSearcher.<init> Opening Searcher@f264b3 realtime
[junit4:junit4]   2> 14277 T578 C34 P53740 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14277 T578 C34 P53740 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 83
[junit4:junit4]   2> 14278 T603 C32 P53749 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14279 T603 C32 P53749 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14282 T575 C34 P53740 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14282 T575 C34 P53740 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14283 T603 C32 P53749 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14283 T603 C32 P53749 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14283 T603 C32 P53749 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14288 T579 C34 P53740 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 14289 T603 C32 P53749 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 12
[junit4:junit4]   2> 14289 T603 C32 P53749 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\index.20130323191327871
[junit4:junit4]   2> 14295 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10049 (1430326878270390272)]} 0 5
[junit4:junit4]   2> 14295 T603 C32 P53749 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad)) fullCopy=true
[junit4:junit4]   2> 14299 T577 C34 P53740 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14301 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10049 (1430326878278778880)]} 0 3
[junit4:junit4]   2> 14302 T559 C33 P53728 /update {wt=javabin&version=2} {add=[48 (1430326878281924608)]} 0 1
[junit4:junit4]   2> 14307 T578 C34 P53740 /update {wt=javabin&version=2} {add=[48 (1430326878286118912)]} 0 3
[junit4:junit4]   2> 14307 T580 C34 P53740 REQ /replication {file=_0_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14312 T575 C34 P53740 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14315 T579 C34 P53740 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14321 T576 C34 P53740 REQ /replication {file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14326 T577 C34 P53740 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14331 T578 C34 P53740 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14336 T580 C34 P53740 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14342 T575 C34 P53740 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14347 T579 C34 P53740 REQ /replication {file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14350 T556 C33 P53728 /update {wt=javabin&version=2} {add=[49 (1430326878331207680)]} 0 2
[junit4:junit4]   2> 14351 T576 C34 P53740 REQ /replication {file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14367 T577 C34 P53740 /update {wt=javabin&version=2} {add=[49 (1430326878350082048)]} 0 1
[junit4:junit4]   2> 14369 T580 C34 P53740 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14370 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[10042 (-1430326878354276352)]} 0 0
[junit4:junit4]   2> 14370 T603 C32 P53749 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14370 T603 C32 P53749 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130323191327871
[junit4:junit4]   2> 14373 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[10042 (-1430326878357422080)]} 0 0
[junit4:junit4]   2> 14379 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10050 (1430326878362664960)]} 0 2
[junit4:junit4]   2> 14381 T603 C32 P53749 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14381 T603 C32 P53749 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14381 T603 C32 P53749 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14384 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10050 (1430326878367907840)]} 0 1
[junit4:junit4]   2> 14391 T603 C32 P53749 oasc.SolrCore.getNewIndexDir New index directory detected: old=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\index/ new=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\index.20130323191327871
[junit4:junit4]   2> 14396 T603 C32 P53749 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad)),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, segments_2, _0.fdx, _0.nvm, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
[junit4:junit4]   2> 14397 T603 C32 P53749 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, segments_2, _0.fdx, _0.nvm, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
[junit4:junit4]   2> 14397 T603 C32 P53749 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14399 T603 C32 P53749 oass.SolrIndexSearcher.<init> Opening Searcher@1f8647f main
[junit4:junit4]   2> 14400 T602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f8647f main{StandardDirectoryReader(segments_2:3:nrt _0(4.3):C93/40)}
[junit4:junit4]   2> 14401 T603 C32 P53749 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453144tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@581afb))
[junit4:junit4]   2> 14405 T603 C32 P53749 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.cloud.RecoveryZkTest-1364065993587/jetty2\index
[junit4:junit4]   2> 14405 T603 C32 P53749 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\index5313453144tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@581afb))
[junit4:junit4]   2> 14413 T603 C32 P53749 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14413 T611 C32 P53749 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1364065993587\jetty2\tlog\tlog.0000000000000000000 refcount=2} active=true starting pos=5278
[junit4:junit4]   2> 14420 T611 C32 P53749 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14422 T611 C32 P53749 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad)),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, segments_2, _0.fdx, _0.nvm, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad)),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, _0.fdx, _0.nvm, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 14423 T611 C32 P53749 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, _0.fdx, _0.nvm, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 14424 T611 C32 P53749 oass.SolrIndexSearcher.<init> Opening Searcher@c7e0f2 main
[junit4:junit4]   2> 14425 T611 C32 P53749 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14426 T602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c7e0f2 main{StandardDirectoryReader(segments_2:3:nrt _0(4.3):C93/40)}
[junit4:junit4]   2> 14427 T611 C32 P53749 [collection1] {} 0 14
[junit4:junit4]   2> 14427 T611 C32 P53749 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5278}
[junit4:junit4]   2> 14428 T603 C32 P53749 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14428 T603 C32 P53749 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14428 T603 C32 P53749 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14432 T603 C32 P53749 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14437 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[42 (-1430326878424530944)]} 0 1
[junit4:junit4]   2> 14441 T576 C34 P53740 /update {wt=javabin&version=2} {delete=[42 (-1430326878428725248)]} 0 1
[junit4:junit4]   2> 14443 T560 C33 P53728 /update {wt=javabin&version=2} {delete=[10043 (-1430326878430822400)]} 0 1
[junit4:junit4]   2> 14446 T559 C33 P53728 /update {wt=javabin&version=2} {add=[50 (1430326878432919552)]} 0 1
[junit4:junit4]   2> 14447 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[10043 (-1430326878435016704)]} 0 1
[junit4:junit4]   2> 14451 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10051 (1430326878439211008)]} 0 1
[junit4:junit4]   2> 14451 T577 C34 P53740 /update {wt=javabin&version=2} {add=[50 (1430326878439211008)]} 0 1
[junit4:junit4]   2> 14458 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10051 (1430326878445502464)]} 0 2
[junit4:junit4]   2> 14482 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10052 (1430326878469619712)]} 0 2
[junit4:junit4]   2> 14486 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10052 (1430326878474862592)]} 0 2
[junit4:junit4]   2> 14510 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[43 (-1430326878501076992)]} 0 0
[junit4:junit4]   2> 14513 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[43 (-1430326878504222720)]} 0 0
[junit4:junit4]   2> 14517 T560 C33 P53728 /update {wt=javabin&version=2} {add=[51 (1430326878508417024)]} 0 0
[junit4:junit4]   2> 14522 T576 C34 P53740 /update {wt=javabin&version=2} {add=[51 (1430326878512611328)]} 0 1
[junit4:junit4]   2> 14545 T559 C33 P53728 /update {wt=javabin&version=2} {add=[52 (1430326878536728576)]} 0 1
[junit4:junit4]   2> 14549 T578 C34 P53740 /update {wt=javabin&version=2} {add=[52 (1430326878541971456)]} 0 1
[junit4:junit4]   2> 14584 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[10049 (-1430326878578671616)]} 0 1
[junit4:junit4]   2> 14587 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[10049 (-1430326878581817344)]} 0 0
[junit4:junit4]   2> 14593 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10053 (1430326878588108800)]} 0 1
[junit4:junit4]   2> 14598 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10053 (1430326878593351680)]} 0 1
[junit4:junit4]   2> 14648 T555 C33 P53728 /update {wt=javabin&version=2} {delete=[49 (-1430326878645780480)]} 0 1
[junit4:junit4]   2> 14652 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[10051 (-1430326878648926208)]} 0 0
[junit4:junit4]   2> 14652 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[49 (-1430326878649974784)]} 0 1
[junit4:junit4]   2> 14654 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[10051 (-1430326878652071936)]} 0 0
[junit4:junit4]   2> 14658 T560 C33 P53728 /update {wt=javabin&version=2} {add=[53 (1430326878655217664)]} 0 1
[junit4:junit4]   2> 14660 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10054 (1430326878657314816)]} 0 1
[junit4:junit4]   2> 14662 T576 C34 P53740 /update {wt=javabin&version=2} {add=[53 (1430326878659411968)]} 0 1
[junit4:junit4]   2> 14668 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10054 (1430326878665703424)]} 0 5
[junit4:junit4]   2> 14700 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10055 (1430326878699257856)]} 0 1
[junit4:junit4]   2> 14705 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10055 (1430326878704500736)]} 0 2
[junit4:junit4]   2> 14713 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[51 (-1430326878713937920)]} 0 0
[junit4:junit4]   2> 14717 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[51 (-1430326878718132224)]} 0 0
[junit4:junit4]   2> 14720 T555 C33 P53728 /update {wt=javabin&version=2} {add=[54 (1430326878721277952)]} 0 0
[junit4:junit4]   2> 14725 T575 C34 P53740 /update {wt=javabin&version=2} {add=[54 (1430326878725472256)]} 0 1
[junit4:junit4]   2> 14754 T557 C33 P53728 /update {wt=javabin&version=2} {add=[55 (1430326878755880960)]} 0 1
[junit4:junit4]   2> 14755 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10056 (1430326878756929536)]} 0 1
[junit4:junit4]   2> 14758 T579 C34 P53740 /update {wt=javabin&version=2} {add=[55 (1430326878760075264)]} 0 1
[junit4:junit4]   2> 14763 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10056 (1430326878765318144)]} 0 2
[junit4:junit4]   2> 14808 T559 C33 P53728 /update {wt=javabin&version=2} {add=[56 (1430326878813552640)]} 0 1
[junit4:junit4]   2> 14814 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[10052 (-1430326878819844096)]} 0 0
[junit4:junit4]   2> 14815 T578 C34 P53740 /update {wt=javabin&version=2} {add=[56 (1430326878820892672)]} 0 0
[junit4:junit4]   2> 14816 T580 C34 P53740 /update {wt=javabin&version=2} {delete=[10052 (-1430326878821941248)]} 0 0
[junit4:junit4]   2> 14821 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10057 (1430326878827184128)]} 0 0
[junit4:junit4]   2> 14827 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10057 (1430326878832427008)]} 0 1
[junit4:junit4]   2> 14836 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10058 (1430326878841864192)]} 0 1
[junit4:junit4]   2> 14839 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10058 (1430326878845009920)]} 0 1
[junit4:junit4]   2> 14863 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[52 (-1430326878870175744)]} 0 0
[junit4:junit4]   2> 14865 T576 C34 P53740 /update {wt=javabin&version=2} {delete=[52 (-1430326878873321472)]} 0 0
[junit4:junit4]   2> 14866 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10059 (1430326878873321472)]} 0 1
[junit4:junit4]   2> 14870 T559 C33 P53728 /update {wt=javabin&version=2} {add=[57 (1430326878876467200)]} 0 2
[junit4:junit4]   2> 14871 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10059 (1430326878879612928)]} 0 1
[junit4:junit4]   2> 14874 T578 C34 P53740 /update {wt=javabin&version=2} {add=[57 (1430326878882758656)]} 0 1
[junit4:junit4]   2> 14883 T556 C33 P53728 /update {wt=javabin&version=2} {add=[58 (1430326878892195840)]} 0 1
[junit4:junit4]   2> 14887 T580 C34 P53740 /update {wt=javabin&version=2} {add=[58 (1430326878895341568)]} 0 1
[junit4:junit4]   2> 14918 T558 C33 P53728 /update {wt=javabin&version=2} {add=[59 (1430326878927847424)]} 0 2
[junit4:junit4]   2> 14922 T575 C34 P53740 /update {wt=javabin&version=2} {add=[59 (1430326878932041728)]} 0 1
[junit4:junit4]   2> 14950 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[10053 (-1430326878962450432)]} 0 1
[junit4:junit4]   2> 14953 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[10053 (-1430326878965596160)]} 0 1
[junit4:junit4]   2> 14958 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10060 (1430326878969790464)]} 0 2
[junit4:junit4]   2> 14964 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10060 (1430326878975033344)]} 0 2
[junit4:junit4]   2> 14992 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10061 (1430326879005442048)]} 0 1
[junit4:junit4]   2> 14996 T577 C34 P53740 /update {wt=javabin&version=2} {add=[10061 (1430326879009636352)]} 0 1
[junit4:junit4]   2> 14999 T556 C33 P53728 /update {wt=javabin&version=2} {delete=[53 (-1430326879013830656)]} 0 0
[junit4:junit4]   2> 15002 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[53 (-1430326879016976384)]} 0 0
[junit4:junit4]   2> 15006 T555 C33 P53728 /update {wt=javabin&version=2} {add=[60 (1430326879020122112)]} 0 1
[junit4:junit4]   2> 15010 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[10060 (-1430326879025364992)]} 0 0
[junit4:junit4]   2> 15012 T580 C34 P53740 /update {wt=javabin&version=2} {add=[60 (1430326879026413568)]} 0 2
[junit4:junit4]   2> 15013 T575 C34 P53740 /update {wt=javabin&version=2} {delete=[10060 (-1430326879028510720)]} 0 0
[junit4:junit4]   2> 15017 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10062 (1430326879032705024)]} 0 1
[junit4:junit4]   2> 15021 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10062 (1430326879036899328)]} 0 1
[junit4:junit4]   2> 15035 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15037 T565 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53749_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53749"}
[junit4:junit4]   2> 15039 T560 C33 P53728 /update {wt=javabin&version=2} {add=[61 (1430326879054725120)]} 0 1
[junit4:junit4]   2> 15043 T576 C34 P53740 /update {wt=javabin&version=2} {add=[61 (1430326879058919424)]} 0 1
[junit4:junit4]   2> 15058 T559 C33 P53728 /update {wt=javabin&version=2} {delete=[60 (-1430326879075696640)]} 0 0
[junit4:junit4]   2> 15061 T571 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> 15062 T577 C34 P53740 /update {wt=javabin&version=2} {delete=[60 (-1430326879079890944)]} 0 0
[junit4:junit4]   2> 15064 T564 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> 15064 T600 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> 15066 T584 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> 15069 T556 C33 P53728 /update {wt=javabin&version=2} {add=[62 (1430326879086182400)]} 0 1
[junit4:junit4]   2> 15077 T578 C34 P53740 /update {wt=javabin&version=2} {add=[62 (1430326879094571008)]} 0 2
[junit4:junit4]   2> 15093 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10063 (1430326879111348224)]} 0 1
[junit4:junit4]   2>  C32_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53749_, base_url=http://127.0.0.1:53749}
[junit4:junit4]   2> 15104 T596 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1430326879117639680)]} 0 3
[junit4:junit4]   2> 15106 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10063 (1430326879117639680)]} 0 8
[junit4:junit4]   2> 15147 T558 C33 P53728 /update {wt=javabin&version=2} {add=[63 (1430326879169019904)]} 0 1
[junit4:junit4]   2> 15160 T591 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1430326879174262784)]} 0 2
[junit4:junit4]   2> 15164 T575 C34 P53740 /update {wt=javabin&version=2} {add=[63 (1430326879174262784)]} 0 12
[junit4:junit4]   2> 15170 T542 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15171 T542 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15180 T557 C33 P53728 /update {wt=javabin&version=2} {add=[10064 (1430326879202574336)]} 0 1
[junit4:junit4]   2> 15184 T542 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1840e24
[junit4:junit4]   2> 15189 T592 C32 P53749 /update {distrib.from=http://127.0.0.1:53740/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1430326879206768640)]} 0 2
[junit4:junit4]   2> 15190 T592 C32 P53749 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1840e24
[junit4:junit4]   2> 15192 T542 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=3,adds=3,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=48,cumulative_deletesById=28,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15192 T592 C32 P53749 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: fieldValueCache
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:972)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=fieldValueCache,id=org.apache.solr.search.FastLRUCache
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15196 T542 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15197 T542 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15196 T592 C32 P53749 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=3,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=48,cumulative_deletesById=28,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15201 T542 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15205 T542 C32 P53749 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad)),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, _0_1.del, _0.fdx, _0.nvm, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad)),segFN=segments_4,generation=4,filenames=[_1.nvm, _1_Lucene41_0.doc, _0.fnm, _0_Lucene41_0.pos, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1.fnm, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.nvd, _0.fdx, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, segments_4]
[junit4:junit4]   2> 15205 T542 C32 P53749 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1.nvm, _1_Lucene41_0.doc, _0.fnm, _0_Lucene41_0.pos, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1.fnm, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.nvd, _0.fdx, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, segments_4]
[junit4:junit4]   2> 15217 T592 C32 P53749 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15218 T542 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15219 T579 C34 P53740 /update {wt=javabin&version=2} {add=[10064 (1430326879206768640)]} 0 36
[junit4:junit4]   2> 15219 T547 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98ab437e0008
[junit4:junit4]   2> 15227 T544 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53757 which had sessionid 0x13d98ab437e0008
[junit4:junit4]   2> 15227 T564 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> 15227 T584 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> 15228 T571 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15228 T571 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> 15228 T542 oaz.ZooKeeper.close Session: 0x13d98ab437e0008 closed
[junit4:junit4]   2> 15229 T560 C33 P53728 /update {wt=javabin&version=2} {add=[64 (1430326879253954560)]} 0 1
[junit4:junit4]   2> 15237 T584 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15237 T564 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15246 T542 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 15254 T577 C34 P53740 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:53749/collection1/:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53749/collection1
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]   2> 		at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]   2> 		at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]   2> 		at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]   2> 		at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 		... 11 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15254 T577 C34 P53740 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:53749 to recover
[junit4:junit4]   2> 15255 T577 C34 P53740 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15282 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10065 (1430326879309529088)]} 0 2
[junit4:junit4]   2> 15285 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10065 (1430326879312674816)]} 0 1
[junit4:junit4]   2> 15326 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10066 (1430326879355666432)]} 0 1
[junit4:junit4]   2> 15329 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10066 (1430326879359860736)]} 0 0
[junit4:junit4]   2> 15428 T558 C33 P53728 /update {wt=javabin&version=2} {add=[10067 (1430326879462621184)]} 0 2
[junit4:junit4]   2> 15433 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10067 (1430326879467864064)]} 0 2
[junit4:junit4]   2> 15495 T542 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15500 T542 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53749
[junit4:junit4]   2> 15500 T557 C33 P53728 /update {wt=javabin&version=2} {delete=[10063 (-1430326879539167232)]} 0 1
[junit4:junit4]   2> 15501 T542 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15501 T542 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15502 T542 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836
[junit4:junit4]   2> 15503 T542 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\solr.xml
[junit4:junit4]   2> 15504 T542 oasc.CoreContainer.<init> New CoreContainer 5208956
[junit4:junit4]   2> 15505 T579 C34 P53740 /update {wt=javabin&version=2} {delete=[10063 (-1430326879544410112)]} 0 1
[junit4:junit4]   2> 15506 T542 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\'
[junit4:junit4]   2> 15507 T542 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1364066001836\'
[junit4:junit4]   2> 15509 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10068 (1430326879547555840)]} 0 1
[junit4:junit4]   2> 15513 T576 C34 P53740 /update {wt=javabin&version=2} {add=[10068 (1430326879551750144)]} 0 1
[junit4:junit4]   2> 15589 T542 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 15589 T542 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15589 T542 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15589 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15590 T542 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15591 T542 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15592 T542 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15592 T542 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15593 T559 C33 P53728 /update {wt=javabin&version=2} {delete=[10064 (-1430326879636684800)]} 0 1
[junit4:junit4]   2> 15593 T542 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15594 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15598 T578 C34 P53740 /update {wt=javabin&version=2} {delete=[10064 (-1430326879641927680)]} 0 0
[junit4:junit4]   2> 15613 T555 C33 P53728 /update {wt=javabin&version=2} {add=[10069 (1430326879656607744)]} 0 1
[junit4:junit4]   2> 15619 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10069 (1430326879663947776)]} 0 1
[junit4:junit4]   2> 15629 T542 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15660 T542 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53721/solr
[junit4:junit4]   2> 15661 T542 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15662 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@13c75ce
[junit4:junit4]   2> 15664 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15664 T621 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15667 T621 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 15667 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53773
[junit4:junit4]   2> 15668 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53773
[junit4:junit4]   2> 15670 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e0009 with negotiated timeout 20000 for client /127.0.0.1:53773
[junit4:junit4]   2> 15670 T621 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e0009, negotiated timeout = 20000
[junit4:junit4]   2> 15671 T622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13c75ce name:ZooKeeperConnection Watcher:127.0.0.1:53721 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15672 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15675 T547 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98ab437e0009
[junit4:junit4]   2> 15677 T542 oaz.ZooKeeper.close Session: 0x13d98ab437e0009 closed
[junit4:junit4]   2> 15677 T622 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15677 T544 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53773 which had sessionid 0x13d98ab437e0009
[junit4:junit4]   2> 15677 T542 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 15688 T542 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53721/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14038d1
[junit4:junit4]   2> 15690 T542 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15691 T623 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:53721. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15692 T623 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:53721, initiating session
[junit4:junit4]   2> 15692 T544 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53776
[junit4:junit4]   2> 15693 T544 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53776
[junit4:junit4]   2> 15695 T546 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98ab437e000a with negotiated timeout 20000 for client /127.0.0.1:53776
[junit4:junit4]   2> 15695 T623 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:53721, sessionid = 0x13d98ab437e000a, negotiated timeout = 20000
[junit4:junit4]   2> 15696 T624 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14038d1 name:ZooKeeperConnection Watcher:127.0.0.1:53721/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15697 T542 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15698 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15702 T547 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98ab437e000a type:create cxid:0x3 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15709 T542 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15712 T556 C33 P53728 /update {wt=javabin&version=2} {add=[10070 (1430326879759368192)]} 0 2
[junit4:junit4]   2> 15719 T575 C34 P53740 /update {wt=javabin&version=2} {add=[10070 (1430326879766708224)]} 0 2
[junit4:junit4]   2> 15782 T577 C34 P53740 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.common.SolrException: Server at http://127.0.0.1:53749 returned non ok status:503, message:Server is shutting down
[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.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:442)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1088)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1813)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:639)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 15783 T577 C34 P53740 /update {wt=javabin&version=2} {add=[64 (1430326879263391744)]} 0 547
[junit4:junit4]   2> 15784 T558 C33 P53728 /update {wt=javabin&version=2} {delete=[10065 (-1430326879836962816)]} 0 0
[junit4:junit4]   2> 15788 T576 C34 P53740 /update {wt=javabin&version=2} {delete=[10065 (-1430326879840108544)]} 0 1
[junit4:junit4]   2> 15791 T560 C33 P53728 /update {wt=javabin&version=2} {add=[10071 (1430326879844302848)]} 0 1
[junit4:junit4]   2> 15795 T578 C34 P53740 /update {wt=javabin&version=2} {add=[10071 (1430326879847448576)]} 0 1
[junit4:junit4]   2> 15801 T559 C33 P53728 /update {wt=javabin&version=2} {add=[10072 (1430326879852691456)]} 0 2
[junit4:junit4]   2> 15805 T580 C34 P53740 /update {wt=javabin&version=2} {add=[10072 (1430326879857934336

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

3 T542 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 37203 T542 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   2> 37206 T542 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=44), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=44)), sim=DefaultSimilarity, locale=sq, timezone=Universal
[junit4:junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_15 (32-bit)/cpus=2,threads=1,free=33154664,total=240320512
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DocumentAnalysisRequestHandlerTest, SpellCheckCollatorTest, TestSearchPerf, PeerSyncTest, TestIndexSearcher, SampleTest, TestXIncludeConfig, TestExtendedDismaxParser, TestJmxIntegration, TestCSVResponseWriter, UpdateParamsTest, TestStressVersions, SolrTestCaseJ4Test, PreAnalyzedFieldTest, TestFuzzyAnalyzedSuggestions, PathHierarchyTokenizerFactoryTest, TestCopyFieldCollectionResource, TermVectorComponentTest, TestCodecSupport, SpatialFilterTest, PingRequestHandlerTest, LoggingHandlerTest, MoreLikeThisHandlerTest, TestZkChroot, TestPHPSerializedResponseWriter, SoftAutoCommitTest, LegacyHTMLStripCharFilterTest, BinaryUpdateRequestHandlerTest, TestTrie, TestSolrDeletionPolicy1, TestBadConfig, TestMultiCoreConfBootstrap, CurrencyFieldOpenExchangeTest, TestSolr4Spatial, StandardRequestHandlerTest, TimeZoneUtilsTest, IndexBasedSpellCheckerTest, TestLazyCores, AliasIntegrationTest, TestGroupingSearch, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=59EFA1AC0F79F8B7 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Universal -Dtests.file.encoding=Cp1252
[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=601, name=coreLoadExecutor-403-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:525)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:746)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1130f0d lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bf458))
[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=603, 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:525)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:991)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:883)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:875)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:329)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@775869 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef9ad))
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed in 37.35s, 1 test, 2 errors <<< FAILURES!

[...truncated 717 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:381: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:361: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:183: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1212: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:876: There were test failures: 273 suites, 1149 tests, 2 suite-level errors, 18 ignored (12 assumptions)

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