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/12 23:46:24 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/2647/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseConcMarkSweepGC

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=4530, name=coreLoadExecutor-2740-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=4530, name=coreLoadExecutor-2740-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@10d9898 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2167b)
	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=4532, 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=4532, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20)
	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 9305 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T4471 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ek_tsw/q
[junit4:junit4]   2> 5 T4471 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-RecoveryZkTest-1363127745818
[junit4:junit4]   2> 7 T4471 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 9 T4472 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 12 T4472 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 12 T4472 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 12 T4472 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 13 T4472 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 15 T4472 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\zookeeper\server1\data\version-2\snapshot.0
[junit4:junit4]   2> 94 T4471 oasc.ZkTestServer.run start zk server on port:49494
[junit4:junit4]   2> 94 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1539b9e
[junit4:junit4]   2> 96 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 96 T4477 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 97 T4477 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 97 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49497
[junit4:junit4]   2> 97 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49497
[junit4:junit4]   2> 98 T4475 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 107 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240000 with negotiated timeout 10000 for client /127.0.0.1:49497
[junit4:junit4]   2> 107 T4477 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240000, negotiated timeout = 10000
[junit4:junit4]   2> 108 T4478 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1539b9e name:ZooKeeperConnection Watcher:127.0.0.1:49494 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 109 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 109 T4471 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 112 T4476 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d60bebd240000
[junit4:junit4]   2> 114 T4473 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d60bebd240000, 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> 114 T4478 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 114 T4471 oaz.ZooKeeper.close Session: 0x13d60bebd240000 closed
[junit4:junit4]   2> 117 T4473 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49497 which had sessionid 0x13d60bebd240000
[junit4:junit4]   2> 117 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5f22b2
[junit4:junit4]   2> 118 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 119 T4479 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 119 T4479 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 120 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49500
[junit4:junit4]   2> 120 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49500
[junit4:junit4]   2> 122 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240001 with negotiated timeout 10000 for client /127.0.0.1:49500
[junit4:junit4]   2> 122 T4479 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240001, negotiated timeout = 10000
[junit4:junit4]   2> 122 T4480 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f22b2 name:ZooKeeperConnection Watcher:127.0.0.1:49494/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 122 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 122 T4471 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 128 T4471 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 132 T4471 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 136 T4471 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 140 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 141 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 149 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 150 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 155 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 156 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 160 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 161 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 165 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 166 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 171 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 172 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 177 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 179 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 184 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 185 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 189 T4471 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 190 T4471 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 194 T4476 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d60bebd240001
[junit4:junit4]   2> 196 T4480 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 196 T4471 oaz.ZooKeeper.close Session: 0x13d60bebd240001 closed
[junit4:junit4]   2> 197 T4473 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d60bebd240001, 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> 197 T4473 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49500 which had sessionid 0x13d60bebd240001
[junit4:junit4]   2> 575 T4471 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 582 T4471 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49501
[junit4:junit4]   2> 583 T4471 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 584 T4471 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 584 T4471 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009
[junit4:junit4]   2> 584 T4471 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009\solr.xml
[junit4:junit4]   2> 585 T4471 oasc.CoreContainer.<init> New CoreContainer 25036833
[junit4:junit4]   2> 585 T4471 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009\'
[junit4:junit4]   2> 585 T4471 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009\'
[junit4:junit4]   2> 660 T4471 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 660 T4471 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 660 T4471 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 661 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 661 T4471 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 662 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 662 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 663 T4471 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 663 T4471 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 663 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 679 T4471 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 709 T4471 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49494/solr
[junit4:junit4]   2> 710 T4471 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 710 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e01b5f
[junit4:junit4]   2> 712 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 713 T4490 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 714 T4490 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 714 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49506
[junit4:junit4]   2> 714 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49506
[junit4:junit4]   2> 725 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240002 with negotiated timeout 20000 for client /127.0.0.1:49506
[junit4:junit4]   2> 725 T4490 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240002, negotiated timeout = 20000
[junit4:junit4]   2> 726 T4491 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e01b5f name:ZooKeeperConnection Watcher:127.0.0.1:49494 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 726 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 728 T4476 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d60bebd240002
[junit4:junit4]   2> 730 T4491 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 730 T4473 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d60bebd240002, 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> 729 T4471 oaz.ZooKeeper.close Session: 0x13d60bebd240002 closed
[junit4:junit4]   2> 730 T4473 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49506 which had sessionid 0x13d60bebd240002
[junit4:junit4]   2> 731 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 736 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1342412
[junit4:junit4]   2> 738 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 739 T4492 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 739 T4492 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 739 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49509
[junit4:junit4]   2> 739 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49509
[junit4:junit4]   2> 742 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240003 with negotiated timeout 20000 for client /127.0.0.1:49509
[junit4:junit4]   2> 742 T4492 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240003, negotiated timeout = 20000
[junit4:junit4]   2> 742 T4493 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1342412 name:ZooKeeperConnection Watcher:127.0.0.1:49494/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 743 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 757 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 759 T4471 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 763 T4471 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49501_ek_tsw%2Fq
[junit4:junit4]   2> 764 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49501_ek_tsw%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49501_ek_tsw%2Fq
[junit4:junit4]   2> 764 T4471 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49501_ek_tsw%2Fq
[junit4:junit4]   2> 770 T4471 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 780 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 783 T4471 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 787 T4471 oasc.Overseer.start Overseer (id=89333939950583811-127.0.0.1:49501_ek_tsw%2Fq-n_0000000000) starting
[junit4:junit4]   2> 788 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 790 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 792 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 795 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 796 T4495 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 797 T4471 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 802 T4471 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 807 T4471 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 810 T4494 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 824 T4496 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009\collection1
[junit4:junit4]   2> 825 T4496 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 825 T4496 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 825 T4496 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 830 T4496 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009\collection1\'
[junit4:junit4]   2> 832 T4496 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 833 T4496 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009/collection1/lib/README' to classloader
[junit4:junit4]   2> 897 T4496 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 982 T4496 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 983 T4496 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 989 T4496 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1768 T4496 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1777 T4496 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1781 T4496 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1797 T4496 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1801 T4496 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1806 T4496 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1807 T4496 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1808 T4496 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1808 T4496 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1809 T4496 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1810 T4496 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1810 T4496 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1810 T4496 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-controljetty-1363127746009\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/control/data\
[junit4:junit4]   2> 1810 T4496 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd6aef
[junit4:junit4]   2> 1811 T4496 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1811 T4496 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/control/data\ forceNew: false
[junit4:junit4]   2> 1811 T4496 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/control/data\index/
[junit4:junit4]   2> 1812 T4496 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\control\data\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1812 T4496 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/control/data\index forceNew: false
[junit4:junit4]   2> 1817 T4496 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@121428f lockFactory=org.apache.lucene.store.NativeFSLockFactory@c2f7f6)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1817 T4496 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1827 T4496 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1827 T4496 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1828 T4496 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1828 T4496 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1829 T4496 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1829 T4496 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1829 T4496 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1830 T4496 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1830 T4496 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1840 T4496 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1847 T4496 oass.SolrIndexSearcher.<init> Opening Searcher@2913aa main
[junit4:junit4]   2> 1847 T4496 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\control\data\tlog
[junit4:junit4]   2> 1848 T4496 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1849 T4496 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1857 T4497 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2913aa main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1857 T4496 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1857 T4496 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1858 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2096 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2097 T4494 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:49501_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49501/ek_tsw/q"}
[junit4:junit4]   2> 2098 T4494 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2098 T4494 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2099 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2159 T4493 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> 2722 T4496 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2722 T4496 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49501/ek_tsw/q collection:control_collection shard:shard1
[junit4:junit4]   2> 2723 T4496 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2739 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2742 T4496 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2743 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2748 T4496 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2749 T4496 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2749 T4496 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49501/ek_tsw/q/collection1/
[junit4:junit4]   2> 2749 T4496 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2749 T4496 oasc.SyncStrategy.syncToMe http://127.0.0.1:49501/ek_tsw/q/collection1/ has no replicas
[junit4:junit4]   2> 2749 T4496 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49501/ek_tsw/q/collection1/
[junit4:junit4]   2> 2750 T4496 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2757 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3446 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3460 T4493 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> 3499 T4496 oasc.ZkController.register We are http://127.0.0.1:49501/ek_tsw/q/collection1/ and leader is http://127.0.0.1:49501/ek_tsw/q/collection1/
[junit4:junit4]   2> 3499 T4496 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49501/ek_tsw/q
[junit4:junit4]   2> 3499 T4496 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3499 T4496 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3499 T4496 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3502 T4496 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3503 T4471 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 3504 T4471 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3504 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3514 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3514 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ce475a
[junit4:junit4]   2> 3517 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3517 T4499 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3517 T4499 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 3518 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49512
[junit4:junit4]   2> 3518 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49512
[junit4:junit4]   2> 3520 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240004 with negotiated timeout 10000 for client /127.0.0.1:49512
[junit4:junit4]   2> 3520 T4499 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240004, negotiated timeout = 10000
[junit4:junit4]   2> 3521 T4500 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ce475a name:ZooKeeperConnection Watcher:127.0.0.1:49494/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3521 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3522 T4471 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3525 T4471 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3895 T4471 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3905 T4471 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49513
[junit4:junit4]   2> 3906 T4471 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3906 T4471 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3906 T4471 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337
[junit4:junit4]   2> 3907 T4471 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337\solr.xml
[junit4:junit4]   2> 3907 T4471 oasc.CoreContainer.<init> New CoreContainer 22282424
[junit4:junit4]   2> 3908 T4471 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337\'
[junit4:junit4]   2> 3908 T4471 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337\'
[junit4:junit4]   2> 3952 T4471 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3953 T4471 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3953 T4471 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3953 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3954 T4471 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3954 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3954 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3954 T4471 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3954 T4471 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3954 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3966 T4471 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3988 T4471 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49494/solr
[junit4:junit4]   2> 3988 T4471 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3989 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e0ff01
[junit4:junit4]   2> 3991 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3991 T4510 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3992 T4510 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 3992 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49518
[junit4:junit4]   2> 3993 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49518
[junit4:junit4]   2> 4003 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240005 with negotiated timeout 20000 for client /127.0.0.1:49518
[junit4:junit4]   2> 4003 T4510 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240005, negotiated timeout = 20000
[junit4:junit4]   2> 4003 T4511 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e0ff01 name:ZooKeeperConnection Watcher:127.0.0.1:49494 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4003 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4004 T4476 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d60bebd240005
[junit4:junit4]   2> 4006 T4471 oaz.ZooKeeper.close Session: 0x13d60bebd240005 closed
[junit4:junit4]   2> 4006 T4473 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d60bebd240005, 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> 4006 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4006 T4473 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49518 which had sessionid 0x13d60bebd240005
[junit4:junit4]   2> 4006 T4511 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4010 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@11f2ead
[junit4:junit4]   2> 4012 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4013 T4512 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4014 T4512 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 4014 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49521
[junit4:junit4]   2> 4015 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49521
[junit4:junit4]   2> 4017 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240006 with negotiated timeout 20000 for client /127.0.0.1:49521
[junit4:junit4]   2> 4017 T4512 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240006, negotiated timeout = 20000
[junit4:junit4]   2> 4017 T4513 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11f2ead name:ZooKeeperConnection Watcher:127.0.0.1:49494/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4017 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4018 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4020 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4023 T4471 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4646 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4647 T4494 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:49501_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49501/ek_tsw/q"}
[junit4:junit4]   2> 4662 T4500 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> 4662 T4493 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> 4662 T4513 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> 4795 T4471 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49513_ek_tsw%2Fq
[junit4:junit4]   2> 4797 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240006 type:delete cxid:0xd zxid:0x50 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49513_ek_tsw%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49513_ek_tsw%2Fq
[junit4:junit4]   2> 4812 T4471 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49513_ek_tsw%2Fq
[junit4:junit4]   2> 4819 T4513 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> 4821 T4500 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4822 T4500 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> 4822 T4493 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4822 T4493 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> 4825 T4513 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4843 T4514 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337\collection1
[junit4:junit4]   2> 4843 T4514 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4844 T4514 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4845 T4514 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4850 T4514 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337\collection1\'
[junit4:junit4]   2> 4853 T4514 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4855 T4514 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337/collection1/lib/README' to classloader
[junit4:junit4]   2> 4910 T4514 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4982 T4514 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4983 T4514 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4987 T4514 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5676 T4514 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5684 T4514 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5687 T4514 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5700 T4514 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5711 T4514 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5715 T4514 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5716 T4514 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5717 T4514 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5717 T4514 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5717 T4514 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5718 T4514 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5718 T4514 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5718 T4514 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty1-1363127749337\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty1\
[junit4:junit4]   2> 5719 T4514 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd6aef
[junit4:junit4]   2> 5719 T4514 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5719 T4514 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty1\ forceNew: false
[junit4:junit4]   2> 5720 T4514 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty1\index/
[junit4:junit4]   2> 5720 T4514 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\jetty1\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5720 T4514 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty1\index forceNew: false
[junit4:junit4]   2> 5723 T4514 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@db1685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b1bd62)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5723 T4514 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5726 T4514 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5726 T4514 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5727 T4514 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5728 T4514 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5728 T4514 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5728 T4514 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5729 T4514 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5729 T4514 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5729 T4514 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5737 T4514 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5742 T4514 oass.SolrIndexSearcher.<init> Opening Searcher@1a4a6c7 main
[junit4:junit4]   2> 5742 T4514 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\jetty1\tlog
[junit4:junit4]   2> 5744 T4514 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5744 T4514 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5747 T4515 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a4a6c7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5748 T4514 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5748 T4514 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5828 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5829 T4494 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:49513_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49513/ek_tsw/q"}
[junit4:junit4]   2> 5829 T4494 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 5829 T4494 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5835 T4513 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> 5835 T4500 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> 5835 T4493 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> 6522 T4514 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6522 T4514 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49513/ek_tsw/q collection:collection1 shard:shard1
[junit4:junit4]   2> 6523 T4514 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6536 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240006 type:delete cxid:0x4a zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6538 T4514 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6539 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240006 type:create cxid:0x4b zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6543 T4514 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6543 T4514 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6544 T4514 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49513/ek_tsw/q/collection1/
[junit4:junit4]   2> 6544 T4514 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6544 T4514 oasc.SyncStrategy.syncToMe http://127.0.0.1:49513/ek_tsw/q/collection1/ has no replicas
[junit4:junit4]   2> 6544 T4514 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49513/ek_tsw/q/collection1/
[junit4:junit4]   2> 6544 T4514 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6551 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240006 type:create cxid:0x55 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6994 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7009 T4513 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> 7009 T4493 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> 7009 T4500 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> 7025 T4514 oasc.ZkController.register We are http://127.0.0.1:49513/ek_tsw/q/collection1/ and leader is http://127.0.0.1:49513/ek_tsw/q/collection1/
[junit4:junit4]   2> 7025 T4514 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49513/ek_tsw/q
[junit4:junit4]   2> 7025 T4514 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7025 T4514 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7025 T4514 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7030 T4514 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7031 T4471 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 7031 T4471 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7031 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7424 T4471 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7426 T4471 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49522
[junit4:junit4]   2> 7428 T4471 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7428 T4471 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7429 T4471 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851
[junit4:junit4]   2> 7429 T4471 oasc.CoreContainer$Initializer.initialize looking for solr config file: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851\solr.xml
[junit4:junit4]   2> 7429 T4471 oasc.CoreContainer.<init> New CoreContainer 27140333
[junit4:junit4]   2> 7430 T4471 oasc.CoreContainer.load Loading CoreContainer using Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851\'
[junit4:junit4]   2> 7430 T4471 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851\'
[junit4:junit4]   2> 7494 T4471 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7494 T4471 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7495 T4471 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7495 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7495 T4471 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7495 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7496 T4471 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7496 T4471 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7497 T4471 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7497 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7523 T4471 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7540 T4471 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49494/solr
[junit4:junit4]   2> 7540 T4471 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7541 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ac3ae9
[junit4:junit4]   2> 7542 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7543 T4526 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7544 T4526 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 7544 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49527
[junit4:junit4]   2> 7544 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49527
[junit4:junit4]   2> 7555 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240007 with negotiated timeout 20000 for client /127.0.0.1:49527
[junit4:junit4]   2> 7555 T4526 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240007, negotiated timeout = 20000
[junit4:junit4]   2> 7556 T4527 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ac3ae9 name:ZooKeeperConnection Watcher:127.0.0.1:49494 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7556 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7557 T4476 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d60bebd240007
[junit4:junit4]   2> 7559 T4471 oaz.ZooKeeper.close Session: 0x13d60bebd240007 closed
[junit4:junit4]   2> 7559 T4473 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49527 which had sessionid 0x13d60bebd240007
[junit4:junit4]   2> 7559 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 7559 T4527 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7571 T4471 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49494/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@181e4bd
[junit4:junit4]   2> 7572 T4471 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7573 T4528 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server 127.0.0.1/127.0.0.1:49494. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7573 T4528 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to 127.0.0.1/127.0.0.1:49494, initiating session
[junit4:junit4]   2> 7574 T4473 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49530
[junit4:junit4]   2> 7574 T4473 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49530
[junit4:junit4]   2> 7575 T4475 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d60bebd240008 with negotiated timeout 20000 for client /127.0.0.1:49530
[junit4:junit4]   2> 7575 T4528 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server 127.0.0.1/127.0.0.1:49494, sessionid = 0x13d60bebd240008, negotiated timeout = 20000
[junit4:junit4]   2> 7576 T4529 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@181e4bd name:ZooKeeperConnection Watcher:127.0.0.1:49494/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7576 T4471 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7577 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7578 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7581 T4471 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8171 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8172 T4494 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:49513_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49513/ek_tsw/q"}
[junit4:junit4]   2> 8179 T4500 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> 8179 T4513 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> 8179 T4493 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> 8179 T4529 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> 8353 T4471 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49522_ek_tsw%2Fq
[junit4:junit4]   2> 8354 T4476 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d60bebd240008 type:delete cxid:0xd zxid:0x74 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49522_ek_tsw%2Fq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49522_ek_tsw%2Fq
[junit4:junit4]   2> 8358 T4471 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49522_ek_tsw%2Fq
[junit4:junit4]   2> 8362 T4513 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> 8363 T4529 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8363 T4529 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> 8363 T4500 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8363 T4500 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> 8363 T4493 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8364 T4493 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> 8365 T4513 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8372 T4530 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851\collection1
[junit4:junit4]   2> 8372 T4530 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8373 T4530 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8373 T4530 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8376 T4530 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851\collection1\'
[junit4:junit4]   2> 8377 T4530 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8377 T4530 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851/collection1/lib/README' to classloader
[junit4:junit4]   2> 8440 T4530 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8517 T4530 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8518 T4530 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8522 T4530 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9195 T4530 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9204 T4530 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9207 T4530 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9230 T4530 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9234 T4530 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9238 T4530 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9240 T4530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9240 T4530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9240 T4530 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9241 T4530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9241 T4530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9242 T4530 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9242 T4530 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.RecoveryZkTest-jetty2-1363127752851\collection1\, dataDir=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\
[junit4:junit4]   2> 9242 T4530 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd6aef
[junit4:junit4]   2> 9242 T4530 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9243 T4530 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\ forceNew: false
[junit4:junit4]   2> 9243 T4530 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\index/
[junit4:junit4]   2> 9243 T4530 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\jetty2\index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9243 T4530 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\index forceNew: false
[junit4:junit4]   2> 9247 T4530 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@353331 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1825283)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9247 T4530 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9250 T4530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9251 T4530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9251 T4530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9252 T4530 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9253 T4530 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9253 T4530 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9253 T4530 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9253 T4530 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9253 T4530 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9262 T4530 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9268 T4530 oass.SolrIndexSearcher.<init> Opening Searcher@13c255d main
[junit4:junit4]   2> 9268 T4530 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\jetty2\tlog
[junit4:junit4]   2> 9269 T4530 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9269 T4530 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9274 T4531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@13c255d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9275 T4530 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9275 T4530 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9341 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9341 T4494 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:49522_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49522/ek_tsw/q"}
[junit4:junit4]   2> 9342 T4494 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9342 T4494 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9349 T4500 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> 9349 T4529 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> 9349 T4493 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> 9349 T4513 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> 10048 T4530 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10048 T4530 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49522/ek_tsw/q collection:collection1 shard:shard1
[junit4:junit4]   2> 10054 T4530 oasc.ZkController.register We are http://127.0.0.1:49522/ek_tsw/q/collection1/ and leader is http://127.0.0.1:49513/ek_tsw/q/collection1/
[junit4:junit4]   2> 10054 T4530 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49522/ek_tsw/q
[junit4:junit4]   2> 10054 T4530 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 10054 T4530 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C378 name=collection1 org.apache.solr.core.SolrCore@e789e3 url=http://127.0.0.1:49522/ek_tsw/q/collection1 node=127.0.0.1:49522_ek_tsw%2Fq C378_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49522_ek_tsw%2Fq, base_url=http://127.0.0.1:49522/ek_tsw/q}
[junit4:junit4]   2> 10055 T4532 C378 P49522 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 10057 T4532 C378 P49522 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10057 T4532 C378 P49522 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 10057 T4530 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10057 T4532 C378 P49522 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10058 T4471 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4:junit4]   2> 10059 T4471 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10060 T4471 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10060 T4532 C378 P49522 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10079 T4471 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C379 name=collection1 org.apache.solr.core.SolrCore@10486cc url=http://127.0.0.1:49501/ek_tsw/q/collection1 node=127.0.0.1:49501_ek_tsw%2Fq C379_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49501_ek_tsw%2Fq, base_url=http://127.0.0.1:49501/ek_tsw/q, leader=true}
[junit4:junit4]   2> 10091 T4487 C379 P49501 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@121428f lockFactory=org.apache.lucene.store.NativeFSLockFactory@c2f7f6)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10091 T4487 C379 P49501 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10094 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[1 (1429343049770598400)]} 0 6
[junit4:junit4]   2> 10094 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10001 (1429343049771646976)]} 0 6
[junit4:junit4]   2> ASYNC  NEW_CORE C380 name=collection1 org.apache.solr.core.SolrCore@144880e url=http://127.0.0.1:49513/ek_tsw/q/collection1 node=127.0.0.1:49513_ek_tsw%2Fq C380_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49513_ek_tsw%2Fq, base_url=http://127.0.0.1:49513/ek_tsw/q, leader=true}
[junit4:junit4]   2> 10116 T4509 C380 P49513 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@db1685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b1bd62)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10116 T4509 C380 P49513 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10119 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10001 (1429343049796812800)]} 0 6
[junit4:junit4]   2> 10119 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[1 (1429343049796812801)]} 0 6
[junit4:junit4]   2> 10161 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10002 (1429343049846095872)]} 0 1
[junit4:junit4]   2> 10161 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[2 (1429343049846095873)]} 0 1
[junit4:junit4]   2> 10165 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10002 (1429343049850290176)]} 0 1
[junit4:junit4]   2> 10165 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[2 (1429343049850290177)]} 0 1
[junit4:junit4]   2> 10201 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[3 (1429343049888038913)]} 0 1
[junit4:junit4]   2> 10201 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10003 (1429343049888038912)]} 0 1
[junit4:junit4]   2> 10204 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[3 (1429343049892233217)]} 0 0
[junit4:junit4]   2> 10204 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10003 (1429343049892233216)]} 0 2
[junit4:junit4]   2> 10281 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10004 (1429343049972973568)]} 0 0
[junit4:junit4]   2> 10281 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[4 (1429343049972973569)]} 0 0
[junit4:junit4]   2> 10284 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[4 (1429343049975070720)]} 0 1
[junit4:junit4]   2> 10284 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10004 (1429343049975070721)]} 0 1
[junit4:junit4]   2> 10326 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[2 (-1429343050019110912)]} 0 1
[junit4:junit4]   2> 10326 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[10002 (-1429343050020159488)]} 0 0
[junit4:junit4]   2> 10328 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[2 (-1429343050022256640)]} 0 0
[junit4:junit4]   2> 10328 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[10002 (-1429343050022256641)]} 0 0
[junit4:junit4]   2> 10331 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[5 (1429343050024353792)]} 0 1
[junit4:junit4]   2> 10332 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10005 (1429343050024353793)]} 0 2
[junit4:junit4]   2> 10334 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[5 (1429343050027499520)]} 0 1
[junit4:junit4]   2> 10335 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10005 (1429343050028548096)]} 0 1
[junit4:junit4]   2> 10413 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[6 (1429343050111385600)]} 0 1
[junit4:junit4]   2> 10413 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10006 (1429343050110337024)]} 0 1
[junit4:junit4]   2> 10416 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[6 (1429343050113482753)]} 0 1
[junit4:junit4]   2> 10416 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10006 (1429343050113482752)]} 0 1
[junit4:junit4]   2> 10446 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10007 (1429343050144940032)]} 0 1
[junit4:junit4]   2> 10446 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[7 (1429343050144940033)]} 0 1
[junit4:junit4]   2> 10447 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10007 (1429343050147037184)]} 0 0
[junit4:junit4]   2> 10448 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[7 (1429343050148085760)]} 0 0
[junit4:junit4]   2> 10512 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10514 T4494 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:49522_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49522/ek_tsw/q"}
[junit4:junit4]   2> 10526 T4500 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> 10526 T4493 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> 10526 T4513 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> 10526 T4529 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> 10527 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10003 (-1429343050230923264)]} 0 0
[junit4:junit4]   2> 10529 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[3 (-1429343050233020416)]} 0 0
[junit4:junit4]   2> 10532 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[10003 (-1429343050235117568)]} 0 1
[junit4:junit4]   2> 10532 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[3 (-1429343050236166144)]} 0 0
[junit4:junit4]   2> 10534 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10008 (1429343050238263296)]} 0 1
[junit4:junit4]   2> 10536 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[8 (1429343050239311872)]} 0 1
[junit4:junit4]   2>  C378_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49522_ek_tsw%2Fq, base_url=http://127.0.0.1:49522/ek_tsw/q}
[junit4:junit4]   2> 10558 T4525 C378 P49522 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@353331 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1825283)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10559 T4525 C378 P49522 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10561 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10008 (1429343050242457600)]} 0 5
[junit4:junit4]   2> 10561 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1429343050242457601)]} 0 3
[junit4:junit4]   2> 10562 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10008 (1429343050242457600)]} 0 25
[junit4:junit4]   2> 10562 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[8 (1429343050242457601)]} 0 24
[junit4:junit4]   2> 10626 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[7 (-1429343050334732288)]} 0 0
[junit4:junit4]   2> 10626 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[10007 (-1429343050334732289)]} 0 0
[junit4:junit4]   2> 10632 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10007 (-1429343050337878017)]} 0 0
[junit4:junit4]   2> 10632 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[7 (-1429343050337878016)]} 0 0
[junit4:junit4]   2> 10632 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[10007 (-1429343050337878017)]} 0 3
[junit4:junit4]   2> 10633 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[7 (-1429343050337878016)]} 0 4
[junit4:junit4]   2> 10635 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[9 (1429343050344169473)]} 0 0
[junit4:junit4]   2> 10635 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10009 (1429343050344169472)]} 0 0
[junit4:junit4]   2> 10640 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1429343050347315201)]} 0 0
[junit4:junit4]   2> 10641 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10009 (1429343050347315200)]} 0 1
[junit4:junit4]   2> 10641 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[9 (1429343050347315201)]} 0 3
[junit4:junit4]   2> 10641 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10009 (1429343050347315200)]} 0 3
[junit4:junit4]   2> 10665 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10 (1429343050374578176)]} 0 1
[junit4:junit4]   2> 10665 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10010 (1429343050374578177)]} 0 1
[junit4:junit4]   2> 10668 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1429343050377723905)]} 0 0
[junit4:junit4]   2> 10668 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1429343050377723904)]} 0 0
[junit4:junit4]   2> 10669 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10010 (1429343050377723905)]} 0 2
[junit4:junit4]   2> 10670 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10 (1429343050377723904)]} 0 3
[junit4:junit4]   2> 10747 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[8 (-1429343050460561409)]} 0 1
[junit4:junit4]   2> 10746 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[10008 (-1429343050460561408)]} 0 0
[junit4:junit4]   2> 10750 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10008 (-1429343050463707136)]} 0 0
[junit4:junit4]   2> 10750 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[8 (-1429343050463707137)]} 0 0
[junit4:junit4]   2> 10752 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10008 (-1429343050463707136)]} 0 3
[junit4:junit4]   2> 10752 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[8 (-1429343050463707137)]} 0 3
[junit4:junit4]   2> 10753 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10011 (1429343050467901440)]} 0 0
[junit4:junit4]   2> 10754 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[11 (1429343050468950016)]} 0 0
[junit4:junit4]   2> 10758 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1429343050471047168)]} 0 0
[junit4:junit4]   2> 10759 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10011 (1429343050471047168)]} 0 3
[junit4:junit4]   2> 10759 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1429343050472095744)]} 0 0
[junit4:junit4]   2> 10759 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[11 (1429343050472095744)]} 0 2
[junit4:junit4]   2> 10816 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[10011 (-1429343050532913153)]} 0 1
[junit4:junit4]   2> 10816 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[11 (-1429343050532913152)]} 0 1
[junit4:junit4]   2> 10819 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1429343050536058880)]} 0 0
[junit4:junit4]   2> 10821 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10011 (-1429343050536058880)]} 0 3
[junit4:junit4]   2> 10821 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1429343050536058881)]} 0 0
[junit4:junit4]   2> 10822 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[11 (-1429343050536058881)]} 0 4
[junit4:junit4]   2> 10823 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10012 (1429343050541301760)]} 0 0
[junit4:junit4]   2> 10825 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[12 (1429343050542350336)]} 0 1
[junit4:junit4]   2> 10829 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1429343050543398912)]} 0 1
[junit4:junit4]   2> 10830 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1429343050544447488)]} 0 1
[junit4:junit4]   2> 10830 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10012 (1429343050543398912)]} 0 5
[junit4:junit4]   2> 10831 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[12 (1429343050544447488)]} 0 5
[junit4:junit4]   2> 10844 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[10012 (-1429343050563321856)]} 0 0
[junit4:junit4]   2> 10846 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[12 (-1429343050565419008)]} 0 0
[junit4:junit4]   2> 10849 T4507 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:49522_ek_tsw%252Fq&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=770 
[junit4:junit4]   2> 10849 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1429343050566467584)]} 0 0
[junit4:junit4]   2> 10849 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[10012 (-1429343050566467584)]} 0 2
[junit4:junit4]   2> 10850 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1429343050567516160)]} 0 1
[junit4:junit4]   2> 10850 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[12 (-1429343050567516160)]} 0 2
[junit4:junit4]   2> 10852 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10013 (1429343050571710464)]} 0 0
[junit4:junit4]   2> 10853 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[13 (1429343050572759040)]} 0 0
[junit4:junit4]   2> 10857 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1429343050574856192)]} 0 0
[junit4:junit4]   2> 10858 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1429343050574856193)]} 0 0
[junit4:junit4]   2> 10858 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10013 (1429343050574856192)]} 0 3
[junit4:junit4]   2> 10858 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[13 (1429343050574856193)]} 0 3
[junit4:junit4]   2> 10882 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10014 (1429343050602119168)]} 0 1
[junit4:junit4]   2> 10882 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[14 (1429343050603167744)]} 0 0
[junit4:junit4]   2> 10886 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429343050604216320)]} 0 0
[junit4:junit4]   2> 10886 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10014 (1429343050604216320)]} 0 3
[junit4:junit4]   2> 10888 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429343050606313472)]} 0 0
[junit4:junit4]   2> 10889 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[14 (1429343050606313472)]} 0 4
[junit4:junit4]   2> 10952 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10015 (1429343050675519488)]} 0 1
[junit4:junit4]   2> 10952 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[15 (1429343050676568064)]} 0 0
[junit4:junit4]   2> 10957 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429343050678665216)]} 0 0
[junit4:junit4]   2> 10958 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429343050678665217)]} 0 1
[junit4:junit4]   2> 10958 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10015 (1429343050678665216)]} 0 4
[junit4:junit4]   2> 10958 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[15 (1429343050678665217)]} 0 4
[junit4:junit4]   2> 11008 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10016 (1429343050734239745)]} 0 1
[junit4:junit4]   2> 11008 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[16 (1429343050734239744)]} 0 1
[junit4:junit4]   2> 11013 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429343050737385472)]} 0 0
[junit4:junit4]   2> 11013 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429343050737385473)]} 0 0
[junit4:junit4]   2> 11013 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10016 (1429343050737385472)]} 0 3
[junit4:junit4]   2> 11014 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[16 (1429343050737385473)]} 0 4
[junit4:junit4]   2> 11100 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10017 (1429343050831757313)]} 0 1
[junit4:junit4]   2> 11100 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[17 (1429343050831757312)]} 0 1
[junit4:junit4]   2> 11104 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429343050833854465)]} 0 1
[junit4:junit4]   2> 11104 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429343050833854464)]} 0 1
[junit4:junit4]   2> 11104 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10017 (1429343050833854465)]} 0 2
[junit4:junit4]   2> 11105 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[17 (1429343050833854464)]} 0 3
[junit4:junit4]   2> 11162 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[10013 (-1429343050896769024)]} 0 0
[junit4:junit4]   2> 11162 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[13 (-1429343050896769025)]} 0 0
[junit4:junit4]   2> 11166 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[13 (-1429343050898866177)]} 0 0
[junit4:junit4]   2> 11166 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10013 (-1429343050898866176)]} 0 0
[junit4:junit4]   2> 11167 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[13 (-1429343050898866177)]} 0 3
[junit4:junit4]   2> 11167 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10013 (-1429343050898866176)]} 0 3
[junit4:junit4]   2> 11170 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[18 (1429343050904109056)]} 0 1
[junit4:junit4]   2> 11170 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10018 (1429343050904109057)]} 0 1
[junit4:junit4]   2> 11174 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429343050906206209)]} 0 1
[junit4:junit4]   2> 11174 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429343050906206208)]} 0 1
[junit4:junit4]   2> 11175 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[18 (1429343050906206208)]} 0 4
[junit4:junit4]   2> 11175 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10018 (1429343050906206209)]} 0 4
[junit4:junit4]   2> 11191 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[19 (1429343050927177728)]} 0 0
[junit4:junit4]   2> 11191 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10019 (1429343050927177729)]} 0 0
[junit4:junit4]   2> 11197 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429343050930323456)]} 0 1
[junit4:junit4]   2> 11197 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429343050930323457)]} 0 1
[junit4:junit4]   2> 11197 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[19 (1429343050930323456)]} 0 3
[junit4:junit4]   2> 11197 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10019 (1429343050930323457)]} 0 3
[junit4:junit4]   2> 11246 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[20 (1429343050983800832)]} 0 1
[junit4:junit4]   2> 11247 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10020 (1429343050984849408)]} 0 1
[junit4:junit4]   2> 11251 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429343050986946560)]} 0 0
[junit4:junit4]   2> 11252 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[20 (1429343050986946560)]} 0 4
[junit4:junit4]   2> 11253 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429343050989043712)]} 0 1
[junit4:junit4]   2> 11253 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10020 (1429343050989043712)]} 0 3
[junit4:junit4]   2> 11274 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[16 (-1429343051014209536)]} 0 0
[junit4:junit4]   2> 11275 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[10016 (-1429343051015258112)]} 0 0
[junit4:junit4]   2> 11278 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[16 (-1429343051016306688)]} 0 0
[junit4:junit4]   2> 11279 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[16 (-1429343051016306688)]} 0 3
[junit4:junit4]   2> 11279 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10016 (-1429343051017355264)]} 0 0
[junit4:junit4]   2> 11281 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[10016 (-1429343051017355264)]} 0 4
[junit4:junit4]   2> 11282 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[21 (1429343051021549568)]} 0 1
[junit4:junit4]   2> 11283 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10021 (1429343051023646720)]} 0 0
[junit4:junit4]   2> 11285 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429343051023646720)]} 0 0
[junit4:junit4]   2> 11285 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[21 (1429343051023646720)]} 0 2
[junit4:junit4]   2> 11288 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429343051025743872)]} 0 0
[junit4:junit4]   2> 11289 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10021 (1429343051025743872)]} 0 4
[junit4:junit4]   2> 11309 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[17 (-1429343051049861120)]} 0 1
[junit4:junit4]   2> 11311 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[10017 (-1429343051053006848)]} 0 0
[junit4:junit4]   2> 11312 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429343051053006848)]} 0 0
[junit4:junit4]   2> 11313 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[17 (-1429343051053006848)]} 0 2
[junit4:junit4]   2> 11315 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429343051055104000)]} 0 0
[junit4:junit4]   2> 11315 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[22 (1429343051057201152)]} 0 0
[junit4:junit4]   2> 11315 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10017 (-1429343051055104000)]} 0 2
[junit4:junit4]   2> 11317 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10022 (1429343051059298304)]} 0 0
[junit4:junit4]   2> 11318 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429343051059298304)]} 0 0
[junit4:junit4]   2> 11320 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[22 (1429343051059298304)]} 0 3
[junit4:junit4]   2> 11322 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429343051062444032)]} 0 0
[junit4:junit4]   2> 11323 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10022 (1429343051062444032)]} 0 3
[junit4:junit4]   2> 11366 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[18 (-1429343051110678528)]} 0 0
[junit4:junit4]   2> 11369 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[10018 (-1429343051113824256)]} 0 0
[junit4:junit4]   2> 11369 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429343051112775680)]} 0 0
[junit4:junit4]   2> 11371 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[18 (-1429343051112775680)]} 0 3
[junit4:junit4]   2> 11372 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429343051115921408)]} 0 0
[junit4:junit4]   2> 11373 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[10018 (-1429343051115921408)]} 0 2
[junit4:junit4]   2> 11373 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[23 (1429343051118018560)]} 0 0
[junit4:junit4]   2> 11375 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10023 (1429343051120115712)]} 0 0
[junit4:junit4]   2> 11378 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429343051121164288)]} 0 0
[junit4:junit4]   2> 11379 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[23 (1429343051121164288)]} 0 3
[junit4:junit4]   2> 11381 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429343051122212864)]} 0 1
[junit4:junit4]   2> 11381 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10023 (1429343051122212864)]} 0 4
[junit4:junit4]   2> 11448 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[19 (-1429343051196661760)]} 0 0
[junit4:junit4]   2> 11450 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10019 (-1429343051198758912)]} 0 0
[junit4:junit4]   2> 11452 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1429343051198758912)]} 0 0
[junit4:junit4]   2> 11453 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[19 (-1429343051198758912)]} 0 3
[junit4:junit4]   2> 11454 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1429343051201904640)]} 0 0
[junit4:junit4]   2> 11455 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[10019 (-1429343051201904640)]} 0 2
[junit4:junit4]   2> 11456 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[24 (1429343051204001792)]} 0 1
[junit4:junit4]   2> 11457 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10024 (1429343051206098944)]} 0 0
[junit4:junit4]   2> 11460 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429343051207147520)]} 0 0
[junit4:junit4]   2> 11461 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[24 (1429343051207147520)]} 0 3
[junit4:junit4]   2> 11462 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429343051209244672)]} 0 0
[junit4:junit4]   2> 11462 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10024 (1429343051209244672)]} 0 2
[junit4:junit4]   2> 11478 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[25 (1429343051228119040)]} 0 0
[junit4:junit4]   2> 11480 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10025 (1429343051230216192)]} 0 0
[junit4:junit4]   2> 11485 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429343051231264768)]} 0 1
[junit4:junit4]   2> 11485 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429343051232313344)]} 0 0
[junit4:junit4]   2> 11486 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[25 (1429343051231264768)]} 0 5
[junit4:junit4]   2> 11486 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10025 (1429343051232313344)]} 0 4
[junit4:junit4]   2> 11503 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[10020 (-1429343051254333440)]} 0 0
[junit4:junit4]   2> 11503 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[20 (-1429343051254333441)]} 0 0
[junit4:junit4]   2> 11508 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1429343051256430592)]} 0 0
[junit4:junit4]   2> 11508 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1429343051257479168)]} 0 0
[junit4:junit4]   2> 11510 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[10020 (-1429343051256430592)]} 0 5
[junit4:junit4]   2> 11510 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[20 (-1429343051257479168)]} 0 4
[junit4:junit4]   2> 11512 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10026 (1429343051262722048)]} 0 1
[junit4:junit4]   2> 11512 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[26 (1429343051263770624)]} 0 0
[junit4:junit4]   2> 11518 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429343051266916352)]} 0 1
[junit4:junit4]   2> 11518 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429343051266916353)]} 0 1
[junit4:junit4]   2> 11518 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[26 (1429343051266916352)]} 0 3
[junit4:junit4]   2> 11519 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10026 (1429343051266916353)]} 0 4
[junit4:junit4]   2> 11574 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[27 (1429343051327733760)]} 0 1
[junit4:junit4]   2> 11574 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10027 (1429343051328782336)]} 0 0
[junit4:junit4]   2> 11580 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429343051331928065)]} 0 1
[junit4:junit4]   2> 11580 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429343051331928064)]} 0 1
[junit4:junit4]   2> 11581 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[27 (1429343051331928065)]} 0 4
[junit4:junit4]   2> 11581 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10027 (1429343051331928064)]} 0 4
[junit4:junit4]   2> 11617 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[28 (1429343051372822528)]} 0 1
[junit4:junit4]   2> 11617 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10028 (1429343051372822529)]} 0 1
[junit4:junit4]   2> 11623 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429343051375968257)]} 0 1
[junit4:junit4]   2> 11623 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429343051375968256)]} 0 1
[junit4:junit4]   2> 11624 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10028 (1429343051375968257)]} 0 5
[junit4:junit4]   2> 11624 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[28 (1429343051375968256)]} 0 5
[junit4:junit4]   2> 11634 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10029 (1429343051390648320)]} 0 1
[junit4:junit4]   2> 11634 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[29 (1429343051391696896)]} 0 0
[junit4:junit4]   2> 11639 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429343051393794048)]} 0 1
[junit4:junit4]   2> 11639 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429343051392745472)]} 0 1
[junit4:junit4]   2> 11639 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[29 (1429343051393794048)]} 0 3
[junit4:junit4]   2> 11639 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10029 (1429343051392745472)]} 0 4
[junit4:junit4]   2> 11645 T4471 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 49522
[junit4:junit4]   2> 11645 T4471 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=27140333
[junit4:junit4]   2> 11667 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[30 (1429343051426299904)]} 0 0
[junit4:junit4]   2> 11667 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10030 (1429343051426299905)]} 0 0
[junit4:junit4]   2> 11673 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429343051429445632)]} 0 1
[junit4:junit4]   2> 11673 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429343051430494208)]} 0 1
[junit4:junit4]   2> 11674 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[30 (1429343051429445632)]} 0 4
[junit4:junit4]   2> 11674 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10030 (1429343051430494208)]} 0 3
[junit4:junit4]   2> 11724 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11725 T4494 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:49522_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49522/ek_tsw/q"}
[junit4:junit4]   2> 11733 T4500 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> 11733 T4529 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> 11733 T4493 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> 11733 T4513 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> 11737 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[22 (-1429343051499700224)]} 0 1
[junit4:junit4]   2> 11737 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10022 (-1429343051499700225)]} 0 0
[junit4:junit4]   2> 11739 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[10022 (-1429343051501797376)]} 0 0
[junit4:junit4]   2> 11739 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[22 (-1429343051501797377)]} 0 0
[junit4:junit4]   2> 11743 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[31 (1429343051504943104)]} 0 1
[junit4:junit4]   2> 11743 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10031 (1429343051504943105)]} 0 1
[junit4:junit4]   2> 11744 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10031 (1429343051507040256)]} 0 0
[junit4:junit4]   2> 11744 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[31 (1429343051507040257)]} 0 0
[junit4:junit4]   2> 11767 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[27 (-1429343051531157505)]} 0 0
[junit4:junit4]   2> 11767 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[10027 (-1429343051531157504)]} 0 0
[junit4:junit4]   2> 11770 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10027 (-1429343051534303232)]} 0 0
[junit4:junit4]   2> 11770 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[27 (-1429343051534303233)]} 0 0
[junit4:junit4]   2> 11773 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[32 (1429343051536400384)]} 0 1
[junit4:junit4]   2> 11773 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10032 (1429343051536400385)]} 0 1
[junit4:junit4]   2> 11776 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[32 (1429343051539546112)]} 0 1
[junit4:junit4]   2> 11776 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10032 (1429343051540594688)]} 0 0
[junit4:junit4]   2> 11827 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[29 (-1429343051594072064)]} 0 0
[junit4:junit4]   2> 11829 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[10029 (-1429343051596169216)]} 0 0
[junit4:junit4]   2> 11830 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[29 (-1429343051597217792)]} 0 0
[junit4:junit4]   2> 11831 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[10029 (-1429343051598266368)]} 0 0
[junit4:junit4]   2> 11833 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[33 (1429343051600363520)]} 0 0
[junit4:junit4]   2> 11834 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10033 (1429343051601412096)]} 0 0
[junit4:junit4]   2> 11835 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[33 (1429343051602460672)]} 0 0
[junit4:junit4]   2> 11837 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10033 (1429343051603509248)]} 0 1
[junit4:junit4]   2> 11843 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[32 (-1429343051610849280)]} 0 0
[junit4:junit4]   2> 11844 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[10032 (-1429343051611897856)]} 0 0
[junit4:junit4]   2> 11846 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[32 (-1429343051613995008)]} 0 0
[junit4:junit4]   2> 11847 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[10032 (-1429343051615043584)]} 0 0
[junit4:junit4]   2> 11849 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[34 (1429343051616092160)]} 0 1
[junit4:junit4]   2> 11850 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10034 (1429343051617140736)]} 0 1
[junit4:junit4]   2> 11853 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10034 (1429343051620286464)]} 0 1
[junit4:junit4]   2> 11853 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[34 (1429343051620286465)]} 0 1
[junit4:junit4]   2> 11920 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[35 (1429343051690541057)]} 0 1
[junit4:junit4]   2> 11920 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10035 (1429343051690541056)]} 0 1
[junit4:junit4]   2> 11923 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[35 (1429343051693686784)]} 0 1
[junit4:junit4]   2> 11923 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10035 (1429343051693686785)]} 0 1
[junit4:junit4]   2> 11950 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[33 (-1429343051721998336)]} 0 1
[junit4:junit4]   2> 11950 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[10033 (-1429343051721998337)]} 0 1
[junit4:junit4]   2> 11952 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[10033 (-1429343051725144065)]} 0 0
[junit4:junit4]   2> 11952 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[33 (-1429343051725144064)]} 0 0
[junit4:junit4]   2> 11955 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[36 (1429343051727241216)]} 0 1
[junit4:junit4]   2> 11955 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10036 (1429343051727241217)]} 0 1
[junit4:junit4]   2> 11958 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10036 (1429343051730386945)]} 0 1
[junit4:junit4]   2> 11958 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[36 (1429343051730386944)]} 0 1
[junit4:junit4]   2> 12010 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[10034 (-1429343051785961473)]} 0 0
[junit4:junit4]   2> 12010 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[34 (-1429343051785961472)]} 0 0
[junit4:junit4]   2> 12013 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[34 (-1429343051789107201)]} 0 0
[junit4:junit4]   2> 12013 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[10034 (-1429343051789107200)]} 0 0
[junit4:junit4]   2> 12015 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10037 (1429343051791204353)]} 0 0
[junit4:junit4]   2> 12015 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[37 (1429343051791204352)]} 0 0
[junit4:junit4]   2> 12019 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[37 (1429343051794350081)]} 0 1
[junit4:junit4]   2> 12019 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10037 (1429343051794350080)]} 0 1
[junit4:junit4]   2> 12036 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10038 (1429343051812175873)]} 0 1
[junit4:junit4]   2> 12036 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[38 (1429343051812175872)]} 0 1
[junit4:junit4]   2> 12038 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10038 (1429343051815321600)]} 0 0
[junit4:junit4]   2> 12039 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[38 (1429343051816370176)]} 0 0
[junit4:junit4]   2> 12124 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10039 (1429343051905499136)]} 0 0
[junit4:junit4]   2> 12124 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[39 (1429343051905499137)]} 0 0
[junit4:junit4]   2> 12127 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[39 (1429343051907596288)]} 0 1
[junit4:junit4]   2> 12127 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10039 (1429343051907596289)]} 0 1
[junit4:junit4]   2> 12140 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[40 (1429343051921227776)]} 0 1
[junit4:junit4]   2> 12141 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10040 (1429343051922276352)]} 0 1
[junit4:junit4]   2> 12144 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[40 (1429343051925422081)]} 0 1
[junit4:junit4]   2> 12144 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10040 (1429343051925422080)]} 0 1
[junit4:junit4]   2> 12168 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10041 (1429343051950587905)]} 0 1
[junit4:junit4]   2> 12168 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[41 (1429343051950587904)]} 0 1
[junit4:junit4]   2> 12170 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[41 (1429343051953733632)]} 0 0
[junit4:junit4]   2> 12171 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10041 (1429343051953733633)]} 0 1
[junit4:junit4]   2> 12247 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[36 (-1429343052033425409)]} 0 1
[junit4:junit4]   2> 12247 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[10036 (-1429343052033425408)]} 0 1
[junit4:junit4]   2> 12249 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[36 (-1429343052036571137)]} 0 0
[junit4:junit4]   2> 12249 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[10036 (-1429343052036571136)]} 0 0
[junit4:junit4]   2> 12253 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[42 (1429343052040765441)]} 0 0
[junit4:junit4]   2> 12253 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10042 (1429343052040765440)]} 0 0
[junit4:junit4]   2> 12256 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[42 (1429343052042862592)]} 0 1
[junit4:junit4]   2> 12256 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10042 (1429343052043911168)]} 0 0
[junit4:junit4]   2> 12284 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[39 (-1429343052073271296)]} 0 0
[junit4:junit4]   2> 12285 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10039 (-1429343052074319872)]} 0 0
[junit4:junit4]   2> 12287 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[39 (-1429343052076417024)]} 0 0
[junit4:junit4]   2> 12295 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[10039 (-1429343052084805632)]} 0 1
[junit4:junit4]   2> 12296 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[43 (1429343052085854208)]} 0 0
[junit4:junit4]   2> 12296 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10043 (1429343052085854209)]} 0 0
[junit4:junit4]   2> 12298 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[43 (1429343052087951360)]} 0 0
[junit4:junit4]   2> 12300 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10043 (1429343052090048512)]} 0 0
[junit4:junit4]   2> 12334 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[44 (1429343052124651520)]} 0 1
[junit4:junit4]   2> 12334 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10044 (1429343052125700096)]} 0 0
[junit4:junit4]   2> 12337 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[44 (1429343052127797248)]} 0 1
[junit4:junit4]   2> 12338 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10044 (1429343052129894400)]} 0 0
[junit4:junit4]   2> 12382 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[40 (-1429343052176031744)]} 0 0
[junit4:junit4]   2> 12382 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10040 (-1429343052176031745)]} 0 0
[junit4:junit4]   2> 12385 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10040 (-1429343052179177472)]} 0 0
[junit4:junit4]   2> 12385 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[40 (-1429343052179177473)]} 0 0
[junit4:junit4]   2> 12387 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[45 (1429343052181274624)]} 0 0
[junit4:junit4]   2> 12387 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10045 (1429343052181274625)]} 0 0
[junit4:junit4]   2> 12391 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[45 (1429343052185468928)]} 0 0
[junit4:junit4]   2> 12391 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10045 (1429343052185468929)]} 0 0
[junit4:junit4]   2> 12424 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[42 (-1429343052220071936)]} 0 0
[junit4:junit4]   2> 12424 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[10042 (-1429343052220071937)]} 0 0
[junit4:junit4]   2> 12426 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[42 (-1429343052222169088)]} 0 0
[junit4:junit4]   2> 12426 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[10042 (-1429343052222169089)]} 0 0
[junit4:junit4]   2> 12429 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10046 (1429343052225314816)]} 0 0
[junit4:junit4]   2> 12430 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[46 (1429343052226363392)]} 0 0
[junit4:junit4]   2> 12431 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10046 (1429343052227411968)]} 0 0
[junit4:junit4]   2> 12434 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[46 (1429343052229509120)]} 0 1
[junit4:junit4]   2> 12454 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[10043 (-1429343052251529216)]} 0 0
[junit4:junit4]   2> 12458 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[10043 (-1429343052255723520)]} 0 0
[junit4:junit4]   2> 12458 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[43 (-1429343052255723520)]} 0 0
[junit4:junit4]   2> 12460 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[43 (-1429343052257820672)]} 0 0
[junit4:junit4]   2> 12461 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10047 (1429343052257820672)]} 0 1
[junit4:junit4]   2> 12463 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10047 (1429343052260966400)]} 0 0
[junit4:junit4]   2> 12463 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[47 (1429343052260966400)]} 0 0
[junit4:junit4]   2> 12466 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[47 (1429343052263063552)]} 0 1
[junit4:junit4]   2>  C378_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49522_ek_tsw%2Fq, base_url=http://127.0.0.1:49522/ek_tsw/q}
[junit4:junit4]   2> 12489 T4532 C378 P49522 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49513/ek_tsw/q/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 12489 T4532 C378 P49522 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49522/ek_tsw/q START replicas=[http://127.0.0.1:49513/ek_tsw/q/collection1/] nUpdates=100
[junit4:junit4]   2> 12490 T4532 C378 P49522 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 12491 T4532 C378 P49522 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 12491 T4532 C378 P49522 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 12492 T4532 C378 P49522 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 12492 T4532 C378 P49522 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\jetty2\tlog\tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 12492 T4532 C378 P49522 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49513/ek_tsw/q/collection1/. core=collection1
[junit4:junit4]   2> 12492 T4532 C378 P49522 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12492 T4508 C380 P49513 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 12493 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10048 (1429343052292423680)]} 0 0
[junit4:junit4]   2> 12497 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10048 (1429343052296617984)]} 0 0
[junit4:junit4]   2> 12499 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10044 (-1429343052298715136)]} 0 0
[junit4:junit4]   2> 12501 T4504 C380 P49513 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 12502 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[48 (1429343052301860864)]} 0 0
[junit4:junit4]   2> 12504 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[10044 (-1429343052300812288)]} 0 3
[junit4:junit4]   2> 12506 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[48 (1429343052306055168)]} 0 0
[junit4:junit4]   2> 12507 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10049 (1429343052306055168)]} 0 1
[junit4:junit4]   2> 12508 T4504 C380 P49513 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@db1685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b1bd62)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@db1685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b1bd62)),segFN=segments_2,generation=2,filenames=[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1_Lucene41_0.pos, _1.fdx, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 12509 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[44 (-1429343052309200896)]} 0 0
[junit4:junit4]   2> 12509 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10049 (1429343052309200896)]} 0 0
[junit4:junit4]   2> 12509 T4504 C380 P49513 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1_Lucene41_0.pos, _1.fdx, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 12520 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[44 (-1429343052320735232)]} 0 0
[junit4:junit4]   2> 12520 T4504 C380 P49513 oass.SolrIndexSearcher.<init> Opening Searcher@175be02 realtime
[junit4:junit4]   2> 12520 T4504 C380 P49513 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 12521 T4504 C380 P49513 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   2> 12523 T4532 C378 P49522 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 12523 T4532 C378 P49522 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 12523 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[49 (1429343052323880960)]} 0 0
[junit4:junit4]   2> 12525 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[10045 (-1429343052325978112)]} 0 1
[junit4:junit4]   2> 12525 T4507 C380 P49513 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 12525 T4507 C380 P49513 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 12526 T4532 C378 P49522 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 12526 T4532 C378 P49522 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 12526 T4532 C378 P49522 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 12526 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[49 (1429343052325978112)]} 0 1
[junit4:junit4]   2> 12527 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10045 (-1429343052328075264)]} 0 0
[junit4:junit4]   2> 12528 T4508 C380 P49513 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 12529 T4532 C378 P49522 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 27
[junit4:junit4]   2> 12529 T4532 C378 P49522 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\index.20130313013558341 forceNew: false
[junit4:junit4]   2> 12530 T4532 C378 P49522 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20) fullCopy=true
[junit4:junit4]   2> 12530 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10050 (1429343052331220992)]} 0 0
[junit4:junit4]   2> 12531 T4504 C380 P49513 REQ /replication {file=_1_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12533 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10050 (1429343052333318144)]} 0 1
[junit4:junit4]   2> 12535 T4507 C380 P49513 REQ /replication {file=_0_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12537 T4506 C380 P49513 REQ /replication {file=_0_dv.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12546 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[45 (-1429343052347998208)]} 0 0
[junit4:junit4]   2> 12548 T4509 C380 P49513 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12549 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[45 (-1429343052351143936)]} 0 0
[junit4:junit4]   2> 12550 T4504 C380 P49513 REQ /replication {file=_1_dv.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12552 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[50 (1429343052353241088)]} 0 1
[junit4:junit4]   2> 12553 T4505 C380 P49513 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12554 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[50 (1429343052356386816)]} 0 0
[junit4:junit4]   2> 12555 T4506 C380 P49513 REQ /replication {file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12565 T4509 C380 P49513 REQ /replication {file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12568 T4508 C380 P49513 REQ /replication {file=_1_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12571 T4504 C380 P49513 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12574 T4507 C380 P49513 REQ /replication {file=_1_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12583 T4506 C380 P49513 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12586 T4509 C380 P49513 REQ /replication {file=_1_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12589 T4508 C380 P49513 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12592 T4504 C380 P49513 REQ /replication {file=_1_dv.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12601 T4505 C380 P49513 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12604 T4507 C380 P49513 REQ /replication {file=_1_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12604 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10051 (1429343052408815616)]} 0 0
[junit4:junit4]   2> 12607 T4506 C380 P49513 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12607 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10051 (1429343052411961344)]} 0 0
[junit4:junit4]   2> 12610 T4508 C380 P49513 REQ /replication {file=_1_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12619 T4504 C380 P49513 REQ /replication {file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12621 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10052 (1429343052426641408)]} 0 0
[junit4:junit4]   2> 12622 T4505 C380 P49513 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12623 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10052 (1429343052428738560)]} 0 0
[junit4:junit4]   2> 12625 T4506 C380 P49513 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12626 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[51 (1429343052430835712)]} 0 1
[junit4:junit4]   2> 12633 T4509 C380 P49513 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12635 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[51 (1429343052441321472)]} 0 0
[junit4:junit4]   2> 12637 T4504 C380 P49513 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12640 T4505 C380 P49513 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12643 T4507 C380 P49513 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12646 T4506 C380 P49513 REQ /replication {file=_0_dv.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 12654 T4532 C378 P49522 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 12655 T4532 C378 P49522 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130313013558341
[junit4:junit4]   2> 12655 T4532 C378 P49522 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 12656 T4532 C378 P49522 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 12656 T4532 C378 P49522 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 12656 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[52 (1429343052462292992)]} 0 1
[junit4:junit4]   2> 12656 T4532 C378 P49522 oasc.SolrCore.getNewIndexDir New index directory detected: old=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\index/ new=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\index.20130313013558341
[junit4:junit4]   2> 12659 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[52 (1429343052466487296)]} 0 0
[junit4:junit4]   2> 12661 T4532 C378 P49522 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20),segFN=segments_2,generation=2,filenames=[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 12661 T4532 C378 P49522 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 12661 T4532 C378 P49522 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 12662 T4532 C378 P49522 oass.SolrIndexSearcher.<init> Opening Searcher@2534ae main
[junit4:junit4]   2> 12663 T4531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2534ae main{StandardDirectoryReader(segments_2:6:nrt _0(5.0):C77/38 _1(5.0):C18/8)}
[junit4:junit4]   2> 12663 T4532 C378 P49522 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@353331 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1825283))
[junit4:junit4]   2> 12663 T4532 C378 P49522 oasc.CachingDirectoryFactory.closeDirectory Closing directory: .\org.apache.solr.cloud.RecoveryZkTest-1363127745817/jetty2\index
[junit4:junit4]   2> 12663 T4532 C378 P49522 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@353331 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1825283))
[junit4:junit4]   2> 12664 T4532 C378 P49522 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 12664 T4540 C378 P49522 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=.\org.apache.solr.cloud.RecoveryZkTest-1363127745817\jetty2\tlog\tlog.0000000000000000000 refcount=2} active=true starting pos=5192
[junit4:junit4]   2> 12664 T4540 C378 P49522 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 12664 T4540 C378 P49522 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20),segFN=segments_2,generation=2,filenames=[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20),segFN=segments_3,generation=3,filenames=[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, _0.fdx, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 12664 T4540 C378 P49522 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, _0.fdx, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 12666 T4540 C378 P49522 oass.SolrIndexSearcher.<init> Opening Searcher@e7a182 main
[junit4:junit4]   2> 12666 T4540 C378 P49522 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 12667 T4531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e7a182 main{StandardDirectoryReader(segments_2:6:nrt _0(5.0):C77/38 _1(5.0):C18/8)}
[junit4:junit4]   2> 12667 T4540 C378 P49522 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5192}
[junit4:junit4]   2> 12668 T4532 C378 P49522 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 12668 T4532 C378 P49522 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12668 T4532 C378 P49522 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12672 T4532 C378 P49522 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 12687 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[10046 (-1429343052495847424)]} 0 0
[junit4:junit4]   2> 12690 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[10046 (-1429343052498993152)]} 0 0
[junit4:junit4]   2> 12693 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10053 (1429343052501090304)]} 0 1
[junit4:junit4]   2> 12697 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10053 (1429343052506333184)]} 0 0
[junit4:junit4]   2> 12722 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[46 (-1429343052532547584)]} 0 0
[junit4:junit4]   2> 12725 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[46 (-1429343052535693312)]} 0 0
[junit4:junit4]   2> 12728 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[53 (1429343052537790464)]} 0 1
[junit4:junit4]   2> 12730 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[53 (1429343052540936192)]} 0 0
[junit4:junit4]   2> 12761 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10048 (-1429343052573442048)]} 0 0
[junit4:junit4]   2> 12764 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[10048 (-1429343052576587776)]} 0 0
[junit4:junit4]   2> 12768 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[10054 (1429343052579733504)]} 0 1
[junit4:junit4]   2> 12770 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10054 (1429343052582879232)]} 0 0
[junit4:junit4]   2> 12793 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[48 (-1429343052606996480)]} 0 0
[junit4:junit4]   2> 12796 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[48 (-1429343052610142208)]} 0 0
[junit4:junit4]   2> 12798 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[54 (1429343052612239360)]} 0 0
[junit4:junit4]   2> 12802 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[54 (1429343052615385088)]} 0 1
[junit4:junit4]   2> 12841 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10055 (1429343052656279552)]} 0 1
[junit4:junit4]   2> 12845 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10055 (1429343052660473856)]} 0 1
[junit4:junit4]   2> 12864 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[10050 (-1429343052681445376)]} 0 0
[junit4:junit4]   2> 12867 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[10050 (-1429343052684591104)]} 0 0
[junit4:junit4]   2> 12870 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10056 (1429343052686688256)]} 0 1
[junit4:junit4]   2> 12871 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[55 (1429343052688785408)]} 0 0
[junit4:junit4]   2> 12873 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10056 (1429343052690882560)]} 0 0
[junit4:junit4]   2> 12874 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[55 (1429343052690882561)]} 0 1
[junit4:junit4]   2> 12892 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10057 (1429343052709756928)]} 0 1
[junit4:junit4]   2> 12893 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[50 (-1429343052711854080)]} 0 1
[junit4:junit4]   2> 12895 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[50 (-1429343052713951233)]} 0 0
[junit4:junit4]   2> 12895 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[10057 (1429343052713951232)]} 0 0
[junit4:junit4]   2> 12897 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[56 (1429343052716048384)]} 0 0
[junit4:junit4]   2> 12900 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[56 (1429343052719194112)]} 0 0
[junit4:junit4]   2> 12919 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[57 (1429343052738068480)]} 0 1
[junit4:junit4]   2> 12922 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[57 (1429343052741214208)]} 0 1
[junit4:junit4]   2> 12923 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10058 (1429343052743311360)]} 0 1
[junit4:junit4]   2> 12926 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10058 (1429343052746457088)]} 0 0
[junit4:junit4]   2> 12950 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[58 (1429343052770574336)]} 0 1
[junit4:junit4]   2> 12957 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[58 (1429343052777914368)]} 0 1
[junit4:junit4]   2> 12987 T4487 C379 P49501 /update {wt=javabin&version=2} {delete=[10054 (-1429343052810420224)]} 0 0
[junit4:junit4]   2> 12991 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[10054 (-1429343052814614528)]} 0 1
[junit4:junit4]   2> 12994 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10059 (1429343052817760256)]} 0 1
[junit4:junit4]   2> 12998 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10059 (1429343052820905984)]} 0 1
[junit4:junit4]   2> 13011 T4494 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13011 T4494 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:49522_ek_tsw%2Fq",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49522/ek_tsw/q"}
[junit4:junit4]   2> 13016 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10060 (1429343052840828928)]} 0 1
[junit4:junit4]   2> 13016 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[54 (-1429343052840828929)]} 0 0
[junit4:junit4]   2> 13020 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10060 (1429343052842926080)]} 0 2
[junit4:junit4]   2> 13020 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[54 (-1429343052845023232)]} 0 0
[junit4:junit4]   2> 13023 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[59 (1429343052847120384)]} 0 1
[junit4:junit4]   2> 13023 T4529 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> 13024 T4513 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> 13024 T4493 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> 13025 T4500 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> 13026 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[10061 (1429343052850266112)]} 0 1
[junit4:junit4]   2> 13027 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[59 (1429343052851314688)]} 0 1
[junit4:junit4]   2> 13029 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[10061 (1429343052853411840)]} 0 1
[junit4:junit4]   2> 13045 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[60 (1429343052870189056)]} 0 1
[junit4:junit4]   2>  C378_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49522_ek_tsw%2Fq, base_url=http://127.0.0.1:49522/ek_tsw/q}
[junit4:junit4]   2> 13052 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1429343052873334784)]} 0 2
[junit4:junit4]   2> 13053 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[60 (1429343052873334784)]} 0 6
[junit4:junit4]   2> 13069 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[61 (1429343052885917696)]} 0 0
[junit4:junit4]   2> 13074 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1429343052898500608)]} 0 1
[junit4:junit4]   2> 13076 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[61 (1429343052898500608)]} 0 5
[junit4:junit4]   2> 13077 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[10055 (-1429343052904792064)]} 0 0
[junit4:junit4]   2> 13082 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10055 (-1429343052906889216)]} 0 0
[junit4:junit4]   2> 13083 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[10055 (-1429343052906889216)]} 0 4
[junit4:junit4]   2> 13087 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10062 (1429343052914229248)]} 0 1
[junit4:junit4]   2> 13093 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10062 (1429343052918423552)]} 0 1
[junit4:junit4]   2> 13094 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10062 (1429343052918423552)]} 0 4
[junit4:junit4]   2> 13123 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[55 (-1429343052953026560)]} 0 0
[junit4:junit4]   2> 13129 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[55 (-1429343052956172288)]} 0 0
[junit4:junit4]   2> 13130 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[55 (-1429343052956172288)]} 0 4
[junit4:junit4]   2> 13132 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[62 (1429343052961415168)]} 0 1
[junit4:junit4]   2> 13136 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1429343052964560896)]} 0 0
[junit4:junit4]   2> 13137 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[62 (1429343052964560896)]} 0 3
[junit4:junit4]   2> 13140 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10063 (1429343052970852352)]} 0 0
[junit4:junit4]   2> 13147 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1429343052973998080)]} 0 0
[junit4:junit4]   2> 13149 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10063 (1429343052973998080)]} 0 6
[junit4:junit4]   2> 13183 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[63 (1429343053015941120)]} 0 0
[junit4:junit4]   2> 13188 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1429343053019086848)]} 0 0
[junit4:junit4]   2> 13189 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[63 (1429343053019086848)]} 0 3
[junit4:junit4]   2> 13190 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[10059 (-1429343053023281152)]} 0 0
[junit4:junit4]   2> 13195 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10059 (-1429343053026426880)]} 0 0
[junit4:junit4]   2> 13197 T4507 C380 P49513 /update {wt=javabin&version=2} {delete=[10059 (-1429343053026426880)]} 0 4
[junit4:junit4]   2> 13198 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10064 (1429343053031669760)]} 0 0
[junit4:junit4]   2> 13203 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1429343053034815488)]} 0 0
[junit4:junit4]   2> 13204 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[10064 (1429343053034815488)]} 0 3
[junit4:junit4]   2> 13232 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[59 (-1429343053066272768)]} 0 1
[junit4:junit4]   2> 13235 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[59 (-1429343053069418496)]} 0 0
[junit4:junit4]   2> 13236 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[59 (-1429343053069418496)]} 0 2
[junit4:junit4]   2> 13239 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[64 (1429343053074661376)]} 0 0
[junit4:junit4]   2> 13244 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1429343053076758528)]} 0 0
[junit4:junit4]   2> 13245 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[64 (1429343053076758528)]} 0 4
[junit4:junit4]   2> 13250 T4488 C379 P49501 /update {wt=javabin&version=2} {delete=[10062 (-1429343053086195712)]} 0 0
[junit4:junit4]   2> 13255 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10062 (-1429343053089341440)]} 0 0
[junit4:junit4]   2> 13256 T4508 C380 P49513 /update {wt=javabin&version=2} {delete=[10062 (-1429343053089341440)]} 0 3
[junit4:junit4]   2> 13258 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10065 (1429343053094584320)]} 0 0
[junit4:junit4]   2> 13264 T4522 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1429343053097730048)]} 0 0
[junit4:junit4]   2> 13265 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10065 (1429343053097730048)]} 0 4
[junit4:junit4]   2> 13288 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10066 (1429343053126041600)]} 0 0
[junit4:junit4]   2> 13289 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[62 (-1429343053127090176)]} 0 0
[junit4:junit4]   2> 13293 T4521 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1429343053128138752)]} 0 0
[junit4:junit4]   2> 13294 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10066 (1429343053128138752)]} 0 4
[junit4:junit4]   2> 13294 T4523 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[62 (-1429343053130235904)]} 0 0
[junit4:junit4]   2> 13295 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[62 (-1429343053130235904)]} 0 3
[junit4:junit4]   2> 13297 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[65 (1429343053135478784)]} 0 0
[junit4:junit4]   2> 13302 T4519 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1429343053137575936)]} 0 0
[junit4:junit4]   2> 13303 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[65 (1429343053137575936)]} 0 4
[junit4:junit4]   2> 13326 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[66 (1429343053165887488)]} 0 0
[junit4:junit4]   2> 13331 T4525 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1429343053169033216)]} 0 0
[junit4:junit4]   2> 13332 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[66 (1429343053169033216)]} 0 3
[junit4:junit4]   2> 13341 T4471 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13341 T4471 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13345 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10067 (1429343053184761856)]} 0 1
[junit4:junit4]   2> 13349 T4471 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e789e3
[junit4:junit4]   2> 13350 T4524 C378 P49522 /update {distrib.from=http://127.0.0.1:49513/ek_tsw/q/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10067 (1429343053187907584)]} 0 0
[junit4:junit4]   2> 13351 T4524 C378 P49522 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e789e3
[junit4:junit4]   2> 13352 T4524 C378 P49522 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /update
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:970)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[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=/update,id=org.apache.solr.handler.UpdateRequestHandler
[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> 13352 T4524 C378 P49522 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=13,adds=13,deletesById=6,deletesByQuery=0,errors=0,cumulative_adds=59,cumulative_deletesById=26,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13353 T4524 C378 P49522 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13354 T4524 C378 P49522 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13354 T4524 C378 P49522 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13354 T4471 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=13,deletesById=6,deletesByQuery=0,errors=0,cumulative_adds=59,cumulative_deletesById=26,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13364 T4524 C378 P49522 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20),segFN=segments_3,generation=3,filenames=[_1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _1.fnm, _1_dv.cfs, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, _0.fdx, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20),segFN=segments_4,generation=4,filenames=[_3_nrm.cfe, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _3.fdt, _3.fnm, _1.fnm, _3_1.del, _3_Lucene41_0.pos, _3_Lucene41_0.tip, _3_dv.cfe, _3_dv.cfs, _1_dv.cfs, _3_Lucene41_0.tim, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _3.fdx, _3_nrm.cfs, _1.fdx, _1_Lucene41_0.pos, _3_Lucene41_0.doc, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, _3.si, _0.fdx, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 13365 T4524 C378 P49522 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_3_nrm.cfe, _1_Lucene41_0.doc, _0_Lucene41_0.pos, _0_dv.cfs, _3.fdt, _3.fnm, _1.fnm, _3_1.del, _3_Lucene41_0.pos, _3_Lucene41_0.tip, _3_dv.cfe, _3_dv.cfs, _1_dv.cfs, _3_Lucene41_0.tim, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1_nrm.cfs, _0.fnm, _1_Lucene41_0.tim, _0_1.del, _1_Lucene41_0.tip, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _1_nrm.cfe, _3.fdx, _3_nrm.cfs, _1.fdx, _1_Lucene41_0.pos, _3_Lucene41_0.doc, _1.fdt, _0_Lucene41_0.doc, _1.si, _0_nrm.cfe, _3.si, _0.fdx, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 13368 T4524 C378 P49522 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13368 T4471 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13368 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10067 (1429343053187907584)]} 0 21
[junit4:junit4]   2> 13369 T4476 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d60bebd240008
[junit4:junit4]   2> 13371 T4513 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> 13371 T4473 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49530 which had sessionid 0x13d60bebd240008
[junit4:junit4]   2> 13372 T4500 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 13372 T4500 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> 13372 T4471 oaz.ZooKeeper.close Session: 0x13d60bebd240008 closed
[junit4:junit4]   2> 13373 T4493 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 13373 T4493 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> 13374 T4513 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 13384 T4471 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/ek_tsw/q,null}
[junit4:junit4]   2> 13385 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[67 (1429343053226704896)]} 0 1
[junit4:junit4]   2> 13389 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[67 (1429343053230899200)]} 0 1
[junit4:junit4]   2> 13402 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[10068 (1429343053244530688)]} 0 1
[junit4:junit4]   2> 13405 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10068 (1429343053247676416)]} 0 1
[junit4:junit4]   2> 13421 T4485 C379 P49501 /update {wt=javabin&version=2} {delete=[10065 (-1429343053265502208)]} 0 0
[junit4:junit4]   2> 13421 T4489 C379 P49501 /update {wt=javabin&version=2} {add=[68 (1429343053265502209)]} 0 0
[junit4:junit4]   2> 13424 T4509 C380 P49513 /update {wt=javabin&version=2} {delete=[10065 (-1429343053268647937)]} 0 0
[junit4:junit4]   2> 13424 T4504 C380 P49513 /update {wt=javabin&version=2} {add=[68 (1429343053268647936)]} 0 0
[junit4:junit4]   2> 13426 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10069 (1429343053270745088)]} 0 0
[junit4:junit4]   2> 13431 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10069 (1429343053274939392)]} 0 1
[junit4:junit4]   2> 13441 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[65 (-1429343053286473728)]} 0 0
[junit4:junit4]   2> 13445 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[65 (-1429343053290668032)]} 0 0
[junit4:junit4]   2> 13448 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[69 (1429343053292765184)]} 0 1
[junit4:junit4]   2> 13450 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[69 (1429343053295910912)]} 0 0
[junit4:junit4]   2> 13462 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10070 (1429343053307445248)]} 0 1
[junit4:junit4]   2> 13464 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10070 (1429343053310590976)]} 0 0
[junit4:junit4]   2> 13482 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[70 (1429343053328416768)]} 0 1
[junit4:junit4]   2> 13484 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[70 (1429343053331562496)]} 0 0
[junit4:junit4]   2> 13486 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[10067 (-1429343053333659648)]} 0 0
[junit4:junit4]   2> 13488 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[10067 (-1429343053335756800)]} 0 0
[junit4:junit4]   2> 13491 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[10071 (1429343053338902528)]} 0 0
[junit4:junit4]   2> 13493 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[10071 (1429343053340999680)]} 0 0
[junit4:junit4]   2> 13506 T4484 C379 P49501 /update {wt=javabin&version=2} {delete=[10071 (-1429343053354631168)]} 0 0
[junit4:junit4]   2> 13507 T4486 C379 P49501 /update {wt=javabin&version=2} {delete=[67 (-1429343053355679744)]} 0 0
[junit4:junit4]   2> 13508 T4505 C380 P49513 /update {wt=javabin&version=2} {delete=[10071 (-1429343053356728320)]} 0 0
[junit4:junit4]   2> 13509 T4506 C380 P49513 /update {wt=javabin&version=2} {delete=[67 (-1429343053357776896)]} 0 0
[junit4:junit4]   2> 13511 T4485 C379 P49501 /update {wt=javabin&version=2} {add=[10072 (1429343053359874048)]} 0 0
[junit4:junit4]   2> 13512 T4487 C379 P49501 /update {wt=javabin&version=2} {add=[71 (1429343053360922624)]} 0 0
[junit4:junit4]   2> 13514 T4507 C380 P49513 /update {wt=javabin&version=2} {add=[10072 (1429343053363019776)]} 0 0
[junit4:junit4]   2> 13515 T4509 C380 P49513 /update {wt=javabin&version=2} {add=[71 (1429343053364068352)]} 0 0
[junit4:junit4]   2> 13526 T4489 C379 P49501 /update {wt=javabin&version=2} {delete=[71 (-1429343053375602688)]} 0 0
[junit4:junit4]   2> 13529 T4504 C380 P49513 /update {wt=javabin&version=2} {delete=[71 (-1429343053378748416)]} 0 0
[junit4:junit4]   2> 13531 T4488 C379 P49501 /update {wt=javabin&version=2} {add=[72 (1429343053380845568)]} 0 0
[junit4:junit4]   2> 13535 T4508 C380 P49513 /update {wt=javabin&version=2} {add=[72 (1429343053383991296)]} 0 1
[junit4:junit4]   2> 13584 T4484 C379 P49501 /update {wt=javabin&version=2} {add=[10073 (1429343053436420096)]} 0 0
[junit4:junit4]   2> 13588 T4505 C380 P49513 /update {wt=javabin&version=2} {add=[10073 (1429343053440614400)]} 0 0
[junit4:junit4]   2> 13605 T4486 C379 P49501 /update {wt=javabin&version=2} {add=[73 (1429343053457391616)]} 0 1
[junit4:junit4]   2> 13606 T4471 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13607 T4506 C380 P49513 /update {wt=javabin&version=2} {add=[73 (1429343053460537344)]} 0 0
[junit4:junit4]   2> 13609 T4471 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49522
[junit4:junit4]   2> 13611 T4471 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13612 T4471 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[j

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

, ZkNodePropsTest, TestLazyCores, BasicZkTest, StatsComponentTest, TestCSVLoader, DirectSolrConnectionTest, StatelessScriptUpdateProcessorFactoryTest, TestUtils, QueryParsingTest, SimpleFacetsTest, CurrencyFieldXmlFileTest, ClusterStateTest, UpdateParamsTest, DistributedSpellCheckComponentTest, JsonLoaderTest, TestRTGBase, SuggesterTest, DistributedQueryElevationComponentTest, TestPluginEnable, SOLR749Test, UpdateRequestProcessorFactoryTest, XsltUpdateRequestHandlerTest, TestCSVResponseWriter, LeaderElectionTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TestFoldingMultitermQuery, TestPseudoReturnFields, TestOmitPositions, SolrPluginUtilsTest, DateMathParserTest, DirectUpdateHandlerOptimizeTest, SignatureUpdateProcessorFactoryTest, TestDFRSimilarityFactory, TestDistributedSearch, IndexSchemaTest, TestSolrQueryParser, TestDocSet, CopyFieldTest, FullSolrCloudDistribCmdsTest, ChaosMonkeyNothingIsSafeTest, TestSurroundQueryParser, FileUtilsTest, SuggesterTSTTest, BinaryUpdateRequestHandlerTest, SpellPossibilityIteratorTest, SystemInfoHandlerTest, TestStressReorder, TestFuzzyAnalyzedSuggestions, EchoParamsTest, TestPropInjectDefaults, SoftAutoCommitTest, DefaultValueUpdateProcessorTest, PluginInfoTest, PrimitiveFieldTypeTest, DisMaxRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestQuerySenderListener, ExternalFileFieldSortTest, ReturnFieldsTest, TestAtomicUpdateErrorCases, TestCopyFieldCollectionResource, DebugComponentTest, FastVectorHighlighterTest, TestFieldCollectionResource, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=BE40CDACE7E111B4 -Dtests.slow=true -Dtests.locale=es_UY -Dtests.timezone=Asia/Kuwait -Dtests.file.encoding=US-ASCII
[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=4530, name=coreLoadExecutor-2740-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@10d9898 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e2167b)
[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=4532, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1322bf9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ddcf20)
[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 33.75s, 1 test, 2 errors <<< FAILURES!

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

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