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/18 23:04:55 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4768/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC

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=2062, name=coreLoadExecutor-857-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=2062, name=coreLoadExecutor-857-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@14dabcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@14652a7)
	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=2064, 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=2064, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	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@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9263 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T2003 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T2003 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-1363643463712
[junit4:junit4]   2> 5 T2003 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T2004 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T2004 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 7 T2004 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 7 T2004 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 8 T2004 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 9 T2004 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-1363643463711/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T2003 oasc.ZkTestServer.run start zk server on port:33180
[junit4:junit4]   2> 106 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6e2789
[junit4:junit4]   2> 107 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T2009 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 108 T2009 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 108 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58450
[junit4:junit4]   2> 109 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58450
[junit4:junit4]   2> 109 T2007 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 215 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240000 with negotiated timeout 10000 for client /127.0.0.1:58450
[junit4:junit4]   2> 215 T2009 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240000, negotiated timeout = 10000
[junit4:junit4]   2> 216 T2010 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e2789 name:ZooKeeperConnection Watcher:127.0.0.1:33180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 216 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 217 T2003 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 220 T2008 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7f7bf8240000
[junit4:junit4]   2> 221 T2010 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 222 T2005 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58450 which had sessionid 0x13d7f7bf8240000
[junit4:junit4]   2> 221 T2003 oaz.ZooKeeper.close Session: 0x13d7f7bf8240000 closed
[junit4:junit4]   2> 222 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@de7c96
[junit4:junit4]   2> 223 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 223 T2011 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 224 T2011 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 224 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58451
[junit4:junit4]   2> 224 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58451
[junit4:junit4]   2> 225 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240001 with negotiated timeout 10000 for client /127.0.0.1:58451
[junit4:junit4]   2> 225 T2011 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240001, negotiated timeout = 10000
[junit4:junit4]   2> 226 T2012 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@de7c96 name:ZooKeeperConnection Watcher:127.0.0.1:33180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 226 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 226 T2003 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 228 T2003 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 230 T2003 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 232 T2003 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 233 T2003 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> 234 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 237 T2003 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> 238 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 241 T2003 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> 241 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 243 T2003 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> 243 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 245 T2003 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> 246 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 248 T2003 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> 249 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 251 T2003 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> 251 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 254 T2003 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> 254 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 257 T2003 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> 257 T2003 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 259 T2008 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7f7bf8240001
[junit4:junit4]   2> 259 T2012 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 259 T2003 oaz.ZooKeeper.close Session: 0x13d7f7bf8240001 closed
[junit4:junit4]   2> 259 T2005 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58451 which had sessionid 0x13d7f7bf8240001
[junit4:junit4]   2> 317 T2003 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 335 T2003 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35534
[junit4:junit4]   2> 336 T2003 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 336 T2003 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 337 T2003 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-1363643463967
[junit4:junit4]   2> 337 T2003 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-1363643463967/solr.xml
[junit4:junit4]   2> 338 T2003 oasc.CoreContainer.<init> New CoreContainer 28554876
[junit4:junit4]   2> 338 T2003 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-1363643463967/'
[junit4:junit4]   2> 339 T2003 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-1363643463967/'
[junit4:junit4]   2> 380 T2003 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 380 T2003 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 381 T2003 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 381 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 381 T2003 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 382 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 382 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 382 T2003 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 383 T2003 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 383 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 392 T2003 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 407 T2003 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:33180/solr
[junit4:junit4]   2> 408 T2003 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 408 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19c59ab
[junit4:junit4]   2> 409 T2022 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 409 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 410 T2022 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 410 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58452
[junit4:junit4]   2> 410 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58452
[junit4:junit4]   2> 411 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240002 with negotiated timeout 20000 for client /127.0.0.1:58452
[junit4:junit4]   2> 411 T2022 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240002, negotiated timeout = 20000
[junit4:junit4]   2> 412 T2023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19c59ab name:ZooKeeperConnection Watcher:127.0.0.1:33180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 412 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 413 T2008 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7f7bf8240002
[junit4:junit4]   2> 413 T2005 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58452 which had sessionid 0x13d7f7bf8240002
[junit4:junit4]   2> 413 T2023 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 413 T2003 oaz.ZooKeeper.close Session: 0x13d7f7bf8240002 closed
[junit4:junit4]   2> 414 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 417 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@180ea3f
[junit4:junit4]   2> 417 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 418 T2024 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 418 T2024 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 418 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58453
[junit4:junit4]   2> 418 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58453
[junit4:junit4]   2> 419 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240003 with negotiated timeout 20000 for client /127.0.0.1:58453
[junit4:junit4]   2> 419 T2024 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240003, negotiated timeout = 20000
[junit4:junit4]   2> 419 T2025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@180ea3f name:ZooKeeperConnection Watcher:127.0.0.1:33180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 420 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 421 T2003 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 422 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 423 T2003 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 425 T2003 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 427 T2003 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35534_
[junit4:junit4]   2> 427 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35534_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35534_
[junit4:junit4]   2> 428 T2003 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35534_
[junit4:junit4]   2> 430 T2003 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 433 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 434 T2003 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 436 T2003 oasc.Overseer.start Overseer (id=89367738038091779-127.0.0.1:35534_-n_0000000000) starting
[junit4:junit4]   2> 436 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 437 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 438 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 438 T2003 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 440 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 441 T2027 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 441 T2003 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 443 T2003 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 444 T2003 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 446 T2026 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 449 T2028 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-1363643463967/collection1
[junit4:junit4]   2> 449 T2028 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 449 T2028 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 450 T2028 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 450 T2028 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-1363643463967/collection1/'
[junit4:junit4]   2> 451 T2028 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-1363643463967/collection1/lib/README' to classloader
[junit4:junit4]   2> 451 T2028 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-1363643463967/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 480 T2028 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 522 T2028 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 523 T2028 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 527 T2028 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 975 T2028 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 981 T2028 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 984 T2028 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 995 T2028 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 999 T2028 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1003 T2028 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1004 T2028 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1004 T2028 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1004 T2028 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1005 T2028 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1005 T2028 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1005 T2028 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1006 T2028 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-1363643463967/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/control/data/
[junit4:junit4]   2> 1006 T2028 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c68f7c
[junit4:junit4]   2> 1006 T2028 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1007 T2028 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/control/data forceNew: false
[junit4:junit4]   2> 1007 T2028 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/control/data/index/
[junit4:junit4]   2> 1007 T2028 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363643463711/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1007 T2028 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/control/data/index forceNew: false
[junit4:junit4]   2> 1009 T2028 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9207bc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bd2309),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1009 T2028 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1010 T2028 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1010 T2028 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1011 T2028 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1011 T2028 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1012 T2028 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1012 T2028 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1012 T2028 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1012 T2028 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1013 T2028 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1015 T2028 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1018 T2028 oass.SolrIndexSearcher.<init> Opening Searcher@1a79d2f main
[junit4:junit4]   2> 1018 T2028 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/control/data/tlog
[junit4:junit4]   2> 1018 T2028 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1019 T2028 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1022 T2029 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a79d2f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1023 T2028 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1023 T2028 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1948 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1949 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35534_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35534"}
[junit4:junit4]   2> 1949 T2026 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1949 T2026 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1952 T2025 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> 2024 T2028 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2025 T2028 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35534 collection:control_collection shard:shard1
[junit4:junit4]   2> 2026 T2028 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2031 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2031 T2028 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2032 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2033 T2028 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2033 T2028 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2033 T2028 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35534/collection1/
[junit4:junit4]   2> 2034 T2028 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2034 T2028 oasc.SyncStrategy.syncToMe http://127.0.0.1:35534/collection1/ has no replicas
[junit4:junit4]   2> 2034 T2028 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35534/collection1/
[junit4:junit4]   2> 2034 T2028 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2038 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3487 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3602 T2025 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> 3647 T2028 oasc.ZkController.register We are http://127.0.0.1:35534/collection1/ and leader is http://127.0.0.1:35534/collection1/
[junit4:junit4]   2> 3652 T2028 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35534
[junit4:junit4]   2> 3652 T2028 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3652 T2028 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3657 T2028 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3664 T2028 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3685 T2003 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3700 T2003 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3714 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3802 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3807 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5150b9
[junit4:junit4]   2> 3822 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3868 T2031 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3871 T2031 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 3871 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58457
[junit4:junit4]   2> 3875 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58457
[junit4:junit4]   2> 3902 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240004 with negotiated timeout 10000 for client /127.0.0.1:58457
[junit4:junit4]   2> 3902 T2031 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240004, negotiated timeout = 10000
[junit4:junit4]   2> 3910 T2032 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5150b9 name:ZooKeeperConnection Watcher:127.0.0.1:33180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3911 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3928 T2003 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3948 T2003 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4287 T2003 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4310 T2003 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40680
[junit4:junit4]   2> 4311 T2003 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4313 T2003 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4314 T2003 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-1363643467656
[junit4:junit4]   2> 4314 T2003 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-1363643467656/solr.xml
[junit4:junit4]   2> 4315 T2003 oasc.CoreContainer.<init> New CoreContainer 15500793
[junit4:junit4]   2> 4316 T2003 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-1363643467656/'
[junit4:junit4]   2> 4317 T2003 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-1363643467656/'
[junit4:junit4]   2> 5103 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5107 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35534__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35534_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35534"}
[junit4:junit4]   2> 5116 T2032 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> 5116 T2025 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> 5145 T2003 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 5146 T2003 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5147 T2003 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 5147 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5148 T2003 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5148 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5148 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5149 T2003 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5149 T2003 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5151 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 5185 T2003 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 5241 T2003 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:33180/solr
[junit4:junit4]   2> 5242 T2003 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 5242 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3f8260
[junit4:junit4]   2> 5247 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5248 T2042 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5249 T2042 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 5249 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58460
[junit4:junit4]   2> 5250 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58460
[junit4:junit4]   2> 5254 T2042 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240005, negotiated timeout = 20000
[junit4:junit4]   2> 5254 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240005 with negotiated timeout 20000 for client /127.0.0.1:58460
[junit4:junit4]   2> 5255 T2043 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f8260 name:ZooKeeperConnection Watcher:127.0.0.1:33180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5255 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5256 T2008 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7f7bf8240005
[junit4:junit4]   2> 5257 T2043 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 5257 T2003 oaz.ZooKeeper.close Session: 0x13d7f7bf8240005 closed
[junit4:junit4]   2> 5257 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 5258 T2005 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58460 which had sessionid 0x13d7f7bf8240005
[junit4:junit4]   2> 5275 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1451f09
[junit4:junit4]   2> 5279 T2044 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5279 T2044 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 5279 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58461
[junit4:junit4]   2> 5279 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5280 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58461
[junit4:junit4]   2> 5280 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240006 with negotiated timeout 20000 for client /127.0.0.1:58461
[junit4:junit4]   2> 5280 T2044 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240006, negotiated timeout = 20000
[junit4:junit4]   2> 5281 T2045 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1451f09 name:ZooKeeperConnection Watcher:127.0.0.1:33180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5281 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5282 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240006 type:create cxid:0x1 zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5283 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240006 type:create cxid:0x3 zxid:0x4d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5286 T2003 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6322 T2003 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40680_
[junit4:junit4]   2> 6372 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240006 type:delete cxid:0xd zxid:0x4e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40680_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40680_
[junit4:junit4]   2> 6378 T2003 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40680_
[junit4:junit4]   2> 6389 T2025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 6394 T2032 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6395 T2032 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> 6401 T2025 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6402 T2045 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6496 T2046 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-1363643467656/collection1
[junit4:junit4]   2> 6502 T2046 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6503 T2046 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6506 T2046 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6509 T2046 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-1363643467656/collection1/'
[junit4:junit4]   2> 6517 T2046 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-1363643467656/collection1/lib/README' to classloader
[junit4:junit4]   2> 6521 T2046 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-1363643467656/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7301 T2046 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7488 T2046 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7492 T2046 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7505 T2046 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8585 T2046 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8671 T2046 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8674 T2046 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8685 T2046 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8689 T2046 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8692 T2046 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8694 T2046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8694 T2046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8694 T2046 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8695 T2046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8695 T2046 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8695 T2046 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8696 T2046 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-1363643467656/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty1/
[junit4:junit4]   2> 8696 T2046 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c68f7c
[junit4:junit4]   2> 8698 T2046 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8699 T2046 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty1 forceNew: false
[junit4:junit4]   2> 8700 T2046 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty1/index/
[junit4:junit4]   2> 8700 T2046 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8701 T2046 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty1/index forceNew: false
[junit4:junit4]   2> 8703 T2046 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b4a66f lockFactory=org.apache.lucene.store.NativeFSLockFactory@e6f31d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8704 T2046 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8708 T2046 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8708 T2046 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8709 T2046 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8709 T2046 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8711 T2046 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8711 T2046 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8711 T2046 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8712 T2046 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8712 T2046 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8715 T2046 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8718 T2046 oass.SolrIndexSearcher.<init> Opening Searcher@29b34a main
[junit4:junit4]   2> 8719 T2046 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty1/tlog
[junit4:junit4]   2> 8720 T2046 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8720 T2046 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8781 T2047 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29b34a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8783 T2046 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8783 T2046 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9629 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9630 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40680_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40680"}
[junit4:junit4]   2> 9630 T2026 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 9631 T2026 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9634 T2045 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> 9634 T2025 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> 9634 T2032 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> 9784 T2046 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9785 T2046 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40680 collection:collection1 shard:shard1
[junit4:junit4]   2> 9785 T2046 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 9793 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240006 type:delete cxid:0x48 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 9795 T2046 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9796 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240006 type:create cxid:0x49 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9799 T2046 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9799 T2046 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9799 T2046 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40680/collection1/
[junit4:junit4]   2> 9800 T2046 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9800 T2046 oasc.SyncStrategy.syncToMe http://127.0.0.1:40680/collection1/ has no replicas
[junit4:junit4]   2> 9800 T2046 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40680/collection1/
[junit4:junit4]   2> 9801 T2046 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 9804 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240006 type:create cxid:0x54 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11139 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11148 T2032 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> 11148 T2045 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> 11148 T2025 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> 11160 T2046 oasc.ZkController.register We are http://127.0.0.1:40680/collection1/ and leader is http://127.0.0.1:40680/collection1/
[junit4:junit4]   2> 11160 T2046 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40680
[junit4:junit4]   2> 11161 T2046 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11161 T2046 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11162 T2046 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11164 T2046 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11166 T2003 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11167 T2003 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11168 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11281 T2003 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11285 T2003 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36208
[junit4:junit4]   2> 11285 T2003 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11286 T2003 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11286 T2003 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-1363643474882
[junit4:junit4]   2> 11286 T2003 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-1363643474882/solr.xml
[junit4:junit4]   2> 11287 T2003 oasc.CoreContainer.<init> New CoreContainer 30195874
[junit4:junit4]   2> 11287 T2003 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-1363643474882/'
[junit4:junit4]   2> 11288 T2003 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-1363643474882/'
[junit4:junit4]   2> 11308 T2003 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 11309 T2003 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11309 T2003 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11309 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11310 T2003 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11310 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11311 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11311 T2003 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11311 T2003 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11312 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11321 T2003 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11335 T2003 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:33180/solr
[junit4:junit4]   2> 11336 T2003 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11337 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@9c87d5
[junit4:junit4]   2> 11339 T2058 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11339 T2058 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 11340 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58507
[junit4:junit4]   2> 11340 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58507
[junit4:junit4]   2> 11341 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240007 with negotiated timeout 20000 for client /127.0.0.1:58507
[junit4:junit4]   2> 11341 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11342 T2058 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240007, negotiated timeout = 20000
[junit4:junit4]   2> 11348 T2059 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9c87d5 name:ZooKeeperConnection Watcher:127.0.0.1:33180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11349 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11350 T2008 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7f7bf8240007
[junit4:junit4]   2> 11350 T2059 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11350 T2005 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58507 which had sessionid 0x13d7f7bf8240007
[junit4:junit4]   2> 11350 T2003 oaz.ZooKeeper.close Session: 0x13d7f7bf8240007 closed
[junit4:junit4]   2> 11351 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 11354 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@16e3540
[junit4:junit4]   2> 11356 T2060 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11355 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11356 T2060 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 11356 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58508
[junit4:junit4]   2> 11357 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58508
[junit4:junit4]   2> 11357 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240008 with negotiated timeout 20000 for client /127.0.0.1:58508
[junit4:junit4]   2> 11357 T2060 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240008, negotiated timeout = 20000
[junit4:junit4]   2> 11358 T2061 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16e3540 name:ZooKeeperConnection Watcher:127.0.0.1:33180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11358 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11359 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11360 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11361 T2003 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12364 T2003 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36208_
[junit4:junit4]   2> 12365 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf8240008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36208_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36208_
[junit4:junit4]   2> 12366 T2003 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36208_
[junit4:junit4]   2> 12369 T2045 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> 12369 T2025 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> 12370 T2032 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 12370 T2061 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 12371 T2032 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> 12372 T2045 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 12373 T2025 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 12381 T2062 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-1363643474882/collection1
[junit4:junit4]   2> 12382 T2062 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12383 T2062 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12384 T2062 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12386 T2062 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-1363643474882/collection1/'
[junit4:junit4]   2> 12387 T2062 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-1363643474882/collection1/lib/README' to classloader
[junit4:junit4]   2> 12387 T2062 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-1363643474882/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12425 T2062 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12464 T2062 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12465 T2062 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12487 T2062 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12655 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12655 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40680__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40680_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40680"}
[junit4:junit4]   2> 12658 T2025 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> 12658 T2061 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> 12658 T2032 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> 12658 T2045 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> 12912 T2062 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12919 T2062 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12922 T2062 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12930 T2062 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12933 T2062 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12936 T2062 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12937 T2062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12937 T2062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12937 T2062 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12938 T2062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12938 T2062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12938 T2062 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12939 T2062 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-1363643474882/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/
[junit4:junit4]   2> 12939 T2062 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c68f7c
[junit4:junit4]   2> 12939 T2062 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 12940 T2062 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2 forceNew: false
[junit4:junit4]   2> 12940 T2062 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/index/
[junit4:junit4]   2> 12940 T2062 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12941 T2062 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/index forceNew: false
[junit4:junit4]   2> 12942 T2062 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@138dd0b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d084ad),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12942 T2062 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12944 T2062 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12944 T2062 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12945 T2062 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12945 T2062 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12946 T2062 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12946 T2062 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12946 T2062 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12947 T2062 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12947 T2062 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12950 T2062 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12952 T2062 oass.SolrIndexSearcher.<init> Opening Searcher@19dd449 main
[junit4:junit4]   2> 12953 T2062 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/tlog
[junit4:junit4]   2> 12960 T2062 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12960 T2062 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12965 T2063 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19dd449 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12967 T2062 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12967 T2062 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14162 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14163 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36208_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36208"}
[junit4:junit4]   2> 14164 T2026 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 14165 T2026 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14170 T2025 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> 14170 T2045 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> 14170 T2032 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> 14170 T2061 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> 15009 T2062 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15009 T2062 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36208 collection:collection1 shard:shard1
[junit4:junit4]   2> 15013 T2062 oasc.ZkController.register We are http://127.0.0.1:36208/collection1/ and leader is http://127.0.0.1:40680/collection1/
[junit4:junit4]   2> 15014 T2062 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36208
[junit4:junit4]   2> 15014 T2062 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15014 T2062 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C92 name=collection1 org.apache.solr.core.SolrCore@e23de5 url=http://127.0.0.1:36208/collection1 node=127.0.0.1:36208_ C92_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:36208_, base_url=http://127.0.0.1:36208}
[junit4:junit4]   2> 15016 T2064 C92 P36208 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15016 T2062 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15018 T2064 C92 P36208 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15018 T2064 C92 P36208 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15018 T2064 C92 P36208 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15019 T2003 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15020 T2064 C92 P36208 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15020 T2003 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15021 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15027 T2003 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C93 name=collection1 org.apache.solr.core.SolrCore@e1e396 url=http://127.0.0.1:35534/collection1 node=127.0.0.1:35534_ C93_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:35534_, base_url=http://127.0.0.1:35534, leader=true}
[junit4:junit4]   2> 15045 T2020 C93 P35534 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9207bc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bd2309),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15047 T2020 C93 P35534 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15051 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10001 (1429883824373760000)]} 0 9
[junit4:junit4]   2> 15051 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[1 (1429883824373760001)]} 0 9
[junit4:junit4]   2> ASYNC  NEW_CORE C94 name=collection1 org.apache.solr.core.SolrCore@33059 url=http://127.0.0.1:40680/collection1 node=127.0.0.1:40680_ C94_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:40680_, base_url=http://127.0.0.1:40680, leader=true}
[junit4:junit4]   2> 15067 T2037 C94 P40680 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b4a66f lockFactory=org.apache.lucene.store.NativeFSLockFactory@e6f31d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15069 T2037 C94 P40680 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15076 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[1 (1429883824397877248)]} 0 10
[junit4:junit4]   2> 15076 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10001 (1429883824397877249)]} 0 10
[junit4:junit4]   2> 15111 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[2 (1429883824444014592)]} 0 1
[junit4:junit4]   2> 15112 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10002 (1429883824444014593)]} 0 2
[junit4:junit4]   2> 15116 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[2 (1429883824449257472)]} 0 2
[junit4:junit4]   2> 15116 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10002 (1429883824449257473)]} 0 1
[junit4:junit4]   2> 15125 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[3 (1429883824458694656)]} 0 1
[junit4:junit4]   2> 15126 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10003 (1429883824459743232)]} 0 1
[junit4:junit4]   2> 15129 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[3 (1429883824462888960)]} 0 2
[junit4:junit4]   2> 15129 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10003 (1429883824462888961)]} 0 1
[junit4:junit4]   2> 15174 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[4 (1429883824510074880)]} 0 1
[junit4:junit4]   2> 15174 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10004 (1429883824511123456)]} 0 1
[junit4:junit4]   2> 15177 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[4 (1429883824513220608)]} 0 1
[junit4:junit4]   2> 15177 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10004 (1429883824514269184)]} 0 0
[junit4:junit4]   2> 15230 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[5 (1429883824568795136)]} 0 1
[junit4:junit4]   2> 15231 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10005 (1429883824569843712)]} 0 1
[junit4:junit4]   2> 15233 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[5 (1429883824571940864)]} 0 1
[junit4:junit4]   2> 15233 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10005 (1429883824572989440)]} 0 0
[junit4:junit4]   2> 15306 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[6 (1429883824648486912)]} 0 1
[junit4:junit4]   2> 15307 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10006 (1429883824649535488)]} 0 1
[junit4:junit4]   2> 15309 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[6 (1429883824651632640)]} 0 1
[junit4:junit4]   2> 15310 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10006 (1429883824653729792)]} 0 1
[junit4:junit4]   2> 15404 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[2 (-1429883824752295936)]} 0 0
[junit4:junit4]   2> 15405 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10002 (-1429883824753344512)]} 0 0
[junit4:junit4]   2> 15407 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[2 (-1429883824755441664)]} 0 0
[junit4:junit4]   2> 15409 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10002 (-1429883824756490240)]} 0 1
[junit4:junit4]   2> 15410 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[7 (1429883824757538816)]} 0 1
[junit4:junit4]   2> 15412 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10007 (1429883824759635968)]} 0 1
[junit4:junit4]   2> 15414 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[7 (1429883824761733120)]} 0 1
[junit4:junit4]   2> 15415 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10007 (1429883824762781696)]} 0 1
[junit4:junit4]   2> 15427 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[6 (-1429883824776413184)]} 0 0
[junit4:junit4]   2> 15429 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10006 (-1429883824778510336)]} 0 0
[junit4:junit4]   2> 15430 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[6 (-1429883824779558912)]} 0 0
[junit4:junit4]   2> 15431 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[10006 (-1429883824780607488)]} 0 0
[junit4:junit4]   2> 15433 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[8 (1429883824781656064)]} 0 1
[junit4:junit4]   2> 15435 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10008 (1429883824783753216)]} 0 1
[junit4:junit4]   2> 15437 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[8 (1429883824785850368)]} 0 1
[junit4:junit4]   2> 15438 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10008 (1429883824787947520)]} 0 1
[junit4:junit4]   2> 15455 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[8 (-1429883824805773312)]} 0 0
[junit4:junit4]   2> 15457 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10008 (-1429883824807870464)]} 0 0
[junit4:junit4]   2> 15458 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[8 (-1429883824808919040)]} 0 0
[junit4:junit4]   2> 15460 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[10008 (-1429883824811016192)]} 0 0
[junit4:junit4]   2> 15462 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[9 (1429883824812064768)]} 0 1
[junit4:junit4]   2> 15463 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10009 (1429883824813113344)]} 0 1
[junit4:junit4]   2> 15465 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[9 (1429883824815210496)]} 0 1
[junit4:junit4]   2> 15466 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10009 (1429883824817307648)]} 0 0
[junit4:junit4]   2> 15538 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[9 (-1429883824892805120)]} 0 0
[junit4:junit4]   2> 15540 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10009 (-1429883824894902272)]} 0 0
[junit4:junit4]   2> 15540 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[9 (-1429883824894902272)]} 0 0
[junit4:junit4]   2> 15542 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10009 (-1429883824896999424)]} 0 0
[junit4:junit4]   2> 15542 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10 (1429883824896999424)]} 0 0
[junit4:junit4]   2> 15544 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10010 (1429883824899096576)]} 0 0
[junit4:junit4]   2> 15545 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10 (1429883824899096576)]} 0 1
[junit4:junit4]   2> 15547 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10010 (1429883824901193728)]} 0 1
[junit4:junit4]   2> 15605 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10 (-1429883824963059712)]} 0 0
[junit4:junit4]   2> 15607 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10010 (-1429883824965156864)]} 0 1
[junit4:junit4]   2> 15607 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10 (-1429883824965156864)]} 0 0
[junit4:junit4]   2> 15609 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[10010 (-1429883824966205440)]} 0 1
[junit4:junit4]   2> 15609 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[11 (1429883824967254016)]} 0 0
[junit4:junit4]   2> 15611 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10011 (1429883824968302592)]} 0 1
[junit4:junit4]   2> 15611 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[11 (1429883824969351168)]} 0 0
[junit4:junit4]   2> 15613 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10011 (1429883824970399744)]} 0 1
[junit4:junit4]   2> 15676 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15677 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36208__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36208_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36208"}
[junit4:junit4]   2> 15677 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[12 (1429883825038557184)]} 0 0
[junit4:junit4]   2> 15678 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10012 (1429883825039605760)]} 0 0
[junit4:junit4]   2> 15681 T2045 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> 15681 T2032 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> 15681 T2025 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> 15682 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10012 (1429883825042751488)]} 0 1
[junit4:junit4]   2> 15681 T2061 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> 15681 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[12 (1429883825041702912)]} 0 1
[junit4:junit4]   2> 15756 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10013 (1429883825121394688)]} 0 0
[junit4:junit4]   2> 15757 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[13 (1429883825121394689)]} 0 1
[junit4:junit4]   2>  C92_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:36208_, base_url=http://127.0.0.1:36208}
[junit4:junit4]   2> 15781 T2054 C92 P36208 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@138dd0b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d084ad),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15782 T2054 C92 P36208 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15785 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1429883825123491840)]} 0 5
[junit4:junit4]   2> 15785 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1429883825124540416)]} 0 4
[junit4:junit4]   2> 15785 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10013 (1429883825123491840)]} 0 27
[junit4:junit4]   2> 15785 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[13 (1429883825124540416)]} 0 26
[junit4:junit4]   2> 15880 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10014 (1429883825250369536)]} 0 1
[junit4:junit4]   2> 15880 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[14 (1429883825251418112)]} 0 0
[junit4:junit4]   2> 15885 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429883825253515264)]} 0 0
[junit4:junit4]   2> 15886 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429883825253515265)]} 0 1
[junit4:junit4]   2> 15886 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10014 (1429883825253515264)]} 0 4
[junit4:junit4]   2> 15887 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[14 (1429883825253515265)]} 0 5
[junit4:junit4]   2> 15945 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10015 (1429883825318526976)]} 0 1
[junit4:junit4]   2> 15946 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[15 (1429883825319575552)]} 0 1
[junit4:junit4]   2> 15951 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429883825321672704)]} 0 1
[junit4:junit4]   2> 15951 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429883825322721280)]} 0 1
[junit4:junit4]   2> 15951 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10015 (1429883825321672704)]} 0 4
[junit4:junit4]   2> 15952 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[15 (1429883825322721280)]} 0 4
[junit4:junit4]   2> 16030 T2040 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:36208__collection1&state=recovering&nodeName=127.0.0.1:36208_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 16034 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10016 (1429883825411850240)]} 0 1
[junit4:junit4]   2> 16034 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[16 (1429883825411850241)]} 0 1
[junit4:junit4]   2> 16039 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429883825414995968)]} 0 1
[junit4:junit4]   2> 16040 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429883825416044544)]} 0 1
[junit4:junit4]   2> 16040 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10016 (1429883825414995968)]} 0 4
[junit4:junit4]   2> 16041 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[16 (1429883825416044544)]} 0 4
[junit4:junit4]   2> 16047 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10017 (1429883825425481728)]} 0 1
[junit4:junit4]   2> 16048 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[17 (1429883825426530304)]} 0 2
[junit4:junit4]   2> 16054 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429883825429676032)]} 0 1
[junit4:junit4]   2> 16054 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429883825429676033)]} 0 1
[junit4:junit4]   2> 16054 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10017 (1429883825429676032)]} 0 5
[junit4:junit4]   2> 16054 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[17 (1429883825429676033)]} 0 4
[junit4:junit4]   2> 16092 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10012 (-1429883825473716224)]} 0 1
[junit4:junit4]   2> 16092 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[12 (-1429883825473716225)]} 0 0
[junit4:junit4]   2> 16096 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1429883825475813377)]} 0 0
[junit4:junit4]   2> 16097 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1429883825475813376)]} 0 1
[junit4:junit4]   2> 16097 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[12 (-1429883825475813377)]} 0 3
[junit4:junit4]   2> 16097 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10012 (-1429883825475813376)]} 0 3
[junit4:junit4]   2> 16100 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[18 (1429883825481056256)]} 0 1
[junit4:junit4]   2> 16100 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10018 (1429883825481056257)]} 0 1
[junit4:junit4]   2> 16104 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429883825484201984)]} 0 0
[junit4:junit4]   2> 16104 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429883825484201985)]} 0 0
[junit4:junit4]   2> 16104 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[18 (1429883825484201984)]} 0 2
[junit4:junit4]   2> 16105 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10018 (1429883825484201985)]} 0 3
[junit4:junit4]   2> 16182 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[16 (-1429883825568088064)]} 0 0
[junit4:junit4]   2> 16182 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[10016 (-1429883825568088065)]} 0 0
[junit4:junit4]   2> 16185 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[16 (-1429883825569136640)]} 0 0
[junit4:junit4]   2> 16185 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10016 (-1429883825570185216)]} 0 0
[junit4:junit4]   2> 16185 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[16 (-1429883825569136640)]} 0 2
[junit4:junit4]   2> 16186 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10016 (-1429883825570185216)]} 0 2
[junit4:junit4]   2> 16188 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[19 (1429883825573330944)]} 0 1
[junit4:junit4]   2> 16188 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10019 (1429883825573330945)]} 0 1
[junit4:junit4]   2> 16193 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429883825575428096)]} 0 1
[junit4:junit4]   2> 16193 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[19 (1429883825575428096)]} 0 4
[junit4:junit4]   2> 16193 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429883825576476672)]} 0 1
[junit4:junit4]   2> 16194 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10019 (1429883825576476672)]} 0 4
[junit4:junit4]   2> 16270 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[18 (-1429883825660362752)]} 0 0
[junit4:junit4]   2> 16271 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[10018 (-1429883825661411328)]} 0 0
[junit4:junit4]   2> 16274 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429883825662459904)]} 0 0
[junit4:junit4]   2> 16275 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429883825663508480)]} 0 1
[junit4:junit4]   2> 16275 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[18 (-1429883825662459904)]} 0 3
[junit4:junit4]   2> 16275 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10018 (-1429883825663508480)]} 0 2
[junit4:junit4]   2> 16278 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[20 (1429883825667702784)]} 0 1
[junit4:junit4]   2> 16278 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10020 (1429883825667702785)]} 0 1
[junit4:junit4]   2> 16282 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429883825670848512)]} 0 0
[junit4:junit4]   2> 16283 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429883825670848513)]} 0 1
[junit4:junit4]   2> 16283 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[20 (1429883825670848512)]} 0 3
[junit4:junit4]   2> 16284 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10020 (1429883825670848513)]} 0 4
[junit4:junit4]   2> 16303 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[21 (1429883825694965760)]} 0 1
[junit4:junit4]   2> 16303 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10021 (1429883825694965761)]} 0 0
[junit4:junit4]   2> 16308 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429883825697062912)]} 0 1
[junit4:junit4]   2> 16308 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429883825697062913)]} 0 1
[junit4:junit4]   2> 16309 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[21 (1429883825697062912)]} 0 4
[junit4:junit4]   2> 16309 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10021 (1429883825697062913)]} 0 4
[junit4:junit4]   2> 16337 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[22 (1429883825729568768)]} 0 1
[junit4:junit4]   2> 16337 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10022 (1429883825729568769)]} 0 1
[junit4:junit4]   2> 16341 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429883825732714496)]} 0 0
[junit4:junit4]   2> 16341 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429883825732714497)]} 0 0
[junit4:junit4]   2> 16341 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[22 (1429883825732714496)]} 0 2
[junit4:junit4]   2> 16342 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10022 (1429883825732714497)]} 0 3
[junit4:junit4]   2> 16380 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[23 (1429883825774657536)]} 0 1
[junit4:junit4]   2> 16380 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10023 (1429883825774657537)]} 0 1
[junit4:junit4]   2> 16384 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429883825777803264)]} 0 1
[junit4:junit4]   2> 16384 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429883825777803265)]} 0 0
[junit4:junit4]   2> 16385 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[23 (1429883825777803264)]} 0 3
[junit4:junit4]   2> 16385 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10023 (1429883825777803265)]} 0 3
[junit4:junit4]   2> 16394 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[23 (-1429883825789337600)]} 0 1
[junit4:junit4]   2> 16394 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[10023 (-1429883825790386176)]} 0 0
[junit4:junit4]   2> 16397 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[23 (-1429883825791434752)]} 0 0
[junit4:junit4]   2> 16397 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[23 (-1429883825791434752)]} 0 2
[junit4:junit4]   2> 16397 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10023 (-1429883825792483328)]} 0 0
[junit4:junit4]   2> 16398 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10023 (-1429883825792483328)]} 0 2
[junit4:junit4]   2> 16399 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[24 (1429883825795629056)]} 0 0
[junit4:junit4]   2> 16400 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10024 (1429883825796677632)]} 0 0
[junit4:junit4]   2> 16403 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429883825797726208)]} 0 0
[junit4:junit4]   2> 16404 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[24 (1429883825797726208)]} 0 3
[junit4:junit4]   2> 16404 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429883825798774784)]} 0 1
[junit4:junit4]   2> 16405 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10024 (1429883825798774784)]} 0 3
[junit4:junit4]   2> 16416 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[25 (1429883825813454848)]} 0 0
[junit4:junit4]   2> 16417 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10025 (1429883825813454849)]} 0 1
[junit4:junit4]   2> 16420 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429883825815552000)]} 0 0
[junit4:junit4]   2> 16421 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429883825815552001)]} 0 1
[junit4:junit4]   2> 16421 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[25 (1429883825815552000)]} 0 3
[junit4:junit4]   2> 16421 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10025 (1429883825815552001)]} 0 3
[junit4:junit4]   2> 16468 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10026 (1429883825867980801)]} 0 0
[junit4:junit4]   2> 16469 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[26 (1429883825867980800)]} 0 1
[junit4:junit4]   2> 16473 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429883825870077952)]} 0 1
[junit4:junit4]   2> 16473 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429883825871126528)]} 0 1
[junit4:junit4]   2> 16473 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10026 (1429883825870077952)]} 0 3
[junit4:junit4]   2> 16474 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[26 (1429883825871126528)]} 0 3
[junit4:junit4]   2> 16550 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[25 (-1429883825953964032)]} 0 1
[junit4:junit4]   2> 16550 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[10025 (-1429883825953964033)]} 0 1
[junit4:junit4]   2> 16553 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[25 (-1429883825956061185)]} 0 0
[junit4:junit4]   2> 16553 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10025 (-1429883825956061184)]} 0 0
[junit4:junit4]   2> 16554 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10025 (-1429883825956061184)]} 0 2
[junit4:junit4]   2> 16554 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[25 (-1429883825956061185)]} 0 2
[junit4:junit4]   2> 16557 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[27 (1429883825960255488)]} 0 1
[junit4:junit4]   2> 16557 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10027 (1429883825960255489)]} 0 1
[junit4:junit4]   2> 16561 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429883825962352640)]} 0 1
[junit4:junit4]   2> 16561 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429883825963401216)]} 0 0
[junit4:junit4]   2> 16561 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[27 (1429883825962352640)]} 0 3
[junit4:junit4]   2> 16562 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10027 (1429883825963401216)]} 0 3
[junit4:junit4]   2> 16570 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[27 (-1429883825974935552)]} 0 0
[junit4:junit4]   2> 16570 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[10027 (-1429883825974935553)]} 0 0
[junit4:junit4]   2> 16574 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[27 (-1429883825977032704)]} 0 1
[junit4:junit4]   2> 16574 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10027 (-1429883825977032705)]} 0 0
[junit4:junit4]   2> 16574 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[27 (-1429883825977032704)]} 0 3
[junit4:junit4]   2> 16575 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[10027 (-1429883825977032705)]} 0 3
[junit4:junit4]   2> 16577 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[28 (1429883825981227008)]} 0 1
[junit4:junit4]   2> 16577 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10028 (1429883825982275584)]} 0 0
[junit4:junit4]   2> 16583 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429883825984372736)]} 0 1
[junit4:junit4]   2> 16583 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429883825985421312)]} 0 1
[junit4:junit4]   2> 16583 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[28 (1429883825984372736)]} 0 4
[junit4:junit4]   2> 16584 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10028 (1429883825985421312)]} 0 4
[junit4:junit4]   2> 16605 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[28 (-1429883826011635712)]} 0 0
[junit4:junit4]   2> 16606 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[10028 (-1429883826012684288)]} 0 0
[junit4:junit4]   2> 16610 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1429883826014781440)]} 0 0
[junit4:junit4]   2> 16610 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1429883826014781441)]} 0 0
[junit4:junit4]   2> 16611 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[28 (-1429883826014781440)]} 0 2
[junit4:junit4]   2> 16611 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[10028 (-1429883826014781441)]} 0 3
[junit4:junit4]   2> 16614 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[29 (1429883826020024320)]} 0 1
[junit4:junit4]   2> 16615 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10029 (1429883826021072896)]} 0 2
[junit4:junit4]   2> 16620 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429883826023170048)]} 0 1
[junit4:junit4]   2> 16621 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429883826024218624)]} 0 1
[junit4:junit4]   2> 16621 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[29 (1429883826023170048)]} 0 5
[junit4:junit4]   2> 16622 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10029 (1429883826024218624)]} 0 5
[junit4:junit4]   2> 16642 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[30 (1429883826049384448)]} 0 1
[junit4:junit4]   2> 16642 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10030 (1429883826049384449)]} 0 1
[junit4:junit4]   2> 16648 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429883826053578752)]} 0 1
[junit4:junit4]   2> 16648 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429883826052530176)]} 0 1
[junit4:junit4]   2> 16649 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10030 (1429883826053578752)]} 0 5
[junit4:junit4]   2> 16649 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[30 (1429883826052530176)]} 0 5
[junit4:junit4]   2> 16741 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10031 (1429883826154242048)]} 0 0
[junit4:junit4]   2> 16742 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[31 (1429883826154242049)]} 0 1
[junit4:junit4]   2> 16748 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429883826157387776)]} 0 1
[junit4:junit4]   2> 16749 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10031 (1429883826157387776)]} 0 5
[junit4:junit4]   2> 16749 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429883826157387777)]} 0 2
[junit4:junit4]   2> 16750 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[31 (1429883826157387777)]} 0 6
[junit4:junit4]   2> 16835 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10032 (1429883826252808192)]} 0 1
[junit4:junit4]   2> 16837 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[32 (1429883826253856768)]} 0 1
[junit4:junit4]   2> 16841 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429883826255953920)]} 0 1
[junit4:junit4]   2> 16842 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10032 (1429883826255953920)]} 0 4
[junit4:junit4]   2> 16843 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429883826257002496)]} 0 1
[junit4:junit4]   2> 16844 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[32 (1429883826257002496)]} 0 5
[junit4:junit4]   2> 16858 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10030 (-1429883826276925440)]} 0 0
[junit4:junit4]   2> 16859 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[30 (-1429883826277974016)]} 0 0
[junit4:junit4]   2> 16862 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10030 (-1429883826279022592)]} 0 0
[junit4:junit4]   2> 16863 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10030 (-1429883826279022592)]} 0 3
[junit4:junit4]   2> 16864 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[30 (-1429883826281119744)]} 0 0
[junit4:junit4]   2> 16865 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[30 (-1429883826281119744)]} 0 3
[junit4:junit4]   2> 16867 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10033 (1429883826285314048)]} 0 1
[junit4:junit4]   2> 16868 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[33 (1429883826286362624)]} 0 1
[junit4:junit4]   2> 16874 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429883826289508352)]} 0 1
[junit4:junit4]   2> 16874 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429883826290556928)]} 0 1
[junit4:junit4]   2> 16874 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10033 (1429883826289508352)]} 0 4
[junit4:junit4]   2> 16875 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[33 (1429883826290556928)]} 0 4
[junit4:junit4]   2> 16905 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10031 (-1429883826326208512)]} 0 0
[junit4:junit4]   2> 16906 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[31 (-1429883826327257088)]} 0 1
[junit4:junit4]   2> 16910 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10031 (-1429883826329354240)]} 0 0
[junit4:junit4]   2> 16910 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[31 (-1429883826329354241)]} 0 0
[junit4:junit4]   2> 16911 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10031 (-1429883826329354240)]} 0 3
[junit4:junit4]   2> 16911 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[31 (-1429883826329354241)]} 0 3
[junit4:junit4]   2> 16914 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10034 (1429883826335645696)]} 0 1
[junit4:junit4]   2> 16915 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[34 (1429883826335645697)]} 0 1
[junit4:junit4]   2> 16921 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429883826338791425)]} 0 1
[junit4:junit4]   2> 16921 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429883826338791424)]} 0 1
[junit4:junit4]   2> 16922 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[34 (1429883826338791425)]} 0 5
[junit4:junit4]   2> 16922 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10034 (1429883826338791424)]} 0 5
[junit4:junit4]   2> 16972 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[35 (1429883826395414528)]} 0 1
[junit4:junit4]   2> 16972 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10035 (1429883826396463104)]} 0 0
[junit4:junit4]   2> 16978 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429883826398560256)]} 0 1
[junit4:junit4]   2> 16978 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429883826399608832)]} 0 0
[junit4:junit4]   2> 16979 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[35 (1429883826398560256)]} 0 5
[junit4:junit4]   2> 16979 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10035 (1429883826399608832)]} 0 4
[junit4:junit4]   2> 17030 T2003 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 36208
[junit4:junit4]   2> 17031 T2003 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=30195874
[junit4:junit4]   2> 17060 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[36 (1429883826487689216)]} 0 1
[junit4:junit4]   2> 17061 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10036 (1429883826488737792)]} 0 1
[junit4:junit4]   2> 17066 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429883826491883520)]} 0 1
[junit4:junit4]   2> 17066 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429883826491883521)]} 0 0
[junit4:junit4]   2> 17067 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[36 (1429883826491883520)]} 0 4
[junit4:junit4]   2> 17067 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10036 (1429883826491883521)]} 0 4
[junit4:junit4]   2> 17162 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[37 (1429883826594643968)]} 0 1
[junit4:junit4]   2> 17163 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10037 (1429883826595692544)]} 0 1
[junit4:junit4]   2> 17170 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1429883826598838272)]} 0 1
[junit4:junit4]   2> 17171 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1429883826599886848)]} 0 2
[junit4:junit4]   2> 17171 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[37 (1429883826598838272)]} 0 6
[junit4:junit4]   2> 17172 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10037 (1429883826599886848)]} 0 6
[junit4:junit4]   2> 17187 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[32 (-1429883826620858368)]} 0 1
[junit4:junit4]   2> 17187 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[10032 (-1429883826621906944)]} 0 0
[junit4:junit4]   2> 17187 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17189 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36208__collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36208_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36208"}
[junit4:junit4]   2> 17204 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[32 (-1429883826624004096)]} 0 5
[junit4:junit4]   2> 17204 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10032 (-1429883826624004097)]} 0 0
[junit4:junit4]   2> 17205 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[32 (-1429883826624004096)]} 0 16
[junit4:junit4]   2> 17205 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[10032 (-1429883826624004097)]} 0 16
[junit4:junit4]   2> 17206 T2025 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> 17206 T2032 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> 17206 T2061 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> 17206 T2045 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> 17209 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10038 (1429883826644975616)]} 0 0
[junit4:junit4]   2> 17210 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[38 (1429883826646024192)]} 0 0
[junit4:junit4]   2> 17212 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10038 (1429883826647072768)]} 0 1
[junit4:junit4]   2> 17212 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[38 (1429883826648121344)]} 0 0
[junit4:junit4]   2> 17231 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10039 (1429883826668044288)]} 0 0
[junit4:junit4]   2> 17232 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[39 (1429883826668044289)]} 0 1
[junit4:junit4]   2> 17234 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10039 (1429883826670141440)]} 0 1
[junit4:junit4]   2> 17234 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[39 (1429883826670141441)]} 0 1
[junit4:junit4]   2> 17313 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[34 (-1429883826754027520)]} 0 0
[junit4:junit4]   2> 17313 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10034 (-1429883826754027521)]} 0 0
[junit4:junit4]   2> 17315 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[34 (-1429883826756124672)]} 0 0
[junit4:junit4]   2> 17315 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10034 (-1429883826756124673)]} 0 0
[junit4:junit4]   2> 17318 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[40 (1429883826758221824)]} 0 1
[junit4:junit4]   2> 17318 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10040 (1429883826758221825)]} 0 1
[junit4:junit4]   2> 17320 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[40 (1429883826761367552)]} 0 0
[junit4:junit4]   2> 17321 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10040 (1429883826761367553)]} 0 1
[junit4:junit4]   2> 17414 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[41 (1429883826859933696)]} 0 0
[junit4:junit4]   2> 17414 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10041 (1429883826859933697)]} 0 0
[junit4:junit4]   2> 17417 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[41 (1429883826862030848)]} 0 1
[junit4:junit4]   2> 17417 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10041 (1429883826862030849)]} 0 1
[junit4:junit4]   2> 17516 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[42 (1429883826965839872)]} 0 1
[junit4:junit4]   2> 17516 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10042 (1429883826965839873)]} 0 1
[junit4:junit4]   2> 17518 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[42 (1429883826968985600)]} 0 0
[junit4:junit4]   2> 17519 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10042 (1429883826968985601)]} 0 1
[junit4:junit4]   2> 17559 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[35 (-1429883827011977217)]} 0 0
[junit4:junit4]   2> 17559 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10035 (-1429883827011977216)]} 0 0
[junit4:junit4]   2> 17561 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10035 (-1429883827014074368)]} 0 0
[junit4:junit4]   2> 17561 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[35 (-1429883827014074369)]} 0 0
[junit4:junit4]   2> 17563 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10043 (1429883827016171520)]} 0 0
[junit4:junit4]   2> 17563 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[43 (1429883827016171521)]} 0 0
[junit4:junit4]   2> 17566 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10043 (1429883827018268672)]} 0 1
[junit4:junit4]   2> 17566 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[43 (1429883827018268673)]} 0 1
[junit4:junit4]   2> 17637 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10044 (1429883827093766145)]} 0 0
[junit4:junit4]   2> 17638 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[44 (1429883827093766144)]} 0 1
[junit4:junit4]   2> 17640 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10044 (1429883827095863296)]} 0 1
[junit4:junit4]   2> 17640 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[44 (1429883827095863297)]} 0 1
[junit4:junit4]   2> 17649 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10045 (1429883827106349056)]} 0 0
[junit4:junit4]   2> 17650 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[45 (1429883827106349057)]} 0 1
[junit4:junit4]   2> 17652 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10045 (1429883827108446208)]} 0 1
[junit4:junit4]   2> 17652 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[45 (1429883827108446209)]} 0 1
[junit4:junit4]   2> 17752 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10038 (-1429883827214352384)]} 0 0
[junit4:junit4]   2> 17752 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[38 (-1429883827214352385)]} 0 0
[junit4:junit4]   2> 17754 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10038 (-1429883827216449536)]} 0 0
[junit4:junit4]   2> 17754 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[38 (-1429883827216449537)]} 0 0
[junit4:junit4]   2> 17757 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10046 (1429883827218546688)]} 0 1
[junit4:junit4]   2> 17757 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[46 (1429883827218546689)]} 0 1
[junit4:junit4]   2> 17760 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10046 (1429883827221692416)]} 0 1
[junit4:junit4]   2> 17760 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[46 (1429883827221692417)]} 0 1
[junit4:junit4]   2> 17774 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10039 (-1429883827237421056)]} 0 0
[junit4:junit4]   2> 17775 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[39 (-1429883827237421057)]} 0 1
[junit4:junit4]   2> 17776 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10039 (-1429883827239518208)]} 0 0
[junit4:junit4]   2> 17777 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[39 (-1429883827240566784)]} 0 0
[junit4:junit4]   2> 17779 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10047 (1429883827241615360)]} 0 1
[junit4:junit4]   2> 17780 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[47 (1429883827242663936)]} 0 1
[junit4:junit4]   2> 17782 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10047 (1429883827244761088)]} 0 1
[junit4:junit4]   2> 17783 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[47 (1429883827245809664)]} 0 1
[junit4:junit4]   2> 17823 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10048 (1429883827287752704)]} 0 1
[junit4:junit4]   2> 17825 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[48 (1429883827289849856)]} 0 1
[junit4:junit4]   2> 17827 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10048 (1429883827291947008)]} 0 1
[junit4:junit4]   2> 17828 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[48 (1429883827292995584)]} 0 1
[junit4:junit4]   2> 17892 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10049 (1429883827361153024)]} 0 1
[junit4:junit4]   2> 17893 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[49 (1429883827362201600)]} 0 1
[junit4:junit4]   2> 17896 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10049 (1429883827364298752)]} 0 1
[junit4:junit4]   2> 17897 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[49 (1429883827365347328)]} 0 1
[junit4:junit4]   2> 17952 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10050 (1429883827423019008)]} 0 1
[junit4:junit4]   2> 17953 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[50 (1429883827424067584)]} 0 1
[junit4:junit4]   2> 17956 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10050 (1429883827427213312)]} 0 0
[junit4:junit4]   2> 17956 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[50 (1429883827427213313)]} 0 1
[junit4:junit4]   2> 18027 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10051 (1429883827501662208)]} 0 1
[junit4:junit4]   2> 18028 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[51 (1429883827502710784)]} 0 1
[junit4:junit4]   2>  C92_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:36208_, base_url=http://127.0.0.1:36208}
[junit4:junit4]   2> 18031 T2064 C92 P36208 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:40680/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18031 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10051 (1429883827505856512)]} 0 1
[junit4:junit4]   2> 18031 T2064 C92 P36208 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:36208 START replicas=[http://127.0.0.1:40680/collection1/] nUpdates=100
[junit4:junit4]   2> 18031 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[51 (1429883827505856513)]} 0 1
[junit4:junit4]   2> 18033 T2064 C92 P36208 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18034 T2064 C92 P36208 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18034 T2064 C92 P36208 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18034 T2064 C92 P36208 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18034 T2040 C94 P40680 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18034 T2064 C92 P36208 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 18035 T2064 C92 P36208 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:40680/collection1/. core=collection1
[junit4:junit4]   2> 18035 T2064 C92 P36208 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18042 T2041 C94 P40680 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 18061 T2041 C94 P40680 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b4a66f lockFactory=org.apache.lucene.store.NativeFSLockFactory@e6f31d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b4a66f lockFactory=org.apache.lucene.store.NativeFSLockFactory@e6f31d),segFN=segments_2,generation=2,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.tip, _1.cbnd, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.dvdm, _1.si, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 18062 T2041 C94 P40680 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.tip, _1.cbnd, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.dvdm, _1.si, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 18064 T2041 C94 P40680 oass.SolrIndexSearcher.<init> Opening Searcher@14f4c0a realtime
[junit4:junit4]   2> 18065 T2041 C94 P40680 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18065 T2041 C94 P40680 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 24
[junit4:junit4]   2> 18066 T2064 C92 P36208 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18066 T2064 C92 P36208 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18069 T2040 C94 P40680 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18069 T2040 C94 P40680 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18069 T2064 C92 P36208 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18069 T2064 C92 P36208 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18070 T2064 C92 P36208 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18071 T2041 C94 P40680 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18072 T2064 C92 P36208 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 27
[junit4:junit4]   2> 18073 T2064 C92 P36208 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/index.20130318215121779 forceNew: false
[junit4:junit4]   2> 18073 T2064 C92 P36208 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888) fullCopy=true
[junit4:junit4]   2> 18078 T2037 C94 P40680 REQ /replication {file=_1.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18089 T2038 C94 P40680 REQ /replication {file=_0.cbnd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18096 T2040 C94 P40680 REQ /replication {file=_0.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18104 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10052 (1429883827583451136)]} 0 0
[junit4:junit4]   2> 18105 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[52 (1429883827584499712)]} 0 1
[junit4:junit4]   2> 18108 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10052 (1429883827585548288)]} 0 2
[junit4:junit4]   2> 18108 T2038 C94 P40680 REQ /replication {file=_0.cbnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 18108 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[52 (1429883827586596864)]} 0 1
[junit4:junit4]   2> 18117 T2040 C94 P40680 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18120 T2041 C94 P40680 REQ /replication {file=_1.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18154 T2037 C94 P40680 REQ /replication {file=_1.cbnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18156 T2038 C94 P40680 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18160 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[10040 (-1429883827642171392)]} 0 1
[junit4:junit4]   2> 18160 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[40 (-1429883827642171393)]} 0 0
[junit4:junit4]   2> 18162 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10040 (-1429883827644268544)]} 0 1
[junit4:junit4]   2> 18162 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[40 (-1429883827644268545)]} 0 0
[junit4:junit4]   2> 18164 T2037 C94 P40680 REQ /replication {file=_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18164 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10053 (1429883827645317120)]} 0 1
[junit4:junit4]   2> 18164 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[53 (1429883827646365696)]} 0 0
[junit4:junit4]   2> 18166 T2040 C94 P40680 REQ /replication {file=_1.cbnd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18166 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10053 (1429883827648462848)]} 0 0
[junit4:junit4]   2> 18167 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[53 (1429883827648462849)]} 0 1
[junit4:junit4]   2> 18169 T2037 C94 P40680 REQ /replication {file=_1.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18177 T2038 C94 P40680 REQ /replication {file=_0.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18182 T2040 C94 P40680 REQ /replication {file=_1.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18182 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10054 (1429883827665240064)]} 0 1
[junit4:junit4]   2> 18182 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[54 (1429883827665240065)]} 0 0
[junit4:junit4]   2> 18185 T2038 C94 P40680 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 18185 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10054 (1429883827667337216)]} 0 1
[junit4:junit4]   2> 18185 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[54 (1429883827667337217)]} 0 1
[junit4:junit4]   2> 18191 T2040 C94 P40680 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18194 T2041 C94 P40680 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18197 T2038 C94 P40680 REQ /replication {file=_1.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 18199 T2037 C94 P40680 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18201 T2040 C94 P40680 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18204 T2041 C94 P40680 REQ /replication {file=_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18206 T2038 C94 P40680 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18208 T2037 C94 P40680 REQ /replication {file=_1.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18211 T2040 C94 P40680 REQ /replication {file=_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18212 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[10041 (-1429883827696697344)]} 0 0
[junit4:junit4]   2> 18212 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[41 (-1429883827696697345)]} 0 0
[junit4:junit4]   2> 18213 T2041 C94 P40680 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18214 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10041 (-1429883827698794496)]} 0 0
[junit4:junit4]   2> 18214 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[41 (-1429883827698794497)]} 0 0
[junit4:junit4]   2> 18234 T2040 C94 P40680 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 18234 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[55 (1429883827719766016)]} 0 1
[junit4:junit4]   2> 18234 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10055 (1429883827719766017)]} 0 1
[junit4:junit4]   2> 18237 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[55 (1429883827721863168)]} 0 1
[junit4:junit4]   2> 18237 T2041 C94 P40680 REQ /replication {file=_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 18237 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10055 (1429883827721863169)]} 0 1
[junit4:junit4]   2> 18239 T2040 C94 P40680 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18240 T2064 C92 P36208 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18241 T2064 C92 P36208 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130318215121779
[junit4:junit4]   2> 18241 T2064 C92 P36208 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18242 T2064 C92 P36208 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18242 T2064 C92 P36208 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18245 T2064 C92 P36208 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/index.20130318215121779
[junit4:junit4]   2> 18246 T2064 C92 P36208 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888),segFN=segments_2,generation=2,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 18246 T2064 C92 P36208 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 18246 T2064 C92 P36208 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18250 T2064 C92 P36208 oass.SolrIndexSearcher.<init> Opening Searcher@72a9d0 main
[junit4:junit4]   2> 18253 T2063 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72a9d0 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C78/29 _1(5.0):C24/9)}
[junit4:junit4]   2> 18254 T2064 C92 P36208 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@138dd0b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d084ad)
[junit4:junit4]   2> 18254 T2064 C92 P36208 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/index
[junit4:junit4]   2> 18254 T2064 C92 P36208 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@138dd0b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d084ad)
[junit4:junit4]   2> 18258 T2064 C92 P36208 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 18259 T2072 C92 P36208 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363643463711/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5600
[junit4:junit4]   2> 18261 T2072 C92 P36208 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 18264 T2072 C92 P36208 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888),segFN=segments_2,generation=2,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888),segFN=segments_3,generation=3,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _0.tip, segments_3, _0.fdt]
[junit4:junit4]   2> 18265 T2072 C92 P36208 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _0.tip, segments_3, _0.fdt]
[junit4:junit4]   2> 18265 T2072 C92 P36208 oass.SolrIndexSearcher.<init> Opening Searcher@bfac89 main
[junit4:junit4]   2> 18266 T2072 C92 P36208 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18269 T2063 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bfac89 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C78/29 _1(5.0):C24/9)}
[junit4:junit4]   2> 18269 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10056 (1429883827755417601)]} 0 1
[junit4:junit4]   2> 18269 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[56 (1429883827755417600)]} 0 1
[junit4:junit4]   2> 18270 T2072 C92 P36208 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5600}
[junit4:junit4]   2> 18271 T2064 C92 P36208 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18271 T2064 C92 P36208 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18271 T2064 C92 P36208 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18272 T2064 C92 P36208 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18272 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10056 (1429883827759611904)]} 0 0
[junit4:junit4]   2> 18273 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[56 (1429883827759611905)]} 0 1
[junit4:junit4]   2> 18298 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10057 (1429883827785826304)]} 0 1
[junit4:junit4]   2> 18298 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[57 (1429883827786874880)]} 0 1
[junit4:junit4]   2> 18300 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10057 (1429883827788972032)]} 0 0
[junit4:junit4]   2> 18301 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[57 (1429883827788972033)]} 0 1
[junit4:junit4]   2> 18391 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10045 (-1429883827884392448)]} 0 0
[junit4:junit4]   2> 18391 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[45 (-1429883827884392449)]} 0 0
[junit4:junit4]   2> 18394 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10045 (-1429883827887538176)]} 0 1
[junit4:junit4]   2> 18394 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[45 (-1429883827887538177)]} 0 0
[junit4:junit4]   2> 18397 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10058 (1429883827889635328)]} 0 1
[junit4:junit4]   2> 18398 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[58 (1429883827890683904)]} 0 1
[junit4:junit4]   2> 18401 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10058 (1429883827893829632)]} 0 1
[junit4:junit4]   2> 18402 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[58 (1429883827894878208)]} 0 2
[junit4:junit4]   2> 18483 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10048 (-1429883827980861440)]} 0 1
[junit4:junit4]   2> 18484 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[48 (-1429883827981910016)]} 0 0
[junit4:junit4]   2> 18486 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10048 (-1429883827984007168)]} 0 0
[junit4:junit4]   2> 18488 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[48 (-1429883827986104320)]} 0 0
[junit4:junit4]   2> 18490 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10059 (1429883827987152896)]} 0 1
[junit4:junit4]   2> 18491 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[59 (1429883827989250048)]} 0 0
[junit4:junit4]   2> 18494 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10059 (1429883827991347200)]} 0 1
[junit4:junit4]   2> 18495 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[59 (1429883827992395776)]} 0 1
[junit4:junit4]   2> 18589 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10050 (-1429883828090961920)]} 0 1
[junit4:junit4]   2> 18590 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[50 (-1429883828093059072)]} 0 1
[junit4:junit4]   2> 18591 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10050 (-1429883828094107648)]} 0 0
[junit4:junit4]   2> 18593 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[50 (-1429883828096204800)]} 0 1
[junit4:junit4]   2> 18594 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10060 (1429883828096204800)]} 0 1
[junit4:junit4]   2> 18596 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[60 (1429883828098301952)]} 0 1
[junit4:junit4]   2> 18598 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10060 (1429883828100399104)]} 0 1
[junit4:junit4]   2> 18599 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[60 (1429883828101447680)]} 0 1
[junit4:junit4]   2> 18671 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10058 (-1429883828176945152)]} 0 1
[junit4:junit4]   2> 18672 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[58 (-1429883828179042304)]} 0 0
[junit4:junit4]   2> 18673 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10058 (-1429883828180090880)]} 0 0
[junit4:junit4]   2> 18675 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[58 (-1429883828182188032)]} 0 0
[junit4:junit4]   2> 18677 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10061 (1429883828183236608)]} 0 1
[junit4:junit4]   2> 18679 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[61 (1429883828185333760)]} 0 1
[junit4:junit4]   2> 18680 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10061 (1429883828186382336)]} 0 1
[junit4:junit4]   2> 18682 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[61 (1429883828188479488)]} 0 1
[junit4:junit4]   2> 18711 T2026 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18713 T2026 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36208__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36208_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36208"}
[junit4:junit4]   2> 18719 T2032 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> 18720 T2045 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> 18720 T2025 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> 18719 T2061 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> 18750 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10059 (-1429883828260831232)]} 0 0
[junit4:junit4]   2> 18751 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[59 (-1429883828261879808)]} 0 0
[junit4:junit4]   2>  C92_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:36208_, base_url=http://127.0.0.1:36208}
[junit4:junit4]   2> 18756 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10059 (-1429883828263976960)]} 0 1
[junit4:junit4]   2> 18756 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[59 (-1429883828265025536)]} 0 0
[junit4:junit4]   2> 18757 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10059 (-1429883828263976960)]} 0 5
[junit4:junit4]   2> 18757 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[59 (-1429883828265025536)]} 0 3
[junit4:junit4]   2> 18760 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10062 (1429883828270268416)]} 0 1
[junit4:junit4]   2> 18761 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[62 (1429883828271316992)]} 0 1
[junit4:junit4]   2> 18769 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10062 (1429883828274462720)]} 0 3
[junit4:junit4]   2> 18769 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1429883828275511296)]} 0 1
[junit4:junit4]   2> 18770 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10062 (1429883828274462720)]} 0 7
[junit4:junit4]   2> 18770 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[62 (1429883828275511296)]} 0 6
[junit4:junit4]   2> 18830 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10063 (1429883828343668736)]} 0 1
[junit4:junit4]   2> 18830 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[63 (1429883828343668737)]} 0 1
[junit4:junit4]   2> 18835 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1429883828346814465)]} 0 1
[junit4:junit4]   2> 18835 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1429883828346814464)]} 0 0
[junit4:junit4]   2> 18835 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[10063 (1429883828346814465)]} 0 3
[junit4:junit4]   2> 18835 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[63 (1429883828346814464)]} 0 3
[junit4:junit4]   2> 18927 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[10064 (1429883828446429185)]} 0 1
[junit4:junit4]   2> 18927 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[64 (1429883828446429184)]} 0 1
[junit4:junit4]   2> 18931 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1429883828448526336)]} 0 0
[junit4:junit4]   2> 18932 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1429883828448526337)]} 0 1
[junit4:junit4]   2> 18932 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[64 (1429883828448526337)]} 0 3
[junit4:junit4]   2> 18932 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10064 (1429883828448526336)]} 0 3
[junit4:junit4]   2> 18971 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10065 (1429883828492566528)]} 0 0
[junit4:junit4]   2> 18971 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[65 (1429883828492566529)]} 0 0
[junit4:junit4]   2> 18976 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1429883828494663680)]} 0 0
[junit4:junit4]   2> 18977 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[65 (1429883828494663680)]} 0 4
[junit4:junit4]   2> 18977 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1429883828494663681)]} 0 1
[junit4:junit4]   2> 18978 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10065 (1429883828494663681)]} 0 5
[junit4:junit4]   2> 19006 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[66 (1429883828528218112)]} 0 1
[junit4:junit4]   2> 19006 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10066 (1429883828528218113)]} 0 1
[junit4:junit4]   2> 19010 T2057 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1429883828531363840)]} 0 0
[junit4:junit4]   2> 19011 T2056 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1429883828531363841)]} 0 1
[junit4:junit4]   2> 19011 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[66 (1429883828531363840)]} 0 3
[junit4:junit4]   2> 19011 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10066 (1429883828531363841)]} 0 3
[junit4:junit4]   2> 19033 T2003 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19034 T2003 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19036 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[67 (1429883828559675392)]} 0 1
[junit4:junit4]   2> 19036 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10067 (1429883828559675393)]} 0 1
[junit4:junit4]   2> 19037 T2003 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e23de5
[junit4:junit4]   2> 19041 T2054 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1429883828562821120)]} 0 1
[junit4:junit4]   2> 19041 T2055 C92 P36208 /update {distrib.from=http://127.0.0.1:40680/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10067 (1429883828562821121)]} 0 0
[junit4:junit4]   2> 19041 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[67 (1429883828562821120)]} 0 3
[junit4:junit4]   2> 19042 T2055 C92 P36208 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e23de5
[junit4:junit4]   2> 19043 T2055 C92 P36208 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: core
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:970)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=core,id=collection1
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 19045 T2055 C92 P36208 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=12,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=62,cumulative_deletesById=22,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 19046 T2055 C92 P36208 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 19046 T2055 C92 P36208 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 19046 T2055 C92 P36208 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 19050 T2003 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=12,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=62,cumulative_deletesById=22,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 19052 T2055 C92 P36208 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888),segFN=segments_3,generation=3,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _0.tip, segments_3, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888),segFN=segments_4,generation=4,filenames=[_2.si, _2.pos, _1.doc, _0.cbnd, _0.dvdm, _2.dvdd, _0.cbnm, _1.fnm, _2.doc, _2.tim, _2.dvdm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _2.fdt, _0_1.del, _1_1.del, _2.fdx, _2.fnm, _1.dvdd, _2.tip, _1.fdx, _2.cbnm, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _2.cbnd, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 19053 T2055 C92 P36208 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2.si, _2.pos, _1.doc, _0.cbnd, _0.dvdm, _2.dvdd, _0.cbnm, _1.fnm, _2.doc, _2.tim, _2.dvdm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _2.fdt, _0_1.del, _1_1.del, _2.fdx, _2.fnm, _1.dvdd, _2.tip, _1.fdx, _2.cbnm, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _2.cbnd, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 19054 T2055 C92 P36208 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 19054 T2003 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 19055 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10067 (1429883828562821121)]} 0 17
[junit4:junit4]   2> 19055 T2008 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7f7bf8240008
[junit4:junit4]   2> 19056 T2025 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> 19056 T2045 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> 19056 T2003 oaz.ZooKeeper.close Session: 0x13d7f7bf8240008 closed
[junit4:junit4]   2> 19056 T2005 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58508 which had sessionid 0x13d7f7bf8240008
[junit4:junit4]   2> 19057 T2032 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 19058 T2032 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> 19058 T2025 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 19058 T2045 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 19077 T2003 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 19135 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[64 (-1429883828663484416)]} 0 1
[junit4:junit4]   2> 19137 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[64 (-1429883828666630144)]} 0 0
[junit4:junit4]   2> 19140 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[68 (1429883828668727296)]} 0 1
[junit4:junit4]   2> 19142 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[68 (1429883828670824448)]} 0 1
[junit4:junit4]   2> 19148 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10064 (-1429883828678164480)]} 0 0
[junit4:junit4]   2> 19150 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[10064 (-1429883828680261632)]} 0 0
[junit4:junit4]   2> 19152 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10068 (1429883828682358784)]} 0 0
[junit4:junit4]   2> 19155 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10068 (1429883828684455936)]} 0 1
[junit4:junit4]   2> 19180 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[66 (-1429883828711718912)]} 0 0
[junit4:junit4]   2> 19182 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[66 (-1429883828713816064)]} 0 0
[junit4:junit4]   2> 19184 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[69 (1429883828715913216)]} 0 0
[junit4:junit4]   2> 19186 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[69 (1429883828718010368)]} 0 0
[junit4:junit4]   2> 19193 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10066 (-1429883828725350400)]} 0 0
[junit4:junit4]   2> 19195 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[10066 (-1429883828727447552)]} 0 0
[junit4:junit4]   2> 19197 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10069 (1429883828729544704)]} 0 0
[junit4:junit4]   2> 19200 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10069 (1429883828731641856)]} 0 1
[junit4:junit4]   2> 19253 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[68 (-1429883828788264960)]} 0 0
[junit4:junit4]   2> 19256 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[68 (-1429883828790362112)]} 0 1
[junit4:junit4]   2> 19259 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[70 (1429883828793507840)]} 0 1
[junit4:junit4]   2> 19263 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[70 (1429883828797702144)]} 0 1
[junit4:junit4]   2> 19266 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[10068 (-1429883828801896448)]} 0 0
[junit4:junit4]   2> 19268 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[10068 (-1429883828803993600)]} 0 0
[junit4:junit4]   2> 19270 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10070 (1429883828806090752)]} 0 1
[junit4:junit4]   2> 19273 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10070 (1429883828809236480)]} 0 0
[junit4:junit4]   2> 19308 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[71 (1429883828844888064)]} 0 1
[junit4:junit4]   2> 19311 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[71 (1429883828848033792)]} 0 1
[junit4:junit4]   2> 19316 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10071 (1429883828854325248)]} 0 0
[junit4:junit4]   2> 19319 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10071 (1429883828856422400)]} 0 1
[junit4:junit4]   2> 19330 T2003 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 19331 T2003 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36208
[junit4:junit4]   2> 19332 T2003 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 19332 T2003 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 19333 T2003 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-1363643474882
[junit4:junit4]   2> 19333 T2003 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-1363643474882/solr.xml
[junit4:junit4]   2> 19333 T2003 oasc.CoreContainer.<init> New CoreContainer 25596250
[junit4:junit4]   2> 19334 T2003 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-1363643474882/'
[junit4:junit4]   2> 19334 T2003 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-1363643474882/'
[junit4:junit4]   2> 19365 T2003 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 19365 T2003 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 19366 T2003 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 19366 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 19366 T2003 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 19367 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 19367 T2003 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 19368 T2003 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 19368 T2003 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 19369 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 19379 T2003 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 19396 T2020 C93 P35534 /update {wt=javabin&version=2} {delete=[71 (-1429883828938211328)]} 0 0
[junit4:junit4]   2> 19398 T2037 C94 P40680 /update {wt=javabin&version=2} {delete=[71 (-1429883828940308480)]} 0 0
[junit4:junit4]   2> 19401 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[72 (1429883828942405632)]} 0 1
[junit4:junit4]   2> 19403 T2021 C93 P35534 /update {wt=javabin&version=2} {delete=[10071 (-1429883828945551360)]} 0 0
[junit4:junit4]   2> 19404 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[72 (1429883828945551360)]} 0 1
[junit4:junit4]   2> 19407 T2038 C94 P40680 /update {wt=javabin&version=2} {delete=[10071 (-1429883828949745664)]} 0 1
[junit4:junit4]   2> 19409 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[10072 (1429883828951842816)]} 0 0
[junit4:junit4]   2> 19412 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[10072 (1429883828954988544)]} 0 1
[junit4:junit4]   2> 19421 T2003 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:33180/solr
[junit4:junit4]   2> 19422 T2003 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 19422 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@79f698
[junit4:junit4]   2> 19423 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 19423 T2082 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 19424 T2082 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 19424 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58529
[junit4:junit4]   2> 19424 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58529
[junit4:junit4]   2> 19425 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf8240009 with negotiated timeout 20000 for client /127.0.0.1:58529
[junit4:junit4]   2> 19425 T2082 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf8240009, negotiated timeout = 20000
[junit4:junit4]   2> 19425 T2083 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79f698 name:ZooKeeperConnection Watcher:127.0.0.1:33180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 19426 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 19426 T2008 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7f7bf8240009
[junit4:junit4]   2> 19427 T2083 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 19427 T2005 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58529 which had sessionid 0x13d7f7bf8240009
[junit4:junit4]   2> 19427 T2003 oaz.ZooKeeper.close Session: 0x13d7f7bf8240009 closed
[junit4:junit4]   2> 19428 T2003 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 19432 T2003 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:33180/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@49e2b
[junit4:junit4]   2> 19434 T2084 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:33180. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 19433 T2003 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 19434 T2084 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:33180, initiating session
[junit4:junit4]   2> 19434 T2005 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58530
[junit4:junit4]   2> 19435 T2005 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58530
[junit4:junit4]   2> 19435 T2007 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7f7bf824000a with negotiated timeout 20000 for client /127.0.0.1:58530
[junit4:junit4]   2> 19435 T2084 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:33180, sessionid = 0x13d7f7bf824000a, negotiated timeout = 20000
[junit4:junit4]   2> 19435 T2085 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49e2b name:ZooKeeperConnection Watcher:127.0.0.1:33180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 19436 T2003 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 19437 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf824000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19438 T2008 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7f7bf824000a type:create cxid:0x3 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19439 T2003 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 19460 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[72 (-1429883829005320192)]} 0 0
[junit4:junit4]   2> 19462 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[72 (-1429883829007417344)]} 0 0
[junit4:junit4]   2> 19465 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[73 (1429883829010563072)]} 0 0
[junit4:junit4]   2> 19468 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10072 (-1429883829013708800)]} 0 0
[junit4:junit4]   2> 19469 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[73 (1429883829013708800)]} 0 1
[junit4:junit4]   2> 19471 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10072 (-1429883829016854528)]} 0 0
[junit4:junit4]   2> 19474 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10073 (1429883829018951680)]} 0 1
[junit4:junit4]   2> 19477 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10073 (1429883829022097408)]} 0 1
[junit4:junit4]   2> 19479 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[74 (1429883829024194560)]} 0 1
[junit4:junit4]   2> 19482 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[74 (1429883829027340288)]} 0 1
[junit4:junit4]   2> 19487 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10074 (1429883829033631744)]} 0 1
[junit4:junit4]   2> 19490 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10074 (1429883829035728896)]} 0 1
[junit4:junit4]   2> 19577 T2019 C93 P35534 /update {wt=javabin&version=2} {add=[75 (1429883829126955008)]} 0 1
[junit4:junit4]   2> 19580 T2040 C94 P40680 /update {wt=javabin&version=2} {add=[75 (1429883829130100736)]} 0 1
[junit4:junit4]   2> 19584 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10075 (1429883829135343616)]} 0 0
[junit4:junit4]   2> 19588 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10075 (1429883829138489344)]} 0 1
[junit4:junit4]   2> 19616 T2018 C93 P35534 /update {wt=javabin&version=2} {delete=[73 (-1429883829168898048)]} 0 0
[junit4:junit4]   2> 19618 T2041 C94 P40680 /update {wt=javabin&version=2} {delete=[73 (-1429883829170995200)]} 0 0
[junit4:junit4]   2> 19621 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[76 (1429883829174140928)]} 0 0
[junit4:junit4]   2> 19623 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[10073 (-1429883829176238080)]} 0 0
[junit4:junit4]   2> 19625 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[76 (1429883829177286656)]} 0 1
[junit4:junit4]   2> 19626 T2040 C94 P40680 /update {wt=javabin&version=2} {delete=[10073 (-1429883829179383808)]} 0 0
[junit4:junit4]   2> 19629 T2020 C93 P35534 /update {wt=javabin&version=2} {add=[10076 (1429883829181480960)]} 0 1
[junit4:junit4]   2> 19633 T2037 C94 P40680 /update {wt=javabin&version=2} {add=[10076 (1429883829185675264)]} 0 1
[junit4:junit4]   2> 19712 T2018 C93 P35534 /update {wt=javabin&version=2} {add=[77 (1429883829268512768)]} 0 2
[junit4:junit4]   2> 19716 T2041 C94 P40680 /update {wt=javabin&version=2} {add=[77 (1429883829272707072)]} 0 1
[junit4:junit4]   2> 19719 T2021 C93 P35534 /update {wt=javabin&version=2} {add=[10077 (1429883829276901376)]} 0 0
[junit4:junit4]   2> 19724 T2038 C94 P40680 /update {wt=javabin&version=2} {add=[10077 (1429883829281095680)]} 0 2
[junit4:junit4]   2> 19778 T2019 C93 P35534 /update {wt=javabin&version=2} {delete=[74 (-1429883829338767360)]} 0 0
[junit4:junit4]   2> 19781 T2040

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

ncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 40390 T2085 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 40391 T2085 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=ms, timezone=Etc/GMT-0
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=226658880,total=315621376
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, TestSolrDeletionPolicy1, TestReversedWildcardFilterFactory, QueryEqualityTest, LeaderElectionTest, TestXIncludeConfig, CircularListTest, TestGroupingSearch, ReturnFieldsTest, BadComponentTest, TestReplicationHandler, QueryElevationComponentTest, PreAnalyzedFieldTest, TestLMDirichletSimilarityFactory, SoftAutoCommitTest, TestJoin, FileBasedSpellCheckerTest, TestSearchPerf, TestFuzzyAnalyzedSuggestions, QueryParsingTest, AnalysisAfterCoreReloadTest, OverseerTest, CachingDirectoryFactoryTest, DistributedQueryElevationComponentTest, FieldMutatingUpdateProcessorTest, OverseerCollectionProcessorTest, IndexSchemaTest, TestFastWriter, DirectUpdateHandlerOptimizeTest, TermVectorComponentTest, SOLR749Test, ResponseLogComponentTest, BasicFunctionalityTest, MBeansHandlerTest, ShardRoutingTest, RegexBoostProcessorTest, ShowFileRequestHandlerTest, CSVRequestHandlerTest, PeerSyncTest, TestDocumentBuilder, AutoCommitTest, TestStressRecovery, TestConfig, TermsComponentTest, ResourceLoaderTest, TestRemoteStreaming, LukeRequestHandlerTest, ExternalFileFieldSortTest, JsonLoaderTest, SyncSliceTest, SliceStateUpdateTest, TestFieldCollectionResource, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=BFEBF3060A8F47C3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=Etc/GMT-0 -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=2062, name=coreLoadExecutor-857-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@14dabcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@14652a7)
[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=2064, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[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@1a1effa lockFactory=org.apache.lucene.store.NativeFSLockFactory@22f888)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 40.62s, 1 test, 2 errors <<< FAILURES!

[...truncated 479 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: 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:1210: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:874: There were test failures: 272 suites, 1144 tests, 2 suite-level errors, 13 ignored (7 assumptions)

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