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/09 21:35:06 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.6.0_41) - Build # 4641 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4641/
Java: 64bit/jdk1.6.0_41 -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=573, name=coreLoadExecutor-278-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=573, name=coreLoadExecutor-278-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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
	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@559be2c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79492ac)
	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=575, 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=575, 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:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	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@661cd479 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63dbf1b0)
	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 8306 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T514 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ev_p/
[junit4:junit4]   2> 4 T514 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-1362860556925
[junit4:junit4]   2> 5 T514 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T515 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T515 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T515 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T515 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T515 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T515 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-1362860556924/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T514 oasc.ZkTestServer.run start zk server on port:48453
[junit4:junit4]   2> 106 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@29794f5b
[junit4:junit4]   2> 107 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T520 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 108 T520 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 109 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43080
[junit4:junit4]   2> 109 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43080
[junit4:junit4]   2> 110 T518 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 200 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0000 with negotiated timeout 10000 for client /127.0.0.1:43080
[junit4:junit4]   2> 201 T520 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0000, negotiated timeout = 10000
[junit4:junit4]   2> 201 T521 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29794f5b name:ZooKeeperConnection Watcher:127.0.0.1:48453 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 201 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 201 T514 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 204 T519 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d50d1c27f0000
[junit4:junit4]   2> 205 T521 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 205 T514 oaz.ZooKeeper.close Session: 0x13d50d1c27f0000 closed
[junit4:junit4]   2> 205 T516 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43080 which had sessionid 0x13d50d1c27f0000
[junit4:junit4]   2> 205 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3f2e7707
[junit4:junit4]   2> 206 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 206 T522 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 207 T522 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 207 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43081
[junit4:junit4]   2> 207 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43081
[junit4:junit4]   2> 208 T522 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0001, negotiated timeout = 10000
[junit4:junit4]   2> 208 T523 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f2e7707 name:ZooKeeperConnection Watcher:127.0.0.1:48453/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 208 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0001 with negotiated timeout 10000 for client /127.0.0.1:43081
[junit4:junit4]   2> 208 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 209 T514 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 211 T514 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 213 T514 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 215 T514 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 217 T514 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> 217 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 222 T514 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> 223 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 226 T514 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> 227 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 229 T514 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> 229 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 231 T514 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> 232 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 234 T514 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> 234 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 237 T514 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> 237 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 239 T514 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> 239 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 241 T514 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> 241 T514 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 243 T519 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d50d1c27f0001
[junit4:junit4]   2> 243 T523 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 243 T514 oaz.ZooKeeper.close Session: 0x13d50d1c27f0001 closed
[junit4:junit4]   2> 244 T516 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43081 which had sessionid 0x13d50d1c27f0001
[junit4:junit4]   2> 299 T514 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 301 T514 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33529
[junit4:junit4]   2> 302 T514 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 302 T514 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 302 T514 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-1362860557164
[junit4:junit4]   2> 303 T514 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-1362860557164/solr.xml
[junit4:junit4]   2> 303 T514 oasc.CoreContainer.<init> New CoreContainer 1033421452
[junit4:junit4]   2> 303 T514 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-1362860557164/'
[junit4:junit4]   2> 304 T514 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-1362860557164/'
[junit4:junit4]   2> 319 T514 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 319 T514 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 319 T514 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 320 T514 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 320 T514 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 320 T514 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 320 T514 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 321 T514 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 321 T514 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 321 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 327 T514 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 336 T514 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48453/solr
[junit4:junit4]   2> 337 T514 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 337 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2050de0
[junit4:junit4]   2> 337 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 338 T533 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 338 T533 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 338 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43082
[junit4:junit4]   2> 339 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43082
[junit4:junit4]   2> 339 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0002 with negotiated timeout 20000 for client /127.0.0.1:43082
[junit4:junit4]   2> 339 T533 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0002, negotiated timeout = 20000
[junit4:junit4]   2> 340 T534 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2050de0 name:ZooKeeperConnection Watcher:127.0.0.1:48453 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 340 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 341 T519 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d50d1c27f0002
[junit4:junit4]   2> 341 T534 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 341 T516 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43082 which had sessionid 0x13d50d1c27f0002
[junit4:junit4]   2> 341 T514 oaz.ZooKeeper.close Session: 0x13d50d1c27f0002 closed
[junit4:junit4]   2> 342 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 344 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@351ff5d1
[junit4:junit4]   2> 345 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 345 T535 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 345 T535 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 346 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43083
[junit4:junit4]   2> 346 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43083
[junit4:junit4]   2> 346 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0003 with negotiated timeout 20000 for client /127.0.0.1:43083
[junit4:junit4]   2> 346 T535 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0003, negotiated timeout = 20000
[junit4:junit4]   2> 347 T536 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@351ff5d1 name:ZooKeeperConnection Watcher:127.0.0.1:48453/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 347 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 348 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 349 T514 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 351 T514 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33529_ev_p
[junit4:junit4]   2> 351 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33529_ev_p Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33529_ev_p
[junit4:junit4]   2> 351 T514 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33529_ev_p
[junit4:junit4]   2> 353 T514 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 356 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 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> 357 T514 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 359 T514 oasc.Overseer.start Overseer (id=89316429458767875-127.0.0.1:33529_ev_p-n_0000000000) starting
[junit4:junit4]   2> 359 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 360 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 361 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 361 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 362 T538 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 362 T514 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 364 T514 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 366 T514 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 367 T537 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 369 T539 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-1362860557164/collection1
[junit4:junit4]   2> 370 T539 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 370 T539 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 370 T539 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 371 T539 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-1362860557164/collection1/'
[junit4:junit4]   2> 371 T539 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-1362860557164/collection1/lib/README' to classloader
[junit4:junit4]   2> 372 T539 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-1362860557164/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 395 T539 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 427 T539 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 428 T539 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 433 T539 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 757 T539 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 763 T539 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 765 T539 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 779 T539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 782 T539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 786 T539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 787 T539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 789 T539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 789 T539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 790 T539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 790 T539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 790 T539 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-1362860557164/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/control/data/
[junit4:junit4]   2> 790 T539 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52458f41
[junit4:junit4]   2> 791 T539 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 791 T539 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/control/data forceNew: false
[junit4:junit4]   2> 791 T539 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/control/data/index/
[junit4:junit4]   2> 792 T539 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362860556924/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 792 T539 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/control/data/index forceNew: false
[junit4:junit4]   2> 793 T539 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5ff7f9f lockFactory=org.apache.lucene.store.NativeFSLockFactory@2825248f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 793 T539 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 795 T539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 795 T539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 796 T539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 796 T539 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 796 T539 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 796 T539 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 797 T539 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 797 T539 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 797 T539 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 799 T539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 801 T539 oass.SolrIndexSearcher.<init> Opening Searcher@647d6acc main
[junit4:junit4]   2> 801 T539 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/control/data/tlog
[junit4:junit4]   2> 802 T539 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 802 T539 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 806 T540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@647d6acc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 807 T539 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 807 T539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 807 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 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> 1870 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1871 T537 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:33529_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33529/ev_p"}
[junit4:junit4]   2> 1871 T537 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1871 T537 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1871 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 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> 1875 T536 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> 2809 T539 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2809 T539 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33529/ev_p collection:control_collection shard:shard1
[junit4:junit4]   2> 2810 T539 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2815 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 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> 2816 T539 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2816 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2817 T539 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2817 T539 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2818 T539 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33529/ev_p/collection1/
[junit4:junit4]   2> 2818 T539 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2818 T539 oasc.SyncStrategy.syncToMe http://127.0.0.1:33529/ev_p/collection1/ has no replicas
[junit4:junit4]   2> 2818 T539 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33529/ev_p/collection1/
[junit4:junit4]   2> 2818 T539 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2821 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3377 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3382 T536 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> 3424 T539 oasc.ZkController.register We are http://127.0.0.1:33529/ev_p/collection1/ and leader is http://127.0.0.1:33529/ev_p/collection1/
[junit4:junit4]   2> 3424 T539 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33529/ev_p
[junit4:junit4]   2> 3424 T539 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3425 T539 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3425 T539 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3426 T539 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3427 T514 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3427 T514 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3428 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3431 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3432 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c01acb7
[junit4:junit4]   2> 3433 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3433 T542 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3433 T542 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 3433 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43089
[junit4:junit4]   2> 3433 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43089
[junit4:junit4]   2> 3434 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0004 with negotiated timeout 10000 for client /127.0.0.1:43089
[junit4:junit4]   2> 3434 T542 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0004, negotiated timeout = 10000
[junit4:junit4]   2> 3434 T543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c01acb7 name:ZooKeeperConnection Watcher:127.0.0.1:48453/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3435 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3435 T514 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3437 T514 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3498 T514 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3499 T514 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41235
[junit4:junit4]   2> 3500 T514 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3500 T514 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3501 T514 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-1362860560357
[junit4:junit4]   2> 3501 T514 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-1362860560357/solr.xml
[junit4:junit4]   2> 3501 T514 oasc.CoreContainer.<init> New CoreContainer 1593181227
[junit4:junit4]   2> 3501 T514 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-1362860560357/'
[junit4:junit4]   2> 3502 T514 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-1362860560357/'
[junit4:junit4]   2> 3517 T514 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3517 T514 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3517 T514 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3518 T514 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3518 T514 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3518 T514 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3519 T514 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3519 T514 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3519 T514 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3519 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3525 T514 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3534 T514 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48453/solr
[junit4:junit4]   2> 3535 T514 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3535 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5afb5a09
[junit4:junit4]   2> 3536 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3536 T553 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3537 T553 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 3537 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43090
[junit4:junit4]   2> 3537 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43090
[junit4:junit4]   2> 3538 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0005 with negotiated timeout 20000 for client /127.0.0.1:43090
[junit4:junit4]   2> 3538 T553 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0005, negotiated timeout = 20000
[junit4:junit4]   2> 3538 T554 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5afb5a09 name:ZooKeeperConnection Watcher:127.0.0.1:48453 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3538 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3539 T519 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d50d1c27f0005
[junit4:junit4]   2> 3539 T554 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3539 T516 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43090 which had sessionid 0x13d50d1c27f0005
[junit4:junit4]   2> 3539 T514 oaz.ZooKeeper.close Session: 0x13d50d1c27f0005 closed
[junit4:junit4]   2> 3539 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3542 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7cd07b83
[junit4:junit4]   2> 3543 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3543 T555 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3543 T555 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 3543 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43091
[junit4:junit4]   2> 3544 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43091
[junit4:junit4]   2> 3544 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0006 with negotiated timeout 20000 for client /127.0.0.1:43091
[junit4:junit4]   2> 3544 T555 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0006, negotiated timeout = 20000
[junit4:junit4]   2> 3544 T556 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7cd07b83 name:ZooKeeperConnection Watcher:127.0.0.1:48453/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3545 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3545 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3546 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3547 T514 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4549 T514 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41235_ev_p
[junit4:junit4]   2> 4550 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41235_ev_p Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41235_ev_p
[junit4:junit4]   2> 4551 T514 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41235_ev_p
[junit4:junit4]   2> 4555 T556 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4556 T536 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4555 T543 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4556 T536 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> 4564 T557 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-1362860560357/collection1
[junit4:junit4]   2> 4564 T557 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4565 T557 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4565 T557 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4567 T557 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-1362860560357/collection1/'
[junit4:junit4]   2> 4568 T557 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-1362860560357/collection1/lib/README' to classloader
[junit4:junit4]   2> 4568 T557 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-1362860560357/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4602 T557 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4629 T557 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4630 T557 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4634 T557 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4886 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4887 T537 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:33529_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33529/ev_p"}
[junit4:junit4]   2> 4890 T556 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> 4890 T536 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> 4890 T543 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> 4948 T557 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4954 T557 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4957 T557 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4968 T557 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4971 T557 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4974 T557 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4974 T557 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4975 T557 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4975 T557 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4976 T557 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4976 T557 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4976 T557 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-1362860560357/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty1/
[junit4:junit4]   2> 4976 T557 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52458f41
[junit4:junit4]   2> 4977 T557 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4977 T557 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty1 forceNew: false
[junit4:junit4]   2> 4977 T557 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty1/index/
[junit4:junit4]   2> 4978 T557 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4978 T557 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty1/index forceNew: false
[junit4:junit4]   2> 4979 T557 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4605346a lockFactory=org.apache.lucene.store.NativeFSLockFactory@12983349),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4979 T557 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4981 T557 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4981 T557 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4982 T557 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4982 T557 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4982 T557 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4982 T557 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4983 T557 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4983 T557 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4983 T557 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4985 T557 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4987 T557 oass.SolrIndexSearcher.<init> Opening Searcher@5431ccfe main
[junit4:junit4]   2> 4987 T557 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty1/tlog
[junit4:junit4]   2> 4988 T557 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4988 T557 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4991 T558 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5431ccfe main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4994 T557 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4994 T557 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6394 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6395 T537 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:41235_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41235/ev_p"}
[junit4:junit4]   2> 6395 T537 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6395 T537 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6398 T556 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> 6398 T543 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> 6398 T536 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> 6996 T557 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6996 T557 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41235/ev_p collection:collection1 shard:shard1
[junit4:junit4]   2> 6997 T557 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7001 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0006 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> 7002 T557 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7002 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7003 T557 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7003 T557 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7003 T557 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41235/ev_p/collection1/
[junit4:junit4]   2> 7003 T557 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7004 T557 oasc.SyncStrategy.syncToMe http://127.0.0.1:41235/ev_p/collection1/ has no replicas
[junit4:junit4]   2> 7004 T557 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41235/ev_p/collection1/
[junit4:junit4]   2> 7004 T557 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7007 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7903 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7915 T543 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> 7915 T556 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> 7915 T536 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> 7960 T557 oasc.ZkController.register We are http://127.0.0.1:41235/ev_p/collection1/ and leader is http://127.0.0.1:41235/ev_p/collection1/
[junit4:junit4]   2> 7961 T557 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41235/ev_p
[junit4:junit4]   2> 7961 T557 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7961 T557 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7961 T557 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7964 T557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7965 T514 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7966 T514 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7967 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8042 T514 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8044 T514 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47003
[junit4:junit4]   2> 8045 T514 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8046 T514 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8046 T514 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-1362860564895
[junit4:junit4]   2> 8046 T514 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-1362860564895/solr.xml
[junit4:junit4]   2> 8046 T514 oasc.CoreContainer.<init> New CoreContainer 1554942991
[junit4:junit4]   2> 8047 T514 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-1362860564895/'
[junit4:junit4]   2> 8047 T514 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-1362860564895/'
[junit4:junit4]   2> 8063 T514 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8063 T514 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8063 T514 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8064 T514 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8064 T514 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8064 T514 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8065 T514 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8065 T514 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8065 T514 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8065 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8071 T514 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8081 T514 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48453/solr
[junit4:junit4]   2> 8082 T514 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8082 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5cc83020
[junit4:junit4]   2> 8083 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8083 T569 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8084 T569 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 8084 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43097
[junit4:junit4]   2> 8084 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43097
[junit4:junit4]   2> 8085 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0007 with negotiated timeout 20000 for client /127.0.0.1:43097
[junit4:junit4]   2> 8085 T569 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0007, negotiated timeout = 20000
[junit4:junit4]   2> 8085 T570 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cc83020 name:ZooKeeperConnection Watcher:127.0.0.1:48453 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8085 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8086 T519 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d50d1c27f0007
[junit4:junit4]   2> 8086 T570 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8086 T516 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43097 which had sessionid 0x13d50d1c27f0007
[junit4:junit4]   2> 8086 T514 oaz.ZooKeeper.close Session: 0x13d50d1c27f0007 closed
[junit4:junit4]   2> 8086 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8089 T514 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48453/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@142ff9fa
[junit4:junit4]   2> 8090 T514 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8090 T571 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:48453. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8090 T571 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:48453, initiating session
[junit4:junit4]   2> 8091 T516 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43098
[junit4:junit4]   2> 8091 T516 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43098
[junit4:junit4]   2> 8092 T518 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d50d1c27f0008 with negotiated timeout 20000 for client /127.0.0.1:43098
[junit4:junit4]   2> 8092 T571 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:48453, sessionid = 0x13d50d1c27f0008, negotiated timeout = 20000
[junit4:junit4]   2> 8092 T572 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@142ff9fa name:ZooKeeperConnection Watcher:127.0.0.1:48453/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8092 T514 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8093 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8093 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8094 T514 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9097 T514 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47003_ev_p
[junit4:junit4]   2> 9098 T519 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d50d1c27f0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47003_ev_p Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47003_ev_p
[junit4:junit4]   2> 9100 T514 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47003_ev_p
[junit4:junit4]   2> 9103 T556 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> 9104 T543 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9104 T536 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9105 T572 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9105 T543 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> 9105 T536 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> 9106 T556 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9114 T573 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-1362860564895/collection1
[junit4:junit4]   2> 9114 T573 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9115 T573 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9115 T573 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9117 T573 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-1362860564895/collection1/'
[junit4:junit4]   2> 9118 T573 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-1362860564895/collection1/lib/README' to classloader
[junit4:junit4]   2> 9119 T573 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-1362860564895/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9158 T573 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9190 T573 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9191 T573 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9196 T573 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9422 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9422 T537 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:41235_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41235/ev_p"}
[junit4:junit4]   2> 9425 T556 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> 9425 T543 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> 9426 T572 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> 9426 T536 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> 9511 T573 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9517 T573 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9519 T573 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9537 T573 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9541 T573 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9544 T573 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9545 T573 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9546 T573 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9546 T573 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9547 T573 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9547 T573 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9547 T573 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-1362860564895/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/
[junit4:junit4]   2> 9548 T573 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52458f41
[junit4:junit4]   2> 9548 T573 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9549 T573 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2 forceNew: false
[junit4:junit4]   2> 9549 T573 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/index/
[junit4:junit4]   2> 9549 T573 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9550 T573 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/index forceNew: false
[junit4:junit4]   2> 9551 T573 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@28e04e24 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64562b7d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9552 T573 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9554 T573 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9555 T573 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9555 T573 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9556 T573 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9557 T573 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9557 T573 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9557 T573 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9558 T573 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9558 T573 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9561 T573 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9564 T573 oass.SolrIndexSearcher.<init> Opening Searcher@7d9c25e8 main
[junit4:junit4]   2> 9565 T573 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/tlog
[junit4:junit4]   2> 9565 T573 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9566 T573 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9571 T574 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d9c25e8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9573 T573 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9573 T573 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10930 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10931 T537 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:47003_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47003/ev_p"}
[junit4:junit4]   2> 10931 T537 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10932 T537 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10939 T556 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> 10939 T536 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> 10939 T572 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> 10939 T543 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> 11574 T573 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11574 T573 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47003/ev_p collection:collection1 shard:shard1
[junit4:junit4]   2> 11577 T573 oasc.ZkController.register We are http://127.0.0.1:47003/ev_p/collection1/ and leader is http://127.0.0.1:41235/ev_p/collection1/
[junit4:junit4]   2> 11577 T573 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47003/ev_p
[junit4:junit4]   2> 11578 T573 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11578 T573 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@316ab910 url=http://127.0.0.1:47003/ev_p/collection1 node=127.0.0.1:47003_ev_p C23_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:47003_ev_p, base_url=http://127.0.0.1:47003/ev_p}
[junit4:junit4]   2> 11578 T575 C23 P47003 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11579 T575 C23 P47003 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11579 T573 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11579 T575 C23 P47003 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11579 T575 C23 P47003 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11580 T514 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11580 T575 C23 P47003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11580 T514 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11581 T514 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11585 T514 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@401c68a0 url=http://127.0.0.1:33529/ev_p/collection1 node=127.0.0.1:33529_ev_p C24_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:33529_ev_p, base_url=http://127.0.0.1:33529/ev_p, leader=true}
[junit4:junit4]   2> 11596 T532 C24 P33529 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5ff7f9f lockFactory=org.apache.lucene.store.NativeFSLockFactory@2825248f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11597 T532 C24 P33529 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11600 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10001 (1429062883491184640)]} 0 5
[junit4:junit4]   2> 11600 T529 C24 P33529 /update {wt=javabin&version=2} {add=[1 (1429062883491184641)]} 0 5
[junit4:junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@19a7b6e3 url=http://127.0.0.1:41235/ev_p/collection1 node=127.0.0.1:41235_ev_p C25_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:41235_ev_p, base_url=http://127.0.0.1:41235/ev_p, leader=true}
[junit4:junit4]   2> 11617 T551 C25 P41235 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4605346a lockFactory=org.apache.lucene.store.NativeFSLockFactory@12983349),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11617 T551 C25 P41235 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11620 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10001 (1429062883513204736)]} 0 5
[junit4:junit4]   2> 11620 T552 C25 P41235 /update {wt=javabin&version=2} {add=[1 (1429062883513204737)]} 0 5
[junit4:junit4]   2> 11684 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10002 (1429062883582410752)]} 0 2
[junit4:junit4]   2> 11685 T531 C24 P33529 /update {wt=javabin&version=2} {add=[2 (1429062883583459328)]} 0 3
[junit4:junit4]   2> 11689 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10002 (1429062883587653632)]} 0 2
[junit4:junit4]   2> 11689 T551 C25 P41235 /update {wt=javabin&version=2} {add=[2 (1429062883588702208)]} 0 1
[junit4:junit4]   2> 11742 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10003 (1429062883644276736)]} 0 2
[junit4:junit4]   2> 11742 T529 C24 P33529 /update {wt=javabin&version=2} {add=[3 (1429062883644276737)]} 0 2
[junit4:junit4]   2> 11745 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10003 (1429062883647422464)]} 0 1
[junit4:junit4]   2> 11746 T549 C25 P41235 /update {wt=javabin&version=2} {add=[3 (1429062883647422465)]} 0 2
[junit4:junit4]   2> 11755 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[10001 (-1429062883658956800)]} 0 1
[junit4:junit4]   2> 11755 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[1 (-1429062883658956801)]} 0 0
[junit4:junit4]   2> 11757 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[10001 (-1429062883661053952)]} 0 0
[junit4:junit4]   2> 11758 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[1 (-1429062883662102528)]} 0 0
[junit4:junit4]   2> 11760 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10004 (1429062883663151104)]} 0 1
[junit4:junit4]   2> 11761 T532 C24 P33529 /update {wt=javabin&version=2} {add=[4 (1429062883664199680)]} 0 1
[junit4:junit4]   2> 11764 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10004 (1429062883667345408)]} 0 1
[junit4:junit4]   2> 11764 T551 C25 P41235 /update {wt=javabin&version=2} {add=[4 (1429062883667345409)]} 0 1
[junit4:junit4]   2> 11792 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10005 (1429062883696705536)]} 0 2
[junit4:junit4]   2> 11792 T531 C24 P33529 /update {wt=javabin&version=2} {add=[5 (1429062883696705537)]} 0 1
[junit4:junit4]   2> 11795 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10005 (1429062883699851264)]} 0 1
[junit4:junit4]   2> 11795 T549 C25 P41235 /update {wt=javabin&version=2} {add=[5 (1429062883700899840)]} 0 1
[junit4:junit4]   2> 11881 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[5 (-1429062883791077377)]} 0 0
[junit4:junit4]   2> 11881 T529 C24 P33529 /update {wt=javabin&version=2} {delete=[10005 (-1429062883791077376)]} 0 0
[junit4:junit4]   2> 11884 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[10005 (-1429062883794223104)]} 0 1
[junit4:junit4]   2> 11884 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[5 (-1429062883794223105)]} 0 0
[junit4:junit4]   2> 11887 T531 C24 P33529 /update {wt=javabin&version=2} {add=[6 (1429062883796320257)]} 0 1
[junit4:junit4]   2> 11888 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10006 (1429062883796320256)]} 0 2
[junit4:junit4]   2> 11890 T549 C25 P41235 /update {wt=javabin&version=2} {add=[6 (1429062883799465984)]} 0 1
[junit4:junit4]   2> 11891 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10006 (1429062883801563136)]} 0 1
[junit4:junit4]   2> 11919 T532 C24 P33529 /update {wt=javabin&version=2} {add=[7 (1429062883829874688)]} 0 1
[junit4:junit4]   2> 11920 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10007 (1429062883830923264)]} 0 1
[junit4:junit4]   2> 11923 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10007 (1429062883834068992)]} 0 1
[junit4:junit4]   2> 11923 T552 C25 P41235 /update {wt=javabin&version=2} {add=[7 (1429062883834068993)]} 0 1
[junit4:junit4]   2> 11980 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10008 (1429062883893837824)]} 0 1
[junit4:junit4]   2> 11980 T530 C24 P33529 /update {wt=javabin&version=2} {add=[8 (1429062883893837825)]} 0 1
[junit4:junit4]   2> 11983 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10008 (1429062883896983552)]} 0 1
[junit4:junit4]   2> 11984 T549 C25 P41235 /update {wt=javabin&version=2} {add=[8 (1429062883898032128)]} 0 1
[junit4:junit4]   2> 12052 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10007 (-1429062883970383872)]} 0 0
[junit4:junit4]   2> 12052 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[7 (-1429062883970383873)]} 0 0
[junit4:junit4]   2> 12055 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10007 (-1429062883973529600)]} 0 1
[junit4:junit4]   2> 12055 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[7 (-1429062883973529601)]} 0 0
[junit4:junit4]   2> 12058 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10009 (1429062883975626752)]} 0 1
[junit4:junit4]   2> 12058 T530 C24 P33529 /update {wt=javabin&version=2} {add=[9 (1429062883975626753)]} 0 1
[junit4:junit4]   2> 12061 T552 C25 P41235 /update {wt=javabin&version=2} {add=[9 (1429062883979821056)]} 0 1
[junit4:junit4]   2> 12061 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10009 (1429062883978772480)]} 0 1
[junit4:junit4]   2> 12115 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[10008 (-1429062884036444160)]} 0 0
[junit4:junit4]   2> 12115 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[8 (-1429062884036444161)]} 0 0
[junit4:junit4]   2> 12118 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[8 (-1429062884039589888)]} 0 0
[junit4:junit4]   2> 12118 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10008 (-1429062884039589889)]} 0 0
[junit4:junit4]   2> 12121 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10 (1429062884041687040)]} 0 1
[junit4:junit4]   2> 12121 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10010 (1429062884041687041)]} 0 1
[junit4:junit4]   2> 12124 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10 (1429062884045881344)]} 0 1
[junit4:junit4]   2> 12125 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10010 (1429062884045881345)]} 0 1
[junit4:junit4]   2> 12162 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[10 (-1429062884085727232)]} 0 0
[junit4:junit4]   2> 12162 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10010 (-1429062884085727233)]} 0 0
[junit4:junit4]   2> 12164 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[10 (-1429062884087824384)]} 0 0
[junit4:junit4]   2> 12165 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10010 (-1429062884087824385)]} 0 1
[junit4:junit4]   2> 12168 T529 C24 P33529 /update {wt=javabin&version=2} {add=[11 (1429062884089921536)]} 0 2
[junit4:junit4]   2> 12169 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10011 (1429062884090970112)]} 0 2
[junit4:junit4]   2> 12173 T549 C25 P41235 /update {wt=javabin&version=2} {add=[11 (1429062884095164416)]} 0 2
[junit4:junit4]   2> 12174 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10011 (1429062884097261568)]} 0 2
[junit4:junit4]   2> 12273 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[11 (-1429062884201070592)]} 0 1
[junit4:junit4]   2> 12274 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10011 (-1429062884203167744)]} 0 0
[junit4:junit4]   2> 12276 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[11 (-1429062884205264896)]} 0 0
[junit4:junit4]   2> 12278 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10011 (-1429062884206313472)]} 0 1
[junit4:junit4]   2> 12281 T529 C24 P33529 /update {wt=javabin&version=2} {add=[12 (1429062884209459200)]} 0 2
[junit4:junit4]   2> 12284 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10012 (1429062884210507776)]} 0 3
[junit4:junit4]   2> 12286 T551 C25 P41235 /update {wt=javabin&version=2} {add=[12 (1429062884214702080)]} 0 2
[junit4:junit4]   2> 12289 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10012 (1429062884217847808)]} 0 2
[junit4:junit4]   2> 12344 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[12 (-1429062884276568064)]} 0 0
[junit4:junit4]   2> 12347 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10012 (-1429062884279713792)]} 0 1
[junit4:junit4]   2> 12347 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[12 (-1429062884279713792)]} 0 0
[junit4:junit4]   2> 12350 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10012 (-1429062884282859520)]} 0 0
[junit4:junit4]   2> 12353 T529 C24 P33529 /update {wt=javabin&version=2} {add=[13 (1429062884283908096)]} 0 2
[junit4:junit4]   2> 12356 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10013 (1429062884287053824)]} 0 3
[junit4:junit4]   2> 12358 T549 C25 P41235 /update {wt=javabin&version=2} {add=[13 (1429062884289150976)]} 0 2
[junit4:junit4]   2> 12361 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10013 (1429062884292296704)]} 0 2
[junit4:junit4]   2> 12425 T531 C24 P33529 /update {wt=javabin&version=2} {add=[14 (1429062884360454144)]} 0 2
[junit4:junit4]   2> 12428 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10014 (1429062884362551296)]} 0 2
[junit4:junit4]   2> 12430 T552 C25 P41235 /update {wt=javabin&version=2} {add=[14 (1429062884365697024)]} 0 2
[junit4:junit4]   2> 12433 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10014 (1429062884368842752)]} 0 2
[junit4:junit4]   2> 12445 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12447 T537 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:47003_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47003/ev_p"}
[junit4:junit4]   2> 12452 T556 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> 12452 T536 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> 12452 T572 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> 12452 T543 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> 12484 T529 C24 P33529 /update {wt=javabin&version=2} {add=[15 (1429062884422320128)]} 0 1
[junit4:junit4]   2> 12487 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10015 (1429062884425465856)]} 0 2
[junit4:junit4]   2>  C23_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:47003_ev_p, base_url=http://127.0.0.1:47003/ev_p}
[junit4:junit4]   2> 12502 T565 C23 P47003 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@28e04e24 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64562b7d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12503 T565 C23 P47003 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12506 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429062884427563008)]} 0 7
[junit4:junit4]   2> 12507 T551 C25 P41235 /update {wt=javabin&version=2} {add=[15 (1429062884427563008)]} 0 19
[junit4:junit4]   2> 12507 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429062884430708736)]} 0 5
[junit4:junit4]   2> 12508 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10015 (1429062884430708736)]} 0 18
[junit4:junit4]   2> 12514 T530 C24 P33529 /update {wt=javabin&version=2} {add=[16 (1429062884452728832)]} 0 2
[junit4:junit4]   2> 12515 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10016 (1429062884453777408)]} 0 2
[junit4:junit4]   2> 12524 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429062884457971712)]} 0 2
[junit4:junit4]   2> 12525 T549 C25 P41235 /update {wt=javabin&version=2} {add=[16 (1429062884457971712)]} 0 8
[junit4:junit4]   2> 12526 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429062884459020288)]} 0 3
[junit4:junit4]   2> 12527 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10016 (1429062884459020288)]} 0 9
[junit4:junit4]   2> 12561 T529 C24 P33529 /update {wt=javabin&version=2} {add=[17 (1429062884502011904)]} 0 3
[junit4:junit4]   2> 12562 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10017 (1429062884503060480)]} 0 2
[junit4:junit4]   2> 12570 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429062884507254784)]} 0 2
[junit4:junit4]   2> 12571 T552 C25 P41235 /update {wt=javabin&version=2} {add=[17 (1429062884507254784)]} 0 7
[junit4:junit4]   2> 12572 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429062884509351936)]} 0 2
[junit4:junit4]   2> 12573 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10017 (1429062884509351936)]} 0 8
[junit4:junit4]   2> 12586 T550 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:47003_ev_p&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 12622 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[16 (-1429062884567023616)]} 0 1
[junit4:junit4]   2> 12623 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10016 (-1429062884569120768)]} 0 0
[junit4:junit4]   2> 12631 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10016 (-1429062884572266496)]} 0 1
[junit4:junit4]   2> 12631 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[16 (-1429062884571217920)]} 0 1
[junit4:junit4]   2> 12632 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10016 (-1429062884572266496)]} 0 6
[junit4:junit4]   2> 12632 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[16 (-1429062884571217920)]} 0 7
[junit4:junit4]   2> 12637 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10018 (1429062884582752256)]} 0 2
[junit4:junit4]   2> 12638 T531 C24 P33529 /update {wt=javabin&version=2} {add=[18 (1429062884582752257)]} 0 3
[junit4:junit4]   2> 12648 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429062884587995136)]} 0 3
[junit4:junit4]   2> 12648 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10018 (1429062884587995136)]} 0 8
[junit4:junit4]   2> 12649 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429062884587995137)]} 0 2
[junit4:junit4]   2> 12650 T551 C25 P41235 /update {wt=javabin&version=2} {add=[18 (1429062884587995137)]} 0 9
[junit4:junit4]   2> 12715 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[10018 (-1429062884665589760)]} 0 0
[junit4:junit4]   2> 12717 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[18 (-1429062884667686912)]} 0 0
[junit4:junit4]   2> 12722 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429062884669784064)]} 0 0
[junit4:junit4]   2> 12723 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10018 (-1429062884669784064)]} 0 4
[junit4:junit4]   2> 12724 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429062884671881216)]} 0 1
[junit4:junit4]   2> 12725 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[18 (-1429062884671881216)]} 0 5
[junit4:junit4]   2> 12728 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10019 (1429062884678172672)]} 0 2
[junit4:junit4]   2> 12730 T531 C24 P33529 /update {wt=javabin&version=2} {add=[19 (1429062884679221248)]} 0 2
[junit4:junit4]   2> 12738 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429062884683415552)]} 0 2
[junit4:junit4]   2> 12739 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10019 (1429062884683415552)]} 0 8
[junit4:junit4]   2> 12740 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429062884685512704)]} 0 3
[junit4:junit4]   2> 12741 T551 C25 P41235 /update {wt=javabin&version=2} {add=[19 (1429062884685512704)]} 0 8
[junit4:junit4]   2> 12782 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10020 (1429062884733747200)]} 0 2
[junit4:junit4]   2> 12783 T532 C24 P33529 /update {wt=javabin&version=2} {add=[20 (1429062884735844352)]} 0 2
[junit4:junit4]   2> 12791 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429062884738990080)]} 0 2
[junit4:junit4]   2> 12792 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10020 (1429062884738990080)]} 0 7
[junit4:junit4]   2> 12793 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429062884741087232)]} 0 2
[junit4:junit4]   2> 12794 T550 C25 P41235 /update {wt=javabin&version=2} {add=[20 (1429062884741087232)]} 0 7
[junit4:junit4]   2> 12843 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10021 (1429062884797710336)]} 0 2
[junit4:junit4]   2> 12845 T531 C24 P33529 /update {wt=javabin&version=2} {add=[21 (1429062884799807488)]} 0 3
[junit4:junit4]   2> 12852 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429062884802953216)]} 0 1
[junit4:junit4]   2> 12853 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10021 (1429062884802953216)]} 0 7
[junit4:junit4]   2> 12853 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429062884805050368)]} 0 1
[junit4:junit4]   2> 12853 T551 C25 P41235 /update {wt=javabin&version=2} {add=[21 (1429062884805050368)]} 0 5
[junit4:junit4]   2> 12865 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10022 (1429062884821827584)]} 0 1
[junit4:junit4]   2> 12866 T532 C24 P33529 /update {wt=javabin&version=2} {add=[22 (1429062884822876160)]} 0 2
[junit4:junit4]   2> 12872 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429062884826021888)]} 0 2
[junit4:junit4]   2> 12872 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429062884826021889)]} 0 1
[junit4:junit4]   2> 12873 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10022 (1429062884826021888)]} 0 6
[junit4:junit4]   2> 12873 T550 C25 P41235 /update {wt=javabin&version=2} {add=[22 (1429062884826021889)]} 0 5
[junit4:junit4]   2> 12938 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10023 (1429062884898373632)]} 0 1
[junit4:junit4]   2> 12938 T530 C24 P33529 /update {wt=javabin&version=2} {add=[23 (1429062884898373633)]} 0 1
[junit4:junit4]   2> 12947 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429062884902567936)]} 0 3
[junit4:junit4]   2> 12948 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10023 (1429062884902567936)]} 0 7
[junit4:junit4]   2> 12950 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429062884902567937)]} 0 2
[junit4:junit4]   2> 12951 T551 C25 P41235 /update {wt=javabin&version=2} {add=[23 (1429062884902567937)]} 0 10
[junit4:junit4]   2> 13003 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10024 (1429062884966531072)]} 0 1
[junit4:junit4]   2> 13005 T532 C24 P33529 /update {wt=javabin&version=2} {add=[24 (1429062884968628224)]} 0 1
[junit4:junit4]   2> 13011 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429062884970725376)]} 0 2
[junit4:junit4]   2> 13012 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10024 (1429062884970725376)]} 0 6
[junit4:junit4]   2> 13012 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429062884972822528)]} 0 1
[junit4:junit4]   2> 13013 T550 C25 P41235 /update {wt=javabin&version=2} {add=[24 (1429062884972822528)]} 0 5
[junit4:junit4]   2> 13038 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10025 (1429062885003231232)]} 0 2
[junit4:junit4]   2> 13038 T530 C24 P33529 /update {wt=javabin&version=2} {add=[25 (1429062885003231233)]} 0 1
[junit4:junit4]   2> 13044 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429062885006376960)]} 0 1
[junit4:junit4]   2> 13045 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429062885007425536)]} 0 2
[junit4:junit4]   2> 13045 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10025 (1429062885006376960)]} 0 5
[junit4:junit4]   2> 13045 T551 C25 P41235 /update {wt=javabin&version=2} {add=[25 (1429062885007425536)]} 0 5
[junit4:junit4]   2> 13067 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10026 (1429062885033639936)]} 0 1
[junit4:junit4]   2> 13068 T532 C24 P33529 /update {wt=javabin&version=2} {add=[26 (1429062885033639937)]} 0 2
[junit4:junit4]   2> 13075 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429062885037834241)]} 0 1
[junit4:junit4]   2> 13076 T550 C25 P41235 /update {wt=javabin&version=2} {add=[26 (1429062885037834241)]} 0 6
[junit4:junit4]   2> 13076 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429062885037834240)]} 0 2
[junit4:junit4]   2> 13077 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10026 (1429062885037834240)]} 0 8
[junit4:junit4]   2> 13122 T529 C24 P33529 /update {wt=javabin&version=2} {add=[27 (1429062885092360192)]} 0 1
[junit4:junit4]   2> 13123 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10027 (1429062885092360193)]} 0 1
[junit4:junit4]   2> 13129 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429062885095505920)]} 0 1
[junit4:junit4]   2> 13130 T552 C25 P41235 /update {wt=javabin&version=2} {add=[27 (1429062885095505920)]} 0 5
[junit4:junit4]   2> 13131 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429062885095505921)]} 0 3
[junit4:junit4]   2> 13131 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10027 (1429062885095505921)]} 0 6
[junit4:junit4]   2> 13164 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[24 (-1429062885136400384)]} 0 0
[junit4:junit4]   2> 13165 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10024 (-1429062885137448960)]} 0 0
[junit4:junit4]   2> 13169 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1429062885139546112)]} 0 1
[junit4:junit4]   2> 13169 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1429062885139546113)]} 0 0
[junit4:junit4]   2> 13169 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[24 (-1429062885139546112)]} 0 3
[junit4:junit4]   2> 13170 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10024 (-1429062885139546113)]} 0 3
[junit4:junit4]   2> 13172 T529 C24 P33529 /update {wt=javabin&version=2} {add=[28 (1429062885144788992)]} 0 1
[junit4:junit4]   2> 13173 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10028 (1429062885144788993)]} 0 1
[junit4:junit4]   2> 13178 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429062885147934720)]} 0 1
[junit4:junit4]   2> 13179 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429062885147934721)]} 0 1
[junit4:junit4]   2> 13179 T552 C25 P41235 /update {wt=javabin&version=2} {add=[28 (1429062885147934720)]} 0 5
[junit4:junit4]   2> 13179 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10028 (1429062885147934721)]} 0 4
[junit4:junit4]   2> 13276 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[27 (-1429062885252792321)]} 0 1
[junit4:junit4]   2> 13276 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10027 (-1429062885252792320)]} 0 1
[junit4:junit4]   2> 13280 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10027 (-1429062885255938049)]} 0 0
[junit4:junit4]   2> 13280 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[27 (-1429062885255938048)]} 0 0
[junit4:junit4]   2> 13281 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10027 (-1429062885255938049)]} 0 3
[junit4:junit4]   2> 13281 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[27 (-1429062885255938048)]} 0 3
[junit4:junit4]   2> 13284 T530 C24 P33529 /update {wt=javabin&version=2} {add=[29 (1429062885261180928)]} 0 1
[junit4:junit4]   2> 13284 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10029 (1429062885261180929)]} 0 1
[junit4:junit4]   2> 13290 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429062885265375232)]} 0 1
[junit4:junit4]   2> 13290 T551 C25 P41235 /update {wt=javabin&version=2} {add=[29 (1429062885265375232)]} 0 4
[junit4:junit4]   2> 13291 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429062885265375233)]} 0 1
[junit4:junit4]   2> 13291 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10029 (1429062885265375233)]} 0 5
[junit4:junit4]   2> 13366 T531 C24 P33529 /update {wt=javabin&version=2} {add=[30 (1429062885347164160)]} 0 1
[junit4:junit4]   2> 13366 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10030 (1429062885347164161)]} 0 1
[junit4:junit4]   2> 13372 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429062885350309888)]} 0 1
[junit4:junit4]   2> 13372 T552 C25 P41235 /update {wt=javabin&version=2} {add=[30 (1429062885350309888)]} 0 4
[junit4:junit4]   2> 13372 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429062885351358464)]} 0 1
[junit4:junit4]   2> 13373 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10030 (1429062885351358464)]} 0 4
[junit4:junit4]   2> 13430 T532 C24 P33529 /update {wt=javabin&version=2} {add=[31 (1429062885414273024)]} 0 1
[junit4:junit4]   2> 13430 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10031 (1429062885414273025)]} 0 1
[junit4:junit4]   2> 13437 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429062885417418752)]} 0 1
[junit4:junit4]   2> 13438 T551 C25 P41235 /update {wt=javabin&version=2} {add=[31 (1429062885417418752)]} 0 6
[junit4:junit4]   2> 13438 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429062885418467328)]} 0 1
[junit4:junit4]   2> 13440 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10031 (1429062885418467328)]} 0 8
[junit4:junit4]   2> 13514 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[28 (-1429062885503401984)]} 0 0
[junit4:junit4]   2> 13515 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[10028 (-1429062885504450560)]} 0 0
[junit4:junit4]   2> 13521 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1429062885507596288)]} 0 1
[junit4:junit4]   2> 13521 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1429062885507596289)]} 0 0
[junit4:junit4]   2> 13522 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[28 (-1429062885507596288)]} 0 4
[junit4:junit4]   2> 13522 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[10028 (-1429062885507596289)]} 0 4
[junit4:junit4]   2> 13527 T532 C24 P33529 /update {wt=javabin&version=2} {add=[32 (1429062885514936320)]} 0 2
[junit4:junit4]   2> 13527 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10032 (1429062885515984896)]} 0 2
[junit4:junit4]   2> 13536 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429062885520179200)]} 0 2
[junit4:junit4]   2> 13537 T551 C25 P41235 /update {wt=javabin&version=2} {add=[32 (1429062885520179200)]} 0 7
[junit4:junit4]   2> 13537 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429062885521227776)]} 0 2
[junit4:junit4]   2> 13538 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10032 (1429062885521227776)]} 0 8
[junit4:junit4]   2> 13587 T514 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 47003
[junit4:junit4]   2> 13588 T514 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1554942991
[junit4:junit4]   2> 13620 T531 C24 P33529 /update {wt=javabin&version=2} {add=[33 (1429062885613502464)]} 0 1
[junit4:junit4]   2> 13621 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10033 (1429062885614551040)]} 0 1
[junit4:junit4]   2> 13630 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429062885618745344)]} 0 2
[junit4:junit4]   2> 13631 T552 C25 P41235 /update {wt=javabin&version=2} {add=[33 (1429062885618745344)]} 0 7
[junit4:junit4]   2> 13631 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429062885619793920)]} 0 2
[junit4:junit4]   2> 13633 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10033 (1429062885619793920)]} 0 8
[junit4:junit4]   2> 13668 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[33 (-1429062885664882688)]} 0 0
[junit4:junit4]   2> 13669 T529 C24 P33529 /update {wt=javabin&version=2} {delete=[10033 (-1429062885665931264)]} 0 0
[junit4:junit4]   2> 13675 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[33 (-1429062885668028416)]} 0 1
[junit4:junit4]   2> 13676 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[33 (-1429062885668028416)]} 0 5
[junit4:junit4]   2> 13676 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10033 (-1429062885670125568)]} 0 1
[junit4:junit4]   2> 13677 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10033 (-1429062885670125568)]} 0 5
[junit4:junit4]   2> 13680 T531 C24 P33529 /update {wt=javabin&version=2} {add=[34 (1429062885676417024)]} 0 1
[junit4:junit4]   2> 13682 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10034 (1429062885677465600)]} 0 2
[junit4:junit4]   2> 13690 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429062885681659904)]} 0 2
[junit4:junit4]   2> 13692 T552 C25 P41235 /update {wt=javabin&version=2} {add=[34 (1429062885681659904)]} 0 8
[junit4:junit4]   2> 13692 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429062885682708480)]} 0 3
[junit4:junit4]   2> 13693 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10034 (1429062885682708480)]} 0 8
[junit4:junit4]   2> 13716 T532 C24 P33529 /update {wt=javabin&version=2} {add=[35 (1429062885714165760)]} 0 1
[junit4:junit4]   2> 13718 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10035 (1429062885715214336)]} 0 2
[junit4:junit4]   2> 13726 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429062885719408640)]} 0 2
[junit4:junit4]   2> 13727 T550 C25 P41235 /update {wt=javabin&version=2} {add=[35 (1429062885719408640)]} 0 7
[junit4:junit4]   2> 13727 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429062885720457216)]} 0 2
[junit4:junit4]   2> 13728 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10035 (1429062885720457216)]} 0 7
[junit4:junit4]   2> 13782 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[34 (-1429062885784420352)]} 0 0
[junit4:junit4]   2> 13784 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10034 (-1429062885785468928)]} 0 1
[junit4:junit4]   2> 13789 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[34 (-1429062885788614656)]} 0 1
[junit4:junit4]   2> 13790 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[34 (-1429062885788614656)]} 0 4
[junit4:junit4]   2> 13790 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10034 (-1429062885789663232)]} 0 1
[junit4:junit4]   2> 13791 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[10034 (-1429062885789663232)]} 0 4
[junit4:junit4]   2> 13795 T530 C24 P33529 /update {wt=javabin&version=2} {add=[36 (1429062885795954688)]} 0 2
[junit4:junit4]   2> 13796 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10036 (1429062885797003264)]} 0 2
[junit4:junit4]   2> 13804 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429062885801197568)]} 0 2
[junit4:junit4]   2> 13805 T550 C25 P41235 /update {wt=javabin&version=2} {add=[36 (1429062885801197568)]} 0 7
[junit4:junit4]   2> 13805 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429062885802246144)]} 0 2
[junit4:junit4]   2> 13806 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10036 (1429062885802246144)]} 0 7
[junit4:junit4]   2> 13853 T531 C24 P33529 /update {wt=javabin&version=2} {add=[37 (1429062885857820672)]} 0 1
[junit4:junit4]   2> 13854 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10037 (1429062885858869248)]} 0 1
[junit4:junit4]   2> 13859 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1429062885860966400)]} 0 1
[junit4:junit4]   2> 13860 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1429062885862014976)]} 0 2
[junit4:junit4]   2> 13860 T552 C25 P41235 /update {wt=javabin&version=2} {add=[37 (1429062885860966400)]} 0 5
[junit4:junit4]   2> 13860 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10037 (1429062885862014976)]} 0 4
[junit4:junit4]   2> 13870 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[35 (-1429062885876695040)]} 0 0
[junit4:junit4]   2> 13871 T529 C24 P33529 /update {wt=javabin&version=2} {delete=[10035 (-1429062885876695041)]} 0 1
[junit4:junit4]   2> 13874 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[35 (-1429062885878792192)]} 0 0
[junit4:junit4]   2> 13875 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10035 (-1429062885879840768)]} 0 1
[junit4:junit4]   2> 13875 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[35 (-1429062885878792192)]} 0 3
[junit4:junit4]   2> 13875 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10035 (-1429062885879840768)]} 0 2
[junit4:junit4]   2> 13878 T531 C24 P33529 /update {wt=javabin&version=2} {add=[38 (1429062885884035072)]} 0 1
[junit4:junit4]   2> 13878 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10038 (1429062885884035073)]} 0 1
[junit4:junit4]   2> 13885 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1429062885887180800)]} 0 2
[junit4:junit4]   2> 13886 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10038 (1429062885888229376)]} 0 2
[junit4:junit4]   2> 13886 T552 C25 P41235 /update {wt=javabin&version=2} {add=[38 (1429062885887180800)]} 0 6
[junit4:junit4]   2> 13886 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10038 (1429062885888229376)]} 0 5
[junit4:junit4]   2> 13957 T530 C24 P33529 /update {wt=javabin&version=2} {add=[39 (1429062885965824000)]} 0 2
[junit4:junit4]   2> 13957 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10039 (1429062885966872576)]} 0 2
[junit4:junit4]   2> 13957 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13958 T537 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:47003_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47003/ev_p"}
[junit4:junit4]   2> 13964 T556 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> 13964 T572 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> 13964 T536 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> 13964 T543 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>  C23_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:47003_ev_p, base_url=http://127.0.0.1:47003/ev_p}
[junit4:junit4]   2> 13967 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1429062885971066880)]} 0 3
[junit4:junit4]   2> 13968 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10039 (1429062885971066881)]} 0 2
[junit4:junit4]   2> 13968 T550 C25 P41235 /update {wt=javabin&version=2} {add=[39 (1429062885971066880)]} 0 8
[junit4:junit4]   2> 13969 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10039 (1429062885971066881)]} 0 9
[junit4:junit4]   2> 14009 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[36 (-1429062886022447104)]} 0 0
[junit4:junit4]   2> 14009 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10036 (-1429062886022447105)]} 0 0
[junit4:junit4]   2> 14012 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[36 (-1429062886025592832)]} 0 0
[junit4:junit4]   2> 14013 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[10036 (-1429062886026641408)]} 0 1
[junit4:junit4]   2> 14017 T530 C24 P33529 /update {wt=javabin&version=2} {add=[40 (1429062886029787136)]} 0 1
[junit4:junit4]   2> 14017 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10040 (1429062886029787137)]} 0 1
[junit4:junit4]   2> 14022 T550 C25 P41235 /update {wt=javabin&version=2} {add=[40 (1429062886035030016)]} 0 2
[junit4:junit4]   2> 14024 T549 C25 P41235 /update {wt=javabin&version=2} {add=[10040 (1429062886035030017)]} 0 3
[junit4:junit4]   2> 14070 T531 C24 P33529 /update {wt=javabin&version=2} {add=[41 (1429062886085361664)]} 0 1
[junit4:junit4]   2> 14072 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10041 (1429062886086410240)]} 0 2
[junit4:junit4]   2> 14075 T552 C25 P41235 /update {wt=javabin&version=2} {add=[41 (1429062886090604544)]} 0 2
[junit4:junit4]   2> 14076 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10041 (1429062886091653120)]} 0 1
[junit4:junit4]   2> 14087 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[39 (-1429062886103187456)]} 0 1
[junit4:junit4]   2> 14088 T529 C24 P33529 /update {wt=javabin&version=2} {delete=[10039 (-1429062886105284608)]} 0 1
[junit4:junit4]   2> 14090 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[39 (-1429062886107381760)]} 0 1
[junit4:junit4]   2> 14091 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10039 (-1429062886108430336)]} 0 0
[junit4:junit4]   2> 14094 T531 C24 P33529 /update {wt=javabin&version=2} {add=[42 (1429062886110527488)]} 0 1
[junit4:junit4]   2> 14096 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10042 (1429062886111576064)]} 0 2
[junit4:junit4]   2> 14099 T549 C25 P41235 /update {wt=javabin&version=2} {add=[42 (1429062886115770368)]} 0 2
[junit4:junit4]   2> 14101 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10042 (1429062886116818944)]} 0 2
[junit4:junit4]   2> 14111 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[40 (-1429062886129401856)]} 0 1
[junit4:junit4]   2> 14112 T529 C24 P33529 /update {wt=javabin&version=2} {delete=[10040 (-1429062886130450432)]} 0 0
[junit4:junit4]   2> 14114 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[40 (-1429062886132547584)]} 0 0
[junit4:junit4]   2> 14115 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10040 (-1429062886133596160)]} 0 0
[junit4:junit4]   2> 14119 T531 C24 P33529 /update {wt=javabin&version=2} {add=[43 (1429062886136741888)]} 0 2
[junit4:junit4]   2> 14120 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10043 (1429062886137790464)]} 0 2
[junit4:junit4]   2> 14124 T549 C25 P41235 /update {wt=javabin&version=2} {add=[43 (1429062886140936192)]} 0 2
[junit4:junit4]   2> 14125 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10043 (1429062886143033344)]} 0 2
[junit4:junit4]   2> 14218 T530 C24 P33529 /update {wt=javabin&version=2} {add=[44 (1429062886240550912)]} 0 1
[junit4:junit4]   2> 14220 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10044 (1429062886241599488)]} 0 2
[junit4:junit4]   2> 14223 T550 C25 P41235 /update {wt=javabin&version=2} {add=[44 (1429062886245793792)]} 0 2
[junit4:junit4]   2> 14224 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10044 (1429062886246842368)]} 0 2
[junit4:junit4]   2> 14274 T529 C24 P33529 /update {wt=javabin&version=2} {add=[45 (1429062886298222592)]} 0 2
[junit4:junit4]   2> 14275 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10045 (1429062886300319744)]} 0 1
[junit4:junit4]   2> 14279 T549 C25 P41235 /update {wt=javabin&version=2} {add=[45 (1429062886303465472)]} 0 2
[junit4:junit4]   2> 14281 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10045 (1429062886305562624)]} 0 2
[junit4:junit4]   2> 14369 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[41 (-1429062886398885888)]} 0 1
[junit4:junit4]   2> 14370 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[10041 (-1429062886400983040)]} 0 0
[junit4:junit4]   2> 14371 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[41 (-1429062886402031616)]} 0 0
[junit4:junit4]   2> 14373 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10041 (-1429062886403080192)]} 0 1
[junit4:junit4]   2> 14375 T529 C24 P33529 /update {wt=javabin&version=2} {add=[46 (1429062886404128768)]} 0 2
[junit4:junit4]   2> 14375 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10046 (1429062886406225920)]} 0 0
[junit4:junit4]   2> 14378 T549 C25 P41235 /update {wt=javabin&version=2} {add=[46 (1429062886408323072)]} 0 1
[junit4:junit4]   2> 14379 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10046 (1429062886409371648)]} 0 1
[junit4:junit4]   2> 14441 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[43 (-1429062886475431936)]} 0 1
[junit4:junit4]   2> 14441 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[10043 (-1429062886475431937)]} 0 0
[junit4:junit4]   2> 14443 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[43 (-1429062886477529088)]} 0 0
[junit4:junit4]   2> 14444 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10043 (-1429062886477529089)]} 0 1
[junit4:junit4]   2> 14446 T529 C24 P33529 /update {wt=javabin&version=2} {add=[47 (1429062886480674816)]} 0 0
[junit4:junit4]   2> 14446 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10047 (1429062886480674817)]} 0 0
[junit4:junit4]   2> 14449 T549 C25 P41235 /update {wt=javabin&version=2} {add=[47 (1429062886483820544)]} 0 0
[junit4:junit4]   2> 14450 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10047 (1429062886483820545)]} 0 1
[junit4:junit4]   2> 14513 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[44 (-1429062886550929408)]} 0 0
[junit4:junit4]   2> 14513 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[10044 (-1429062886550929409)]} 0 0
[junit4:junit4]   2> 14516 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[44 (-1429062886553026560)]} 0 1
[junit4:junit4]   2> 14516 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[10044 (-1429062886554075136)]} 0 0
[junit4:junit4]   2> 14519 T529 C24 P33529 /update {wt=javabin&version=2} {add=[48 (1429062886556172288)]} 0 1
[junit4:junit4]   2> 14519 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10048 (1429062886556172289)]} 0 1
[junit4:junit4]   2> 14522 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10048 (1429062886559318017)]} 0 1
[junit4:junit4]   2> 14522 T552 C25 P41235 /update {wt=javabin&version=2} {add=[48 (1429062886559318016)]} 0 1
[junit4:junit4]   2> 14560 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10049 (1429062886600212480)]} 0 0
[junit4:junit4]   2> 14561 T530 C24 P33529 /update {wt=javabin&version=2} {add=[49 (1429062886600212481)]} 0 1
[junit4:junit4]   2> 14564 T549 C25 P41235 /update {wt=javabin&version=2} {add=[49 (1429062886603358209)]} 0 1
[junit4:junit4]   2> 14564 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10049 (1429062886603358208)]} 0 1
[junit4:junit4]   2> 14587 T575 C23 P47003 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41235/ev_p/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14588 T575 C23 P47003 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:47003/ev_p START replicas=[http://127.0.0.1:41235/ev_p/collection1/] nUpdates=100
[junit4:junit4]   2> 14589 T575 C23 P47003 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14590 T575 C23 P47003 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14590 T575 C23 P47003 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14590 T575 C23 P47003 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14590 T575 C23 P47003 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14590 T575 C23 P47003 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41235/ev_p/collection1/. core=collection1
[junit4:junit4]   2> 14590 T575 C23 P47003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14590 T551 C25 P41235 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14594 T552 C25 P41235 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14626 T552 C25 P41235 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4605346a lockFactory=org.apache.lucene.store.NativeFSLockFactory@12983349),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4605346a lockFactory=org.apache.lucene.store.NativeFSLockFactory@12983349),segFN=segments_2,generation=2,filenames=[_0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1.nvm, _0.fnm, _0_Asserting_0.dvd, _0_Memory_0.ram, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockRandom_0.sd, _1_MockRandom_0.tim, _0_Asserting_0.dvm, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _1_MockVariableIntBlock_0.pos, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_Pulsing41_0.pos, _1_Asserting_0.dvm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _1_Asserting_0.dvd, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 14627 T552 C25 P41235 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockVariableIntBlock_0.skp, _1.fnm, _1_MockRandom_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1.nvm, _0.fnm, _0_Asserting_0.dvd, _0_Memory_0.ram, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockRandom_0.sd, _1_MockRandom_0.tim, _0_Asserting_0.dvm, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _1_MockVariableIntBlock_0.pos, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_Pulsing41_0.pos, _1_Asserting_0.dvm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _1_Asserting_0.dvd, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 14634 T552 C25 P41235 oass.SolrIndexSearcher.<init> Opening Searcher@10385cb0 realtime
[junit4:junit4]   2> 14635 T552 C25 P41235 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14635 T552 C25 P41235 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 41
[junit4:junit4]   2> 14636 T575 C23 P47003 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14636 T575 C23 P47003 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14637 T529 C24 P33529 /update {wt=javabin&version=2} {add=[50 (1429062886679904256)]} 0 1
[junit4:junit4]   2> 14638 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10050 (1429062886680952832)]} 0 1
[junit4:junit4]   2> 14638 T550 C25 P41235 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14638 T550 C25 P41235 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14639 T575 C23 P47003 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14639 T575 C23 P47003 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14639 T575 C23 P47003 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14641 T549 C25 P41235 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14642 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10050 (1429062886684098561)]} 0 2
[junit4:junit4]   2> 14642 T551 C25 P41235 /update {wt=javabin&version=2} {add=[50 (1429062886684098560)]} 0 2
[junit4:junit4]   2> 14643 T575 C23 P47003 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 56
[junit4:junit4]   2> 14644 T575 C23 P47003 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/index.20130309202251563 forceNew: false
[junit4:junit4]   2> 14644 T575 C23 P47003 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@661cd479 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63dbf1b0) fullCopy=true
[junit4:junit4]   2> 14646 T550 C25 P41235 REQ /replication {file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14649 T549 C25 P41235 REQ /replication {file=_1_MockRandom_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14652 T552 C25 P41235 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14655 T551 C25 P41235 REQ /replication {file=_0_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14658 T550 C25 P41235 REQ /replication {file=_0_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14661 T549 C25 P41235 REQ /replication {file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14665 T552 C25 P41235 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14668 T551 C25 P41235 REQ /replication {file=_0_Asserting_0.dvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14671 T550 C25 P41235 REQ /replication {file=_1_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14674 T549 C25 P41235 REQ /replication {file=_0_Memory_0.ram&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14677 T552 C25 P41235 REQ /replication {file=_1_MockRandom_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14680 T551 C25 P41235 REQ /replication {file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14684 T550 C25 P41235 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14687 T549 C25 P41235 REQ /replication {file=_1_MockRandom_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14690 T552 C25 P41235 REQ /replication {file=_1_MockRandom_0.sd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14693 T551 C25 P41235 REQ /replication {file=_1_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14696 T550 C25 P41235 REQ /replication {file=_0_Asserting_0.dvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14700 T549 C25 P41235 REQ /replication {file=_1_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14703 T552 C25 P41235 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14706 T551 C25 P41235 REQ /replication {file=_1_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14709 T550 C25 P41235 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14712 T549 C25 P41235 REQ /replication {file=_0_MockRandom_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14715 T552 C25 P41235 REQ /replication {file=_1_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14718 T551 C25 P41235 REQ /replication {file=_0_MockRandom_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14721 T550 C25 P41235 REQ /replication {file=_0_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14722 T529 C24 P33529 /update {wt=javabin&version=2} {add=[51 (1429062886769033216)]} 0 1
[junit4:junit4]   2> 14722 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10051 (1429062886769033217)]} 0 1
[junit4:junit4]   2> 14731 T551 C25 P41235 REQ /replication {file=_1_MockRandom_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14732 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10051 (1429062886779518976)]} 0 1
[junit4:junit4]   2> 14732 T549 C25 P41235 /update {wt=javabin&version=2} {add=[51 (1429062886779518977)]} 0 1
[junit4:junit4]   2> 14734 T550 C25 P41235 REQ /replication {file=_1_MockRandom_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14737 T551 C25 P41235 REQ /replication {file=_1_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14740 T549 C25 P41235 REQ /replication {file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14743 T552 C25 P41235 REQ /replication {file=_1_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14744 T575 C23 P47003 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_1_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 14746 T550 C25 P41235 REQ /replication {file=_0_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14747 T575 C23 P47003 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 14749 T551 C25 P41235 REQ /replication {file=_1_Memory_0.ram&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14752 T549 C25 P41235 REQ /replication {file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14755 T552 C25 P41235 REQ /replication {file=_1_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14758 T550 C25 P41235 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14761 T551 C25 P41235 REQ /replication {file=_0_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14764 T549 C25 P41235 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14767 T552 C25 P41235 REQ /replication {file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14770 T550 C25 P41235 REQ /replication {file=_1_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14773 T551 C25 P41235 REQ /replication {file=_1_MockRandom_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14775 T549 C25 P41235 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14778 T552 C25 P41235 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14781 T550 C25 P41235 REQ /replication {file=_1_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14784 T551 C25 P41235 REQ /replication {file=_1_Asserting_0.dvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14787 T549 C25 P41235 REQ /replication {file=_1_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14788 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[45 (-1429062886839287808)]} 0 0
[junit4:junit4]   2> 14788 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[10045 (-1429062886839287809)]} 0 0
[junit4:junit4]   2> 14790 T552 C25 P41235 REQ /replication {file=_0_MockRandom_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14791 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[45 (-1429062886842433536)]} 0 0
[junit4:junit4]   2> 14791 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[10045 (-1429062886842433537)]} 0 0
[junit4:junit4]   2> 14794 T549 C25 P41235 REQ /replication {file=_0_MockRandom_0.sd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14794 T532 C24 P33529 /update {wt=javabin&version=2} {add=[52 (1429062886845579264)]} 0 1
[junit4:junit4]   2> 14794 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10052 (1429062886845579265)]} 0 1
[junit4:junit4]   2> 14797 T551 C25 P41235 REQ /replication {file=_0_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14797 T552 C25 P41235 /update {wt=javabin&version=2} {add=[52 (1429062886848724992)]} 0 0
[junit4:junit4]   2> 14798 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10052 (1429062886848724993)]} 0 1
[junit4:junit4]   2> 14799 T549 C25 P41235 REQ /replication {file=_0_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14802 T551 C25 P41235 REQ /replication {file=_1_MockRandom_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14803 T575 C23 P47003 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_1_MockRandom_0.pyl, size=0}
[junit4:junit4]   2> 14806 T552 C25 P41235 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14809 T550 C25 P41235 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14812 T549 C25 P41235 REQ /replication {file=_1_Asserting_0.dvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14815 T551 C25 P41235 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14818 T552 C25 P41235 REQ /replication {file=_0_MockRandom_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14821 T550 C25 P41235 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14822 T575 C23 P47003 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14823 T575 C23 P47003 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130309202251563
[junit4:junit4]   2> 14825 T575 C23 P47003 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14826 T575 C23 P47003 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14826 T575 C23 P47003 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14827 T575 C23 P47003 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/index.20130309202251563
[junit4:junit4]   2> 14828 T575 C23 P47003 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@661cd479 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63dbf1b0),segFN=segments_2,generation=2,filenames=[_0_MockVariableIntBlock_0.skp, _1_MockRandom_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1.nvm, _0.fnm, _0_Asserting_0.dvd, _0_Memory_0.ram, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_Asserting_0.dvm, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _1_MockVariableIntBlock_0.pos, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_Pulsing41_0.pos, _1_Asserting_0.dvm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _1_Asserting_0.dvd, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 14829 T575 C23 P47003 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockVariableIntBlock_0.skp, _1_MockRandom_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1.nvm, _0.fnm, _0_Asserting_0.dvd, _0_Memory_0.ram, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_Asserting_0.dvm, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _1_MockVariableIntBlock_0.pos, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_Pulsing41_0.pos, _1_Asserting_0.dvm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _1_Asserting_0.dvd, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 14829 T575 C23 P47003 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14831 T575 C23 P47003 oass.SolrIndexSearcher.<init> Opening Searcher@527cd052 main
[junit4:junit4]   2> 14833 T574 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@527cd052 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C75/31 _1(5.0):C23/11)}
[junit4:junit4]   2> 14833 T575 C23 P47003 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@28e04e24 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64562b7d)
[junit4:junit4]   2> 14833 T575 C23 P47003 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/index
[junit4:junit4]   2> 14833 T575 C23 P47003 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@28e04e24 lockFactory=org.apache.lucene.store.NativeFSLockFactory@64562b7d)
[junit4:junit4]   2> 14836 T575 C23 P47003 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14836 T583 C23 P47003 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362860556924/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5508
[junit4:junit4]   2> 14837 T583 C23 P47003 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14838 T583 C23 P47003 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@661cd479 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63dbf1b0),segFN=segments_2,generation=2,filenames=[_0_MockVariableIntBlock_0.skp, _1_MockRandom_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1.nvm, _0.fnm, _0_Asserting_0.dvd, _0_Memory_0.ram, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_Asserting_0.dvm, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _1_MockVariableIntBlock_0.pos, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_Pulsing41_0.pos, _1_Asserting_0.dvm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _1_Asserting_0.dvd, segments_2, _0.fdx, _0_MockRandom_0.tim, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@661cd479 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63dbf1b0),segFN=segments_3,generation=3,filenames=[_0_MockVariableIntBlock_0.skp, _1_MockRandom_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1.nvm, _0.fnm, _0_Asserting_0.dvd, _0_Memory_0.ram, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_Asserting_0.dvm, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _1_MockVariableIntBlock_0.pos, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_Pulsing41_0.pos, _1_Asserting_0.dvm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _1_Asserting_0.dvd, _0.fdx, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 14838 T583 C23 P47003 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockVariableIntBlock_0.skp, _1_MockRandom_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1.nvm, _0.fnm, _0_Asserting_0.dvd, _0_Memory_0.ram, _1_MockVariableIntBlock_0.tii, _1_MockRandom_0.tip, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockRandom_0.tim, _1_MockRandom_0.sd, _0_Asserting_0.dvm, _1_MockVariableIntBlock_0.tib, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _0_MockRandom_0.doc, _0_MockVariableIntBlock_0.frq, _0_MockRandom_0.pos, _1_MockRandom_0.doc, _1_MockRandom_0.frq, _1_MockVariableIntBlock_0.skp, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.pyl, _1_Memory_0.ram, _0_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockVariableIntBlock_0.tii, _1_MockVariableIntBlock_0.pos, _1_MockRandom_0.skp, _0.nvm, _1_1.del, _1_Pulsing41_0.pos, _1_Asserting_0.dvm, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tip, _1_MockRandom_0.pyl, _1.si, _1_Asserting_0.dvd, _0.fdx, _0_MockRandom_0.tim, segments_3, _0.fdt]
[junit4:junit4]   2> 14839 T583 C23 P47003 oass.SolrIndexSearcher.<init> Opening Searcher@45d81be9 main
[junit4:junit4]   2> 14839 T583 C23 P47003 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14840 T574 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45d81be9 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C75/31 _1(5.0):C23/11)}
[junit4:junit4]   2> 14840 T583 C23 P47003 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5508}
[junit4:junit4]   2> 14840 T575 C23 P47003 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14841 T575 C23 P47003 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14841 T575 C23 P47003 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14843 T575 C23 P47003 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14891 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[47 (-1429062886947291136)]} 0 1
[junit4:junit4]   2> 14891 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[10047 (-1429062886947291137)]} 0 0
[junit4:junit4]   2> 14895 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[47 (-1429062886950436864)]} 0 1
[junit4:junit4]   2> 14895 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[10047 (-1429062886951485440)]} 0 0
[junit4:junit4]   2> 14899 T532 C24 P33529 /update {wt=javabin&version=2} {add=[53 (1429062886954631168)]} 0 1
[junit4:junit4]   2> 14900 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10053 (1429062886955679744)]} 0 2
[junit4:junit4]   2> 14904 T552 C25 P41235 /update {wt=javabin&version=2} {add=[53 (1429062886959874048)]} 0 1
[junit4:junit4]   2> 14904 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10053 (1429062886959874049)]} 0 1
[junit4:junit4]   2> 14923 T530 C24 P33529 /update {wt=javabin&version=2} {add=[54 (1429062886979796992)]} 0 2
[junit4:junit4]   2> 14924 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10054 (1429062886979796993)]} 0 2
[junit4:junit4]   2> 14928 T549 C25 P41235 /update {wt=javabin&version=2} {add=[54 (1429062886983991296)]} 0 2
[junit4:junit4]   2> 14929 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10054 (1429062886986088448)]} 0 2
[junit4:junit4]   2> 14966 T532 C24 P33529 /update {wt=javabin&version=2} {add=[55 (1429062887024885760)]} 0 1
[junit4:junit4]   2> 14967 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10055 (1429062887025934336)]} 0 1
[junit4:junit4]   2> 14969 T551 C25 P41235 /update {wt=javabin&version=2} {add=[55 (1429062887028031488)]} 0 1
[junit4:junit4]   2> 14970 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10055 (1429062887029080064)]} 0 1
[junit4:junit4]   2> 15027 T530 C24 P33529 /update {wt=javabin&version=2} {add=[56 (1429062887089897472)]} 0 1
[junit4:junit4]   2> 15028 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10056 (1429062887089897473)]} 0 1
[junit4:junit4]   2> 15031 T549 C25 P41235 /update {wt=javabin&version=2} {add=[56 (1429062887093043200)]} 0 1
[junit4:junit4]   2> 15031 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10056 (1429062887094091776)]} 0 1
[junit4:junit4]   2> 15048 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[48 (-1429062887111917568)]} 0 0
[junit4:junit4]   2> 15048 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[10048 (-1429062887111917569)]} 0 0
[junit4:junit4]   2> 15052 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[48 (-1429062887116111872)]} 0 1
[junit4:junit4]   2> 15052 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[10048 (-1429062887116111873)]} 0 0
[junit4:junit4]   2> 15056 T529 C24 P33529 /update {wt=javabin&version=2} {add=[57 (1429062887119257600)]} 0 1
[junit4:junit4]   2> 15056 T531 C24 P33529 /update {wt=javabin&version=2} {add=[10057 (1429062887119257601)]} 0 1
[junit4:junit4]   2> 15061 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10057 (1429062887124500480)]} 0 1
[junit4:junit4]   2> 15061 T549 C25 P41235 /update {wt=javabin&version=2} {add=[57 (1429062887124500481)]} 0 1
[junit4:junit4]   2> 15092 T532 C24 P33529 /update {wt=javabin&version=2} {delete=[10051 (-1429062887157006336)]} 0 1
[junit4:junit4]   2> 15092 T530 C24 P33529 /update {wt=javabin&version=2} {delete=[51 (-1429062887158054912)]} 0 0
[junit4:junit4]   2> 15095 T551 C25 P41235 /update {wt=javabin&version=2} {delete=[10051 (-1429062887161200640)]} 0 0
[junit4:junit4]   2> 15095 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[51 (-1429062887161200641)]} 0 0
[junit4:junit4]   2> 15099 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10058 (1429062887164346368)]} 0 1
[junit4:junit4]   2> 15100 T531 C24 P33529 /update {wt=javabin&version=2} {add=[58 (1429062887165394944)]} 0 1
[junit4:junit4]   2> 15104 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10058 (1429062887169589248)]} 0 1
[junit4:junit4]   2> 15104 T549 C25 P41235 /update {wt=javabin&version=2} {add=[58 (1429062887169589249)]} 0 1
[junit4:junit4]   2> 15132 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10059 (1429062887197900800)]} 0 2
[junit4:junit4]   2> 15133 T530 C24 P33529 /update {wt=javabin&version=2} {add=[59 (1429062887198949376)]} 0 2
[junit4:junit4]   2> 15136 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10059 (1429062887204192256)]} 0 1
[junit4:junit4]   2> 15137 T550 C25 P41235 /update {wt=javabin&version=2} {add=[59 (1429062887204192257)]} 0 1
[junit4:junit4]   2> 15204 T529 C24 P33529 /update {wt=javabin&version=2} {delete=[10052 (-1429062887275495424)]} 0 0
[junit4:junit4]   2> 15205 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[52 (-1429062887275495425)]} 0 1
[junit4:junit4]   2> 15208 T552 C25 P41235 /update {wt=javabin&version=2} {delete=[10052 (-1429062887278641152)]} 0 1
[junit4:junit4]   2> 15208 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[52 (-1429062887279689728)]} 0 0
[junit4:junit4]   2> 15212 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10060 (1429062887282835456)]} 0 1
[junit4:junit4]   2> 15213 T530 C24 P33529 /update {wt=javabin&version=2} {add=[60 (1429062887283884032)]} 0 2
[junit4:junit4]   2> 15217 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10060 (1429062887288078336)]} 0 1
[junit4:junit4]   2> 15218 T550 C25 P41235 /update {wt=javabin&version=2} {add=[60 (1429062887289126912)]} 0 1
[junit4:junit4]   2> 15292 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10061 (1429062887366721536)]} 0 2
[junit4:junit4]   2> 15292 T531 C24 P33529 /update {wt=javabin&version=2} {add=[61 (1429062887366721537)]} 0 1
[junit4:junit4]   2> 15296 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10061 (1429062887370915840)]} 0 1
[junit4:junit4]   2> 15296 T549 C25 P41235 /update {wt=javabin&version=2} {add=[61 (1429062887371964416)]} 0 1
[junit4:junit4]   2> 15389 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10062 (1429062887468433409)]} 0 1
[junit4:junit4]   2> 15390 T530 C24 P33529 /update {wt=javabin&version=2} {add=[62 (1429062887468433408)]} 0 2
[junit4:junit4]   2> 15394 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10062 (1429062887473676288)]} 0 1
[junit4:junit4]   2> 15394 T552 C25 P41235 /update {wt=javabin&version=2} {add=[62 (1429062887473676289)]} 0 1
[junit4:junit4]   2> 15408 T529 C24 P33529 /update {wt=javabin&version=2} {delete=[10054 (-1429062887489404928)]} 0 0
[junit4:junit4]   2> 15409 T531 C24 P33529 /update {wt=javabin&version=2} {delete=[54 (-1429062887490453504)]} 0 1
[junit4:junit4]   2> 15412 T550 C25 P41235 /update {wt=javabin&version=2} {delete=[10054 (-1429062887493599232)]} 0 1
[junit4:junit4]   2> 15412 T549 C25 P41235 /update {wt=javabin&version=2} {delete=[54 (-1429062887493599233)]} 0 0
[junit4:junit4]   2> 15416 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10063 (1429062887496744960)]} 0 1
[junit4:junit4]   2> 15417 T530 C24 P33529 /update {wt=javabin&version=2} {add=[63 (1429062887497793536)]} 0 1
[junit4:junit4]   2> 15420 T551 C25 P41235 /update {wt=javabin&version=2} {add=[10063 (1429062887500939264)]} 0 1
[junit4:junit4]   2> 15421 T552 C25 P41235 /update {wt=javabin&version=2} {add=[63 (1429062887501987840)]} 0 1
[junit4:junit4]   2> 15471 T537 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15473 T537 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:47003_ev_p",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47003/ev_p"}
[junit4:junit4]   2> 15479 T556 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> 15479 T536 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> 15479 T572 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> 15479 T543 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> 15508 T529 C24 P33529 /update {wt=javabin&version=2} {add=[10064 (1429062887593213952)]} 0 1
[junit4:junit4]   2> 15508 T532 C24 P33529 /update {wt=javabin&version=2} {add=[64 (1429062887593213953)]} 0 1
[junit4:junit4]   2>  C23_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:47003_ev_p, base_url=http://127.0.0.1:47003/ev_p}
[junit4:junit4]   2> 15518 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1429062887598456833)]} 0 2
[junit4:junit4]   2> 15518 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1429062887598456832)]} 0 3
[junit4:junit4]   2> 15520 T549 C25 P41235 /update {wt=javabin&version=2} {add=[64 (1429062887598456833)]} 0 8
[junit4:junit4]   2> 15520 T550 C25 P41235 /update {wt=javabin&version=2} {add=[10064 (1429062887598456832)]} 0 9
[junit4:junit4]   2> 15557 T531 C24 P33529 /update {wt=javabin&version=2} {add=[65 (1429062887644594176)]} 0 1
[junit4:junit4]   2> 15558 T530 C24 P33529 /update {wt=javabin&version=2} {add=[10065 (1429062887645642752)]} 0 2
[junit4:junit4]   2> 15566 T568 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1429062887649837056)]} 0 2
[junit4:junit4]   2> 15566 T565 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1429062887649837057)]} 0 1
[junit4:junit4]   2> 15567 T551 C25 P41235 /update {wt=javabin&version=2} {add=[65 (1429062887649837056)]} 0 6
[junit4:junit4]   2> 15567 T552 C25 P41235 /update {wt=javabin&version=2} {add=[10065 (1429062887649837057)]} 0 6
[junit4:junit4]   2> 15592 T514 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15593 T514 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15598 T514 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@316ab910
[junit4:junit4]   2> 15609 T514 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=54,cumulative_deletesById=16,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15609 T529 C24 P33529 /update {wt=javabin&version=2} {add=[66 (1429062887699120128)]} 0 1
[junit4:junit4]   2> 15620 T514 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15620 T532 C24 P33529 /update {wt=javabin&version=2} {add=[10066 (1429062887700168704)]} 0 11
[junit4:junit4]   2> 15620 T514 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15621 T514 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15628 T566 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 15629 T567 C23 P47003 /update {distrib.from=http://127.0.0.1:41235/ev_p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 1
[junit4:junit4]   2> 15629 T566 C23 P47003 oasc.SolrException.log SEVERE java.lang.RuntimeException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:84)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:153)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:451)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:587)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:346)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1800)
[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> 15630 T567 C23 P47003 oasc.SolrException.log SEVERE java.lang.RuntimeException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:84)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:153)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:451)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:587)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:346)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1800)
[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> 15632 T566 C23 P47003 oasc.SolrException.log SEVERE null:java.lang.RuntimeException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:84)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:153)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:451)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:587)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:346)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:246)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1800)
[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$Req

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

 but Solr cannot talk to ZK
[junit4:junit4]   2> 34595 T556 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 34596 T556 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 35080 T517 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=MockVariableIntBlock(baseBlockSize=126), text=PostingsFormat(name=Memory doPackFST= true), _version_=Pulsing41(freqCutoff=5 minBlockSize=28 maxBlockSize=136), rnd_b=PostingsFormat(name=MockRandom), intDefault=Pulsing41(freqCutoff=5 minBlockSize=28 maxBlockSize=136), id=PostingsFormat(name=MockRandom), timestamp=MockVariableIntBlock(baseBlockSize=126), a_t=MockVariableIntBlock(baseBlockSize=126), range_facet_sl=PostingsFormat(name=MockRandom), range_facet_si=MockVariableIntBlock(baseBlockSize=126), other_tl1=Pulsing41(freqCutoff=5 minBlockSize=28 maxBlockSize=136), multiDefault=MockVariableIntBlock(baseBlockSize=126), a_si=Pulsing41(freqCutoff=5 minBlockSize=28 maxBlockSize=136)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=mt, timezone=Africa/Abidjan
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Sun Microsystems Inc. 1.6.0_41 (64-bit)/cpus=8,threads=1,free=46938680,total=169541632
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SystemInfoHandlerTest, TestWriterPerf, TestFieldTypeCollectionResource, LukeRequestHandlerTest, LegacyHTMLStripCharFilterTest, UnloadDistributedZkTest, AlternateDirectoryTest, ZkCLITest, SynonymTokenizerTest, SliceStateUpdateTest, SOLR749Test, BadComponentTest, TestPropInjectDefaults, TestStressVersions, SolrCoreTest, SuggesterTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=418D481E1F4D5F37 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt -Dtests.timezone=Africa/Abidjan -Dtests.file.encoding=UTF-8
[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=573, name=coreLoadExecutor-278-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:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[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:733)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
[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@559be2c8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@79492ac)
[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=575, 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:33)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
[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@661cd479 lockFactory=org.apache.lucene.store.NativeFSLockFactory@63dbf1b0)
[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 35.33s, 1 test, 2 errors <<< FAILURES!

[...truncated 698 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: 269 suites, 1137 tests, 2 suite-level errors, 13 ignored (7 assumptions)

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