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/14 07:07:26 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4703/
Java: 32bit/jdk1.6.0_41 -server -XX:+UseParallelGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2260, name=coreLoadExecutor-1083-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=2260, name=coreLoadExecutor-1083-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java: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:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1139c92 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62acb8)
	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=2262, 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=2262, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java: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@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 8616 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 1 T2201 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /jvs/k
[junit4:junit4]   2> 5 T2201 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1363240642992
[junit4:junit4]   2> 6 T2201 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T2202 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 7 T2202 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 7 T2202 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 8 T2202 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 8 T2202 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 8 T2202 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363240642991/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T2201 oasc.ZkTestServer.run start zk server on port:49793
[junit4:junit4]   2> 107 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c1b75e
[junit4:junit4]   2> 108 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T2207 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 108 T2207 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 108 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40336
[junit4:junit4]   2> 108 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40336
[junit4:junit4]   2> 109 T2205 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 179 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30000 with negotiated timeout 10000 for client /127.0.0.1:40336
[junit4:junit4]   2> 179 T2207 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30000, negotiated timeout = 10000
[junit4:junit4]   2> 180 T2208 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c1b75e name:ZooKeeperConnection Watcher:127.0.0.1:49793 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 180 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 180 T2201 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 183 T2206 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d677969b30000
[junit4:junit4]   2> 184 T2208 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 184 T2203 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:40336 which had sessionid 0x13d677969b30000
[junit4:junit4]   2> 184 T2201 oaz.ZooKeeper.close Session: 0x13d677969b30000 closed
[junit4:junit4]   2> 184 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16278ec
[junit4:junit4]   2> 185 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 185 T2209 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 186 T2209 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 186 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40337
[junit4:junit4]   2> 186 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40337
[junit4:junit4]   2> 186 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30001 with negotiated timeout 10000 for client /127.0.0.1:40337
[junit4:junit4]   2> 186 T2209 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30001, negotiated timeout = 10000
[junit4:junit4]   2> 187 T2210 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16278ec name:ZooKeeperConnection Watcher:127.0.0.1:49793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 187 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 187 T2201 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 190 T2201 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 191 T2201 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 193 T2201 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 195 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 196 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 200 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 201 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 203 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 203 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 205 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 205 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 207 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 208 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 210 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 211 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 213 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 213 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 216 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 216 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 217 T2201 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 218 T2201 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 219 T2206 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d677969b30001
[junit4:junit4]   2> 220 T2210 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 220 T2203 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:40337 which had sessionid 0x13d677969b30001
[junit4:junit4]   2> 220 T2201 oaz.ZooKeeper.close Session: 0x13d677969b30001 closed
[junit4:junit4]   2> 300 T2201 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 303 T2201 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60629
[junit4:junit4]   2> 304 T2201 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 304 T2201 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 305 T2201 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206
[junit4:junit4]   2> 305 T2201 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/solr.xml
[junit4:junit4]   2> 305 T2201 oasc.CoreContainer.<init> New CoreContainer 15845090
[junit4:junit4]   2> 306 T2201 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/'
[junit4:junit4]   2> 306 T2201 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/'
[junit4:junit4]   2> 327 T2201 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 327 T2201 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 328 T2201 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 328 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 328 T2201 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 328 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 329 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 329 T2201 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 329 T2201 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 330 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 336 T2201 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 346 T2201 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49793/solr
[junit4:junit4]   2> 347 T2201 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 347 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@166192a
[junit4:junit4]   2> 348 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 348 T2220 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 348 T2220 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 348 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40339
[junit4:junit4]   2> 349 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40339
[junit4:junit4]   2> 349 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30002 with negotiated timeout 20000 for client /127.0.0.1:40339
[junit4:junit4]   2> 349 T2220 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30002, negotiated timeout = 20000
[junit4:junit4]   2> 350 T2221 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@166192a name:ZooKeeperConnection Watcher:127.0.0.1:49793 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 350 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 350 T2206 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d677969b30002
[junit4:junit4]   2> 351 T2221 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 351 T2203 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:40339 which had sessionid 0x13d677969b30002
[junit4:junit4]   2> 351 T2201 oaz.ZooKeeper.close Session: 0x13d677969b30002 closed
[junit4:junit4]   2> 351 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 354 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@164c373
[junit4:junit4]   2> 355 T2222 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 355 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 355 T2222 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 355 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40340
[junit4:junit4]   2> 355 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40340
[junit4:junit4]   2> 356 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30003 with negotiated timeout 20000 for client /127.0.0.1:40340
[junit4:junit4]   2> 356 T2222 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30003, negotiated timeout = 20000
[junit4:junit4]   2> 356 T2223 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@164c373 name:ZooKeeperConnection Watcher:127.0.0.1:49793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 356 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 357 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 358 T2201 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 359 T2201 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60629_jvs%2Fk
[junit4:junit4]   2> 359 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60629_jvs%2Fk Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60629_jvs%2Fk
[junit4:junit4]   2> 360 T2201 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60629_jvs%2Fk
[junit4:junit4]   2> 361 T2201 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 364 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 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> 365 T2201 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 366 T2201 oasc.Overseer.start Overseer (id=89341338779320323-127.0.0.1:60629_jvs%2Fk-n_0000000000) starting
[junit4:junit4]   2> 366 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 367 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 367 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 368 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 368 T2225 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 369 T2201 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 370 T2201 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 371 T2201 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 372 T2224 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 375 T2226 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/collection1
[junit4:junit4]   2> 375 T2226 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 375 T2226 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 376 T2226 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 376 T2226 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/collection1/'
[junit4:junit4]   2> 377 T2226 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/collection1/lib/README' to classloader
[junit4:junit4]   2> 377 T2226 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 401 T2226 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 433 T2226 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 434 T2226 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 438 T2226 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 798 T2226 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 803 T2226 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 806 T2226 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 813 T2226 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 816 T2226 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 818 T2226 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 819 T2226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 819 T2226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 819 T2226 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 820 T2226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 820 T2226 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 820 T2226 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 820 T2226 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363240643206/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/control/data/
[junit4:junit4]   2> 820 T2226 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a835d
[junit4:junit4]   2> 821 T2226 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 821 T2226 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/control/data forceNew: false
[junit4:junit4]   2> 821 T2226 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/control/data/index/
[junit4:junit4]   2> 821 T2226 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363240642991/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 822 T2226 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/control/data/index forceNew: false
[junit4:junit4]   2> 823 T2226 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8bf6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bcdbb1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 823 T2226 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 824 T2226 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 824 T2226 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 825 T2226 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 825 T2226 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 825 T2226 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 826 T2226 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 826 T2226 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 826 T2226 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 826 T2226 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 828 T2226 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 830 T2226 oass.SolrIndexSearcher.<init> Opening Searcher@afc023 main
[junit4:junit4]   2> 831 T2226 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/control/data/tlog
[junit4:junit4]   2> 831 T2226 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 832 T2226 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 836 T2227 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@afc023 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 837 T2226 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 837 T2226 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 837 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 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> 1874 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1875 T2224 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:60629_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60629/jvs/k"}
[junit4:junit4]   2> 1875 T2224 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1875 T2224 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1876 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 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> 1881 T2223 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> 2839 T2226 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2840 T2226 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60629/jvs/k collection:control_collection shard:shard1
[junit4:junit4]   2> 2840 T2226 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2845 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 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> 2845 T2226 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2846 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2846 T2226 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2847 T2226 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2847 T2226 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60629/jvs/k/collection1/
[junit4:junit4]   2> 2847 T2226 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2847 T2226 oasc.SyncStrategy.syncToMe http://127.0.0.1:60629/jvs/k/collection1/ has no replicas
[junit4:junit4]   2> 2847 T2226 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60629/jvs/k/collection1/
[junit4:junit4]   2> 2847 T2226 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2849 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3384 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3389 T2223 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> 3403 T2226 oasc.ZkController.register We are http://127.0.0.1:60629/jvs/k/collection1/ and leader is http://127.0.0.1:60629/jvs/k/collection1/
[junit4:junit4]   2> 3403 T2226 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60629/jvs/k
[junit4:junit4]   2> 3403 T2226 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3403 T2226 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3403 T2226 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3405 T2226 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3406 T2201 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3406 T2201 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3406 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3409 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3410 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@97f5f
[junit4:junit4]   2> 3410 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3411 T2229 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3411 T2229 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 3411 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40341
[junit4:junit4]   2> 3411 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40341
[junit4:junit4]   2> 3412 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30004 with negotiated timeout 10000 for client /127.0.0.1:40341
[junit4:junit4]   2> 3412 T2229 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30004, negotiated timeout = 10000
[junit4:junit4]   2> 3412 T2230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@97f5f name:ZooKeeperConnection Watcher:127.0.0.1:49793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3413 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3413 T2201 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3415 T2201 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3478 T2201 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3479 T2201 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43193
[junit4:junit4]   2> 3480 T2201 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3480 T2201 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3481 T2201 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401
[junit4:junit4]   2> 3481 T2201 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/solr.xml
[junit4:junit4]   2> 3481 T2201 oasc.CoreContainer.<init> New CoreContainer 5169099
[junit4:junit4]   2> 3482 T2201 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/'
[junit4:junit4]   2> 3482 T2201 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/'
[junit4:junit4]   2> 3499 T2201 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3499 T2201 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3500 T2201 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3500 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3501 T2201 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3501 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3501 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3502 T2201 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3502 T2201 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3502 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3508 T2201 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3518 T2201 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49793/solr
[junit4:junit4]   2> 3518 T2201 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3519 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@f39801
[junit4:junit4]   2> 3519 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3520 T2240 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3520 T2240 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 3520 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40342
[junit4:junit4]   2> 3521 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40342
[junit4:junit4]   2> 3521 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30005 with negotiated timeout 20000 for client /127.0.0.1:40342
[junit4:junit4]   2> 3521 T2240 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30005, negotiated timeout = 20000
[junit4:junit4]   2> 3522 T2241 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f39801 name:ZooKeeperConnection Watcher:127.0.0.1:49793 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3522 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3522 T2206 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d677969b30005
[junit4:junit4]   2> 3523 T2203 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:40342 which had sessionid 0x13d677969b30005
[junit4:junit4]   2> 3523 T2201 oaz.ZooKeeper.close Session: 0x13d677969b30005 closed
[junit4:junit4]   2> 3523 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3524 T2241 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3526 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a48f1d
[junit4:junit4]   2> 3526 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3526 T2242 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3527 T2242 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 3527 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40343
[junit4:junit4]   2> 3527 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40343
[junit4:junit4]   2> 3528 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30006 with negotiated timeout 20000 for client /127.0.0.1:40343
[junit4:junit4]   2> 3528 T2242 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30006, negotiated timeout = 20000
[junit4:junit4]   2> 3528 T2243 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a48f1d name:ZooKeeperConnection Watcher:127.0.0.1:49793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3528 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3529 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3529 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3530 T2201 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4532 T2201 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43193_jvs%2Fk
[junit4:junit4]   2> 4533 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43193_jvs%2Fk Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43193_jvs%2Fk
[junit4:junit4]   2> 4533 T2201 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43193_jvs%2Fk
[junit4:junit4]   2> 4535 T2223 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> 4535 T2230 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4535 T2243 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4536 T2223 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4540 T2244 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/collection1
[junit4:junit4]   2> 4540 T2244 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4541 T2244 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4541 T2244 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4542 T2244 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/collection1/'
[junit4:junit4]   2> 4542 T2244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/collection1/lib/README' to classloader
[junit4:junit4]   2> 4543 T2244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4566 T2244 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4598 T2244 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4599 T2244 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4602 T2244 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4893 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4893 T2224 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:60629_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60629/jvs/k"}
[junit4:junit4]   2> 4897 T2243 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> 4897 T2230 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> 4898 T2223 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> 4946 T2244 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4952 T2244 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4954 T2244 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4963 T2244 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4966 T2244 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4968 T2244 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4969 T2244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4969 T2244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4969 T2244 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4970 T2244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4970 T2244 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4970 T2244 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4970 T2244 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363240646401/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty1/
[junit4:junit4]   2> 4970 T2244 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a835d
[junit4:junit4]   2> 4971 T2244 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4971 T2244 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty1 forceNew: false
[junit4:junit4]   2> 4971 T2244 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty1/index/
[junit4:junit4]   2> 4971 T2244 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4971 T2244 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty1/index forceNew: false
[junit4:junit4]   2> 4972 T2244 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1313c69 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b40fd7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4973 T2244 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4974 T2244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4974 T2244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4975 T2244 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4975 T2244 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4975 T2244 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4975 T2244 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4976 T2244 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4976 T2244 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4976 T2244 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4978 T2244 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4980 T2244 oass.SolrIndexSearcher.<init> Opening Searcher@fdfa61 main
[junit4:junit4]   2> 4981 T2244 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty1/tlog
[junit4:junit4]   2> 4981 T2244 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4981 T2244 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4985 T2245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdfa61 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4987 T2244 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4987 T2244 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6400 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6401 T2224 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:43193_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43193/jvs/k"}
[junit4:junit4]   2> 6401 T2224 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6401 T2224 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6404 T2223 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> 6404 T2243 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> 6404 T2230 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> 6988 T2244 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6988 T2244 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43193/jvs/k collection:collection1 shard:shard1
[junit4:junit4]   2> 6989 T2244 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6993 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6993 T2244 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6993 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6994 T2244 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6994 T2244 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6995 T2244 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43193/jvs/k/collection1/
[junit4:junit4]   2> 6995 T2244 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6995 T2244 oasc.SyncStrategy.syncToMe http://127.0.0.1:43193/jvs/k/collection1/ has no replicas
[junit4:junit4]   2> 6995 T2244 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43193/jvs/k/collection1/
[junit4:junit4]   2> 6995 T2244 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6997 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7908 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7913 T2223 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> 7913 T2230 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> 7913 T2243 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> 7952 T2244 oasc.ZkController.register We are http://127.0.0.1:43193/jvs/k/collection1/ and leader is http://127.0.0.1:43193/jvs/k/collection1/
[junit4:junit4]   2> 7952 T2244 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43193/jvs/k
[junit4:junit4]   2> 7952 T2244 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7953 T2244 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7953 T2244 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7954 T2244 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7955 T2201 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7955 T2201 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7956 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8019 T2201 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8021 T2201 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58944
[junit4:junit4]   2> 8022 T2201 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8023 T2201 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8023 T2201 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944
[junit4:junit4]   2> 8023 T2201 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/solr.xml
[junit4:junit4]   2> 8024 T2201 oasc.CoreContainer.<init> New CoreContainer 13189258
[junit4:junit4]   2> 8024 T2201 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/'
[junit4:junit4]   2> 8025 T2201 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/'
[junit4:junit4]   2> 8042 T2201 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8043 T2201 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8043 T2201 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8043 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8043 T2201 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8044 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8044 T2201 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8044 T2201 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8045 T2201 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8045 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8059 T2201 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8076 T2201 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49793/solr
[junit4:junit4]   2> 8076 T2201 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8077 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@98e27e
[junit4:junit4]   2> 8077 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8078 T2256 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8078 T2256 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 8078 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40345
[junit4:junit4]   2> 8079 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40345
[junit4:junit4]   2> 8079 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30007 with negotiated timeout 20000 for client /127.0.0.1:40345
[junit4:junit4]   2> 8079 T2256 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30007, negotiated timeout = 20000
[junit4:junit4]   2> 8080 T2257 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@98e27e name:ZooKeeperConnection Watcher:127.0.0.1:49793 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8080 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8081 T2206 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d677969b30007
[junit4:junit4]   2> 8082 T2203 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:40345 which had sessionid 0x13d677969b30007
[junit4:junit4]   2> 8082 T2257 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8082 T2201 oaz.ZooKeeper.close Session: 0x13d677969b30007 closed
[junit4:junit4]   2> 8082 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8085 T2201 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49793/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@15b1233
[junit4:junit4]   2> 8086 T2258 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49793. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8086 T2201 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8086 T2258 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49793, initiating session
[junit4:junit4]   2> 8087 T2203 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:40346
[junit4:junit4]   2> 8087 T2203 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:40346
[junit4:junit4]   2> 8088 T2205 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d677969b30008 with negotiated timeout 20000 for client /127.0.0.1:40346
[junit4:junit4]   2> 8088 T2258 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49793, sessionid = 0x13d677969b30008, negotiated timeout = 20000
[junit4:junit4]   2> 8088 T2259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15b1233 name:ZooKeeperConnection Watcher:127.0.0.1:49793/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8088 T2201 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8088 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8089 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8090 T2201 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9092 T2201 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58944_jvs%2Fk
[junit4:junit4]   2> 9093 T2206 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d677969b30008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58944_jvs%2Fk Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58944_jvs%2Fk
[junit4:junit4]   2> 9093 T2201 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58944_jvs%2Fk
[junit4:junit4]   2> 9095 T2243 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> 9095 T2223 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> 9095 T2230 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9095 T2230 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> 9095 T2259 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9096 T2223 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9096 T2243 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9100 T2260 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/collection1
[junit4:junit4]   2> 9101 T2260 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9101 T2260 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9101 T2260 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9102 T2260 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/collection1/'
[junit4:junit4]   2> 9102 T2260 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/collection1/lib/README' to classloader
[junit4:junit4]   2> 9102 T2260 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9129 T2260 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9172 T2260 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9173 T2260 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9177 T2260 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9415 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9416 T2224 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:43193_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43193/jvs/k"}
[junit4:junit4]   2> 9418 T2230 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> 9418 T2223 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> 9418 T2243 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> 9418 T2259 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> 9550 T2260 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9556 T2260 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9559 T2260 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9569 T2260 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9573 T2260 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9577 T2260 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9578 T2260 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9578 T2260 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9578 T2260 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9579 T2260 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9579 T2260 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9580 T2260 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9580 T2260 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363240650944/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/
[junit4:junit4]   2> 9580 T2260 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a835d
[junit4:junit4]   2> 9580 T2260 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9581 T2260 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2 forceNew: false
[junit4:junit4]   2> 9581 T2260 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/index/
[junit4:junit4]   2> 9581 T2260 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9581 T2260 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/index forceNew: false
[junit4:junit4]   2> 9583 T2260 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9f8489 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1112370),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9583 T2260 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9584 T2260 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9585 T2260 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9585 T2260 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9586 T2260 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9586 T2260 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9586 T2260 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9587 T2260 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9587 T2260 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9587 T2260 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9589 T2260 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9592 T2260 oass.SolrIndexSearcher.<init> Opening Searcher@1c2199d main
[junit4:junit4]   2> 9592 T2260 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/tlog
[junit4:junit4]   2> 9592 T2260 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9593 T2260 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9598 T2261 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c2199d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9599 T2260 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9600 T2260 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10921 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10921 T2224 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:58944_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58944/jvs/k"}
[junit4:junit4]   2> 10921 T2224 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10921 T2224 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10925 T2230 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> 10925 T2223 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> 10925 T2259 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> 10925 T2243 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> 11601 T2260 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11601 T2260 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58944/jvs/k collection:collection1 shard:shard1
[junit4:junit4]   2> 11603 T2260 oasc.ZkController.register We are http://127.0.0.1:58944/jvs/k/collection1/ and leader is http://127.0.0.1:43193/jvs/k/collection1/
[junit4:junit4]   2> 11603 T2260 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58944/jvs/k
[junit4:junit4]   2> 11604 T2260 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11604 T2260 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C101 name=collection1 org.apache.solr.core.SolrCore@1e80aa8 url=http://127.0.0.1:58944/jvs/k/collection1 node=127.0.0.1:58944_jvs%2Fk C101_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:58944_jvs%2Fk, base_url=http://127.0.0.1:58944/jvs/k}
[junit4:junit4]   2> 11604 T2262 C101 P58944 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11604 T2260 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11605 T2262 C101 P58944 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11605 T2262 C101 P58944 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11605 T2262 C101 P58944 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11605 T2201 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11606 T2262 C101 P58944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11606 T2201 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11606 T2201 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11609 T2201 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C102 name=collection1 org.apache.solr.core.SolrCore@582e92 url=http://127.0.0.1:60629/jvs/k/collection1 node=127.0.0.1:60629_jvs%2Fk C102_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:60629_jvs%2Fk, base_url=http://127.0.0.1:60629/jvs/k, leader=true}
[junit4:junit4]   2> 11618 T2218 C102 P60629 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8bf6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bcdbb1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11619 T2218 C102 P60629 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11620 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[1 (1429461432640995328)]} 0 4
[junit4:junit4]   2> 11621 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10001 (1429461432644141056)]} 0 1
[junit4:junit4]   2> ASYNC  NEW_CORE C103 name=collection1 org.apache.solr.core.SolrCore@4e5450 url=http://127.0.0.1:43193/jvs/k/collection1 node=127.0.0.1:43193_jvs%2Fk C103_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:43193_jvs%2Fk, base_url=http://127.0.0.1:43193/jvs/k, leader=true}
[junit4:junit4]   2> 11630 T2237 C103 P43193 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1313c69 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b40fd7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11630 T2237 C103 P43193 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11632 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[1 (1429461432653578240)]} 0 4
[junit4:junit4]   2> 11632 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10001 (1429461432653578241)]} 0 4
[junit4:junit4]   2> 11716 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[2 (1429461432743755776)]} 0 1
[junit4:junit4]   2> 11716 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10002 (1429461432743755777)]} 0 1
[junit4:junit4]   2> 11719 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[2 (1429461432747950080)]} 0 1
[junit4:junit4]   2> 11719 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10002 (1429461432747950081)]} 0 0
[junit4:junit4]   2> 11789 T2218 C102 P60629 /update {wt=javabin&version=2} {delete=[10002 (-1429461432821350401)]} 0 0
[junit4:junit4]   2> 11789 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[2 (-1429461432821350400)]} 0 0
[junit4:junit4]   2> 11792 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[2 (-1429461432823447552)]} 0 1
[junit4:junit4]   2> 11792 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[10002 (-1429461432823447553)]} 0 1
[junit4:junit4]   2> 11794 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[3 (1429461432826593280)]} 0 0
[junit4:junit4]   2> 11794 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10003 (1429461432826593281)]} 0 0
[junit4:junit4]   2> 11797 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[3 (1429461432828690432)]} 0 1
[junit4:junit4]   2> 11797 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10003 (1429461432828690433)]} 0 1
[junit4:junit4]   2> 11838 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[4 (1429461432871682048)]} 0 1
[junit4:junit4]   2> 11838 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10004 (1429461432871682049)]} 0 1
[junit4:junit4]   2> 11840 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[4 (1429461432874827776)]} 0 0
[junit4:junit4]   2> 11840 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10004 (1429461432874827777)]} 0 0
[junit4:junit4]   2> 11879 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[5 (1429461432915722240)]} 0 1
[junit4:junit4]   2> 11879 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10005 (1429461432915722241)]} 0 1
[junit4:junit4]   2> 11882 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10005 (1429461432917819392)]} 0 1
[junit4:junit4]   2> 11882 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[5 (1429461432917819393)]} 0 1
[junit4:junit4]   2> 11975 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10006 (1429461433016385536)]} 0 0
[junit4:junit4]   2> 11976 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[6 (1429461433017434112)]} 0 0
[junit4:junit4]   2> 11978 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10006 (1429461433019531264)]} 0 0
[junit4:junit4]   2> 11978 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[6 (1429461433019531265)]} 0 0
[junit4:junit4]   2> 12053 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[5 (-1429461433097125889)]} 0 1
[junit4:junit4]   2> 12053 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10005 (-1429461433097125888)]} 0 1
[junit4:junit4]   2> 12055 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[5 (-1429461433100271616)]} 0 1
[junit4:junit4]   2> 12055 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10005 (-1429461433100271617)]} 0 0
[junit4:junit4]   2> 12057 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[7 (1429461433102368768)]} 0 1
[junit4:junit4]   2> 12057 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10007 (1429461433102368769)]} 0 0
[junit4:junit4]   2> 12060 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[7 (1429461433104465920)]} 0 1
[junit4:junit4]   2> 12060 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10007 (1429461433104465921)]} 0 1
[junit4:junit4]   2> 12135 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[6 (-1429461433184157696)]} 0 0
[junit4:junit4]   2> 12135 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10006 (-1429461433184157697)]} 0 0
[junit4:junit4]   2> 12138 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10006 (-1429461433186254848)]} 0 1
[junit4:junit4]   2> 12138 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[6 (-1429461433187303424)]} 0 1
[junit4:junit4]   2> 12140 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10008 (1429461433188352000)]} 0 1
[junit4:junit4]   2> 12140 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[8 (1429461433189400576)]} 0 0
[junit4:junit4]   2> 12142 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10008 (1429461433191497728)]} 0 0
[junit4:junit4]   2> 12143 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[8 (1429461433191497729)]} 0 1
[junit4:junit4]   2> 12178 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[7 (-1429461433229246464)]} 0 0
[junit4:junit4]   2> 12178 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10007 (-1429461433229246465)]} 0 0
[junit4:junit4]   2> 12180 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[10007 (-1429461433231343616)]} 0 0
[junit4:junit4]   2> 12180 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[7 (-1429461433231343617)]} 0 0
[junit4:junit4]   2> 12183 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[9 (1429461433233440769)]} 0 1
[junit4:junit4]   2> 12183 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10009 (1429461433233440768)]} 0 1
[junit4:junit4]   2> 12185 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[9 (1429461433236586496)]} 0 0
[junit4:junit4]   2> 12185 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10009 (1429461433236586497)]} 0 0
[junit4:junit4]   2> 12267 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[9 (-1429461433322569728)]} 0 1
[junit4:junit4]   2> 12267 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10009 (-1429461433322569729)]} 0 1
[junit4:junit4]   2> 12269 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[9 (-1429461433324666880)]} 0 0
[junit4:junit4]   2> 12269 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10009 (-1429461433324666881)]} 0 0
[junit4:junit4]   2> 12271 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10 (1429461433326764032)]} 0 0
[junit4:junit4]   2> 12271 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10010 (1429461433326764033)]} 0 0
[junit4:junit4]   2> 12273 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10 (1429461433328861184)]} 0 0
[junit4:junit4]   2> 12274 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10010 (1429461433328861185)]} 0 1
[junit4:junit4]   2> 12292 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10011 (1429461433348784129)]} 0 0
[junit4:junit4]   2> 12293 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[11 (1429461433348784128)]} 0 1
[junit4:junit4]   2> 12295 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[11 (1429461433351929856)]} 0 1
[junit4:junit4]   2> 12295 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10011 (1429461433350881280)]} 0 1
[junit4:junit4]   2> 12311 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10010 (-1429461433368707072)]} 0 0
[junit4:junit4]   2> 12311 T2218 C102 P60629 /update {wt=javabin&version=2} {delete=[10 (-1429461433368707073)]} 0 0
[junit4:junit4]   2> 12313 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10 (-1429461433370804224)]} 0 0
[junit4:junit4]   2> 12313 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[10010 (-1429461433370804225)]} 0 0
[junit4:junit4]   2> 12316 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10012 (1429461433372901377)]} 0 1
[junit4:junit4]   2> 12316 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[12 (1429461433372901376)]} 0 1
[junit4:junit4]   2> 12318 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10012 (1429461433376047104)]} 0 0
[junit4:junit4]   2> 12318 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[12 (1429461433376047105)]} 0 0
[junit4:junit4]   2> 12392 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10011 (-1429461433453641728)]} 0 0
[junit4:junit4]   2> 12393 T2218 C102 P60629 /update {wt=javabin&version=2} {delete=[11 (-1429461433453641729)]} 0 1
[junit4:junit4]   2> 12395 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[10011 (-1429461433456787456)]} 0 1
[junit4:junit4]   2> 12395 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[11 (-1429461433456787457)]} 0 0
[junit4:junit4]   2> 12397 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10013 (1429461433458884608)]} 0 0
[junit4:junit4]   2> 12398 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[13 (1429461433458884609)]} 0 1
[junit4:junit4]   2> 12400 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[13 (1429461433460981761)]} 0 1
[junit4:junit4]   2> 12400 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10013 (1429461433460981760)]} 0 1
[junit4:junit4]   2> 12427 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12428 T2224 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:58944_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58944/jvs/k"}
[junit4:junit4]   2> 12430 T2230 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> 12430 T2243 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> 12430 T2223 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> 12430 T2259 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> 12500 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10014 (1429461433565839361)]} 0 1
[junit4:junit4]   2> 12500 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[14 (1429461433565839360)]} 0 1
[junit4:junit4]   2>  C101_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:58944_jvs%2Fk, base_url=http://127.0.0.1:58944/jvs/k}
[junit4:junit4]   2> 12508 T2255 C101 P58944 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9f8489 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1112370),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12509 T2255 C101 P58944 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12511 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429461433568985089)]} 0 4
[junit4:junit4]   2> 12511 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429461433568985088)]} 0 4
[junit4:junit4]   2> 12512 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10014 (1429461433568985088)]} 0 10
[junit4:junit4]   2> 12512 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[14 (1429461433568985089)]} 0 10
[junit4:junit4]   2> 12604 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10012 (-1429461433675939841)]} 0 0
[junit4:junit4]   2> 12604 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[12 (-1429461433675939840)]} 0 0
[junit4:junit4]   2> 12609 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1429461433678036992)]} 0 1
[junit4:junit4]   2> 12609 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1429461433678036993)]} 0 1
[junit4:junit4]   2> 12609 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10012 (-1429461433678036992)]} 0 3
[junit4:junit4]   2> 12609 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[12 (-1429461433678036993)]} 0 3
[junit4:junit4]   2> 12610 T2236 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:58944_jvs%252Fk&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 12611 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10015 (1429461433683279872)]} 0 0
[junit4:junit4]   2> 12612 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[15 (1429461433683279873)]} 0 1
[junit4:junit4]   2> 12615 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429461433685377024)]} 0 0
[junit4:junit4]   2> 12616 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429461433685377025)]} 0 1
[junit4:junit4]   2> 12616 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10015 (1429461433685377024)]} 0 3
[junit4:junit4]   2> 12616 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[15 (1429461433685377025)]} 0 3
[junit4:junit4]   2> 12660 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10013 (-1429461433734660097)]} 0 0
[junit4:junit4]   2> 12660 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[13 (-1429461433734660096)]} 0 0
[junit4:junit4]   2> 12665 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10013 (-1429461433737805824)]} 0 0
[junit4:junit4]   2> 12665 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[13 (-1429461433737805825)]} 0 0
[junit4:junit4]   2> 12665 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[13 (-1429461433737805825)]} 0 2
[junit4:junit4]   2> 12665 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10013 (-1429461433737805824)]} 0 3
[junit4:junit4]   2> 12668 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[16 (1429461433742000128)]} 0 1
[junit4:junit4]   2> 12668 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10016 (1429461433742000129)]} 0 1
[junit4:junit4]   2> 12672 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429461433745145856)]} 0 0
[junit4:junit4]   2> 12672 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429461433745145857)]} 0 0
[junit4:junit4]   2> 12672 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[16 (1429461433745145856)]} 0 2
[junit4:junit4]   2> 12673 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10016 (1429461433745145857)]} 0 3
[junit4:junit4]   2> 12684 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[17 (1429461433759825920)]} 0 0
[junit4:junit4]   2> 12684 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10017 (1429461433759825921)]} 0 0
[junit4:junit4]   2> 12688 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429461433761923072)]} 0 0
[junit4:junit4]   2> 12689 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[17 (1429461433761923072)]} 0 3
[junit4:junit4]   2> 12689 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429461433761923073)]} 0 1
[junit4:junit4]   2> 12690 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10017 (1429461433761923073)]} 0 4
[junit4:junit4]   2> 12712 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[18 (1429461433788137472)]} 0 1
[junit4:junit4]   2> 12712 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10018 (1429461433789186048)]} 0 0
[junit4:junit4]   2> 12717 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429461433791283200)]} 0 0
[junit4:junit4]   2> 12717 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429461433791283201)]} 0 1
[junit4:junit4]   2> 12717 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[18 (1429461433791283200)]} 0 3
[junit4:junit4]   2> 12717 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10018 (1429461433791283201)]} 0 3
[junit4:junit4]   2> 12811 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[19 (1429461433891946496)]} 0 1
[junit4:junit4]   2> 12811 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10019 (1429461433891946497)]} 0 1
[junit4:junit4]   2> 12816 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429461433895092224)]} 0 1
[junit4:junit4]   2> 12816 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[19 (1429461433895092224)]} 0 3
[junit4:junit4]   2> 12817 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429461433896140800)]} 0 1
[junit4:junit4]   2> 12817 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10019 (1429461433896140800)]} 0 3
[junit4:junit4]   2> 12886 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[20 (1429461433970589696)]} 0 1
[junit4:junit4]   2> 12887 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10020 (1429461433971638272)]} 0 1
[junit4:junit4]   2> 12890 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429461433973735424)]} 0 0
[junit4:junit4]   2> 12891 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[20 (1429461433973735424)]} 0 3
[junit4:junit4]   2> 12891 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429461433974784000)]} 0 0
[junit4:junit4]   2> 12892 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10020 (1429461433974784000)]} 0 3
[junit4:junit4]   2> 12965 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[15 (-1429461434054475776)]} 0 0
[junit4:junit4]   2> 12966 T2218 C102 P60629 /update {wt=javabin&version=2} {delete=[10015 (-1429461434055524352)]} 0 1
[junit4:junit4]   2> 12969 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429461434056572928)]} 0 0
[junit4:junit4]   2> 12970 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429461434057621504)]} 0 1
[junit4:junit4]   2> 12970 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[15 (-1429461434056572928)]} 0 3
[junit4:junit4]   2> 12970 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10015 (-1429461434057621504)]} 0 2
[junit4:junit4]   2> 12972 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[21 (1429461434061815808)]} 0 0
[junit4:junit4]   2> 12972 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10021 (1429461434061815809)]} 0 0
[junit4:junit4]   2> 12977 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429461434063912960)]} 0 1
[junit4:junit4]   2> 12977 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429461434063912961)]} 0 0
[junit4:junit4]   2> 12977 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[21 (1429461434063912960)]} 0 3
[junit4:junit4]   2> 12977 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10021 (1429461434063912961)]} 0 3
[junit4:junit4]   2> 13043 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10022 (1429461434136264704)]} 0 1
[junit4:junit4]   2> 13043 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[22 (1429461434136264705)]} 0 1
[junit4:junit4]   2> 13048 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429461434138361856)]} 0 1
[junit4:junit4]   2> 13048 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429461434138361857)]} 0 1
[junit4:junit4]   2> 13048 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10022 (1429461434138361856)]} 0 3
[junit4:junit4]   2> 13048 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[22 (1429461434138361857)]} 0 3
[junit4:junit4]   2> 13121 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10017 (-1429461434218053633)]} 0 0
[junit4:junit4]   2> 13121 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[17 (-1429461434218053632)]} 0 0
[junit4:junit4]   2> 13125 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429461434221199360)]} 0 0
[junit4:junit4]   2> 13125 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429461434221199361)]} 0 0
[junit4:junit4]   2> 13126 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10017 (-1429461434221199360)]} 0 2
[junit4:junit4]   2> 13126 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[17 (-1429461434221199361)]} 0 2
[junit4:junit4]   2> 13128 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10023 (1429461434225393664)]} 0 0
[junit4:junit4]   2> 13128 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[23 (1429461434225393665)]} 0 0
[junit4:junit4]   2> 13133 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429461434227490816)]} 0 0
[junit4:junit4]   2> 13133 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429461434227490817)]} 0 0
[junit4:junit4]   2> 13134 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10023 (1429461434227490816)]} 0 4
[junit4:junit4]   2> 13134 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[23 (1429461434227490817)]} 0 4
[junit4:junit4]   2> 13195 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[24 (1429461434294599680)]} 0 1
[junit4:junit4]   2> 13195 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10024 (1429461434294599681)]} 0 1
[junit4:junit4]   2> 13201 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429461434298793984)]} 0 1
[junit4:junit4]   2> 13202 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429461434297745408)]} 0 1
[junit4:junit4]   2> 13202 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10024 (1429461434298793984)]} 0 5
[junit4:junit4]   2> 13202 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[24 (1429461434297745408)]} 0 5
[junit4:junit4]   2> 13258 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10025 (1429461434360659968)]} 0 1
[junit4:junit4]   2> 13258 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[25 (1429461434360659969)]} 0 1
[junit4:junit4]   2> 13263 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429461434363805696)]} 0 1
[junit4:junit4]   2> 13263 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429461434363805697)]} 0 1
[junit4:junit4]   2> 13263 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10025 (1429461434363805696)]} 0 3
[junit4:junit4]   2> 13263 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[25 (1429461434363805697)]} 0 3
[junit4:junit4]   2> 13277 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10020 (-1429461434381631488)]} 0 0
[junit4:junit4]   2> 13277 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[20 (-1429461434381631489)]} 0 0
[junit4:junit4]   2> 13281 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1429461434384777216)]} 0 0
[junit4:junit4]   2> 13281 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1429461434383728640)]} 0 0
[junit4:junit4]   2> 13282 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[20 (-1429461434384777216)]} 0 3
[junit4:junit4]   2> 13282 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10020 (-1429461434383728640)]} 0 3
[junit4:junit4]   2> 13284 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[26 (1429461434388971520)]} 0 0
[junit4:junit4]   2> 13284 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10026 (1429461434388971521)]} 0 0
[junit4:junit4]   2> 13289 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429461434391068672)]} 0 1
[junit4:junit4]   2> 13289 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429461434391068673)]} 0 1
[junit4:junit4]   2> 13289 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[26 (1429461434391068672)]} 0 3
[junit4:junit4]   2> 13289 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10026 (1429461434391068673)]} 0 3
[junit4:junit4]   2> 13362 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[27 (1429461434469711872)]} 0 1
[junit4:junit4]   2> 13362 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10027 (1429461434469711873)]} 0 1
[junit4:junit4]   2> 13366 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429461434472857600)]} 0 0
[junit4:junit4]   2> 13367 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429461434472857601)]} 0 1
[junit4:junit4]   2> 13367 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[27 (1429461434472857600)]} 0 3
[junit4:junit4]   2> 13367 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10027 (1429461434472857601)]} 0 3
[junit4:junit4]   2> 13394 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10028 (1429461434503266304)]} 0 1
[junit4:junit4]   2> 13394 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[28 (1429461434503266305)]} 0 1
[junit4:junit4]   2> 13398 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429461434506412033)]} 0 0
[junit4:junit4]   2> 13398 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429461434506412032)]} 0 0
[junit4:junit4]   2> 13399 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[28 (1429461434506412033)]} 0 3
[junit4:junit4]   2> 13399 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10028 (1429461434506412032)]} 0 3
[junit4:junit4]   2> 13402 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[24 (-1429461434512703488)]} 0 1
[junit4:junit4]   2> 13402 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10024 (-1429461434512703489)]} 0 0
[junit4:junit4]   2> 13405 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1429461434514800640)]} 0 0
[junit4:junit4]   2> 13405 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1429461434514800641)]} 0 0
[junit4:junit4]   2> 13406 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[24 (-1429461434514800640)]} 0 3
[junit4:junit4]   2> 13406 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10024 (-1429461434514800641)]} 0 2
[junit4:junit4]   2> 13408 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[29 (1429461434518994944)]} 0 1
[junit4:junit4]   2> 13408 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10029 (1429461434518994945)]} 0 0
[junit4:junit4]   2> 13412 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429461434521092096)]} 0 1
[junit4:junit4]   2> 13412 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[29 (1429461434521092096)]} 0 2
[junit4:junit4]   2> 13413 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429461434521092097)]} 0 1
[junit4:junit4]   2> 13413 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10029 (1429461434521092097)]} 0 3
[junit4:junit4]   2> 13466 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[30 (1429461434579812352)]} 0 1
[junit4:junit4]   2> 13467 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10030 (1429461434579812353)]} 0 1
[junit4:junit4]   2> 13471 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429461434581909504)]} 0 1
[junit4:junit4]   2> 13471 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429461434582958080)]} 0 0
[junit4:junit4]   2> 13471 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[30 (1429461434581909504)]} 0 3
[junit4:junit4]   2> 13471 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10030 (1429461434582958080)]} 0 2
[junit4:junit4]   2> 13486 T2218 C102 P60629 /update {wt=javabin&version=2} {delete=[25 (-1429461434600783872)]} 0 0
[junit4:junit4]   2> 13486 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10025 (-1429461434600783873)]} 0 0
[junit4:junit4]   2> 13490 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[25 (-1429461434602881024)]} 0 0
[junit4:junit4]   2> 13490 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10025 (-1429461434602881025)]} 0 0
[junit4:junit4]   2> 13490 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[25 (-1429461434602881024)]} 0 2
[junit4:junit4]   2> 13491 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10025 (-1429461434602881025)]} 0 3
[junit4:junit4]   2> 13493 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[31 (1429461434607075328)]} 0 1
[junit4:junit4]   2> 13493 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10031 (1429461434608123904)]} 0 1
[junit4:junit4]   2> 13497 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429461434610221056)]} 0 0
[junit4:junit4]   2> 13497 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429461434610221057)]} 0 0
[junit4:junit4]   2> 13497 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[31 (1429461434610221056)]} 0 3
[junit4:junit4]   2> 13498 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10031 (1429461434610221057)]} 0 3
[junit4:junit4]   2> 13555 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[32 (1429461434673135616)]} 0 0
[junit4:junit4]   2> 13556 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10032 (1429461434673135617)]} 0 1
[junit4:junit4]   2> 13560 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429461434675232768)]} 0 1
[junit4:junit4]   2> 13560 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429461434676281344)]} 0 1
[junit4:junit4]   2> 13560 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[32 (1429461434675232768)]} 0 3
[junit4:junit4]   2> 13561 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10032 (1429461434676281344)]} 0 4
[junit4:junit4]   2> 13611 T2201 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 58944
[junit4:junit4]   2> 13612 T2201 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=13189258
[junit4:junit4]   2> 13654 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10027 (-1429461434776944640)]} 0 0
[junit4:junit4]   2> 13654 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[27 (-1429461434776944641)]} 0 0
[junit4:junit4]   2> 13658 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10027 (-1429461434779041793)]} 0 0
[junit4:junit4]   2> 13658 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[27 (-1429461434779041792)]} 0 0
[junit4:junit4]   2> 13659 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[10027 (-1429461434779041793)]} 0 3
[junit4:junit4]   2> 13659 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[27 (-1429461434779041792)]} 0 3
[junit4:junit4]   2> 13661 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10033 (1429461434784284672)]} 0 0
[junit4:junit4]   2> 13662 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[33 (1429461434784284673)]} 0 1
[junit4:junit4]   2> 13666 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429461434786381824)]} 0 1
[junit4:junit4]   2> 13666 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429461434787430400)]} 0 0
[junit4:junit4]   2> 13667 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10033 (1429461434786381824)]} 0 4
[junit4:junit4]   2> 13667 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[33 (1429461434787430400)]} 0 3
[junit4:junit4]   2> 13725 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[28 (-1429461434850344961)]} 0 1
[junit4:junit4]   2> 13725 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10028 (-1429461434850344960)]} 0 1
[junit4:junit4]   2> 13728 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1429461434853490689)]} 0 0
[junit4:junit4]   2> 13729 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1429461434853490688)]} 0 1
[junit4:junit4]   2> 13729 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10028 (-1429461434853490689)]} 0 2
[junit4:junit4]   2> 13729 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[28 (-1429461434853490688)]} 0 2
[junit4:junit4]   2> 13732 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10034 (1429461434857684992)]} 0 1
[junit4:junit4]   2> 13732 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[34 (1429461434857684993)]} 0 1
[junit4:junit4]   2> 13736 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429461434860830720)]} 0 0
[junit4:junit4]   2> 13736 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429461434860830721)]} 0 0
[junit4:junit4]   2> 13736 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10034 (1429461434860830720)]} 0 3
[junit4:junit4]   2> 13737 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[34 (1429461434860830721)]} 0 3
[junit4:junit4]   2> 13803 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10035 (1429461434933182464)]} 0 0
[junit4:junit4]   2> 13803 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[35 (1429461434933182465)]} 0 0
[junit4:junit4]   2> 13808 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429461434935279617)]} 0 1
[junit4:junit4]   2> 13808 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429461434935279616)]} 0 1
[junit4:junit4]   2> 13808 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[35 (1429461434935279617)]} 0 3
[junit4:junit4]   2> 13809 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10035 (1429461434935279616)]} 0 4
[junit4:junit4]   2> 13899 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10036 (1429461435033845760)]} 0 0
[junit4:junit4]   2> 13900 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[36 (1429461435033845761)]} 0 1
[junit4:junit4]   2> 13904 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429461435036991488)]} 0 0
[junit4:junit4]   2> 13904 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429461435036991489)]} 0 0
[junit4:junit4]   2> 13905 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10036 (1429461435036991488)]} 0 3
[junit4:junit4]   2> 13905 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[36 (1429461435036991489)]} 0 3
[junit4:junit4]   2> 13933 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13934 T2224 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:58944_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58944/jvs/k"}
[junit4:junit4]   2> 13940 T2259 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> 13940 T2223 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> 13940 T2243 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> 13940 T2230 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> 13978 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10029 (-1429461435116683264)]} 0 0
[junit4:junit4]   2> 13978 T2218 C102 P60629 /update {wt=javabin&version=2} {delete=[29 (-1429461435116683265)]} 0 0
[junit4:junit4]   2> 13980 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[29 (-1429461435118780416)]} 0 0
[junit4:junit4]   2> 13980 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10029 (-1429461435118780417)]} 0 0
[junit4:junit4]   2> 13982 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[37 (1429461435120877568)]} 0 0
[junit4:junit4]   2> 13983 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10037 (1429461435120877569)]} 0 1
[junit4:junit4]   2> 13985 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[37 (1429461435122974720)]} 0 1
[junit4:junit4]   2> 13985 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10037 (1429461435122974721)]} 0 1
[junit4:junit4]   2> 14076 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[31 (-1429461435219443712)]} 0 0
[junit4:junit4]   2> 14076 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10031 (-1429461435219443713)]} 0 0
[junit4:junit4]   2> 14078 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[31 (-1429461435221540864)]} 0 0
[junit4:junit4]   2> 14078 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10031 (-1429461435221540865)]} 0 0
[junit4:junit4]   2> 14081 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[38 (1429461435223638016)]} 0 1
[junit4:junit4]   2> 14081 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10038 (1429461435223638017)]} 0 1
[junit4:junit4]   2> 14083 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[38 (1429461435226783744)]} 0 0
[junit4:junit4]   2> 14083 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10038 (1429461435226783745)]} 0 0
[junit4:junit4]   2> 14114 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[32 (-1429461435258241024)]} 0 1
[junit4:junit4]   2> 14114 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10032 (-1429461435259289600)]} 0 1
[junit4:junit4]   2> 14116 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10032 (-1429461435261386752)]} 0 0
[junit4:junit4]   2> 14116 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[32 (-1429461435261386753)]} 0 0
[junit4:junit4]   2> 14118 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10039 (1429461435263483904)]} 0 0
[junit4:junit4]   2> 14118 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[39 (1429461435263483905)]} 0 0
[junit4:junit4]   2> 14120 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10039 (1429461435265581056)]} 0 0
[junit4:junit4]   2> 14121 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[39 (1429461435265581057)]} 0 1
[junit4:junit4]   2> 14173 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10034 (-1429461435321155584)]} 0 0
[junit4:junit4]   2> 14173 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[34 (-1429461435321155585)]} 0 0
[junit4:junit4]   2> 14175 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10034 (-1429461435323252736)]} 0 0
[junit4:junit4]   2> 14175 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[34 (-1429461435323252737)]} 0 0
[junit4:junit4]   2> 14178 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[40 (1429461435325349888)]} 0 1
[junit4:junit4]   2> 14178 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10040 (1429461435325349889)]} 0 1
[junit4:junit4]   2> 14181 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10040 (1429461435328495616)]} 0 1
[junit4:junit4]   2> 14181 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[40 (1429461435329544192)]} 0 1
[junit4:junit4]   2> 14224 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[39 (-1429461435374632960)]} 0 0
[junit4:junit4]   2> 14224 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10039 (-1429461435374632961)]} 0 0
[junit4:junit4]   2> 14226 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[39 (-1429461435376730112)]} 0 0
[junit4:junit4]   2> 14226 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10039 (-1429461435376730113)]} 0 0
[junit4:junit4]   2> 14229 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10041 (1429461435378827264)]} 0 1
[junit4:junit4]   2> 14229 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[41 (1429461435378827265)]} 0 1
[junit4:junit4]   2> 14231 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10041 (1429461435381972992)]} 0 1
[junit4:junit4]   2> 14231 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[41 (1429461435381972993)]} 0 0
[junit4:junit4]   2> 14245 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10042 (1429461435395604481)]} 0 1
[junit4:junit4]   2> 14245 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[42 (1429461435395604480)]} 0 1
[junit4:junit4]   2> 14247 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10042 (1429461435398750208)]} 0 0
[junit4:junit4]   2> 14247 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[42 (1429461435398750209)]} 0 0
[junit4:junit4]   2> 14313 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10043 (1429461435467956225)]} 0 0
[junit4:junit4]   2> 14314 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[43 (1429461435467956224)]} 0 1
[junit4:junit4]   2> 14316 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10043 (1429461435470053376)]} 0 1
[junit4:junit4]   2> 14316 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[43 (1429461435471101952)]} 0 1
[junit4:junit4]   2> 14322 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[44 (1429461435476344832)]} 0 1
[junit4:junit4]   2> 14322 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10044 (1429461435476344833)]} 0 1
[junit4:junit4]   2> 14324 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10044 (1429461435479490561)]} 0 0
[junit4:junit4]   2> 14324 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[44 (1429461435479490560)]} 0 0
[junit4:junit4]   2> 14386 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10045 (1429461435544502273)]} 0 1
[junit4:junit4]   2> 14386 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[45 (1429461435544502272)]} 0 1
[junit4:junit4]   2> 14389 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[45 (1429461435547648000)]} 0 1
[junit4:junit4]   2> 14389 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10045 (1429461435547648001)]} 0 1
[junit4:junit4]   2> 14489 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[46 (1429461435651457024)]} 0 1
[junit4:junit4]   2> 14489 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10046 (1429461435652505600)]} 0 0
[junit4:junit4]   2> 14491 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[46 (1429461435654602752)]} 0 0
[junit4:junit4]   2> 14492 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10046 (1429461435654602753)]} 0 1
[junit4:junit4]   2> 14517 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[47 (1429461435680817152)]} 0 1
[junit4:junit4]   2> 14517 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10047 (1429461435681865728)]} 0 0
[junit4:junit4]   2> 14519 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[47 (1429461435683962880)]} 0 0
[junit4:junit4]   2> 14520 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10047 (1429461435683962881)]} 0 1
[junit4:junit4]   2> 14562 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[48 (1429461435729051648)]} 0 1
[junit4:junit4]   2> 14562 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10048 (1429461435729051649)]} 0 1
[junit4:junit4]   2> 14564 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[48 (1429461435731148800)]} 0 0
[junit4:junit4]   2> 14565 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10048 (1429461435731148801)]} 0 1
[junit4:junit4]   2> 14606 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[49 (1429461435775188992)]} 0 0
[junit4:junit4]   2> 14607 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10049 (1429461435775188993)]} 0 1
[junit4:junit4]   2> 14609 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[49 (1429461435778334720)]} 0 1
[junit4:junit4]   2> 14610 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10049 (1429461435779383296)]} 0 1
[junit4:junit4]   2>  C101_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:58944_jvs%2Fk, base_url=http://127.0.0.1:58944/jvs/k}
[junit4:junit4]   2> 14610 T2262 C101 P58944 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:43193/jvs/k/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14610 T2262 C101 P58944 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:58944/jvs/k START replicas=[http://127.0.0.1:43193/jvs/k/collection1/] nUpdates=100
[junit4:junit4]   2> 14683 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[42 (-1429461435855929344)]} 0 0
[junit4:junit4]   2> 14683 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10042 (-1429461435855929345)]} 0 0
[junit4:junit4]   2> 14686 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[42 (-1429461435859075072)]} 0 1
[junit4:junit4]   2> 14686 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10042 (-1429461435859075073)]} 0 0
[junit4:junit4]   2> 14693 T2262 C101 P58944 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14693 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10050 (1429461435861172225)]} 0 5
[junit4:junit4]   2> 14693 T2262 C101 P58944 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14693 T2237 C103 P43193 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=81 
[junit4:junit4]   2> 14693 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[50 (1429461435861172224)]} 0 5
[junit4:junit4]   2> 14694 T2262 C101 P58944 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14694 T2262 C101 P58944 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14694 T2262 C101 P58944 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14694 T2262 C101 P58944 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:43193/jvs/k/collection1/. core=collection1
[junit4:junit4]   2> 14694 T2262 C101 P58944 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14696 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10050 (1429461435868512256)]} 0 1
[junit4:junit4]   2> 14696 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[50 (1429461435869560832)]} 0 1
[junit4:junit4]   2> 14698 T2236 C103 P43193 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14703 T2236 C103 P43193 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1313c69 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b40fd7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1313c69 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b40fd7),segFN=segments_2,generation=2,filenames=[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1_Lucene41_0.pos, _1.fdx, _1.fdt, _0_Lucene41_0.doc, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 14703 T2236 C103 P43193 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1_Lucene41_0.pos, _1.fdx, _1.fdt, _0_Lucene41_0.doc, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 14705 T2236 C103 P43193 oass.SolrIndexSearcher.<init> Opening Searcher@168c919 realtime
[junit4:junit4]   2> 14705 T2236 C103 P43193 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14706 T2236 C103 P43193 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 14706 T2262 C101 P58944 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14706 T2262 C101 P58944 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14708 T2239 C103 P43193 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14709 T2239 C103 P43193 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14709 T2262 C101 P58944 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14709 T2262 C101 P58944 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14709 T2262 C101 P58944 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14711 T2238 C103 P43193 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14711 T2262 C101 P58944 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 27
[junit4:junit4]   2> 14712 T2262 C101 P58944 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/index.20130313235737698 forceNew: false
[junit4:junit4]   2> 14712 T2262 C101 P58944 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081) fullCopy=true
[junit4:junit4]   2> 14714 T2236 C103 P43193 REQ /replication {file=_1_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14717 T2237 C103 P43193 REQ /replication {file=_1_Lucene42_0.dvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14720 T2239 C103 P43193 REQ /replication {file=_0_Lucene42_0.dvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14722 T2238 C103 P43193 REQ /replication {file=_0_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14724 T2236 C103 P43193 REQ /replication {file=_0_Lucene42_0.dvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14727 T2237 C103 P43193 REQ /replication {file=_1_Lucene42_0.dvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14729 T2239 C103 P43193 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14731 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10051 (1429461435905212416)]} 0 1
[junit4:junit4]   2> 14731 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[51 (1429461435905212417)]} 0 1
[junit4:junit4]   2> 14732 T2238 C103 P43193 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14734 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10051 (1429461435908358144)]} 0 1
[junit4:junit4]   2> 14734 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[51 (1429461435908358145)]} 0 1
[junit4:junit4]   2> 14734 T2239 C103 P43193 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14737 T2238 C103 P43193 REQ /replication {file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14739 T2236 C103 P43193 REQ /replication {file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14742 T2237 C103 P43193 REQ /replication {file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14744 T2239 C103 P43193 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14747 T2238 C103 P43193 REQ /replication {file=_1_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14749 T2236 C103 P43193 REQ /replication {file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14752 T2237 C103 P43193 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14755 T2239 C103 P43193 REQ /replication {file=_1_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14757 T2238 C103 P43193 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14764 T2236 C103 P43193 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14767 T2237 C103 P43193 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14770 T2239 C103 P43193 REQ /replication {file=_1_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14773 T2238 C103 P43193 REQ /replication {file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14776 T2236 C103 P43193 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14778 T2237 C103 P43193 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14781 T2239 C103 P43193 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14783 T2238 C103 P43193 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14786 T2236 C103 P43193 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14786 T2262 C101 P58944 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14787 T2262 C101 P58944 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130313235737698
[junit4:junit4]   2> 14787 T2262 C101 P58944 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14788 T2262 C101 P58944 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14788 T2262 C101 P58944 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14789 T2262 C101 P58944 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/index.20130313235737698
[junit4:junit4]   2> 14791 T2262 C101 P58944 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081),segFN=segments_2,generation=2,filenames=[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 14791 T2262 C101 P58944 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 14791 T2262 C101 P58944 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14793 T2262 C101 P58944 oass.SolrIndexSearcher.<init> Opening Searcher@8fcc52 main
[junit4:junit4]   2> 14794 T2261 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8fcc52 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C74/32 _1(5.0):C26/12)}
[junit4:junit4]   2> 14794 T2262 C101 P58944 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@9f8489 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1112370)
[junit4:junit4]   2> 14794 T2262 C101 P58944 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/index
[junit4:junit4]   2> 14794 T2262 C101 P58944 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@9f8489 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1112370)
[junit4:junit4]   2> 14798 T2262 C101 P58944 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14798 T2270 C101 P58944 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363240642991/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5148
[junit4:junit4]   2> 14799 T2270 C101 P58944 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14801 T2270 C101 P58944 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081),segFN=segments_2,generation=2,filenames=[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, segments_2, _0.fdx, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081),segFN=segments_3,generation=3,filenames=[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.fdx, _0.fdt, segments_3]
[junit4:junit4]   2> 14801 T2270 C101 P58944 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.fdx, _0.fdt, segments_3]
[junit4:junit4]   2> 14801 T2270 C101 P58944 oass.SolrIndexSearcher.<init> Opening Searcher@15c2656 main
[junit4:junit4]   2> 14802 T2270 C101 P58944 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14802 T2261 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15c2656 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C74/32 _1(5.0):C26/12)}
[junit4:junit4]   2> 14802 T2270 C101 P58944 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5148}
[junit4:junit4]   2> 14803 T2262 C101 P58944 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14803 T2262 C101 P58944 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14803 T2262 C101 P58944 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14804 T2262 C101 P58944 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14834 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[52 (1429461436014264320)]} 0 0
[junit4:junit4]   2> 14835 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10052 (1429461436014264321)]} 0 1
[junit4:junit4]   2> 14837 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[52 (1429461436017410048)]} 0 0
[junit4:junit4]   2> 14837 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10052 (1429461436017410049)]} 0 0
[junit4:junit4]   2> 14899 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[10043 (-1429461436082421761)]} 0 0
[junit4:junit4]   2> 14899 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[43 (-1429461436082421760)]} 0 0
[junit4:junit4]   2> 14901 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[10043 (-1429461436084518912)]} 0 0
[junit4:junit4]   2> 14901 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[43 (-1429461436084518913)]} 0 0
[junit4:junit4]   2> 14904 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10053 (1429461436086616064)]} 0 1
[junit4:junit4]   2> 14904 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[53 (1429461436086616065)]} 0 1
[junit4:junit4]   2> 14906 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10053 (1429461436089761792)]} 0 0
[junit4:junit4]   2> 14906 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[53 (1429461436089761793)]} 0 0
[junit4:junit4]   2> 14924 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[44 (-1429461436108636161)]} 0 1
[junit4:junit4]   2> 14924 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10044 (-1429461436108636160)]} 0 1
[junit4:junit4]   2> 14926 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[44 (-1429461436110733313)]} 0 0
[junit4:junit4]   2> 14926 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[10044 (-1429461436110733312)]} 0 0
[junit4:junit4]   2> 14928 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10054 (1429461436112830464)]} 0 0
[junit4:junit4]   2> 14929 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[54 (1429461436112830465)]} 0 1
[junit4:junit4]   2> 14931 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10054 (1429461436114927616)]} 0 1
[junit4:junit4]   2> 14931 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[54 (1429461436114927617)]} 0 1
[junit4:junit4]   2> 15029 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[46 (-1429461436218736641)]} 0 0
[junit4:junit4]   2> 15029 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10046 (-1429461436218736640)]} 0 0
[junit4:junit4]   2> 15031 T2237 C103 P43193 /update {wt=javabin&version=2} {delete=[46 (-1429461436220833792)]} 0 0
[junit4:junit4]   2> 15031 T2238 C103 P43193 /update {wt=javabin&version=2} {delete=[10046 (-1429461436220833793)]} 0 0
[junit4:junit4]   2> 15034 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10055 (1429461436222930944)]} 0 1
[junit4:junit4]   2> 15034 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[55 (1429461436222930945)]} 0 1
[junit4:junit4]   2> 15036 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10055 (1429461436226076672)]} 0 0
[junit4:junit4]   2> 15037 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[55 (1429461436226076673)]} 0 1
[junit4:junit4]   2> 15083 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10056 (1429461436274311168)]} 0 1
[junit4:junit4]   2> 15083 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[56 (1429461436275359744)]} 0 0
[junit4:junit4]   2> 15086 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[56 (1429461436277456897)]} 0 1
[junit4:junit4]   2> 15086 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[10056 (1429461436277456896)]} 0 1
[junit4:junit4]   2> 15134 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10049 (-1429461436328837120)]} 0 0
[junit4:junit4]   2> 15134 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[49 (-1429461436328837121)]} 0 0
[junit4:junit4]   2> 15137 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[49 (-1429461436331982848)]} 0 0
[junit4:junit4]   2> 15137 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[10049 (-1429461436331982849)]} 0 0
[junit4:junit4]   2> 15139 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[57 (1429461436334080000)]} 0 0
[junit4:junit4]   2> 15140 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10057 (1429461436334080001)]} 0 1
[junit4:junit4]   2> 15142 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[57 (1429461436336177152)]} 0 1
[junit4:junit4]   2> 15142 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10057 (1429461436336177153)]} 0 1
[junit4:junit4]   2> 15155 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[58 (1429461436349808640)]} 0 1
[junit4:junit4]   2> 15155 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10058 (1429461436349808641)]} 0 1
[junit4:junit4]   2> 15157 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[58 (1429461436352954368)]} 0 0
[junit4:junit4]   2> 15158 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10058 (1429461436352954369)]} 0 1
[junit4:junit4]   2> 15209 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[59 (1429461436406431744)]} 0 1
[junit4:junit4]   2> 15209 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10059 (1429461436406431745)]} 0 1
[junit4:junit4]   2> 15211 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10059 (1429461436409577473)]} 0 0
[junit4:junit4]   2> 15211 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[59 (1429461436409577472)]} 0 0
[junit4:junit4]   2> 15270 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[50 (-1429461436470394881)]} 0 1
[junit4:junit4]   2> 15270 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10050 (-1429461436470394880)]} 0 1
[junit4:junit4]   2> 15272 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10050 (-1429461436473540608)]} 0 0
[junit4:junit4]   2> 15272 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[50 (-1429461436473540609)]} 0 0
[junit4:junit4]   2> 15274 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10060 (1429461436475637760)]} 0 0
[junit4:junit4]   2> 15275 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[60 (1429461436475637761)]} 0 1
[junit4:junit4]   2> 15277 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[60 (1429461436477734913)]} 0 1
[junit4:junit4]   2> 15277 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10060 (1429461436477734912)]} 0 1
[junit4:junit4]   2> 15363 T2219 C102 P60629 /update {wt=javabin&version=2} {delete=[10051 (-1429461436567912449)]} 0 1
[junit4:junit4]   2> 15363 T2217 C102 P60629 /update {wt=javabin&version=2} {delete=[51 (-1429461436567912448)]} 0 1
[junit4:junit4]   2> 15365 T2239 C103 P43193 /update {wt=javabin&version=2} {delete=[51 (-1429461436571058177)]} 0 0
[junit4:junit4]   2> 15365 T2236 C103 P43193 /update {wt=javabin&version=2} {delete=[10051 (-1429461436571058176)]} 0 0
[junit4:junit4]   2> 15368 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[10061 (1429461436573155329)]} 0 1
[junit4:junit4]   2> 15368 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[61 (1429461436573155328)]} 0 1
[junit4:junit4]   2> 15370 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[61 (1429461436576301057)]} 0 0
[junit4:junit4]   2> 15370 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10061 (1429461436576301056)]} 0 0
[junit4:junit4]   2> 15442 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[10062 (1429461436651798529)]} 0 0
[junit4:junit4]   2> 15443 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[62 (1429461436651798528)]} 0 1
[junit4:junit4]   2> 15444 T2224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15444 T2224 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:58944_jvs%2Fk",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58944/jvs/k"}
[junit4:junit4]   2> 15445 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[10062 (1429461436654944256)]} 0 1
[junit4:junit4]   2> 15445 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[62 (1429461436654944257)]} 0 0
[junit4:junit4]   2> 15448 T2259 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> 15448 T2230 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> 15448 T2243 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> 15448 T2223 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> 15510 T2218 C102 P60629 /update {wt=javabin&version=2} {add=[63 (1429461436722053121)]} 0 1
[junit4:junit4]   2> 15510 T2216 C102 P60629 /update {wt=javabin&version=2} {add=[10063 (1429461436722053120)]} 0 1
[junit4:junit4]   2>  C101_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:58944_jvs%2Fk, base_url=http://127.0.0.1:58944/jvs/k}
[junit4:junit4]   2> 15515 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1429461436725198848)]} 0 1
[junit4:junit4]   2> 15515 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1429461436725198849)]} 0 1
[junit4:junit4]   2> 15516 T2237 C103 P43193 /update {wt=javabin&version=2} {add=[63 (1429461436725198848)]} 0 4
[junit4:junit4]   2> 15516 T2238 C103 P43193 /update {wt=javabin&version=2} {add=[10063 (1429461436725198849)]} 0 4
[junit4:junit4]   2> 15565 T2219 C102 P60629 /update {wt=javabin&version=2} {add=[64 (1429461436779724800)]} 0 1
[junit4:junit4]   2> 15565 T2217 C102 P60629 /update {wt=javabin&version=2} {add=[10064 (1429461436779724801)]} 0 1
[junit4:junit4]   2> 15569 T2252 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1429461436782870528)]} 0 0
[junit4:junit4]   2> 15570 T2254 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1429461436782870529)]} 0 1
[junit4:junit4]   2> 15570 T2236 C103 P43193 /update {wt=javabin&version=2} {add=[64 (1429461436782870528)]} 0 3
[junit4:junit4]   2> 15570 T2239 C103 P43193 /update {wt=javabin&version=2} {add=[10064 (1429461436782870529)]} 0 3
[junit4:junit4]   2> 15613 T2201 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15613 T2201 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15617 T2201 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e80aa8
[junit4:junit4]   2> 15622 T2218 C102 P60629 /update {wt=javabin&version=2} {delete=[55 (-1429461436840542209)]} 0 0
[junit4:junit4]   2> 15622 T2216 C102 P60629 /update {wt=javabin&version=2} {delete=[10055 (-1429461436840542208)]} 0 0
[junit4:junit4]   2> 15624 T2201 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=4,adds=4,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15625 T2201 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15626 T2201 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15626 T2201 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15626 T2253 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 15627 T2255 C101 P58944 /update {distrib.from=http://127.0.0.1:43193/jvs/k/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 15627 T2253 C101 P58944 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15627 T2201 C101 P58944 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081),segFN=segments_3,generation=3,filenames=[_1_Lucene41_0.doc, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _0_1.del, _1_Lucene41_0.tip, _0.nvm, _1_1.del, _1.fdx, _1_Lucene41_0.pos, _1.fdt, _0_Lucene41_0.doc, _1.si, _0.fdx, _0.fdt, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081),segFN=segments_4,generation=4,filenames=[_2.si, _2_Lucene41_0.pos, _1_Lucene41_0.doc, _2_Lucene41_0.tim, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _2_Lucene41_0.tip, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _2.fdt, _0_1.del, _1_Lucene41_0.tip, _2_Lucene41_0.doc, _0.nvm, _1_1.del, _2.fdx, _2.fnm, _1.fdx, _1_Lucene41_0.pos, _2.nvm, _2_Lucene42_0.dvm, _1.fdt, _0_Lucene41_0.doc, _1.si, _2.nvd, _0.fdx, _0.fdt, _2_Lucene42_0.dvd, segments_4]
[junit4:junit4]   2> 15627 T2255 C101 P58944 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15628 T2237 C103 P43193 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:58944/jvs/k/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:58944/jvs/k/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15629 T2255 C101 P58944 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e80aa8
[junit4:junit4]   2> 15628 T2201 C101 P58944 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2.si, _2_Lucene41_0.pos, _1_Lucene41_0.doc, _2_Lucene41_0.tim, _0_Lucene42_0.dvd, _1_Lucene42_0.dvm, _0_Lucene41_0.pos, _0_Lucene42_0.dvm, _2_Lucene41_0.tip, _1_Lucene42_0.dvd, _1.fnm, _0.nvd, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_Lucene41_0.tim, _1.nvd, _2.fdt, _0_1.del, _1_Lucene41_0.tip, _2_Lucene41_0.doc, _0.nvm, _1_1.del, _2.fdx, _2.fnm, _1.fdx, _1_Lucene41_0.pos, _2.nvm, _2_Lucene42_0.dvm, _1.fdt, _0_Lucene41_0.doc, _1.si, _2.nvd, _0.fdx, _0.fdt, _2_Lucene42_0.dvd, segments_4]
[junit4:junit4]   2> 15629 T2255 C101 P58944 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=4,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=50,cumulative_deletesById=20,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15629 T2237 C103 P43193 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:58944/jvs/k to recover
[junit4:junit4]   2> 15631 T2237 C103 P43193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15631 T2255 C101 P58944 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15631 T2201 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15632 T2238 C103 P43193 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:58944/jvs/k/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:58944/jvs/k/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15632 T2238 C103 P43193 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:58944/jvs/k to recover
[junit4:junit4]   2> 15632 T2238 C103 P43193 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15633 T2206 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d677969b30008
[junit4:junit4]   2> 15635 T2259 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> 15635 T2223 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> 15635 T2203 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:40346 which had sessionid 0x13d677969b30008
[junit4:junit4]   2> 15635 T2259 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 15635 T2243 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> 15635 T2201 oaz.ZooKeeper.close Session: 0x13d677969b30008 closed
[junit4:junit4]   2> 15635 T2259 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 15635 T2230 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15636 T2230 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> 15636 T2259 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15636 T2223 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15637 T2243 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15637 T2238 C103 P43193 oasup.DistributedUpdateProcessor.doFinish Could not tell a replica to recover org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:58944/jvs/k
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doFinish(DistributedUpdateProcessor.java:440)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1086)
[junit4:junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:179)
[junit4:junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:83)
[junit4:junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:58944 refused
[junit4:junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]   2> 	... 35 more
[junit4:junit4]   2> Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
[junit4:junit4]   2> 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
[junit4:junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl

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

dsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=481), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=481)), sim=DefaultSimilarity, locale=el, timezone=America/Merida
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Sun Microsystems Inc. 1.6.0_41 (32-bit)/cpus=8,threads=1,free=169418456,total=315555840
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParser, SchemaVersionSpecificBehaviorTest, SynonymTokenizerTest, AlternateDirectoryTest, TestCoreContainer, OverseerCollectionProcessorTest, TestQueryUtils, TestExtendedDismaxParser, SOLR749Test, TestCharFilters, FileBasedSpellCheckerTest, UUIDFieldTest, LeaderElectionTest, AutoCommitTest, TermsComponentTest, SyncSliceTest, TestPHPSerializedResponseWriter, TestValueSourceCache, ReturnFieldsTest, DistributedSpellCheckComponentTest, TestRandomDVFaceting, TestPluginEnable, BinaryUpdateRequestHandlerTest, UpdateRequestProcessorFactoryTest, SpatialFilterTest, TestStressVersions, TestCopyFieldCollectionResource, SpellingQueryConverterTest, CacheHeaderTest, TestFunctionQuery, SolrInfoMBeanTest, ClusterStateUpdateTest, TestLMDirichletSimilarityFactory, SliceStateUpdateTest, TestSweetSpotSimilarityFactory, MinimalSchemaTest, SuggesterTest, CSVRequestHandlerTest, TestFastLRUCache, FieldMutatingUpdateProcessorTest, OverseerTest, ScriptEngineTest, SolrIndexSplitterTest, TestFaceting, SolrTestCaseJ4Test, TestLFUCache, MoreLikeThisHandlerTest, UnloadDistributedZkTest, DocumentBuilderTest, TermVectorComponentTest, QueryParsingTest, BasicDistributedZkTest, TestStressRecovery, SliceStateTest, MBeansHandlerTest, SimpleFacetsTest, TestPhraseSuggestions, RegexBoostProcessorTest, TestBadConfig, PrimitiveFieldTypeTest, SoftAutoCommitTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=89137012D0ECC583 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=America/Merida -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2260, name=coreLoadExecutor-1083-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java: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:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1139c92 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62acb8)
[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=2262, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java: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@47de8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1386081)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4] Completed on J0 in 36.11s, 1 test, 2 errors <<< FAILURES!

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

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