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/17 21:10:21 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4716 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4716/
Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseParallelGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=817, name=coreLoadExecutor-308-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=817, name=coreLoadExecutor-308-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1569)
	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:980)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
	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.run(FutureTask.java:262)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@506d8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e3aecb)
	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=819, 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=819, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1569)
	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:980)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
	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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b)
	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 9137 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T758 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /jv/m
[junit4:junit4]   2> 3 T758 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1363549796056
[junit4:junit4]   2> 3 T758 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T759 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 4 T759 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 4 T759 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T759 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T759 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T759 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363549796056/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T758 oasc.ZkTestServer.run start zk server on port:35738
[junit4:junit4]   2> 105 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1209be0
[junit4:junit4]   2> 106 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T764 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T764 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 108 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41897
[junit4:junit4]   2> 108 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41897
[junit4:junit4]   2> 109 T762 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 211 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0000 with negotiated timeout 10000 for client /127.0.0.1:41897
[junit4:junit4]   2> 211 T764 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0000, negotiated timeout = 10000
[junit4:junit4]   2> 214 T765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1209be0 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 215 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 215 T758 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 218 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0000
[junit4:junit4]   2> 219 T765 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 219 T760 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d79e6b6db0000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 219 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0000 closed
[junit4:junit4]   2> 220 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41897 which had sessionid 0x13d79e6b6db0000
[junit4:junit4]   2> 220 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e760b4
[junit4:junit4]   2> 221 T766 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 221 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 221 T766 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 221 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41898
[junit4:junit4]   2> 222 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41898
[junit4:junit4]   2> 222 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0001 with negotiated timeout 10000 for client /127.0.0.1:41898
[junit4:junit4]   2> 222 T766 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0001, negotiated timeout = 10000
[junit4:junit4]   2> 223 T767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e760b4 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 223 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 223 T758 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 225 T758 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 227 T758 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 228 T758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 231 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 232 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 235 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 236 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 238 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 239 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 240 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 241 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 242 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 242 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 244 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 244 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 246 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 246 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 248 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 248 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 249 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 250 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 251 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0001
[junit4:junit4]   2> 251 T767 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 252 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41898 which had sessionid 0x13d79e6b6db0001
[junit4:junit4]   2> 251 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0001 closed
[junit4:junit4]   2> 312 T758 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 318 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52609
[junit4:junit4]   2> 319 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 320 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 320 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305
[junit4:junit4]   2> 321 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/solr.xml
[junit4:junit4]   2> 321 T758 oasc.CoreContainer.<init> New CoreContainer 31942235
[junit4:junit4]   2> 322 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/'
[junit4:junit4]   2> 322 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/'
[junit4:junit4]   2> 353 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 353 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 354 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 354 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 355 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 355 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 356 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 356 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 357 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 357 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 370 T758 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 381 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
[junit4:junit4]   2> 382 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 382 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e1fbc9
[junit4:junit4]   2> 383 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 388 T777 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 389 T777 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 389 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41899
[junit4:junit4]   2> 389 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41899
[junit4:junit4]   2> 390 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0002 with negotiated timeout 20000 for client /127.0.0.1:41899
[junit4:junit4]   2> 390 T777 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0002, negotiated timeout = 20000
[junit4:junit4]   2> 390 T778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e1fbc9 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 390 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 391 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0002
[junit4:junit4]   2> 392 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41899 which had sessionid 0x13d79e6b6db0002
[junit4:junit4]   2> 392 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0002 closed
[junit4:junit4]   2> 392 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 392 T778 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 395 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4beb68
[junit4:junit4]   2> 396 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 396 T779 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 397 T779 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 397 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41900
[junit4:junit4]   2> 397 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41900
[junit4:junit4]   2> 398 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0003 with negotiated timeout 20000 for client /127.0.0.1:41900
[junit4:junit4]   2> 398 T779 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0003, negotiated timeout = 20000
[junit4:junit4]   2> 398 T780 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4beb68 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 398 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 399 T758 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 401 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 401 T758 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 403 T758 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 404 T758 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52609_jv%2Fm
[junit4:junit4]   2> 404 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52609_jv%2Fm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52609_jv%2Fm
[junit4:junit4]   2> 405 T758 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52609_jv%2Fm
[junit4:junit4]   2> 407 T758 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 410 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 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> 410 T758 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 411 T758 oasc.Overseer.start Overseer (id=89361599434522627-127.0.0.1:52609_jv%2Fm-n_0000000000) starting
[junit4:junit4]   2> 412 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 412 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 413 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 414 T758 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 415 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 416 T782 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 416 T758 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 418 T758 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 419 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 420 T781 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 424 T783 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1
[junit4:junit4]   2> 424 T783 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 424 T783 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 425 T783 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 426 T783 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/'
[junit4:junit4]   2> 426 T783 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/lib/README' to classloader
[junit4:junit4]   2> 426 T783 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 453 T783 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 488 T783 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 489 T783 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 493 T783 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 870 T783 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 875 T783 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 878 T783 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 887 T783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 890 T783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 893 T783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 894 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 894 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 894 T783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 895 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 895 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 895 T783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 895 T783 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/
[junit4:junit4]   2> 897 T783 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1e84
[junit4:junit4]   2> 897 T783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 898 T783 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data forceNew: false
[junit4:junit4]   2> 898 T783 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/index/
[junit4:junit4]   2> 898 T783 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 899 T783 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/index forceNew: false
[junit4:junit4]   2> 900 T783 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d05ae7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd396f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 900 T783 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 914 T783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 914 T783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 915 T783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 915 T783 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 917 T783 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 919 T783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 922 T783 oass.SolrIndexSearcher.<init> Opening Searcher@1e2fba7 main
[junit4:junit4]   2> 924 T783 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/tlog
[junit4:junit4]   2> 930 T783 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 930 T783 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 933 T784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e2fba7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 934 T783 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 934 T783 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1923 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1923 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52609_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52609/jv/m",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 1924 T781 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1924 T781 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1927 T780 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> 1935 T783 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1935 T783 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52609/jv/m collection:control_collection shard:shard1
[junit4:junit4]   2> 1940 T783 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 1947 T783 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1951 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 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> 1952 T783 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1952 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1953 T783 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1954 T783 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1954 T783 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52609/jv/m/collection1/
[junit4:junit4]   2> 1955 T783 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1955 T783 oasc.SyncStrategy.syncToMe http://127.0.0.1:52609/jv/m/collection1/ has no replicas
[junit4:junit4]   2> 1955 T783 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52609/jv/m/collection1/
[junit4:junit4]   2> 1956 T783 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 1959 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3431 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3436 T780 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> 3463 T783 oasc.ZkController.register We are http://127.0.0.1:52609/jv/m/collection1/ and leader is http://127.0.0.1:52609/jv/m/collection1/
[junit4:junit4]   2> 3464 T783 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52609/jv/m
[junit4:junit4]   2> 3465 T783 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3465 T783 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3465 T783 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3466 T783 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3467 T758 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3468 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3469 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3474 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3477 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@e68278
[junit4:junit4]   2> 3478 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3478 T786 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3478 T786 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 3479 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41905
[junit4:junit4]   2> 3479 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41905
[junit4:junit4]   2> 3479 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0004 with negotiated timeout 10000 for client /127.0.0.1:41905
[junit4:junit4]   2> 3480 T786 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0004, negotiated timeout = 10000
[junit4:junit4]   2> 3480 T787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e68278 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3480 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3481 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3484 T758 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3577 T758 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3579 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37848
[junit4:junit4]   2> 3580 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3580 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3580 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538
[junit4:junit4]   2> 3581 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/solr.xml
[junit4:junit4]   2> 3581 T758 oasc.CoreContainer.<init> New CoreContainer 21144368
[junit4:junit4]   2> 3581 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/'
[junit4:junit4]   2> 3582 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/'
[junit4:junit4]   2> 3600 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3600 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3601 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3601 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3601 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3602 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3602 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3602 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3603 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3603 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3610 T758 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3622 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
[junit4:junit4]   2> 3623 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3623 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bbfc8d
[junit4:junit4]   2> 3624 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3624 T797 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3625 T797 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 3625 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41906
[junit4:junit4]   2> 3625 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41906
[junit4:junit4]   2> 3626 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0005 with negotiated timeout 20000 for client /127.0.0.1:41906
[junit4:junit4]   2> 3626 T797 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0005, negotiated timeout = 20000
[junit4:junit4]   2> 3626 T798 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bbfc8d name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3626 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3627 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0005
[junit4:junit4]   2> 3628 T798 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3628 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41906 which had sessionid 0x13d79e6b6db0005
[junit4:junit4]   2> 3628 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0005 closed
[junit4:junit4]   2> 3628 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3632 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1aa519b
[junit4:junit4]   2> 3632 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3633 T799 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3633 T799 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 3633 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41907
[junit4:junit4]   2> 3633 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41907
[junit4:junit4]   2> 3634 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0006 with negotiated timeout 20000 for client /127.0.0.1:41907
[junit4:junit4]   2> 3634 T799 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0006, negotiated timeout = 20000
[junit4:junit4]   2> 3634 T800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aa519b name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3635 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3635 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3636 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3637 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4639 T758 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37848_jv%2Fm
[junit4:junit4]   2> 4640 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37848_jv%2Fm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37848_jv%2Fm
[junit4:junit4]   2> 4641 T758 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37848_jv%2Fm
[junit4:junit4]   2> 4642 T787 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4643 T780 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4642 T800 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4643 T780 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> 4648 T801 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1
[junit4:junit4]   2> 4648 T801 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4649 T801 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4649 T801 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4649 T801 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/'
[junit4:junit4]   2> 4650 T801 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/lib/README' to classloader
[junit4:junit4]   2> 4650 T801 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4676 T801 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 4711 T801 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4712 T801 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4716 T801 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4939 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4940 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52609_jv%2Fm_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52609_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52609/jv/m",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection"}
[junit4:junit4]   2> 4943 T800 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> 4943 T787 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> 4943 T780 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> 5104 T801 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5113 T801 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5122 T801 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5133 T801 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5137 T801 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5142 T801 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5143 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5143 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5144 T801 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5144 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5145 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5145 T801 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5145 T801 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/
[junit4:junit4]   2> 5146 T801 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1e84
[junit4:junit4]   2> 5146 T801 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5147 T801 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1 forceNew: false
[junit4:junit4]   2> 5147 T801 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/index/
[junit4:junit4]   2> 5147 T801 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5148 T801 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/index forceNew: false
[junit4:junit4]   2> 5149 T801 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5150 T801 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5152 T801 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5152 T801 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5153 T801 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5153 T801 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5154 T801 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5154 T801 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5154 T801 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5155 T801 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5156 T801 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5159 T801 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5162 T801 oass.SolrIndexSearcher.<init> Opening Searcher@183eac2 main
[junit4:junit4]   2> 5162 T801 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/tlog
[junit4:junit4]   2> 5162 T801 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5163 T801 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5166 T802 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@183eac2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5168 T801 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5168 T801 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6447 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6447 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37848_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37848/jv/m",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 6448 T781 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6448 T781 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6451 T787 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> 6451 T800 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> 6451 T780 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> 7170 T801 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7170 T801 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37848/jv/m collection:collection1 shard:shard1
[junit4:junit4]   2> 7171 T801 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7176 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7177 T801 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7177 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7179 T801 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7179 T801 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7179 T801 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37848/jv/m/collection1/
[junit4:junit4]   2> 7179 T801 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7179 T801 oasc.SyncStrategy.syncToMe http://127.0.0.1:37848/jv/m/collection1/ has no replicas
[junit4:junit4]   2> 7180 T801 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37848/jv/m/collection1/
[junit4:junit4]   2> 7180 T801 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7182 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7954 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7958 T787 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> 7958 T800 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> 7958 T780 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> 7985 T801 oasc.ZkController.register We are http://127.0.0.1:37848/jv/m/collection1/ and leader is http://127.0.0.1:37848/jv/m/collection1/
[junit4:junit4]   2> 7986 T801 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37848/jv/m
[junit4:junit4]   2> 7986 T801 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7986 T801 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7986 T801 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7988 T801 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7989 T758 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7989 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7990 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8057 T758 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8059 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42924
[junit4:junit4]   2> 8059 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8060 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8060 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047
[junit4:junit4]   2> 8060 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/solr.xml
[junit4:junit4]   2> 8061 T758 oasc.CoreContainer.<init> New CoreContainer 14937604
[junit4:junit4]   2> 8061 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
[junit4:junit4]   2> 8062 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
[junit4:junit4]   2> 8080 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8080 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8080 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8081 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8081 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8081 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8082 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8082 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8082 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8082 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8089 T758 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8102 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
[junit4:junit4]   2> 8102 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8103 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7c5488
[junit4:junit4]   2> 8103 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8103 T813 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8104 T813 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 8105 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41915
[junit4:junit4]   2> 8105 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41915
[junit4:junit4]   2> 8105 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0007 with negotiated timeout 20000 for client /127.0.0.1:41915
[junit4:junit4]   2> 8105 T813 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0007, negotiated timeout = 20000
[junit4:junit4]   2> 8106 T814 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c5488 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8106 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8107 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0007
[junit4:junit4]   2> 8107 T814 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8107 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0007 closed
[junit4:junit4]   2> 8107 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41915 which had sessionid 0x13d79e6b6db0007
[junit4:junit4]   2> 8108 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8111 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@bcb81a
[junit4:junit4]   2> 8112 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8112 T815 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8112 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41916
[junit4:junit4]   2> 8113 T815 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 8114 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41916
[junit4:junit4]   2> 8114 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0008 with negotiated timeout 20000 for client /127.0.0.1:41916
[junit4:junit4]   2> 8114 T815 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0008, negotiated timeout = 20000
[junit4:junit4]   2> 8114 T816 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bcb81a name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8115 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8115 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8116 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8117 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9119 T758 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42924_jv%2Fm
[junit4:junit4]   2> 9120 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42924_jv%2Fm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42924_jv%2Fm
[junit4:junit4]   2> 9121 T758 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42924_jv%2Fm
[junit4:junit4]   2> 9122 T787 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> 9122 T780 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> 9122 T800 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9123 T800 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> 9123 T816 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9124 T787 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9124 T780 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9128 T817 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1
[junit4:junit4]   2> 9128 T817 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9129 T817 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9129 T817 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9130 T817 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/'
[junit4:junit4]   2> 9130 T817 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/lib/README' to classloader
[junit4:junit4]   2> 9130 T817 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9157 T817 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9212 T817 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9213 T817 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9217 T817 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9461 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9462 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37848_jv%2Fm_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37848_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37848/jv/m",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 9464 T787 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> 9464 T780 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> 9465 T816 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> 9464 T800 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> 9613 T817 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9619 T817 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9622 T817 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9632 T817 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9635 T817 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9637 T817 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9638 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9639 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9639 T817 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9640 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9640 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9640 T817 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9641 T817 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/
[junit4:junit4]   2> 9641 T817 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1e84
[junit4:junit4]   2> 9641 T817 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9641 T817 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2 forceNew: false
[junit4:junit4]   2> 9642 T817 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index/
[junit4:junit4]   2> 9642 T817 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9642 T817 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index forceNew: false
[junit4:junit4]   2> 9643 T817 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9643 T817 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9645 T817 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9645 T817 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9645 T817 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9647 T817 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9647 T817 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9649 T817 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9652 T817 oass.SolrIndexSearcher.<init> Opening Searcher@26868a main
[junit4:junit4]   2> 9652 T817 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/tlog
[junit4:junit4]   2> 9653 T817 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9653 T817 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9656 T818 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26868a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9657 T817 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9658 T817 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10968 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10969 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 10969 T781 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10969 T781 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10972 T816 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> 10972 T780 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> 10973 T800 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> 10973 T787 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> 11659 T817 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11659 T817 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42924/jv/m collection:collection1 shard:shard1
[junit4:junit4]   2> 11661 T817 oasc.ZkController.register We are http://127.0.0.1:42924/jv/m/collection1/ and leader is http://127.0.0.1:37848/jv/m/collection1/
[junit4:junit4]   2> 11662 T817 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42924/jv/m
[junit4:junit4]   2> 11662 T817 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11662 T817 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@6c6912 url=http://127.0.0.1:42924/jv/m/collection1 node=127.0.0.1:42924_jv%2Fm C19_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, collection=collection1}
[junit4:junit4]   2> 11667 T819 C19 P42924 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11667 T817 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11668 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11669 T819 C19 P42924 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11669 T819 C19 P42924 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11669 T758 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11670 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11670 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11670 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11675 T758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C20 name=collection1 org.apache.solr.core.SolrCore@62448f url=http://127.0.0.1:52609/jv/m/collection1 node=127.0.0.1:52609_jv%2Fm C20_STATE=coll:control_collection core:collection1 props:{state=active, node_name=127.0.0.1:52609_jv%2Fm, core=collection1, base_url=http://127.0.0.1:52609/jv/m, shard=shard1, collection=control_collection, leader=true}
[junit4:junit4]   2> 11694 T776 C20 P52609 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d05ae7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd396f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11695 T776 C20 P52609 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11706 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10001 (1429785603207069697)]} 0 14
[junit4:junit4]   2> 11706 T776 C20 P52609 /update {wt=javabin&version=2} {add=[1 (1429785603207069696)]} 0 17
[junit4:junit4]   2> ASYNC  NEW_CORE C21 name=collection1 org.apache.solr.core.SolrCore@91f48e url=http://127.0.0.1:37848/jv/m/collection1 node=127.0.0.1:37848_jv%2Fm C21_STATE=coll:collection1 core:collection1 props:{state=active, node_name=127.0.0.1:37848_jv%2Fm, core=collection1, base_url=http://127.0.0.1:37848/jv/m, shard=shard1, collection=collection1, leader=true}
[junit4:junit4]   2> 11722 T795 C21 P37848 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11724 T795 C21 P37848 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11727 T794 C21 P37848 /update {wt=javabin&version=2} {add=[1 (1429785603237478400)]} 0 6
[junit4:junit4]   2> 11728 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10001 (1429785603236429824)]} 0 8
[junit4:junit4]   2> 11734 T774 C20 P52609 /update {wt=javabin&version=2} {add=[2 (1429785603249012736)]} 0 1
[junit4:junit4]   2> 11735 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10002 (1429785603249012737)]} 0 2
[junit4:junit4]   2> 11740 T796 C21 P37848 /update {wt=javabin&version=2} {add=[2 (1429785603253207040)]} 0 3
[junit4:junit4]   2> 11740 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10002 (1429785603254255616)]} 0 3
[junit4:junit4]   2> 11814 T773 C20 P52609 /update {wt=javabin&version=2} {add=[3 (1429785603332898817)]} 0 2
[junit4:junit4]   2> 11814 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10003 (1429785603332898816)]} 0 2
[junit4:junit4]   2> 11818 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10003 (1429785603337093120)]} 0 1
[junit4:junit4]   2> 11819 T796 C21 P37848 /update {wt=javabin&version=2} {add=[3 (1429785603337093121)]} 0 2
[junit4:junit4]   2> 11921 T775 C20 P52609 /update {wt=javabin&version=2} {add=[4 (1429785603445096448)]} 0 1
[junit4:junit4]   2> 11921 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10004 (1429785603445096449)]} 0 1
[junit4:junit4]   2> 11926 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10004 (1429785603449290752)]} 0 2
[junit4:junit4]   2> 11926 T795 C21 P37848 /update {wt=javabin&version=2} {add=[4 (1429785603449290753)]} 0 2
[junit4:junit4]   2> 11944 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10002 (-1429785603470262272)]} 0 1
[junit4:junit4]   2> 11944 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[2 (-1429785603470262273)]} 0 1
[junit4:junit4]   2> 11948 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[2 (-1429785603473408000)]} 0 1
[junit4:junit4]   2> 11948 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10002 (-1429785603474456576)]} 0 1
[junit4:junit4]   2> 11951 T774 C20 P52609 /update {wt=javabin&version=2} {add=[5 (1429785603477602304)]} 0 1
[junit4:junit4]   2> 11952 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10005 (1429785603477602305)]} 0 1
[junit4:junit4]   2> 11955 T795 C21 P37848 /update {wt=javabin&version=2} {add=[5 (1429785603481796608)]} 0 1
[junit4:junit4]   2> 11956 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10005 (1429785603481796609)]} 0 1
[junit4:junit4]   2> 12021 T773 C20 P52609 /update {wt=javabin&version=2} {add=[6 (1429785603549954048)]} 0 1
[junit4:junit4]   2> 12023 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10006 (1429785603552051200)]} 0 1
[junit4:junit4]   2> 12025 T794 C21 P37848 /update {wt=javabin&version=2} {add=[6 (1429785603554148352)]} 0 1
[junit4:junit4]   2> 12027 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10006 (1429785603556245504)]} 0 1
[junit4:junit4]   2> 12082 T774 C20 P52609 /update {wt=javabin&version=2} {add=[7 (1429785603614965760)]} 0 1
[junit4:junit4]   2> 12083 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10007 (1429785603614965761)]} 0 1
[junit4:junit4]   2> 12087 T795 C21 P37848 /update {wt=javabin&version=2} {add=[7 (1429785603619160065)]} 0 2
[junit4:junit4]   2> 12087 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10007 (1429785603619160064)]} 0 2
[junit4:junit4]   2> 12149 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[5 (-1429785603685220353)]} 0 0
[junit4:junit4]   2> 12149 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10005 (-1429785603685220352)]} 0 0
[junit4:junit4]   2> 12152 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[5 (-1429785603688366080)]} 0 0
[junit4:junit4]   2> 12152 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10005 (-1429785603688366081)]} 0 0
[junit4:junit4]   2> 12156 T773 C20 P52609 /update {wt=javabin&version=2} {add=[8 (1429785603692560385)]} 0 1
[junit4:junit4]   2> 12157 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10008 (1429785603692560384)]} 0 2
[junit4:junit4]   2> 12160 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10008 (1429785603696754688)]} 0 1
[junit4:junit4]   2> 12161 T796 C21 P37848 /update {wt=javabin&version=2} {add=[8 (1429785603696754689)]} 0 2
[junit4:junit4]   2> 12184 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10009 (1429785603721920512)]} 0 0
[junit4:junit4]   2> 12185 T774 C20 P52609 /update {wt=javabin&version=2} {add=[9 (1429785603721920513)]} 0 1
[junit4:junit4]   2> 12188 T794 C21 P37848 /update {wt=javabin&version=2} {add=[9 (1429785603726114816)]} 0 1
[junit4:junit4]   2> 12189 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10009 (1429785603725066240)]} 0 2
[junit4:junit4]   2> 12232 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10010 (1429785603772252160)]} 0 1
[junit4:junit4]   2> 12233 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10 (1429785603772252161)]} 0 2
[junit4:junit4]   2> 12237 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10 (1429785603776446464)]} 0 2
[junit4:junit4]   2> 12237 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10010 (1429785603776446465)]} 0 2
[junit4:junit4]   2> 12303 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10007 (-1429785603846701056)]} 0 1
[junit4:junit4]   2> 12303 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[7 (-1429785603846701057)]} 0 1
[junit4:junit4]   2> 12306 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[7 (-1429785603849846784)]} 0 0
[junit4:junit4]   2> 12306 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10007 (-1429785603849846785)]} 0 0
[junit4:junit4]   2> 12310 T775 C20 P52609 /update {wt=javabin&version=2} {add=[11 (1429785603852992512)]} 0 1
[junit4:junit4]   2> 12310 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10011 (1429785603852992513)]} 0 1
[junit4:junit4]   2> 12314 T794 C21 P37848 /update {wt=javabin&version=2} {add=[11 (1429785603857186817)]} 0 1
[junit4:junit4]   2> 12314 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10011 (1429785603857186816)]} 0 1
[junit4:junit4]   2> 12395 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10012 (1429785603942121472)]} 0 1
[junit4:junit4]   2> 12395 T776 C20 P52609 /update {wt=javabin&version=2} {add=[12 (1429785603942121473)]} 0 1
[junit4:junit4]   2> 12399 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10012 (1429785603946315776)]} 0 1
[junit4:junit4]   2> 12399 T794 C21 P37848 /update {wt=javabin&version=2} {add=[12 (1429785603946315777)]} 0 1
[junit4:junit4]   2> 12476 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12477 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42924_jv%2Fm_collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 12479 T780 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> 12479 T816 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> 12479 T787 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> 12479 T800 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12484 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10013 (1429785604035444736)]} 0 1
[junit4:junit4]   2> 12485 T775 C20 P52609 /update {wt=javabin&version=2} {add=[13 (1429785604036493312)]} 0 1
[junit4:junit4]   2>  C19_STATE=coll:collection1 core:collection1 props:{state=recovering, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, shard=shard1, collection=collection1}
[junit4:junit4]   2> 12504 T810 C19 P42924 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12505 T810 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12506 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10013 (1429785604041736192)]} 0 4
[junit4:junit4]   2> 12507 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[13 (1429785604041736193)]} 0 5
[junit4:junit4]   2> 12508 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10013 (1429785604041736192)]} 0 21
[junit4:junit4]   2> 12508 T796 C21 P37848 /update {wt=javabin&version=2} {add=[13 (1429785604041736193)]} 0 21
[junit4:junit4]   2> 12511 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10014 (1429785604063756288)]} 0 1
[junit4:junit4]   2> 12512 T773 C20 P52609 /update {wt=javabin&version=2} {add=[14 (1429785604064804864)]} 0 1
[junit4:junit4]   2> 12518 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10014 (1429785604067950592)]} 0 2
[junit4:junit4]   2> 12518 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[14 (1429785604067950593)]} 0 1
[junit4:junit4]   2> 12518 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10014 (1429785604067950592)]} 0 5
[junit4:junit4]   2> 12519 T795 C21 P37848 /update {wt=javabin&version=2} {add=[14 (1429785604067950593)]} 0 5
[junit4:junit4]   2> 12552 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[9 (-1429785604106747904)]} 0 2
[junit4:junit4]   2> 12552 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10009 (-1429785604107796480)]} 0 2
[junit4:junit4]   2> 12560 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10009 (-1429785604110942209)]} 0 1
[junit4:junit4]   2> 12560 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[9 (-1429785604110942208)]} 0 1
[junit4:junit4]   2> 12561 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[9 (-1429785604110942208)]} 0 7
[junit4:junit4]   2> 12561 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10009 (-1429785604110942209)]} 0 7
[junit4:junit4]   2> 12565 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10015 (1429785604120379392)]} 0 1
[junit4:junit4]   2> 12565 T773 C20 P52609 /update {wt=javabin&version=2} {add=[15 (1429785604121427968)]} 0 1
[junit4:junit4]   2> 12571 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10015 (1429785604123525120)]} 0 1
[junit4:junit4]   2> 12571 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[15 (1429785604123525121)]} 0 1
[junit4:junit4]   2> 12571 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10015 (1429785604123525120)]} 0 4
[junit4:junit4]   2> 12572 T796 C21 P37848 /update {wt=javabin&version=2} {add=[15 (1429785604123525121)]} 0 5
[junit4:junit4]   2> 12645 T774 C20 P52609 /update {wt=javabin&version=2} {add=[16 (1429785604204265473)]} 0 1
[junit4:junit4]   2> 12646 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10016 (1429785604204265472)]} 0 2
[junit4:junit4]   2> 12652 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[16 (1429785604208459776)]} 0 1
[junit4:junit4]   2> 12653 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10016 (1429785604209508352)]} 0 1
[junit4:junit4]   2> 12653 T794 C21 P37848 /update {wt=javabin&version=2} {add=[16 (1429785604208459776)]} 0 5
[junit4:junit4]   2> 12653 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10016 (1429785604209508352)]} 0 5
[junit4:junit4]   2> 12683 T793 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&state=recovering&version=2&core=collection1&onlyIfLeader=true&nodeName=127.0.0.1:42924_jv%252Fm&coreNodeName=127.0.0.1:42924_jv%252Fm_collection1&action=PREPRECOVERY&checkLive=true} status=0 QTime=1003 
[junit4:junit4]   2> 12718 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10010 (-1429785604281860097)]} 0 1
[junit4:junit4]   2> 12718 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10 (-1429785604281860096)]} 0 1
[junit4:junit4]   2> 12723 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10 (-1429785604285005824)]} 0 0
[junit4:junit4]   2> 12723 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10010 (-1429785604285005825)]} 0 0
[junit4:junit4]   2> 12724 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10010 (-1429785604285005825)]} 0 3
[junit4:junit4]   2> 12724 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10 (-1429785604285005824)]} 0 3
[junit4:junit4]   2> 12727 T774 C20 P52609 /update {wt=javabin&version=2} {add=[17 (1429785604291297280)]} 0 0
[junit4:junit4]   2> 12728 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10017 (1429785604291297281)]} 0 1
[junit4:junit4]   2> 12733 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[17 (1429785604294443008)]} 0 0
[junit4:junit4]   2> 12734 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10017 (1429785604295491584)]} 0 1
[junit4:junit4]   2> 12734 T793 C21 P37848 /update {wt=javabin&version=2} {add=[17 (1429785604294443008)]} 0 4
[junit4:junit4]   2> 12735 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10017 (1429785604295491584)]} 0 5
[junit4:junit4]   2> 12805 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10018 (1429785604370989057)]} 0 2
[junit4:junit4]   2> 12805 T776 C20 P52609 /update {wt=javabin&version=2} {add=[18 (1429785604370989056)]} 0 2
[junit4:junit4]   2> 12814 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[18 (1429785604377280512)]} 0 1
[junit4:junit4]   2> 12815 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10018 (1429785604377280513)]} 0 2
[junit4:junit4]   2> 12816 T795 C21 P37848 /update {wt=javabin&version=2} {add=[18 (1429785604377280512)]} 0 7
[junit4:junit4]   2> 12816 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10018 (1429785604377280513)]} 0 7
[junit4:junit4]   2> 12915 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[11 (-1429785604488429568)]} 0 0
[junit4:junit4]   2> 12916 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10011 (-1429785604489478144)]} 0 1
[junit4:junit4]   2> 12921 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[11 (-1429785604491575296)]} 0 1
[junit4:junit4]   2> 12921 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10011 (-1429785604492623872)]} 0 1
[junit4:junit4]   2> 12921 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[11 (-1429785604491575296)]} 0 3
[junit4:junit4]   2> 12922 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10011 (-1429785604492623872)]} 0 4
[junit4:junit4]   2> 12924 T776 C20 P52609 /update {wt=javabin&version=2} {add=[19 (1429785604497866752)]} 0 1
[junit4:junit4]   2> 12925 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10019 (1429785604497866753)]} 0 1
[junit4:junit4]   2> 12930 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[19 (1429785604501012480)]} 0 1
[junit4:junit4]   2> 12930 T796 C21 P37848 /update {wt=javabin&version=2} {add=[19 (1429785604501012480)]} 0 3
[junit4:junit4]   2> 12930 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10019 (1429785604501012481)]} 0 0
[junit4:junit4]   2> 12931 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10019 (1429785604501012481)]} 0 4
[junit4:junit4]   2> 12961 T775 C20 P52609 /update {wt=javabin&version=2} {add=[20 (1429785604535615488)]} 0 1
[junit4:junit4]   2> 12961 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10020 (1429785604536664064)]} 0 1
[junit4:junit4]   2> 12966 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[20 (1429785604538761216)]} 0 0
[junit4:junit4]   2> 12967 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10020 (1429785604539809792)]} 0 1
[junit4:junit4]   2> 12967 T793 C21 P37848 /update {wt=javabin&version=2} {add=[20 (1429785604538761216)]} 0 4
[junit4:junit4]   2> 12967 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10020 (1429785604539809792)]} 0 4
[junit4:junit4]   2> 13068 T776 C20 P52609 /update {wt=javabin&version=2} {add=[21 (1429785604647813120)]} 0 2
[junit4:junit4]   2> 13068 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10021 (1429785604647813121)]} 0 2
[junit4:junit4]   2> 13076 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[21 (1429785604652007424)]} 0 1
[junit4:junit4]   2> 13077 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10021 (1429785604653056000)]} 0 1
[junit4:junit4]   2> 13078 T796 C21 P37848 /update {wt=javabin&version=2} {add=[21 (1429785604652007424)]} 0 7
[junit4:junit4]   2> 13079 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10021 (1429785604653056000)]} 0 7
[junit4:junit4]   2> 13096 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[13 (-1429785604678221824)]} 0 0
[junit4:junit4]   2> 13097 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10013 (-1429785604679270400)]} 0 0
[junit4:junit4]   2> 13102 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[13 (-1429785604682416128)]} 0 0
[junit4:junit4]   2> 13102 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10013 (-1429785604682416129)]} 0 0
[junit4:junit4]   2> 13103 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[13 (-1429785604682416128)]} 0 3
[junit4:junit4]   2> 13103 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10013 (-1429785604682416129)]} 0 3
[junit4:junit4]   2> 13106 T776 C20 P52609 /update {wt=javabin&version=2} {add=[22 (1429785604687659009)]} 0 1
[junit4:junit4]   2> 13106 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10022 (1429785604687659008)]} 0 1
[junit4:junit4]   2> 13112 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[22 (1429785604690804736)]} 0 1
[junit4:junit4]   2> 13112 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10022 (1429785604691853312)]} 0 1
[junit4:junit4]   2> 13113 T796 C21 P37848 /update {wt=javabin&version=2} {add=[22 (1429785604690804736)]} 0 5
[junit4:junit4]   2> 13113 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10022 (1429785604691853312)]} 0 4
[junit4:junit4]   2> 13187 T774 C20 P52609 /update {wt=javabin&version=2} {add=[23 (1429785604772593664)]} 0 1
[junit4:junit4]   2> 13188 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10023 (1429785604772593665)]} 0 2
[junit4:junit4]   2> 13196 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[23 (1429785604777836544)]} 0 1
[junit4:junit4]   2> 13197 T793 C21 P37848 /update {wt=javabin&version=2} {add=[23 (1429785604777836544)]} 0 6
[junit4:junit4]   2> 13197 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10023 (1429785604778885120)]} 0 1
[junit4:junit4]   2> 13198 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10023 (1429785604778885120)]} 0 7
[junit4:junit4]   2> 13291 T776 C20 P52609 /update {wt=javabin&version=2} {add=[24 (1429785604882694144)]} 0 1
[junit4:junit4]   2> 13293 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10024 (1429785604883742720)]} 0 2
[junit4:junit4]   2> 13298 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[24 (1429785604886888448)]} 0 1
[junit4:junit4]   2> 13299 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10024 (1429785604887937024)]} 0 1
[junit4:junit4]   2> 13298 T796 C21 P37848 /update {wt=javabin&version=2} {add=[24 (1429785604886888448)]} 0 4
[junit4:junit4]   2> 13299 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10024 (1429785604887937024)]} 0 4
[junit4:junit4]   2> 13315 T775 C20 P52609 /update {wt=javabin&version=2} {add=[25 (1429785604906811392)]} 0 1
[junit4:junit4]   2> 13315 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10025 (1429785604906811393)]} 0 1
[junit4:junit4]   2> 13321 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[25 (1429785604911005696)]} 0 1
[junit4:junit4]   2> 13322 T793 C21 P37848 /update {wt=javabin&version=2} {add=[25 (1429785604911005696)]} 0 5
[junit4:junit4]   2> 13322 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10025 (1429785604911005697)]} 0 1
[junit4:junit4]   2> 13323 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10025 (1429785604911005697)]} 0 5
[junit4:junit4]   2> 13379 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10015 (-1429785604973920256)]} 0 1
[junit4:junit4]   2> 13381 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[15 (-1429785604977065984)]} 0 0
[junit4:junit4]   2> 13383 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10015 (-1429785604977065984)]} 0 0
[junit4:junit4]   2> 13384 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10015 (-1429785604977065984)]} 0 3
[junit4:junit4]   2> 13386 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[15 (-1429785604980211712)]} 0 0
[junit4:junit4]   2> 13387 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[15 (-1429785604980211712)]} 0 3
[junit4:junit4]   2> 13387 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10026 (1429785604982308864)]} 0 1
[junit4:junit4]   2> 13391 T776 C20 P52609 /update {wt=javabin&version=2} {add=[26 (1429785604986503168)]} 0 2
[junit4:junit4]   2> 13394 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10026 (1429785604986503168)]} 0 2
[junit4:junit4]   2> 13394 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10026 (1429785604986503168)]} 0 5
[junit4:junit4]   2> 13396 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[26 (1429785604989648896)]} 0 0
[junit4:junit4]   2> 13397 T794 C21 P37848 /update {wt=javabin&version=2} {add=[26 (1429785604989648896)]} 0 4
[junit4:junit4]   2> 13482 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10017 (-1429785605081923584)]} 0 1
[junit4:junit4]   2> 13484 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[17 (-1429785605085069312)]} 0 0
[junit4:junit4]   2> 13489 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10017 (-1429785605086117888)]} 0 1
[junit4:junit4]   2> 13490 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10017 (-1429785605086117888)]} 0 5
[junit4:junit4]   2> 13490 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[17 (-1429785605088215040)]} 0 0
[junit4:junit4]   2> 13491 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[17 (-1429785605088215040)]} 0 4
[junit4:junit4]   2> 13494 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10027 (1429785605094506496)]} 0 1
[junit4:junit4]   2> 13497 T776 C20 P52609 /update {wt=javabin&version=2} {add=[27 (1429785605097652224)]} 0 2
[junit4:junit4]   2> 13504 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10027 (1429785605100797952)]} 0 2
[junit4:junit4]   2> 13505 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10027 (1429785605100797952)]} 0 7
[junit4:junit4]   2> 13506 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[27 (1429785605103943680)]} 0 1
[junit4:junit4]   2> 13507 T794 C21 P37848 /update {wt=javabin&version=2} {add=[27 (1429785605103943680)]} 0 6
[junit4:junit4]   2> 13600 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10020 (-1429785605206704128)]} 0 1
[junit4:junit4]   2> 13602 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[20 (-1429785605208801280)]} 0 0
[junit4:junit4]   2> 13608 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10020 (-1429785605210898432)]} 0 1
[junit4:junit4]   2> 13609 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10020 (-1429785605210898432)]} 0 5
[junit4:junit4]   2> 13609 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[20 (-1429785605212995584)]} 0 0
[junit4:junit4]   2> 13611 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[20 (-1429785605212995584)]} 0 5
[junit4:junit4]   2> 13614 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10028 (1429785605220335616)]} 0 2
[junit4:junit4]   2> 13616 T776 C20 P52609 /update {wt=javabin&version=2} {add=[28 (1429785605221384192)]} 0 2
[junit4:junit4]   2> 13622 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10028 (1429785605225578496)]} 0 1
[junit4:junit4]   2> 13623 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10028 (1429785605225578496)]} 0 6
[junit4:junit4]   2> 13624 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[28 (1429785605226627072)]} 0 2
[junit4:junit4]   2> 13625 T794 C21 P37848 /update {wt=javabin&version=2} {add=[28 (1429785605226627072)]} 0 6
[junit4:junit4]   2> 13680 T758 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 42924
[junit4:junit4]   2> 13680 T758 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=14937604
[junit4:junit4]   2> 13707 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10021 (-1429785605317853184)]} 0 1
[junit4:junit4]   2> 13708 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[21 (-1429785605319950336)]} 0 1
[junit4:junit4]   2> 13712 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10021 (-1429785605320998912)]} 0 1
[junit4:junit4]   2> 13713 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[21 (-1429785605322047488)]} 0 1
[junit4:junit4]   2> 13713 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[21 (-1429785605322047488)]} 0 3
[junit4:junit4]   2> 13713 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10021 (-1429785605320998912)]} 0 4
[junit4:junit4]   2> 13716 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10029 (1429785605328338945)]} 0 1
[junit4:junit4]   2> 13717 T776 C20 P52609 /update {wt=javabin&version=2} {add=[29 (1429785605328338944)]} 0 2
[junit4:junit4]   2> 13722 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10029 (1429785605331484672)]} 0 1
[junit4:junit4]   2> 13722 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[29 (1429785605331484673)]} 0 1
[junit4:junit4]   2> 13723 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10029 (1429785605331484672)]} 0 4
[junit4:junit4]   2> 13723 T794 C21 P37848 /update {wt=javabin&version=2} {add=[29 (1429785605331484673)]} 0 4
[junit4:junit4]   2> 13739 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10025 (-1429785605352456192)]} 0 1
[junit4:junit4]   2> 13739 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[25 (-1429785605352456193)]} 0 1
[junit4:junit4]   2> 13744 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10025 (-1429785605354553345)]} 0 1
[junit4:junit4]   2> 13744 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[25 (-1429785605354553344)]} 0 1
[junit4:junit4]   2> 13744 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[25 (-1429785605354553344)]} 0 3
[junit4:junit4]   2> 13744 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10025 (-1429785605354553345)]} 0 3
[junit4:junit4]   2> 13747 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10030 (1429785605360844800)]} 0 0
[junit4:junit4]   2> 13747 T773 C20 P52609 /update {wt=javabin&version=2} {add=[30 (1429785605360844801)]} 0 0
[junit4:junit4]   2> 13753 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10030 (1429785605363990528)]} 0 1
[junit4:junit4]   2> 13754 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10030 (1429785605363990528)]} 0 4
[junit4:junit4]   2> 13755 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[30 (1429785605363990529)]} 0 1
[junit4:junit4]   2> 13755 T794 C21 P37848 /update {wt=javabin&version=2} {add=[30 (1429785605363990529)]} 0 5
[junit4:junit4]   2> 13780 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10031 (1429785605395447808)]} 0 1
[junit4:junit4]   2> 13781 T775 C20 P52609 /update {wt=javabin&version=2} {add=[31 (1429785605395447809)]} 0 1
[junit4:junit4]   2> 13786 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10031 (1429785605398593536)]} 0 1
[junit4:junit4]   2> 13786 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[31 (1429785605398593537)]} 0 0
[junit4:junit4]   2> 13787 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10031 (1429785605398593536)]} 0 4
[junit4:junit4]   2> 13787 T793 C21 P37848 /update {wt=javabin&version=2} {add=[31 (1429785605398593537)]} 0 4
[junit4:junit4]   2> 13869 T773 C20 P52609 /update {wt=javabin&version=2} {add=[32 (1429785605487722496)]} 0 1
[junit4:junit4]   2> 13870 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10032 (1429785605487722497)]} 0 2
[junit4:junit4]   2> 13874 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[32 (1429785605491916800)]} 0 0
[junit4:junit4]   2> 13875 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10032 (1429785605491916801)]} 0 1
[junit4:junit4]   2> 13875 T796 C21 P37848 /update {wt=javabin&version=2} {add=[32 (1429785605491916800)]} 0 4
[junit4:junit4]   2> 13875 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10032 (1429785605491916801)]} 0 3
[junit4:junit4]   2> 13882 T774 C20 P52609 /update {wt=javabin&version=2} {add=[33 (1429785605501353984)]} 0 1
[junit4:junit4]   2> 13883 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10033 (1429785605502402560)]} 0 1
[junit4:junit4]   2> 13890 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[33 (1429785605506596864)]} 0 1
[junit4:junit4]   2> 13890 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10033 (1429785605506596865)]} 0 1
[junit4:junit4]   2> 13890 T795 C21 P37848 /update {wt=javabin&version=2} {add=[33 (1429785605506596864)]} 0 4
[junit4:junit4]   2> 13891 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10033 (1429785605506596865)]} 0 5
[junit4:junit4]   2> 13915 T773 C20 P52609 /update {wt=javabin&version=2} {add=[34 (1429785605535956992)]} 0 1
[junit4:junit4]   2> 13916 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10034 (1429785605535956993)]} 0 2
[junit4:junit4]   2> 13925 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[34 (1429785605542248448)]} 0 2
[junit4:junit4]   2> 13925 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10034 (1429785605542248449)]} 0 1
[junit4:junit4]   2> 13926 T796 C21 P37848 /update {wt=javabin&version=2} {add=[34 (1429785605542248448)]} 0 7
[junit4:junit4]   2> 13927 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10034 (1429785605542248449)]} 0 7
[junit4:junit4]   2> 13983 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13984 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42924_jv%2Fm_collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 13986 T800 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> 13986 T780 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> 13986 T816 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> 13986 T787 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> 14020 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10035 (1429785605647106049)]} 0 0
[junit4:junit4]   2> 14021 T774 C20 P52609 /update {wt=javabin&version=2} {add=[35 (1429785605647106048)]} 0 1
[junit4:junit4]   2> 14024 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10035 (1429785605650251776)]} 0 1
[junit4:junit4]   2> 14024 T793 C21 P37848 /update {wt=javabin&version=2} {add=[35 (1429785605650251777)]} 0 1
[junit4:junit4]   2> 14100 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10032 (-1429785605730992128)]} 0 1
[junit4:junit4]   2> 14100 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[32 (-1429785605730992129)]} 0 0
[junit4:junit4]   2> 14103 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10032 (-1429785605734137856)]} 0 1
[junit4:junit4]   2> 14103 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[32 (-1429785605734137857)]} 0 0
[junit4:junit4]   2> 14106 T775 C20 P52609 /update {wt=javabin&version=2} {add=[36 (1429785605737283585)]} 0 1
[junit4:junit4]   2> 14107 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10036 (1429785605737283584)]} 0 2
[junit4:junit4]   2> 14109 T795 C21 P37848 /update {wt=javabin&version=2} {add=[36 (1429785605740429312)]} 0 1
[junit4:junit4]   2> 14110 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10036 (1429785605740429313)]} 0 1
[junit4:junit4]   2> 14130 T776 C20 P52609 /update {wt=javabin&version=2} {add=[37 (1429785605762449408)]} 0 0
[junit4:junit4]   2> 14131 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10037 (1429785605762449409)]} 0 1
[junit4:junit4]   2> 14134 T796 C21 P37848 /update {wt=javabin&version=2} {add=[37 (1429785605765595136)]} 0 1
[junit4:junit4]   2> 14134 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10037 (1429785605765595137)]} 0 1
[junit4:junit4]   2> 14142 T773 C20 P52609 /update {wt=javabin&version=2} {add=[38 (1429785605773983745)]} 0 1
[junit4:junit4]   2> 14142 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10038 (1429785605773983744)]} 0 1
[junit4:junit4]   2> 14145 T793 C21 P37848 /update {wt=javabin&version=2} {add=[38 (1429785605777129472)]} 0 1
[junit4:junit4]   2> 14145 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10038 (1429785605777129473)]} 0 1
[junit4:junit4]   2> 14240 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10038 (-1429785605877792769)]} 0 0
[junit4:junit4]   2> 14240 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[38 (-1429785605877792768)]} 0 0
[junit4:junit4]   2> 14243 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[38 (-1429785605880938496)]} 0 0
[junit4:junit4]   2> 14243 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10038 (-1429785605880938497)]} 0 0
[junit4:junit4]   2> 14247 T773 C20 P52609 /update {wt=javabin&version=2} {add=[39 (1429785605884084225)]} 0 1
[junit4:junit4]   2> 14247 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10039 (1429785605884084224)]} 0 1
[junit4:junit4]   2> 14250 T795 C21 P37848 /update {wt=javabin&version=2} {add=[39 (1429785605887229953)]} 0 1
[junit4:junit4]   2> 14250 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10039 (1429785605887229952)]} 0 1
[junit4:junit4]   2> 14328 T776 C20 P52609 /update {wt=javabin&version=2} {add=[40 (1429785605969018881)]} 0 1
[junit4:junit4]   2> 14328 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10040 (1429785605969018880)]} 0 1
[junit4:junit4]   2> 14332 T796 C21 P37848 /update {wt=javabin&version=2} {add=[40 (1429785605973213184)]} 0 1
[junit4:junit4]   2> 14333 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10040 (1429785605974261760)]} 0 1
[junit4:junit4]   2> 14427 T773 C20 P52609 /update {wt=javabin&version=2} {add=[41 (1429785606073876480)]} 0 1
[junit4:junit4]   2> 14427 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10041 (1429785606073876481)]} 0 0
[junit4:junit4]   2> 14430 T795 C21 P37848 /update {wt=javabin&version=2} {add=[41 (1429785606077022208)]} 0 1
[junit4:junit4]   2> 14431 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10041 (1429785606077022209)]} 0 2
[junit4:junit4]   2> 14531 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10042 (1429785606181879808)]} 0 1
[junit4:junit4]   2> 14531 T776 C20 P52609 /update {wt=javabin&version=2} {add=[42 (1429785606181879809)]} 0 1
[junit4:junit4]   2> 14536 T796 C21 P37848 /update {wt=javabin&version=2} {add=[42 (1429785606187122688)]} 0 1
[junit4:junit4]   2> 14538 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10042 (1429785606190268416)]} 0 1
[junit4:junit4]   2> 14630 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[39 (-1429785606286737408)]} 0 0
[junit4:junit4]   2> 14632 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10039 (-1429785606288834560)]} 0 0
[junit4:junit4]   2> 14633 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[39 (-1429785606289883136)]} 0 0
[junit4:junit4]   2> 14636 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10039 (-1429785606291980288)]} 0 1
[junit4:junit4]   2> 14636 T776 C20 P52609 /update {wt=javabin&version=2} {add=[43 (1429785606291980288)]} 0 1
[junit4:junit4]   2> 14639 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10043 (1429785606295126016)]} 0 1
[junit4:junit4]   2> 14639 T795 C21 P37848 /update {wt=javabin&version=2} {add=[43 (1429785606296174592)]} 0 0
[junit4:junit4]   2> 14642 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10043 (1429785606299320320)]} 0 1
[junit4:junit4]   2> 14658 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[41 (-1429785606316097536)]} 0 0
[junit4:junit4]   2> 14661 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10041 (-1429785606319243264)]} 0 0
[junit4:junit4]   2> 14661 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[41 (-1429785606319243264)]} 0 0
[junit4:junit4]   2> 14664 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10041 (-1429785606322388992)]} 0 0
[junit4:junit4]   2> 14665 T776 C20 P52609 /update {wt=javabin&version=2} {add=[44 (1429785606322388992)]} 0 1
[junit4:junit4]   2> 14667 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10044 (1429785606325534720)]} 0 0
[junit4:junit4]   2> 14669 T795 C21 P37848 /update {wt=javabin&version=2} {add=[44 (1429785606327631872)]} 0 0
[junit4:junit4]   2> 14670 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10044 (1429785606328680448)]} 0 0
[junit4:junit4]   2>  C19_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, shard=shard1, collection=collection1}
[junit4:junit4]   2> 14684 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:37848/jv/m/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14687 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 14692 T819 C19 P42924 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42924/jv/m START replicas=[http://127.0.0.1:37848/jv/m/collection1/] nUpdates=100
[junit4:junit4]   2> 14696 T773 C20 P52609 /update {wt=javabin&version=2} {add=[45 (1429785606354894848)]} 0 1
[junit4:junit4]   2> 14697 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10045 (1429785606355943424)]} 0 1
[junit4:junit4]   2> 14702 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10045 (1429785606362234880)]} 0 0
[junit4:junit4]   2> 14703 T819 C19 P42924 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14703 T796 C21 P37848 /update {wt=javabin&version=2} {add=[45 (1429785606362234881)]} 0 1
[junit4:junit4]   2> 14703 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14704 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14704 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14706 T819 C19 P42924 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14706 T795 C21 P37848 REQ /get {wt=javabin&version=2&qt=/get&getVersions=100&distrib=false} status=0 QTime=1 
[junit4:junit4]   2> 14706 T819 C19 P42924 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:37848/jv/m/collection1/. core=collection1
[junit4:junit4]   2> 14707 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14714 T794 C21 P37848 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14717 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10042 (-1429785606377963520)]} 0 0
[junit4:junit4]   2> 14720 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[42 (-1429785606381109248)]} 0 0
[junit4:junit4]   2> 14720 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10042 (-1429785606381109248)]} 0 0
[junit4:junit4]   2> 14721 T794 C21 P37848 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, segments_2, _0_nrm.cfs, _0_1.del, _0.si, _0_Lucene40_0.tip]
[junit4:junit4]   2> 14722 T794 C21 P37848 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, segments_2, _0_nrm.cfs, _0_1.del, _0.si, _0_Lucene40_0.tip]
[junit4:junit4]   2> 14726 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[42 (-1429785606384254976)]} 0 4
[junit4:junit4]   2> 14727 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10046 (1429785606387400704)]} 0 4
[junit4:junit4]   2> 14727 T794 C21 P37848 oass.SolrIndexSearcher.<init> Opening Searcher@a216fe realtime
[junit4:junit4]   2> 14728 T794 C21 P37848 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14729 T794 C21 P37848 /update {wt=javabin&version=2&waitSearcher=true&commit_end_point=true&openSearcher=false&commit=true&softCommit=false} {commit=} 0 15
[junit4:junit4]   2> 14730 T775 C20 P52609 /update {wt=javabin&version=2} {add=[46 (1429785606390546432)]} 0 1
[junit4:junit4]   2> 14732 T819 C19 P42924 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14732 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10046 (1429785606391595008)]} 0 2
[junit4:junit4]   2> 14732 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 14735 T795 C21 P37848 /update {wt=javabin&version=2} {add=[46 (1429785606395789312)]} 0 1
[junit4:junit4]   2> 14739 T819 C19 P42924 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14747 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10047 (1429785606408372224)]} 0 1
[junit4:junit4]   2> 14750 T796 C21 P37848 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14750 T796 C21 P37848 REQ /replication {wt=javabin&version=2&command=indexversion&qt=/replication} status=0 QTime=9 
[junit4:junit4]   2> 14751 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14752 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14752 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14752 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10047 (1429785606414663680)]} 0 0
[junit4:junit4]   2> 14752 T774 C20 P52609 /update {wt=javabin&version=2} {add=[47 (1429785606414663680)]} 0 0
[junit4:junit4]   2> 14754 T795 C21 P37848 REQ /replication {wt=javabin&version=2&command=filelist&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14755 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 12
[junit4:junit4]   2> 14756 T794 C21 P37848 /update {wt=javabin&version=2} {add=[47 (1429785606417809408)]} 0 1
[junit4:junit4]   2> 14756 T819 C19 P42924 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index.20130317215010809 forceNew: false
[junit4:junit4]   2> 14757 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b) fullCopy=true
[junit4:junit4]   2> 14764 T796 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.frq&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=2 
[junit4:junit4]   2> 14772 T793 C21 P37848 REQ /replication {wt=filestream&file=_0.fnm&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14775 T795 C21 P37848 REQ /replication {wt=filestream&file=_0_nrm.cfe&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14778 T794 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.prx&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14782 T796 C21 P37848 REQ /replication {wt=filestream&file=segments_2&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14785 T793 C21 P37848 REQ /replication {wt=filestream&file=_0_nrm.cfs&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14789 T795 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.tim&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 14792 T794 C21 P37848 REQ /replication {wt=filestream&file=_0.fdx&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14795 T796 C21 P37848 REQ /replication {wt=filestream&file=_0.fdt&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14799 T793 C21 P37848 REQ /replication {wt=filestream&file=_0_1.del&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14802 T795 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.tip&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14805 T794 C21 P37848 REQ /replication {wt=filestream&file=_0.si&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 14807 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14807 T819 C19 P42924 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130317215010809
[junit4:junit4]   2> 14810 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14810 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14810 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14812 T819 C19 P42924 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index.20130317215010809
[junit4:junit4]   2> 14814 T819 C19 P42924 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, segments_2, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
[junit4:junit4]   2> 14814 T819 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, segments_2, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
[junit4:junit4]   2> 14814 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14815 T819 C19 P42924 oass.SolrIndexSearcher.<init> Opening Searcher@17ae757 main
[junit4:junit4]   2> 14816 T818 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17ae757 main{StandardDirectoryReader(segments_2:3:nrt _0(4.3):C90/32)}
[junit4:junit4]   2> 14817 T819 C19 P42924 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f)
[junit4:junit4]   2> 14817 T819 C19 P42924 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index
[junit4:junit4]   2> 14817 T819 C19 P42924 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f)
[junit4:junit4]   2> 14821 T819 C19 P42924 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14821 T827 C19 P42924 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=4945
[junit4:junit4]   2> 14822 T827 C19 P42924 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14823 T827 C19 P42924 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, segments_2, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, segments_3, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
[junit4:junit4]   2> 14824 T827 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, segments_3, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
[junit4:junit4]   2> 14824 T827 C19 P42924 oass.SolrIndexSearcher.<init> Opening Searcher@162df61 main
[junit4:junit4]   2> 14825 T827 C19 P42924 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14825 T818 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@162df61 main{StandardDirectoryReader(segments_2:3:nrt _0(4.3):C90/32)}
[junit4:junit4]   2> 14826 T827 C19 P42924 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=4945}
[junit4:junit4]   2> 14826 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14826 T819 C19 P42924 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14826 T819 C19 P42924 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14827 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14840 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10043 (-1429785606506938368)]} 0 0
[junit4:junit4]   2> 14843 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[43 (-1429785606509035520)]} 0 1
[junit4:junit4]   2> 14843 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10043 (-1429785606509035520)]} 0 1
[junit4:junit4]   2> 14845 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[43 (-1429785606512181248)]} 0 0
[junit4:junit4]   2> 14846 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10048 (1429785606512181248)]} 0 1
[junit4:junit4]   2> 14848 T774 C20 P52609 /update {wt=javabin&version=2} {add=[48 (1429785606515326976)]} 0 1
[junit4:junit4]   2> 14849 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10048 (1429785606515326976)]} 0 1
[junit4:junit4]   2> 14851 T794 C21 P37848 /update {wt=javabin&version=2} {add=[48 (1429785606518472704)]} 0 0
[junit4:junit4]   2> 14877 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10045 (-1429785606545735680)]} 0 1
[junit4:junit4]   2> 14879 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[45 (-1429785606547832832)]} 0 0
[junit4:junit4]   2> 14879 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10045 (-1429785606547832832)]} 0 0
[junit4:junit4]   2> 14882 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[45 (-1429785606549929984)]} 0 1
[junit4:junit4]   2> 14883 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10049 (1429785606550978560)]} 0 1
[junit4:junit4]   2> 14884 T774 C20 P52609 /update {wt=javabin&version=2} {add=[49 (1429785606553075712)]} 0 0
[junit4:junit4]   2> 14885 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10049 (1429785606554124288)]} 0 0
[junit4:junit4]   2> 14887 T794 C21 P37848 /update {wt=javabin&version=2} {add=[49 (1429785606556221440)]} 0 0
[junit4:junit4]   2> 14913 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10048 (-1429785606583484416)]} 0 0
[junit4:junit4]   2> 14915 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[48 (-1429785606585581568)]} 0 0
[junit4:junit4]   2> 14916 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10048 (-1429785606586630144)]} 0 0
[junit4:junit4]   2> 14917 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[48 (-1429785606587678720)]} 0 0
[junit4:junit4]   2> 14919 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10050 (1429785606588727296)]} 0 1
[junit4:junit4]   2> 14919 T774 C20 P52609 /update {wt=javabin&version=2} {add=[50 (1429785606589775872)]} 0 0
[junit4:junit4]   2> 14922 T794 C21 P37848 /update {wt=javabin&version=2} {add=[50 (1429785606592921601)]} 0 1
[junit4:junit4]   2> 14922 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10050 (1429785606592921600)]} 0 1
[junit4:junit4]   2> 14987 T773 C20 P52609 /update {wt=javabin&version=2} {add=[51 (1429785606660030465)]} 0 1
[junit4:junit4]   2> 14987 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10051 (1429785606660030464)]} 0 1
[junit4:junit4]   2> 14990 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10051 (1429785606664224768)]} 0 0
[junit4:junit4]   2> 14991 T796 C21 P37848 /update {wt=javabin&version=2} {add=[51 (1429785606664224769)]} 0 1
[junit4:junit4]   2> 15088 T774 C20 P52609 /update {wt=javabin&version=2} {add=[52 (1429785606765936641)]} 0 1
[junit4:junit4]   2> 15088 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10052 (1429785606765936640)]} 0 1
[junit4:junit4]   2> 15090 T795 C21 P37848 /update {wt=javabin&version=2} {add=[52 (1429785606769082368)]} 0 0
[junit4:junit4]   2> 15091 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10052 (1429785606769082369)]} 0 1
[junit4:junit4]   2> 15144 T773 C20 P52609 /update {wt=javabin&version=2} {add=[53 (1429785606824656896)]} 0 1
[junit4:junit4]   2> 15144 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10053 (1429785606824656897)]} 0 1
[junit4:junit4]   2> 15147 T796 C21 P37848 /update {wt=javabin&version=2} {add=[53 (1429785606828851200)]} 0 1
[junit4:junit4]   2> 15147 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10053 (1429785606828851201)]} 0 0
[junit4:junit4]   2> 15156 T774 C20 P52609 /update {wt=javabin&version=2} {add=[54 (1429785606838288384)]} 0 1
[junit4:junit4]   2> 15157 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10054 (1429785606838288385)]} 0 1
[junit4:junit4]   2> 15159 T795 C21 P37848 /update {wt=javabin&version=2} {add=[54 (1429785606841434112)]} 0 0
[junit4:junit4]   2> 15160 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10054 (1429785606841434113)]} 0 1
[junit4:junit4]   2> 15191 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10049 (-1429785606874988545)]} 0 0
[junit4:junit4]   2> 15191 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[49 (-1429785606874988544)]} 0 0
[junit4:junit4]   2> 15194 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[49 (-1429785606878134272)]} 0 0
[junit4:junit4]   2> 15194 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10049 (-1429785606878134273)]} 0 0
[junit4:junit4]   2> 15197 T774 C20 P52609 /update {wt=javabin&version=2} {add=[55 (1429785606880231424)]} 0 1
[junit4:junit4]   2> 15197 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10055 (1429785606880231425)]} 0 1
[junit4:junit4]   2> 15200 T795 C21 P37848 /update {wt=javabin&version=2} {add=[55 (1429785606883377152)]} 0 1
[junit4:junit4]   2> 15200 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10055 (1429785606883377153)]} 0 1
[junit4:junit4]   2> 15293 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10050 (-1429785606980894720)]} 0 1
[junit4:junit4]   2> 15293 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[50 (-1429785606980894721)]} 0 1
[junit4:junit4]   2> 15295 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[50 (-1429785606984040448)]} 0 0
[junit4:junit4]   2> 15295 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10050 (-1429785606984040449)]} 0 0
[junit4:junit4]   2> 15299 T776 C20 P52609 /update {wt=javabin&version=2} {add=[56 (1429785606987186177)]} 0 1
[junit4:junit4]   2> 15299 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10056 (1429785606987186176)]} 0 1
[junit4:junit4]   2> 15302 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10056 (1429785606990331904)]} 0 1
[junit4:junit4]   2> 15303 T795 C21 P37848 /update {wt=javabin&version=2} {add=[56 (1429785606990331905)]} 0 2
[junit4:junit4]   2> 15392 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10053 (-1429785607085752320)]} 0 0
[junit4:junit4]   2> 15392 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[53 (-1429785607085752321)]} 0 0
[junit4:junit4]   2> 15394 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10053 (-1429785607087849472)]} 0 0
[junit4:junit4]   2> 15394 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[53 (-1429785607087849473)]} 0 0
[junit4:junit4]   2> 15397 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10057 (1429785607090995200)]} 0 0
[junit4:junit4]   2> 15397 T774 C20 P52609 /update {wt=javabin&version=2} {add=[57 (1429785607090995201)]} 0 0
[junit4:junit4]   2> 15400 T794 C21 P37848 /update {wt=javabin&version=2} {add=[57 (1429785607094140928)]} 0 1
[junit4:junit4]   2> 15401 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10057 (1429785607095189504)]} 0 0
[junit4:junit4]   2> 15409 T773 C20 P52609 /update {wt=javabin&version=2} {add=[58 (1429785607102529536)]} 0 1
[junit4:junit4]   2> 15410 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10058 (1429785607103578112)]} 0 1
[junit4:junit4]   2> 15411 T796 C21 P37848 /update {wt=javabin&version=2} {add=[58 (1429785607105675264)]} 0 0
[junit4:junit4]   2> 15413 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10058 (1429785607106723840)]} 0 1
[junit4:junit4]   2> 15425 T775 C20 P52609 /update {wt=javabin&version=2} {add=[59 (1429785607120355328)]} 0 0
[junit4:junit4]   2> 15426 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10059 (1429785607121403904)]} 0 0
[junit4:junit4]   2> 15428 T794 C21 P37848 /update {wt=javabin&version=2} {add=[59 (1429785607122452480)]} 0 1
[junit4:junit4]   2> 15429 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10059 (1429785607123501056)]} 0 1
[junit4:junit4]   2> 15464 T773 C20 P52609 /update {wt=javabin&version=2} {add=[60 (1429785607160201216)]} 0 1
[junit4:junit4]   2> 15465 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10060 (1429785607161249792)]} 0 1
[junit4:junit4]   2> 15467 T796 C21 P37848 /update {wt=javabin&version=2} {add=[60 (1429785607164395520)]} 0 0
[junit4:junit4]   2> 15468 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10060 (1429785607164395521)]} 0 1
[junit4:junit4]   2> 15489 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15490 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42924_jv%2Fm_collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"collection1"}
[junit4:junit4]   2> 15549 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10055 (-1429785607250378753)]} 0 0
[junit4:junit4]   2> 15549 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[55 (-1429785607250378752)]} 0 0
[junit4:junit4]   2> 15552 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10055 (-1429785607253524480)]} 0 0
[junit4:junit4]   2> 15552 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[55 (-1429785607253524481)]} 0 0
[junit4:junit4]   2> 15555 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10061 (1429785607255621632)]} 0 1
[junit4:junit4]   2> 15555 T776 C20 P52609 /update {wt=javabin&version=2} {add=[61 (1429785607256670208)]} 0 1
[junit4:junit4]   2> 15558 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10061 (1429785607258767360)]} 0 1
[junit4:junit4]   2> 15558 T796 C21 P37848 /update {wt=javabin&version=2} {add=[61 (1429785607259815936)]} 0 0
[junit4:junit4]   2> 15562 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10062 (1429785607264010240)]} 0 0
[junit4:junit4]   2> 15563 T775 C20 P52609 /update {wt=javabin&version=2} {add=[62 (1429785607264010241)]} 0 1
[junit4:junit4]   2> 15566 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10062 (1429785607267155968)]} 0 1
[junit4:junit4]   2> 15567 T794 C21 P37848 /update {wt=javabin&version=2} {add=[62 (1429785607268204544)]} 0 1
[junit4:junit4]   2> 15608 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10063 (1429785607311196160)]} 0 1
[junit4:junit4]   2> 15609 T776 C20 P52609 /update {wt=javabin&version=2} {add=[63 (1429785607312244736)]} 0 1
[junit4:junit4]   2> 15611 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10063 (1429785607315390464)]} 0 1
[junit4:junit4]   2> 15612 T796 C21 P37848 /update {wt=javabin&version=2} {add=[63 (1429785607315390465)]} 0 1
[junit4:junit4]   2> 15683 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10056 (-1429785607390887936)]} 0 0
[junit4:junit4]   2> 15683 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[56 (-1429785607390887937)]} 0 0
[junit4:junit4]   2> 15684 T758 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15684 T758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15690 T780 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> 15690 T800 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> 15690 T787 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> 15690 T816 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> 15693 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10056 (-1429785607401373696)]} 0 1
[junit4:junit4]   2> 15693 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[56 (-1429785607401373697)]} 0 0
[junit4:junit4]   2> 15696 T758 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c6912
[junit4:junit4]   2> 15697 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10064 (1429785607404519424)]} 0 1
[junit4:junit4]   2> 15697 T776 C20 P52609 /update {wt=javabin&version=2} {add=[64 (1429785607404519425)]} 0 1
[junit4:junit4]   2>  C19_STATE=coll:collection1 core:collection1 props:{state=active, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, shard=shard1, collection=collection1}
[junit4:junit4]   2> 15708 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[64 (1429785607408713728)]} 0 6
[junit4:junit4]   2> 15708 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10064 (1429785607408713729)]} 0 6
[junit4:junit4]   2> 15709 T809 C19 P42924 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c6912
[junit4:junit4]   2> 15709 T796 C21 P37848 /update {wt=javabin&version=2} {add=[64 (1429785607408713728)]} 0 9
[junit4:junit4]   2> 15711 T809 C19 P42924 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /update
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:970)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java: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:id=org.apache.solr.handler.UpdateRequestHandler,type=/update
[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:536)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15711 T758 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15712 T809 C19 P42924 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15713 T758 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15713 T809 C19 P42924 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15713 T758 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15714 T758 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15716 T758 C19 P42924 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, segments_3, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_4,generation=4,filenames=[_1.fdx, _0_Lucene40_0.frq, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, _1_Lucene40_0.frq, _1.si, _1.fdt, _0_nrm.cfs, segments_4, _1_nrm.cfs, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _0.fdx, _1_Lucene40_0.tip, _0.fdt, _1_nrm.cfe, _0_1.del, _1_Lucene40_0.prx, _1.fnm, _0.si, _0_Lucene40_0.tip]
[junit4:junit4]   2> 15716 T758 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1.fdx, _0_Lucene40_0.frq, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, _1_Lucene40_0.frq, _1.si, _1.fdt, _0_nrm.cfs, segments_4, _1_nrm.cfs, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _0.fdx, _1_Lucene40_0.tip, _0.fdt, _1_nrm.cfe, _0_1.del, _1_Lucene40_0.prx, _1.fnm, _0.si, _0_Lucene40_0.tip]
[junit4:junit4]   2> 15720 T758 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15721 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10064 (1429785607408713729)]} 0 21
[junit4:junit4]   2> 15721 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0008
[junit4:junit4]   2> 15722 T780 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> 15722 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41916 which had sessionid 0x13d79e6b6db0008
[junit4:junit4]   2> 15722 T800 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> 15722 T816 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> 15723 T816 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 15723 T816 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 15723 T816 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15723 T787 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15724 T787 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> 15724 T800 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15724 T780 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15722 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0008 closed
[junit4:junit4]   2> 15748 T758 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/jv/m,null}
[junit4:junit4]   2> 15793 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[58 (-1429785607506231296)]} 0 0
[junit4:junit4]   2> 15795 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[58 (-1429785607508328448)]} 0 0
[junit4:junit4]   2> 15798 T773 C20 P52609 /update {wt=javabin&version=2} {add=[65 (1429785607511474176)]} 0 1
[junit4:junit4]   2> 15801 T795 C21 P37848 /update {wt=javabin&version=2} {add=[65 (1429785607514619904)]} 0 1
[junit4:junit4]   2> 15804 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10058 (-1429785607517765632)]} 0 0
[junit4:junit4]   2> 15809 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10058 (-1429785607523008512)]} 0 1
[junit4:junit4]   2> 15812 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10065 (1429785607525105664)]} 0 1
[junit4:junit4]   2> 15815 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10065 (1429785607529299968)]} 0 0
[junit4:junit4]   2> 15816 T774 C20 P52609 /update {wt=javabin&version=2} {add=[66 (1429785607530348544)]} 0 0
[junit4:junit4]   2> 15819 T794 C21 P37848 /update {wt=javabin&version=2} {add=[66 (1429785607532445696)]} 0 1
[junit4:junit4]   2> 15831 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10066 (1429785607545028608)]} 0 1
[junit4:junit4]   2> 15834 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10066 (1429785607548174336)]} 0 1
[junit4:junit4]   2> 15865 T776 C20 P52609 /update {wt=javabin&version=2} {add=[67 (1429785607581728768)]} 0 1
[junit4:junit4]   2> 15869 T796 C21 P37848 /update {wt=javabin&version=2} {add=[67 (1429785607584874496)]} 0 1
[junit4:junit4]   2> 15877 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[61 (-1429785607593263104)]} 0 1
[junit4:junit4]   2> 15879 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[61 (-1429785607596408832)]} 0 0
[junit4:junit4]   2> 15880 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10067 (1429785607597457408)]} 0 1
[junit4:junit4]   2> 15882 T773 C20 P52609 /update {wt=javabin&version=2} {add=[68 (1429785607599554560)]} 0 0
[junit4:junit4]   2> 15883 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10067 (1429785607599554560)]} 0 1
[junit4:junit4]   2> 15886 T795 C21 P37848 /update {wt=javabin&version=2} {add=[68 (1429785607602700288)]} 0 1
[junit4:junit4]   2> 15890 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10061 (-1429785607607943168)]} 0 0
[junit4:junit4]   2> 15893 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10061 (-1429785607611088896)]} 0 0
[junit4:junit4]   2> 15896 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10068 (1429785607613186048)]} 0 1
[junit4:junit4]   2> 15899 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10068 (1429785607616331776)]} 0 1
[junit4:junit4]   2> 15913 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[64 (-1429785607632060416)]} 0 0
[junit4:junit4]   2> 15916 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[64 (-1429785607635206144)]} 0 1
[junit4:junit4]   2> 15919 T773 C20 P52609 /update {wt=javabin&version=2} {add=[69 (1429785607637303296)]} 0 1
[junit4:junit4]   2> 15922 T795 C21 P37848 /update {wt=javabin&version=2} {add=[69 (1429785607640449024)]} 0 1
[junit4:junit4]   2> 15926 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10064 (-1429785607645691904)]} 0 0
[junit4:junit4]   2> 15929 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10064 (-1429785607648837632)]} 0 0
[junit4:junit4]   2> 15935 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10069 (1429785607655129088)]} 0 0
[junit4:junit4]   2> 15939 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10069 (1429785607659323392)]} 0 1
[junit4:junit4]   2> 15995 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[65 (-1429785607718043648)]} 0 0
[junit4:junit4]   2> 15998 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[65 (-1429785607721189376)]} 0 0
[junit4:junit4]   2> 16000 T758 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16001 T773 C20 P52609 /update {wt=javabin&version=2} {add=[70 (1429785607723286528)]} 0 1
[junit4:junit4]   2> 16002 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42924
[junit4:junit4]   2> 16003 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16003 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16003 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047
[junit4:junit4]   2> 16004 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/solr.xml
[junit4:junit4]   2> 16004 T796 C21 P37848 /update {wt=javabin&version=2} {add=[70 (1429785607726432256)]} 0 1
[junit4:junit4]   2> 16004 T758 oasc.CoreContainer.<init> New CoreContainer 19189268
[junit4:junit4]   2> 16005 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
[junit4:junit4]   2> 16005 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
[junit4:junit4]   2> 16012 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10065 (-1429785607735869440)]} 0 0
[junit4:junit4]   2> 16015 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10065 (-1429785607739015168)]} 0 0
[junit4:junit4]   2> 16018 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10070 (1429785607742160896)]} 0 1
[junit4:junit4]   2> 16022 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10070 (1429785607745306624)]} 0 1
[junit4:junit4]   2> 16023 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16023 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16024 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16024 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16024 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16026 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16032 T758 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16044 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
[junit4:junit4]   2> 16044 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16045 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e2914
[junit4:junit4]   2> 16045 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16045 T837 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16047 T837 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 16047 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41944
[junit4:junit4]   2> 16047 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41944
[junit4:junit4]   2> 16048 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0009 with negotiated timeout 20000 for client /127.0.0.1:41944
[junit4:junit4]   2> 16048 T837 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0009, negotiated timeout = 20000
[junit4:junit4]   2> 16048 T838 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e2914 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16049 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16049 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0009
[junit4:junit4]   2> 16050 T838 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16050 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0009 closed
[junit4:junit4]   2> 16050 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41944 which had sessionid 0x13d79e6b6db0009
[junit4:junit4]   2> 16050 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16053 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@f27a71
[junit4:junit4]   2> 16054 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16055 T839 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16055 T839 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
[junit4:junit4]   2> 16055 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41945
[junit4:junit4]   2> 16056 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41945
[junit4:junit4]   2> 16056 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db000a with negotiated timeout 20000 for client /127.0.0.1:41945
[junit4:junit4]   2> 16056 T839 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db000a, negotiated timeout = 20000
[junit4:junit4]   2> 16057 T840 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f27a71 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16057 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16058 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16058 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db000a type:create cxid:0x3 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16060 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16080 T776 C20 P52609 /update {wt=javabin&version=2} {add=[71 (1429785607807172608)]} 0 1
[junit4:junit4]   2> 16084 T794 C21 P37848 /update {wt=javabin&version=2} {add=[71 (1429785607810318336)]} 0 1
[junit4:junit4]   2> 16096 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[69 (-1429785607823949824)]} 0 0
[junit4:junit4]   2> 16098 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10071 (1429785607824998400)]} 0 1
[junit4:junit4]   2> 16098 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[69 (-1429785607826046976)]} 0 0
[junit4:junit4]   2> 16101 T774 C20 P52609 /update {wt=javabin&version=2} {add=[72 (1429785607829192704)]} 0 1
[junit4:junit4]   2> 16101 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10071 (1429785607829192704)]} 0 1
[junit4:junit4]   2> 16104 T795 C21 P37848 /update {wt=javabin&version=2} {add=[72 (1429785607831289856)]} 0 1
[junit4:junit4]   2> 16111 T776 C20 P52609 /update {wt=javabin&version=2} {add=[73 (1429785607838629888)]} 0 1
[junit4:junit4]   2> 16113 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10069 (-1429785607841775616)]} 0 0
[junit4:junit4]   2> 16114 T796 C21 P37848 /update {wt=javabin&version=2} {add=[73 (1429785607841775616)]} 0 1
[junit4:junit4]   2> 16115 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10069 (-1429785607843872768)]} 0 0
[junit4:junit4]   2> 16118 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10072 (1429785607847018496)]} 0 0
[junit4:junit4]   2> 16122 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10072 (1429785607850164224)]} 0 1
[junit4:junit4]   2> 16128 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10073 (1429785607857504256)]} 0 1
[junit4:junit4]   2> 16131 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10073 (1429785607859601408)]} 0 1
[junit4:junit4]   2> 16183 T776 C20 P52609 /update {wt=javabin&version=2} {add=[74 (1429785607914127360)]} 0 1
[junit4:junit4]   2> 16186 T796 C21 P37848 /update {wt=javabin&version=2} {add=[74 (1429785607918321664)]} 0 0
[junit4:junit4]   2> 16197 T773 C20 P52609 /update {wt=javabin&version=2} {add=[75 (1429785607929856000)]} 0 1
[junit4:junit4]   2> 16200 T793 C21 P37848 /update {wt=javabin&version=2} {add=[75 (1429785607933001728)]} 0 1
[junit4:junit4]   2> 16200 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10074 (1429785607933001728)]} 0 1
[junit4:junit4]   2> 16204 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10074 (1429785607936147456)]} 0 1
[junit4:junit4]   2> 16214 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10075 (1429785607947681792)]} 0 1
[junit4:junit4]   2> 16217 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10075 (1429785607950827520)]} 0 0
[junit4:junit4]   2> 16235 T776 C20 P52609 /update {wt=javabin&version=2} {add=[76 (1429785607968653312)]} 0 1
[junit4:junit4]   2> 16238 T796 C21 P37848 /update {wt=javabin&version=2} {add=[76 (1429785607972847616)]} 0 0
[junit4:junit4]   2> 16252 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10076 (1429785607986479104)]} 0 1
[junit4:junit4]   2> 16255 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10076 (1429785607989624832)]} 0 1
[junit4:junit4]   2> 16298 T775 C20 P52609 /update {wt=javabin&version=2} {add=[77 (1429785608035762176)]} 0 1
[junit4:junit4]   2> 16302 T794 C21 P37848 /update {wt=javabin&version=2} {add=[77 (1429785608038907904)]} 0 1
[junit4:junit4]   2> 16306 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10077 (1429785608044150784)]} 0 0
[junit4:junit4]   2> 16309 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10077 (1429785608047296512)]} 0 0
[junit4:junit4]   2> 16316 T773 C20 P52609 /update {wt=javabin&version=2} {add=[78 (1429785608054636544)]} 0 1
[junit4:junit4]   2> 16319 T796 C21 P37848 /update {wt=javabin&version=2} {add=[78 (1429785608056733696)]} 0 1
[junit4:junit4]   2> 16323 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10078 (1429785608061976576)]} 0 1
[junit4:junit4]   2> 16325 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10078 (1429785608064073728)]} 0 0
[junit4:junit4]   2> 16360 T775 C20 P52609 /update {wt=javabin&version=2} {add=[79 (1429785608100773888)]} 0 1
[junit4:junit4]   2> 16364 T794 C21 P37848 /update {wt=javabin&version=2} {add=[79 (1429785608103919616)]} 0 1
[junit4:junit4]   2> 16366 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10079 (1429785608107065344)]} 0 0
[junit4:junit4]   2> 16369 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10079 (1429785608110211072)]} 0 1
[junit4:junit4]   2> 16412 T773 C20 P52609 /update {wt=javabin&version=2} {add=[80 (1429785608155299840)]} 0 0
[junit4:junit4]   2> 16415 T796 C21 P37848 /update {wt=javabin&version=2} {add=[80 (1429785608158445568)]} 0 0
[junit4:junit4]   2> 16417 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10080 (1429785608159494144)]} 0 1
[junit4:junit4]   2> 16419 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10080 (1429785608162639872)]} 0 0
[junit4:junit4]   2> 16443 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[77 (-1429785608187805696)]} 0 0
[junit4:junit4]   2> 16446 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[77 (-1429785608190951424)]} 0 0
[junit4:junit4]   2> 16447 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10077 (-1429785608192000000)]} 0 0
[junit4:junit4]   2> 16448 T773 C20 P52609 /update {wt=javabin&version=2} {add=[81 (1429785608193048576)]} 0 0
[junit4:junit4]   2> 16449 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10077 (-1429785608194097152)]} 0 0
[junit4:junit4]   2> 16451 T796 C21 P37848 /update {wt=javabin&version=2} {add=[81 (1429785608196194304)]} 0 1
[junit4:junit4]   2> 16452 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10081 (1429785608196194304)]} 0 1
[junit4:junit4]   2> 16455 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10081 (1429785608199340032)]} 0 1
[junit4:junit4]   2> 16551 T776 C20 P52609 /update {wt=javabin&version=2} {add=[82 (1429785608301051904)]} 0 1
[junit4:junit4]   2> 16554 T795 C21 P37848 /update {wt=javabin&version=2} {add=[82 (1429785608304197632)]} 0 0
[junit4:junit4]   2> 16555 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10082 (1429785608304197632)]} 0 1
[junit4:junit4]   2> 16557 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10082 (1429785608307343360)]} 0 0
[junit4:junit4]   2> 16566 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[80 (-1429785608316780544)]} 0 0
[junit4:junit4]   2> 16569 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[80 (-1429785608319926272)]} 0 0
[junit4:junit4]   2> 16569 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10080 (-1429785608319926272)]} 0 0
[junit4:junit4]   2> 16572 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10080 (-1429785608323072000)]} 0 0
[junit4:junit4]   2> 16572 T776 C20 P52609 /update {wt=javabin&version=2} {add=[83 (1429785608323072000)]} 0 1
[junit4:junit4]   2> 16575 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10083 (1429785608325169152)]} 0 1
[junit4:junit4]   2> 16575 T795 C21 P37848 /update {wt=javabin&version=2} {add=[83 (1429785608326217728)]} 0 1
[junit4:junit4]   2> 16578 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10083 (1429785608328314880)]} 0 1
[junit4:junit4]   2> 16661 T773 C20 P52609 /update {wt=javabin&version=2} {add=[84 (1429785608416395264)]} 0 0
[junit4:junit4]   2> 16663 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10084 (1429785608418492416)]} 0 0
[junit4:junit4]   2> 16664 T794 C21 P37848 /update {wt=javabin&version=2} {add=[84 (1429785608419540992)]} 0 0
[junit4:junit4]   2> 16666 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10084 (1429785608420589568)]} 0 1
[junit4:junit4]   2> 16751 T776 C20 P52609 /update {wt=javabin&version=2} {add=[85 (1429785608509718528)]} 0 1
[junit4:junit4]   2> 16751 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10085 (1429785608510767104)]} 0 0
[junit4:junit4]   2> 16754 T795 C21 P37848 /update {wt=javabin&version=2} {add=[85 (1429785608513912832)]} 0 1
[junit4:junit4]   2> 16755 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10085 (1429785608513912833)]} 0 1
[junit4:junit4]   2> 16832 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10086 (1429785608594653185)]} 0 1
[junit4:junit4]   2> 16832 T774 C20 P52609 /update {wt=javabin&version=2} {add=[86 (1429785608594653184)]} 0 1
[junit4:junit4]   2> 16834 T794 C21 P37848 /update {wt=javabin&version=2} {add=[86 (1429785608597798912)]} 0 0
[junit4:junit4]   2> 16835 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10086 (1429785608597798913)]} 0 1
[junit4:junit4]   2> 16893 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10087 (1429785608658616321)]} 0 1
[junit4:junit4]   2> 16893 T776 C20 P52609 /update {wt=javabin&version=2} {add=[87 (1429785608658616320)]} 0 1
[junit4:junit4]   2> 16895 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10087 (1429785608661762048)]} 0 0
[junit4:junit4]   2> 16896 T795 C21 P37848 /update {wt=javabin&version=2} {add=[87 (1429785608661762049)]} 0 1
[junit4:junit4]   2> 16914 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10084 (-1429785608680636416)]} 0 1
[junit4:junit4]   2> 16914 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[84 (-1429785608681684992)]} 0 0
[junit4:junit4]   2> 16916 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10084 (-1429785608683782144)]} 0 0
[junit4:junit4]   2> 16916 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[84 (-1429785608683782145)]} 0 0
[junit4:junit4]   2> 16918 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10088 (1429785608685879296)]} 0 0
[junit4:junit4]   2> 16919 T776 C20 P52609 /update {wt=javabin&version=2} {add=[88 (1429785608685879297)]} 0 1
[junit4:junit4]   2> 16921 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10088 (1429785608687976448)]} 0 1
[junit4:junit4]   2> 16921 T795 C21 P37848 /update {wt=javabin&version=2} {add=[88 (1429785608689025024)]} 0 1
[junit4:junit4]   2> 16944 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10088 (-1429785608713142272)]} 0 0
[junit4:junit4]   2> 16944 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[88 (-1429785608713142273)]} 0 0
[junit4:junit4]   2> 16946 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10088 (-1429785608715239424)]} 0 0
[junit4:junit4]   2> 16947 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[88 (-1429785608715239425)]} 0 1
[junit4:junit4]   2> 16949 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10089 (1429785608718385152)]} 0 1
[junit4:junit4]   2> 16949 T776 C20 P52609 /update {wt=javabin&version=2} {add=[89 (1429785608718385153)]} 0 0
[junit4:junit4]   2> 16952 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10089 (1429785608720482304)]} 0 1
[junit4:junit4]   2> 16952 T795 C21 P37848 /u

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

!
[junit4:junit4]   2> 34654 T758 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   2> 34655 T758 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35738 35738
[junit4:junit4]   2> 34656 T760 oazs.NIOServerCnxnFactory.run NIOServerCnxn factory exited run method
[junit4:junit4]   2> 34657 T758 oazs.ZooKeeperServer.shutdown shutting down
[junit4:junit4]   2> 34657 T758 oazs.SessionTrackerImpl.shutdown Shutting down
[junit4:junit4]   2> 34657 T758 oazs.PrepRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 34657 T758 oazs.SyncRequestProcessor.shutdown Shutting down
[junit4:junit4]   2> 34658 T758 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   1> safe stop:
[junit4:junit4]   2> 34659 T758 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 34663 T757 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   2> 34947 T761 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=ga_IE, timezone=Africa/Kigali
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=57306264,total=211222528
[junit4:junit4]   2> NOTE: All tests run in this JVM: [StatelessScriptUpdateProcessorFactoryTest, TestJoin, TestPluginEnable, CSVRequestHandlerTest, BadComponentTest, MoreLikeThisHandlerTest, SuggesterFSTTest, QueryElevationComponentTest, MinimalSchemaTest, PrimUtilsTest, RegexBoostProcessorTest, TestDynamicFieldResource, TestCoreContainer, AutoCommitTest, TestRemoteStreaming, ZkControllerTest, ChaosMonkeyNothingIsSafeTest, RAMDirectoryFactoryTest, OverseerTest, SOLR749Test, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=3B07FF4FE7325F94 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga_IE -Dtests.timezone=Africa/Kigali -Dtests.file.encoding=ISO-8859-1
[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=817, name=coreLoadExecutor-308-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[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:980)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
[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.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@506d8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e3aecb)
[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=819, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[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:980)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
[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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b)
[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 35.21s, 1 test, 2 errors <<< FAILURES!

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

Total time: 44 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_41) - Build # 4720 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4720/
Java: 32bit/jdk1.6.0_41 -server -XX:+UseParallelGC

No tests ran.

Build Log:
[...truncated 146 lines...]
FATAL: Java heap space
java.lang.OutOfMemoryError: Java heap space



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4719 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4719/
Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseConcMarkSweepGC

No tests ran.

Build Log:
[...truncated 15 lines...]
FATAL: Java heap space
java.lang.OutOfMemoryError: Java heap space



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4718 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4718/
Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseConcMarkSweepGC

No tests ran.

Build Log:
[...truncated 6836 lines...]
FATAL: Java heap space
java.lang.OutOfMemoryError: Java heap space



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4717 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4717/
Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseG1GC -XX:MarkStackSize=256K

2 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:40458/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:40458/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([E9091716A5F92F83:68EF990ED2A64FBF]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([E9091716A5F92F83:68EF990ED2A64FBF]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9289 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T540 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T540 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878
[junit4:junit4]   2> 7 T540 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T541 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 8 T541 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 8 T541 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T541 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T541 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T541 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T540 oasc.ZkTestServer.run start zk server on port:37565
[junit4:junit4]   2> 108 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@159192f
[junit4:junit4]   2> 109 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T546 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T546 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 110 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41397
[junit4:junit4]   2> 110 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41397
[junit4:junit4]   2> 110 T544 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 227 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0000 with negotiated timeout 10000 for client /127.0.0.1:41397
[junit4:junit4]   2> 227 T546 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0000, negotiated timeout = 10000
[junit4:junit4]   2> 227 T547 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@159192f name:ZooKeeperConnection Watcher:127.0.0.1:37565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 228 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 228 T540 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 231 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0000
[junit4:junit4]   2> 232 T547 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 232 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41397 which had sessionid 0x13d7a42ff2a0000
[junit4:junit4]   2> 232 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0000 closed
[junit4:junit4]   2> 233 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19ef074
[junit4:junit4]   2> 233 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 233 T548 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 234 T548 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 234 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41398
[junit4:junit4]   2> 234 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41398
[junit4:junit4]   2> 235 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0001 with negotiated timeout 10000 for client /127.0.0.1:41398
[junit4:junit4]   2> 235 T548 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0001, negotiated timeout = 10000
[junit4:junit4]   2> 235 T549 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19ef074 name:ZooKeeperConnection Watcher:127.0.0.1:37565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 235 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 236 T540 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 238 T540 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 240 T540 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 242 T540 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 244 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 244 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 248 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 248 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 251 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 251 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 253 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 254 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 256 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 256 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 258 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 259 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 261 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 261 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 263 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 264 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 267 T540 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 267 T540 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 270 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0001
[junit4:junit4]   2> 270 T549 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 270 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41398 which had sessionid 0x13d7a42ff2a0001
[junit4:junit4]   2> 270 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0001 closed
[junit4:junit4]   2> 328 T540 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 344 T540 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50004
[junit4:junit4]   2> 345 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 345 T540 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 346 T540 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143
[junit4:junit4]   2> 346 T540 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/solr.xml
[junit4:junit4]   2> 346 T540 oasc.CoreContainer.<init> New CoreContainer 9454242
[junit4:junit4]   2> 347 T540 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/'
[junit4:junit4]   2> 347 T540 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/'
[junit4:junit4]   2> 365 T540 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 365 T540 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 365 T540 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 366 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 366 T540 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 366 T540 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 366 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 367 T540 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 367 T540 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 367 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 374 T540 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 384 T540 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37565/solr
[junit4:junit4]   2> 384 T540 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 385 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@119d4e4
[junit4:junit4]   2> 385 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 386 T559 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 386 T559 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 386 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41399
[junit4:junit4]   2> 387 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41399
[junit4:junit4]   2> 387 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0002 with negotiated timeout 20000 for client /127.0.0.1:41399
[junit4:junit4]   2> 388 T559 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0002, negotiated timeout = 20000
[junit4:junit4]   2> 388 T560 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119d4e4 name:ZooKeeperConnection Watcher:127.0.0.1:37565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 388 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 389 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0002
[junit4:junit4]   2> 390 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41399 which had sessionid 0x13d7a42ff2a0002
[junit4:junit4]   2> 390 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0002 closed
[junit4:junit4]   2> 390 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 391 T560 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 394 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b80dc
[junit4:junit4]   2> 394 T561 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 394 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 395 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41400
[junit4:junit4]   2> 395 T561 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 395 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41400
[junit4:junit4]   2> 396 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0003 with negotiated timeout 20000 for client /127.0.0.1:41400
[junit4:junit4]   2> 396 T561 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0003, negotiated timeout = 20000
[junit4:junit4]   2> 397 T562 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b80dc name:ZooKeeperConnection Watcher:127.0.0.1:37565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 397 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 398 T540 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 402 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 403 T540 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 407 T540 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 408 T540 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50004_
[junit4:junit4]   2> 409 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50004_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50004_
[junit4:junit4]   2> 410 T540 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50004_
[junit4:junit4]   2> 412 T540 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 539 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 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> 540 T540 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 545 T540 oasc.Overseer.start Overseer (id=89361995784650755-127.0.0.1:50004_-n_0000000000) starting
[junit4:junit4]   2> 545 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 546 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 547 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 548 T540 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 550 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 551 T564 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 555 T540 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 557 T540 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 559 T540 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 561 T563 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 564 T565 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/collection1
[junit4:junit4]   2> 564 T565 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 564 T565 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 564 T565 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 567 T565 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/collection1/'
[junit4:junit4]   2> 568 T565 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/collection1/lib/README' to classloader
[junit4:junit4]   2> 568 T565 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 595 T565 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 633 T565 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 634 T565 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 638 T565 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 964 T565 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 970 T565 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 972 T565 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 983 T565 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 986 T565 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 989 T565 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 989 T565 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 990 T565 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 990 T565 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 992 T565 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 992 T565 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 992 T565 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 992 T565 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363555844143/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data/
[junit4:junit4]   2> 992 T565 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@474fa5
[junit4:junit4]   2> 993 T565 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 993 T565 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data forceNew: false
[junit4:junit4]   2> 994 T565 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data/index/
[junit4:junit4]   2> 994 T565 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 994 T565 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data/index forceNew: false
[junit4:junit4]   2> 1006 T565 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765485tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1877660),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1006 T565 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1008 T565 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1009 T565 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1009 T565 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1010 T565 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1011 T565 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1011 T565 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1011 T565 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1012 T565 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1012 T565 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1016 T565 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1019 T565 oass.SolrIndexSearcher.<init> Opening Searcher@bc242c main
[junit4:junit4]   2> 1020 T565 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data/tlog
[junit4:junit4]   2> 1020 T565 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1020 T565 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1024 T566 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bc242c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1025 T565 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1025 T565 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2064 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2065 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50004",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50004_"}
[junit4:junit4]   2> 2065 T563 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2065 T563 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2108 T562 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> 3028 T565 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3028 T565 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50004 collection:control_collection shard:shard1
[junit4:junit4]   2> 3029 T565 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3034 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 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> 3034 T565 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3035 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3037 T565 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3037 T565 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3037 T565 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50004/collection1/
[junit4:junit4]   2> 3037 T565 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3037 T565 oasc.SyncStrategy.syncToMe http://127.0.0.1:50004/collection1/ has no replicas
[junit4:junit4]   2> 3037 T565 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50004/collection1/
[junit4:junit4]   2> 3038 T565 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3040 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3612 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3705 T562 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> 3745 T565 oasc.ZkController.register We are http://127.0.0.1:50004/collection1/ and leader is http://127.0.0.1:50004/collection1/
[junit4:junit4]   2> 3745 T565 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50004
[junit4:junit4]   2> 3745 T565 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3746 T565 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3746 T565 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3748 T565 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3749 T540 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3749 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3750 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3753 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3754 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@67fe50
[junit4:junit4]   2> 3754 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3754 T568 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3755 T568 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 3755 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41401
[junit4:junit4]   2> 3755 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41401
[junit4:junit4]   2> 3756 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0004 with negotiated timeout 10000 for client /127.0.0.1:41401
[junit4:junit4]   2> 3756 T568 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0004, negotiated timeout = 10000
[junit4:junit4]   2> 3756 T569 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67fe50 name:ZooKeeperConnection Watcher:127.0.0.1:37565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3757 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3758 T540 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3760 T540 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3817 T540 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3820 T540 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37251
[junit4:junit4]   2> 3820 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3821 T540 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3821 T540 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632
[junit4:junit4]   2> 3821 T540 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/solr.xml
[junit4:junit4]   2> 3821 T540 oasc.CoreContainer.<init> New CoreContainer 21290913
[junit4:junit4]   2> 3822 T540 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/'
[junit4:junit4]   2> 3822 T540 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/'
[junit4:junit4]   2> 3840 T540 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3840 T540 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3841 T540 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3841 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3841 T540 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3842 T540 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3842 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3842 T540 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3843 T540 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3843 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3850 T540 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3859 T540 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37565/solr
[junit4:junit4]   2> 3860 T540 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3860 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@14bb3c2
[junit4:junit4]   2> 3861 T579 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3861 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3862 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41403
[junit4:junit4]   2> 3862 T579 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 3862 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41403
[junit4:junit4]   2> 3863 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0005 with negotiated timeout 20000 for client /127.0.0.1:41403
[junit4:junit4]   2> 3863 T579 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0005, negotiated timeout = 20000
[junit4:junit4]   2> 3864 T580 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14bb3c2 name:ZooKeeperConnection Watcher:127.0.0.1:37565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3864 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3865 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0005
[junit4:junit4]   2> 3866 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41403 which had sessionid 0x13d7a42ff2a0005
[junit4:junit4]   2> 3867 T580 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3867 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0005 closed
[junit4:junit4]   2> 3867 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3872 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@8cb11c
[junit4:junit4]   2> 3873 T581 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3873 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3873 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41404
[junit4:junit4]   2> 3873 T581 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 3874 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41404
[junit4:junit4]   2> 3875 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0006 with negotiated timeout 20000 for client /127.0.0.1:41404
[junit4:junit4]   2> 3875 T581 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0006, negotiated timeout = 20000
[junit4:junit4]   2> 3875 T582 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8cb11c name:ZooKeeperConnection Watcher:127.0.0.1:37565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3875 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3876 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3877 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3879 T540 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4882 T540 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37251_
[junit4:junit4]   2> 4882 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37251_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37251_
[junit4:junit4]   2> 4883 T540 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37251_
[junit4:junit4]   2> 4886 T562 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> 4886 T569 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4886 T582 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4887 T562 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4891 T583 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/collection1
[junit4:junit4]   2> 4892 T583 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4892 T583 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4892 T583 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4893 T583 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/collection1/'
[junit4:junit4]   2> 4894 T583 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/collection1/lib/README' to classloader
[junit4:junit4]   2> 4894 T583 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4918 T583 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 4948 T583 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4949 T583 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4953 T583 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5224 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5224 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50004",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:50004__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50004_"}
[junit4:junit4]   2> 5228 T582 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> 5228 T569 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> 5229 T562 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> 5346 T583 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5352 T583 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5354 T583 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5366 T583 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5369 T583 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5372 T583 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5374 T583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5374 T583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5374 T583 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5375 T583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5375 T583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5376 T583 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5376 T583 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1/
[junit4:junit4]   2> 5376 T583 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@474fa5
[junit4:junit4]   2> 5376 T583 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5377 T583 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1 forceNew: false
[junit4:junit4]   2> 5377 T583 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1/index/
[junit4:junit4]   2> 5377 T583 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5378 T583 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1/index forceNew: false
[junit4:junit4]   2> 5382 T583 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765486tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9e3ce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5382 T583 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5384 T583 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5384 T583 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5384 T583 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5385 T583 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5385 T583 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5385 T583 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5386 T583 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5386 T583 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5387 T583 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5389 T583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5392 T583 oass.SolrIndexSearcher.<init> Opening Searcher@fdfbea main
[junit4:junit4]   2> 5392 T583 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1/tlog
[junit4:junit4]   2> 5392 T583 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5393 T583 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5396 T584 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@fdfbea main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5398 T583 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5398 T583 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6733 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6734 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37251",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37251_"}
[junit4:junit4]   2> 6734 T563 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6735 T563 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6800 T569 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> 6800 T582 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> 6800 T562 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> 7399 T583 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7400 T583 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37251 collection:collection1 shard:shard2
[junit4:junit4]   2> 7401 T583 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7406 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7407 T583 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7407 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7409 T583 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7409 T583 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7410 T583 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37251/collection1/
[junit4:junit4]   2> 7410 T583 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7410 T583 oasc.SyncStrategy.syncToMe http://127.0.0.1:37251/collection1/ has no replicas
[junit4:junit4]   2> 7410 T583 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37251/collection1/
[junit4:junit4]   2> 7411 T583 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7414 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8305 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8386 T569 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> 8386 T582 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> 8386 T562 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> 8418 T583 oasc.ZkController.register We are http://127.0.0.1:37251/collection1/ and leader is http://127.0.0.1:37251/collection1/
[junit4:junit4]   2> 8418 T583 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37251
[junit4:junit4]   2> 8419 T583 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8419 T583 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8419 T583 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8421 T583 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8422 T540 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8422 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8422 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8483 T540 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8485 T540 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40458
[junit4:junit4]   2> 8486 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8487 T540 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8487 T540 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298
[junit4:junit4]   2> 8488 T540 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/solr.xml
[junit4:junit4]   2> 8488 T540 oasc.CoreContainer.<init> New CoreContainer 23150017
[junit4:junit4]   2> 8489 T540 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/'
[junit4:junit4]   2> 8489 T540 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/'
[junit4:junit4]   2> 8507 T540 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8507 T540 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8507 T540 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8508 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8508 T540 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8508 T540 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8509 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8509 T540 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8509 T540 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8510 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8516 T540 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8526 T540 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37565/solr
[junit4:junit4]   2> 8526 T540 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8527 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@8a40c4
[junit4:junit4]   2> 8528 T595 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8527 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8528 T595 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 8528 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41408
[junit4:junit4]   2> 8529 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41408
[junit4:junit4]   2> 8529 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0007 with negotiated timeout 20000 for client /127.0.0.1:41408
[junit4:junit4]   2> 8529 T595 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0007, negotiated timeout = 20000
[junit4:junit4]   2> 8530 T596 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8a40c4 name:ZooKeeperConnection Watcher:127.0.0.1:37565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8530 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8531 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0007
[junit4:junit4]   2> 8532 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41408 which had sessionid 0x13d7a42ff2a0007
[junit4:junit4]   2> 8532 T596 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8532 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0007 closed
[junit4:junit4]   2> 8532 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8536 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c78e1d
[junit4:junit4]   2> 8537 T597 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8536 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8537 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41409
[junit4:junit4]   2> 8537 T597 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 8538 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41409
[junit4:junit4]   2> 8539 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0008 with negotiated timeout 20000 for client /127.0.0.1:41409
[junit4:junit4]   2> 8539 T597 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0008, negotiated timeout = 20000
[junit4:junit4]   2> 8539 T598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c78e1d name:ZooKeeperConnection Watcher:127.0.0.1:37565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8539 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8540 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8541 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8544 T540 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9547 T540 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40458_
[junit4:junit4]   2> 9548 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40458_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40458_
[junit4:junit4]   2> 9548 T540 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40458_
[junit4:junit4]   2> 9551 T569 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> 9551 T562 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> 9551 T598 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9552 T582 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9552 T582 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> 9553 T569 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9554 T562 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9565 T599 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/collection1
[junit4:junit4]   2> 9565 T599 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9565 T599 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9566 T599 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9567 T599 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/collection1/'
[junit4:junit4]   2> 9567 T599 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/collection1/lib/README' to classloader
[junit4:junit4]   2> 9567 T599 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9599 T599 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9646 T599 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9648 T599 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9654 T599 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9893 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9894 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37251",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37251__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37251_"}
[junit4:junit4]   2> 9898 T598 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> 9898 T582 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> 9898 T562 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> 9898 T569 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> 10036 T599 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10041 T599 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10043 T599 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10055 T599 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10058 T599 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10061 T599 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10062 T599 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10063 T599 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10063 T599 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10064 T599 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10064 T599 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10064 T599 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10065 T599 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363555852298/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty2/
[junit4:junit4]   2> 10065 T599 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@474fa5
[junit4:junit4]   2> 10065 T599 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10066 T599 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty2 forceNew: false
[junit4:junit4]   2> 10066 T599 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty2/index/
[junit4:junit4]   2> 10066 T599 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10067 T599 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty2/index forceNew: false
[junit4:junit4]   2> 10150 T599 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765487tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee41a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10150 T599 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10152 T599 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10152 T599 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10152 T599 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10153 T599 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10153 T599 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10153 T599 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10154 T599 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10154 T599 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10154 T599 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10157 T599 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10160 T599 oass.SolrIndexSearcher.<init> Opening Searcher@126fab main
[junit4:junit4]   2> 10160 T599 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty2/tlog
[junit4:junit4]   2> 10161 T599 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10161 T599 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10165 T600 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@126fab main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10166 T599 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10166 T599 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11402 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11403 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40458",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40458_"}
[junit4:junit4]   2> 11404 T563 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11404 T563 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11467 T562 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> 11467 T582 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> 11467 T569 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> 11470 T598 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> 12168 T599 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12168 T599 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40458 collection:collection1 shard:shard1
[junit4:junit4]   2> 12169 T599 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 12174 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 12175 T599 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12175 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12177 T599 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12177 T599 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12177 T599 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40458/collection1/
[junit4:junit4]   2> 12178 T599 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12178 T599 oasc.SyncStrategy.syncToMe http://127.0.0.1:40458/collection1/ has no replicas
[junit4:junit4]   2> 12178 T599 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40458/collection1/
[junit4:junit4]   2> 12178 T599 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 12181 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12975 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12996 T569 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> 12996 T562 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> 12996 T582 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> 12996 T598 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> 13035 T599 oasc.ZkController.register We are http://127.0.0.1:40458/collection1/ and leader is http://127.0.0.1:40458/collection1/
[junit4:junit4]   2> 13035 T599 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40458
[junit4:junit4]   2> 13035 T599 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13035 T599 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13035 T599 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13037 T599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13038 T540 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13038 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13039 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13104 T540 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13107 T540 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35500
[junit4:junit4]   2> 13107 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13108 T540 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13108 T540 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914
[junit4:junit4]   2> 13108 T540 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/solr.xml
[junit4:junit4]   2> 13109 T540 oasc.CoreContainer.<init> New CoreContainer 9028420
[junit4:junit4]   2> 13109 T540 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/'
[junit4:junit4]   2> 13109 T540 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/'
[junit4:junit4]   2> 13127 T540 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13128 T540 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13128 T540 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13128 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13128 T540 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13129 T540 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13129 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13129 T540 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13130 T540 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13130 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13136 T540 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13146 T540 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37565/solr
[junit4:junit4]   2> 13147 T540 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13147 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@11972ba
[junit4:junit4]   2> 13148 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13148 T611 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13149 T611 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 13149 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41411
[junit4:junit4]   2> 13149 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41411
[junit4:junit4]   2> 13150 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a0009 with negotiated timeout 20000 for client /127.0.0.1:41411
[junit4:junit4]   2> 13150 T611 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a0009, negotiated timeout = 20000
[junit4:junit4]   2> 13150 T612 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11972ba name:ZooKeeperConnection Watcher:127.0.0.1:37565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13151 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13152 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0009
[junit4:junit4]   2> 13152 T612 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13152 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41411 which had sessionid 0x13d7a42ff2a0009
[junit4:junit4]   2> 13152 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0009 closed
[junit4:junit4]   2> 13153 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13156 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@75e5e8
[junit4:junit4]   2> 13157 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13157 T613 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13158 T613 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 13158 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41412
[junit4:junit4]   2> 13158 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41412
[junit4:junit4]   2> 13159 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a000a with negotiated timeout 20000 for client /127.0.0.1:41412
[junit4:junit4]   2> 13159 T613 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a000a, negotiated timeout = 20000
[junit4:junit4]   2> 13159 T614 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75e5e8 name:ZooKeeperConnection Watcher:127.0.0.1:37565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13159 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13160 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13161 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13163 T540 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14166 T540 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35500_
[junit4:junit4]   2> 14166 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35500_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35500_
[junit4:junit4]   2> 14167 T540 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35500_
[junit4:junit4]   2> 14169 T569 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> 14169 T582 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> 14170 T562 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14170 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14170 T598 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14170 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14171 T614 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14172 T569 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14172 T582 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14177 T615 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/collection1
[junit4:junit4]   2> 14177 T615 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14177 T615 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14178 T615 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14179 T615 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/collection1/'
[junit4:junit4]   2> 14179 T615 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/collection1/lib/README' to classloader
[junit4:junit4]   2> 14179 T615 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14219 T615 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 14248 T615 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14249 T615 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14253 T615 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14503 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14504 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40458",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40458__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40458_"}
[junit4:junit4]   2> 14508 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14508 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14508 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14508 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14508 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14611 T615 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14616 T615 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14618 T615 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14631 T615 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14634 T615 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14637 T615 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14638 T615 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14639 T615 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14639 T615 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14640 T615 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14640 T615 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14640 T615 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14641 T615 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363555856914/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty3/
[junit4:junit4]   2> 14641 T615 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@474fa5
[junit4:junit4]   2> 14641 T615 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14642 T615 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty3 forceNew: false
[junit4:junit4]   2> 14642 T615 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty3/index/
[junit4:junit4]   2> 14642 T615 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14643 T615 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty3/index forceNew: false
[junit4:junit4]   2> 14668 T615 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765488tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3be03),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14668 T615 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14671 T615 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14671 T615 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14672 T615 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14672 T615 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14673 T615 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14673 T615 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14674 T615 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14674 T615 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14675 T615 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14678 T615 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14682 T615 oass.SolrIndexSearcher.<init> Opening Searcher@1c1b42e main
[junit4:junit4]   2> 14683 T615 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty3/tlog
[junit4:junit4]   2> 14683 T615 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14684 T615 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14688 T616 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c1b42e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14690 T615 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14690 T615 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16013 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16014 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35500",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35500_"}
[junit4:junit4]   2> 16014 T563 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16015 T563 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 16019 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16019 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16019 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16019 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16019 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16692 T615 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16692 T615 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35500 collection:collection1 shard:shard2
[junit4:junit4]   2> 16695 T615 oasc.ZkController.register We are http://127.0.0.1:35500/collection1/ and leader is http://127.0.0.1:37251/collection1/
[junit4:junit4]   2> 16695 T615 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35500
[junit4:junit4]   2> 16696 T615 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16696 T615 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C42 name=collection1 org.apache.solr.core.SolrCore@a7a7a7 url=http://127.0.0.1:35500/collection1 node=127.0.0.1:35500_ C42_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:35500, collection=collection1, state=down, core=collection1, node_name=127.0.0.1:35500_}
[junit4:junit4]   2> 16696 T617 C42 P35500 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16697 T617 C42 P35500 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16697 T615 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16697 T617 C42 P35500 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16697 T617 C42 P35500 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16698 T617 C42 P35500 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16698 T540 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16698 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16699 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16785 T540 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16787 T540 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40545
[junit4:junit4]   2> 16788 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16788 T540 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16789 T540 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576
[junit4:junit4]   2> 16789 T540 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/solr.xml
[junit4:junit4]   2> 16790 T540 oasc.CoreContainer.<init> New CoreContainer 12388784
[junit4:junit4]   2> 16790 T540 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/'
[junit4:junit4]   2> 16791 T540 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/'
[junit4:junit4]   2> 16818 T540 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16819 T540 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16819 T540 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16820 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16820 T540 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16821 T540 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16821 T540 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16822 T540 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16822 T540 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16823 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16833 T540 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16848 T540 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37565/solr
[junit4:junit4]   2> 16849 T540 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16849 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b4977e
[junit4:junit4]   2> 16850 T628 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16850 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16851 T628 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 16851 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41414
[junit4:junit4]   2> 16851 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41414
[junit4:junit4]   2> 16852 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a000b with negotiated timeout 20000 for client /127.0.0.1:41414
[junit4:junit4]   2> 16852 T628 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a000b, negotiated timeout = 20000
[junit4:junit4]   2> 16853 T629 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b4977e name:ZooKeeperConnection Watcher:127.0.0.1:37565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16853 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16854 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a000b
[junit4:junit4]   2> 16855 T629 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16855 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41414 which had sessionid 0x13d7a42ff2a000b
[junit4:junit4]   2> 16855 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a000b closed
[junit4:junit4]   2> 16855 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16860 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@17a20e6
[junit4:junit4]   2> 16862 T630 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16861 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16862 T630 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 16862 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41415
[junit4:junit4]   2> 16863 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41415
[junit4:junit4]   2> 16864 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a000c with negotiated timeout 20000 for client /127.0.0.1:41415
[junit4:junit4]   2> 16864 T630 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a000c, negotiated timeout = 20000
[junit4:junit4]   2> 16864 T631 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17a20e6 name:ZooKeeperConnection Watcher:127.0.0.1:37565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16864 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16865 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16866 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16881 T540 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17524 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17525 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35500",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35500__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35500_"}
[junit4:junit4]   2> 17577 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17577 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17578 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17578 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17578 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17578 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17703 T577 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&wt=javabin&checkLive=true&nodeName=127.0.0.1:35500_&state=recovering&onlyIfLeader=true&core=collection1&action=PREPRECOVERY&coreNodeName=127.0.0.1:35500__collection1} status=0 QTime=1000 
[junit4:junit4]   2> 17884 T540 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40545_
[junit4:junit4]   2> 17885 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40545_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40545_
[junit4:junit4]   2> 17885 T540 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40545_
[junit4:junit4]   2> 17887 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17887 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17887 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17888 T598 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17888 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17888 T614 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17888 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17888 T569 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17888 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17890 T582 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17890 T562 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17890 T631 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17894 T632 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/collection1
[junit4:junit4]   2> 17894 T632 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17895 T632 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17895 T632 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17896 T632 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/collection1/'
[junit4:junit4]   2> 17896 T632 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/collection1/lib/README' to classloader
[junit4:junit4]   2> 17897 T632 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17924 T632 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 17965 T632 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17966 T632 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17970 T632 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18356 T632 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18364 T632 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18368 T632 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18386 T632 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18390 T632 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18395 T632 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18396 T632 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18397 T632 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18397 T632 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18399 T632 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18399 T632 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18400 T632 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18400 T632 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363555860576/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty4/
[junit4:junit4]   2> 18400 T632 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@474fa5
[junit4:junit4]   2> 18401 T632 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18401 T632 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty4 forceNew: false
[junit4:junit4]   2> 18401 T632 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty4/index/
[junit4:junit4]   2> 18402 T632 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18403 T632 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty4/index forceNew: false
[junit4:junit4]   2> 18469 T632 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765489tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@d28288),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18469 T632 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18472 T632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18472 T632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18473 T632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18473 T632 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18474 T632 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18474 T632 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18475 T632 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18475 T632 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18476 T632 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18479 T632 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18483 T632 oass.SolrIndexSearcher.<init> Opening Searcher@19320e7 main
[junit4:junit4]   2> 18483 T632 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty4/tlog
[junit4:junit4]   2> 18484 T632 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18484 T632 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18489 T633 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19320e7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18491 T632 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18492 T632 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19082 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19083 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40545",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40545_"}
[junit4:junit4]   2> 19083 T563 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 19083 T563 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19106 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19106 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19107 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19106 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19106 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19107 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19493 T632 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19493 T632 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40545 collection:collection1 shard:shard1
[junit4:junit4]   2> 19497 T632 oasc.ZkController.register We are http://127.0.0.1:40545/collection1/ and leader is http://127.0.0.1:40458/collection1/
[junit4:junit4]   2> 19497 T632 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40545
[junit4:junit4]   2> 19497 T632 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19497 T632 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C43 name=collection1 org.apache.solr.core.SolrCore@1ffe2ee url=http://127.0.0.1:40545/collection1 node=127.0.0.1:40545_ C43_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:40545, collection=collection1, state=down, core=collection1, node_name=127.0.0.1:40545_}
[junit4:junit4]   2> 19498 T634 C43 P40545 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19498 T634 C43 P40545 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19498 T632 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19498 T634 C43 P40545 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19499 T634 C43 P40545 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19500 T540 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 19500 T540 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19501 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19503 T634 C43 P40545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19509 T540 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19511 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19518 T576 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/onenodecollectioncore
[junit4:junit4]   2> 19518 T576 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19519 T576 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19519 T576 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19520 T576 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19520 T576 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19522 T576 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19523 T576 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/onenodecollectioncore/'
[junit4:junit4]   2> 19562 T576 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 19608 T576 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19609 T576 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19615 T576 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C42_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:35500, collection=collection1, state=recovering, shard=shard2, core=collection1, node_name=127.0.0.1:35500_}
[junit4:junit4]   2> 19704 T617 C42 P35500 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:37251/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19704 T617 C42 P35500 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:35500 START replicas=[http://127.0.0.1:37251/collection1/] nUpdates=100
[junit4:junit4]   2> 19705 T617 C42 P35500 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19705 T617 C42 P35500 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19705 T617 C42 P35500 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19705 T617 C42 P35500 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19706 T617 C42 P35500 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19706 T617 C42 P35500 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:37251/collection1/. core=collection1
[junit4:junit4]   2> 19706 T617 C42 P35500 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C44 name=collection1 org.apache.solr.core.SolrCore@1ba7f76 url=http://127.0.0.1:37251/collection1 node=127.0.0.1:37251_ C44_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:37251, collection=collection1, state=active, shard=shard2, core=collection1, node_name=127.0.0.1:37251_, leader=true}
[junit4:junit4]   2> 19711 T577 C44 P37251 REQ /get {qt=/get&version=2&wt=javabin&getVersions=100&distrib=false} status=0 QTime=0 
[junit4:junit4]   2> 19712 T575 C44 P37251 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19714 T575 C44 P37251 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765486tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9e3ce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19715 T575 C44 P37251 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19726 T575 C44 P37251 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765486tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9e3ce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765486tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9e3ce),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19727 T575 C44 P37251 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19727 T575 C44 P37251 oass.SolrIndexSearcher.<init> Opening Searcher@150237d realtime
[junit4:junit4]   2> 19727 T575 C44 P37251 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19728 T575 C44 P37251 /update {softCommit=false&version=2&waitSearcher=true&openSearcher=false&wt=javabin&commit_end_point=true&commit=true} {commit=} 0 16
[junit4:junit4]   2> 19729 T617 C42 P35500 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19729 T617 C42 P35500 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19736 T575 C44 P37251 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19736 T575 C44 P37251 REQ /replication {qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=5 
[junit4:junit4]   2> 19737 T617 C42 P35500 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19737 T617 C42 P35500 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19738 T617 C42 P35500 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19740 T577 C44 P37251 REQ /replication {qt=/replication&version=2&command=filelist&generation=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 19741 T617 C42 P35500 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19741 T617 C42 P35500 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty3/index.20130317183103613 forceNew: false
[junit4:junit4]   2> 19742 T617 C42 P35500 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@197fe17 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cf9b27) fullCopy=false
[junit4:junit4]   2> 19744 T578 C44 P37251 REQ /replication {file=segments_2&qt=/replication&command=filecontent&generation=2&wt=filestream&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 19746 T617 C42 P35500 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19747 T617 C42 P35500 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19747 T617 C42 P35500 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19749 T617 C42 P35500 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765488tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3be03),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765488tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3be03),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19749 T617 C42 P35500 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19749 T617 C42 P35500 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19750 T617 C42 P35500 oass.SolrIndexSearcher.<init> Opening Searcher@c2d2ea main
[junit4:junit4]   2> 19751 T616 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c2d2ea main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19751 T617 C42 P35500 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19751 T617 C42 P35500 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19751 T617 C42 P35500 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19751 T617 C42 P35500 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19753 T617 C42 P35500 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19991 T576 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19996 T576 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19999 T576 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 20011 T576 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20016 T576 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 20019 T576 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20024 T576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20024 T576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20024 T576 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20025 T576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20025 T576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20026 T576 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20026 T576 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363555847632/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection/
[junit4:junit4]   2> 20026 T576 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@474fa5
[junit4:junit4]   2> 20027 T576 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20027 T576 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection forceNew: false
[junit4:junit4]   2> 20028 T576 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection/index/
[junit4:junit4]   2> 20028 T576 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 20029 T576 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection/index forceNew: false
[junit4:junit4]   2> 20128 T576 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765490tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@68fcc8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20128 T576 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20130 T576 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 20130 T576 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 20131 T576 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 20131 T576 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 20132 T576 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 20132 T576 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 20133 T576 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 20133 T576 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 20133 T576 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 20136 T576 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 20139 T576 oass.SolrIndexSearcher.<init> Opening Searcher@cf1895 main
[junit4:junit4]   2> 20139 T576 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection/tlog
[junit4:junit4]   2> 20140 T576 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 20140 T576 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 20145 T638 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@cf1895 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 20147 T576 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 20612 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20613 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40545",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40545__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40545_"}
[junit4:junit4]   2> 20616 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35500",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35500__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35500_"}
[junit4:junit4]   2> 20619 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37251",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37251_"}
[junit4:junit4]   2> 20620 T563 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20620 T563 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20686 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20686 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20687 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20687 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20687 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20686 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21149 T576 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 21149 T576 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:37251 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 21150 T576 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 21156 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 21157 T576 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21157 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21159 T576 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 21159 T576 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 21160 T576 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37251/onenodecollectioncore/
[junit4:junit4]   2> 21160 T576 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 21161 T576 oasc.SyncStrategy.syncToMe http://127.0.0.1:37251/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 21161 T576 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37251/onenodecollectioncore/
[junit4:junit4]   2> 21161 T576 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 21165 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21509 T593 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&wt=javabin&checkLive=true&nodeName=127.0.0.1:40545_&state=recovering&onlyIfLeader=true&core=collection1&action=PREPRECOVERY&coreNodeName=127.0.0.1:40545__collection1} status=0 QTime=2000 
[junit4:junit4]   2> 22194 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22201 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22202 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22202 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22201 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22202 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22202 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22219 T576 oasc.ZkController.register We are http://127.0.0.1:37251/onenodecollectioncore/ and leader is http://127.0.0.1:37251/onenodecollectioncore/
[junit4:junit4]   2> 22220 T576 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:37251
[junit4:junit4]   2> 22220 T576 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 22220 T576 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 22223 T576 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22223 T576 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection&wt=javabin&roles=none&name=onenodecollectioncore&numShards=1&collection=onenodecollection&action=CREATE} status=0 QTime=2705 
[junit4:junit4]   2> 22224 T540 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 22225 T540 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23226 T540 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C43_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:40545, collection=collection1, state=recovering, shard=shard1, core=collection1, node_name=127.0.0.1:40545_}
[junit4:junit4]   2> 23510 T634 C43 P40545 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:40458/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23511 T634 C43 P40545 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40545 START replicas=[http://127.0.0.1:40458/collection1/] nUpdates=100
[junit4:junit4]   2> 23511 T634 C43 P40545 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23511 T634 C43 P40545 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23511 T634 C43 P40545 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23512 T634 C43 P40545 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23512 T634 C43 P40545 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23512 T634 C43 P40545 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:40458/collection1/. core=collection1
[junit4:junit4]   2> 23512 T634 C43 P40545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C45 name=collection1 org.apache.solr.core.SolrCore@1b75809 url=http://127.0.0.1:40458/collection1 node=127.0.0.1:40458_ C45_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:40458, collection=collection1, state=active, shard=shard1, core=collection1, node_name=127.0.0.1:40458_, leader=true}
[junit4:junit4]   2> 23518 T593 C45 P40458 REQ /get {qt=/get&version=2&wt=javabin&getVersions=100&distrib=false} status=0 QTime=0 
[junit4:junit4]   2> 23520 T591 C45 P40458 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23523 T591 C45 P40458 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765487tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee41a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23523 T591 C45 P40458 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23586 T591 C45 P40458 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765487tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee41a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765487tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee41a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23587 T591 C45 P40458 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23587 T591 C45 P40458 oass.SolrIndexSearcher.<init> Opening Searcher@18e424e realtime
[junit4:junit4]   2> 23587 T591 C45 P40458 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23588 T591 C45 P40458 /update {softCommit=false&version=2&waitSearcher=true&openSearcher=false&wt=javabin&commit_end_point=true&commit=true} {commit=} 0 68
[junit4:junit4]   2> 23589 T634 C43 P40545 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23589 T634 C43 P40545 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23590 T592 C45 P40458 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23591 T592 C45 P40458 REQ /replication {qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 23591 T634 C43 P40545 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23591 T634 C43 P40545 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23592 T634 C43 P40545 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23594 T593 C45 P40458 REQ /replication {qt=/replication&version=2&command=filelist&generation=2&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 23594 T634 C43 P40545 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23595 T634 C43 P40545 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty4/index.20130317183107466 forceNew: false
[junit4:junit4]   2> 23595 T634 C43 P40545 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c6610 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1426449) fullCopy=false
[junit4:junit4]   2> 23598 T591 C45 P40458 REQ /replication {file=segments_2&qt=/replication&command=filecontent&generation=2&wt=filestream&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 23600 T634 C43 P40545 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23600 T634 C43 P40545 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23601 T634 C43 P40545 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23602 T634 C43 P40545 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765489tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@d28288),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index6547765489tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@d28288),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23602 T634 C43 P40545 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23602 T634 C43 P40545 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23603 T634 C43 P40545 oass.SolrIndexSearcher.<init> Opening Searcher@4c9ebe main
[junit4:junit4]   2> 23604 T633 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c9ebe main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23604 T634 C43 P40545 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23604 T634 C43 P40545 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23604 T634 C43 P40545 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23604 T634 C43 P40545 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23606 T634 C43 P40545 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23708 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23709 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37251",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37251__onenodecollectioncore",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37251_"}
[junit4:junit4]   2> 23712 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40545",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:40545__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40545_"}
[junit4:junit4]   2> 23748 T569 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23748 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23748 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23748 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23748 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23748 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24228 T540 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24229 T540 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 24229 T540 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24259 T540 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37565 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1237498
[junit4:junit4]   2> 24260 T540 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24260 T641 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:37565. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24261 T641 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:37565, initiating session
[junit4:junit4]   2> 24261 T542 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41428
[junit4:junit4]   2> 24261 T542 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41428
[junit4:junit4]   2> 24262 T544 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d7a42ff2a000d with negotiated timeout 10000 for client /127.0.0.1:41428
[junit4:junit4]   2> 24262 T641 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:37565, sessionid = 0x13d7a42ff2a000d, negotiated timeout = 10000
[junit4:junit4]   2> 24262 T642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1237498 name:ZooKeeperConnection Watcher:127.0.0.1:37565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24262 T540 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24305 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a000d
[junit4:junit4]   2> 24306 T642 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24306 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41428 which had sessionid 0x13d7a42ff2a000d
[junit4:junit4]   2> 24306 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a000d closed
[junit4:junit4]   2> 24307 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0004
[junit4:junit4]   2> 24307 T569 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24307 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41401 which had sessionid 0x13d7a42ff2a0004
[junit4:junit4]   2> 24307 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0004 closed
[junit4:junit4]   2> 24312 T540 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 50004
[junit4:junit4]   2> 24312 T540 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=9454242
[junit4:junit4]   2> 25255 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25256 T563 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50004",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:50004__collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50004_"}
[junit4:junit4]   2> 25276 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25276 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25276 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25276 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 25276 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26314 T540 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 26314 T540 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 26318 T540 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8066b5
[junit4:junit4]   2> 26323 T540 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 26323 T540 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 26324 T540 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 26324 T540 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 26325 T540 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 26325 T540 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data/index
[junit4:junit4]   2> 26325 T540 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data/index
[junit4:junit4]   2> 26326 T540 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data
[junit4:junit4]   2> 26326 T540 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/control/data
[junit4:junit4]   2> 26327 T563 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89361995784650755-127.0.0.1:50004_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 26328 T545 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d7a42ff2a0003
[junit4:junit4]   2> 26329 T562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26329 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26329 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 26329 T542 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41400 which had sessionid 0x13d7a42ff2a0003
[junit4:junit4]   2> 26329 T631 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26329 T540 oaz.ZooKeeper.close Session: 0x13d7a42ff2a0003 closed
[junit4:junit4]   2> 26330 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 26330 T614 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26330 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 26331 T582 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26331 T598 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 26332 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:delete cxid:0xc9 zxid:0xe3 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 26333 T582 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 26334 T582 oasc.Overseer.start Overseer (id=89361995784650758-127.0.0.1:37251_-n_0000000001) starting
[junit4:junit4]   2> 26335 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0xce zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26335 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0xcf zxid:0xe6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26337 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0xd1 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26339 T545 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d7a42ff2a0006 type:create cxid:0xd3 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26340 T644 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 26342 T643 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 26343 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26344 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50004",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:50004__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50004_"}
[junit4:junit4]   2> 26347 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 26347 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 26347 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 26347 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 26352 T540 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 26403 T540 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 37251
[junit4:junit4]   2> 26404 T540 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=21290913
[junit4:junit4]   2> 27629 T562 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27629 T562 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 27630 T562 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27852 T643 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27853 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37251",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37251__onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37251_"}
[junit4:junit4]   2> 27857 T643 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37251",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37251__collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37251_"}
[junit4:junit4]   2> 27861 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27861 T614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27862 T598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 27861 T631 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 29406 T540 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 29407 T540 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 29409 T540 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 29412 T540 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ba7f76
[junit4:junit4]   2> 29416 T540 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 29417 T540 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 29417 T540 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 29418 T540 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 29419 T540 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 29420 T540 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1
[junit4:junit4]   2> 29420 T540 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1
[junit4:junit4]   2> 29421 T540 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1/index
[junit4:junit4]   2> 29421 T540 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363555843878/jetty1/index
[junit4:junit4]   2> 29422 T540 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@42d2a
[junit4:junit4]   2> 29431 T540 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 29431 T540 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 29431 T540 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 29432 T540 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 29432 T540 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 29433 T540 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363555843878/onenodecollection
[junit4:junit4]   2> 2943

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

..
[junit4:junit4]   1>     /solr/configs/conf1/currency.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=E9091716A5F92F83 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_IE -Dtests.timezone=America/Merida -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  139s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9091716A5F92F83:68EF990ED2A64FBF]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 138727 T1627 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 138741 T1626 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 138742 T1630 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=en_IE, timezone=America/Merida
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=168220880,total=489684992
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SchemaVersionSpecificBehaviorTest, DistributedQueryElevationComponentTest, OverseerTest, FastVectorHighlighterTest, TestLMDirichletSimilarityFactory, ClusterStateUpdateTest, DateFieldTest, ShowFileRequestHandlerTest, TestSolrIndexConfig, CacheHeaderTest, TestXIncludeConfig, CachingDirectoryFactoryTest, SuggesterTest, TestSolrDeletionPolicy2, RegexBoostProcessorTest, WordBreakSolrSpellCheckerTest, TestDynamicFieldCollectionResource, SOLR749Test, TestPhraseSuggestions, SystemInfoHandlerTest, CoreAdminHandlerTest, PrimUtilsTest, TestFaceting, SoftAutoCommitTest, TestExtendedDismaxParser, UpdateRequestProcessorFactoryTest, TestLFUCache, LeaderElectionTest, MoreLikeThisHandlerTest, SimpleFacetsTest, TestSolrQueryParser, TestFuzzyAnalyzedSuggestions, TestCoreContainer, AnalysisAfterCoreReloadTest, SolrIndexSplitterTest, TestSurroundQueryParser, PeerSyncTest, LoggingHandlerTest, TestValueSourceCache, TestIBSimilarityFactory, MBeansHandlerTest, TestDynamicFieldResource, TestSweetSpotSimilarityFactory, AlternateDirectoryTest, SpatialFilterTest, QueryElevationComponentTest, SliceStateTest, BasicFunctionalityTest, TestQueryUtils, TestPropInjectDefaults, TestDocSet, SynonymTokenizerTest, TestFieldResource, PluginInfoTest, TestDocumentBuilder, DocumentBuilderTest, ResourceLoaderTest, LukeRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, TermVectorComponentTest, QueryEqualityTest, TestLRUCache, TestFastWriter, TestPluginEnable, TestPHPSerializedResponseWriter, PrimitiveFieldTypeTest, SuggesterFSTTest, BasicDistributedZkTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 139.01s, 1 test, 1 failure <<< FAILURES!

[...truncated 423 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

Total time: 45 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseG1GC -XX:MarkStackSize=256K
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4716 - Still Failing!

Posted by Mark Miller <ma...@gmail.com>.
I think I've got this one.

- Mark

On Mar 17, 2013, at 4:10 PM, Policeman Jenkins Server <je...@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4716/
> Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseParallelGC
> 
> 2 tests failed.
> FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest
> 
> Error Message:
> Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=817, name=coreLoadExecutor-308-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=817, name=coreLoadExecutor-308-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> 	at java.lang.Thread.getStackTrace(Thread.java:1569)
> 	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:980)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
> 	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.run(FutureTask.java:262)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:722)
> Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@506d8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e3aecb)
> 	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=819, 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=819, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> 	at java.lang.Thread.getStackTrace(Thread.java:1569)
> 	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:980)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
> 	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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b)
> 	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 9137 lines...]
> [junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
> [junit4:junit4]   2> 0 T758 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /jv/m
> [junit4:junit4]   2> 3 T758 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1363549796056
> [junit4:junit4]   2> 3 T758 oasc.ZkTestServer.run STARTING ZK TEST SERVER
> [junit4:junit4]   2> 4 T759 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
> [junit4:junit4]   2> 4 T759 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
> [junit4:junit4]   2> 4 T759 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
> [junit4:junit4]   2> 5 T759 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
> [junit4:junit4]   2> 5 T759 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
> [junit4:junit4]   2> 6 T759 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363549796056/zookeeper/server1/data/version-2/snapshot.0
> [junit4:junit4]   2> 104 T758 oasc.ZkTestServer.run start zk server on port:35738
> [junit4:junit4]   2> 105 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1209be0
> [junit4:junit4]   2> 106 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 106 T764 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 107 T764 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 108 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41897
> [junit4:junit4]   2> 108 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41897
> [junit4:junit4]   2> 109 T762 oazsp.FileTxnLog.append Creating new log file: log.1
> [junit4:junit4]   2> 211 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0000 with negotiated timeout 10000 for client /127.0.0.1:41897
> [junit4:junit4]   2> 211 T764 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0000, negotiated timeout = 10000
> [junit4:junit4]   2> 214 T765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1209be0 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 215 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 215 T758 oascc.SolrZkClient.makePath makePath: /solr
> [junit4:junit4]   2> 218 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0000
> [junit4:junit4]   2> 219 T765 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 219 T760 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d79e6b6db0000, likely client has closed socket
> [junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
> [junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
> [junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
> [junit4:junit4]   2> 
> [junit4:junit4]   2> 219 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0000 closed
> [junit4:junit4]   2> 220 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41897 which had sessionid 0x13d79e6b6db0000
> [junit4:junit4]   2> 220 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e760b4
> [junit4:junit4]   2> 221 T766 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 221 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 221 T766 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 221 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41898
> [junit4:junit4]   2> 222 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41898
> [junit4:junit4]   2> 222 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0001 with negotiated timeout 10000 for client /127.0.0.1:41898
> [junit4:junit4]   2> 222 T766 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0001, negotiated timeout = 10000
> [junit4:junit4]   2> 223 T767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e760b4 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 223 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 223 T758 oascc.SolrZkClient.makePath makePath: /collections/collection1
> [junit4:junit4]   2> 225 T758 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
> [junit4:junit4]   2> 227 T758 oascc.SolrZkClient.makePath makePath: /collections/control_collection
> [junit4:junit4]   2> 228 T758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
> [junit4:junit4]   2> 231 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
> [junit4:junit4]   2> 232 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
> [junit4:junit4]   2> 235 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
> [junit4:junit4]   2> 236 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
> [junit4:junit4]   2> 238 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
> [junit4:junit4]   2> 239 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
> [junit4:junit4]   2> 240 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
> [junit4:junit4]   2> 241 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
> [junit4:junit4]   2> 242 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
> [junit4:junit4]   2> 242 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
> [junit4:junit4]   2> 244 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
> [junit4:junit4]   2> 244 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
> [junit4:junit4]   2> 246 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   2> 246 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
> [junit4:junit4]   2> 248 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
> [junit4:junit4]   2> 248 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
> [junit4:junit4]   2> 249 T758 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
> [junit4:junit4]   2> 250 T758 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
> [junit4:junit4]   2> 251 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0001
> [junit4:junit4]   2> 251 T767 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 252 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41898 which had sessionid 0x13d79e6b6db0001
> [junit4:junit4]   2> 251 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0001 closed
> [junit4:junit4]   2> 312 T758 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 318 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52609
> [junit4:junit4]   2> 319 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 320 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 320 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305
> [junit4:junit4]   2> 321 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/solr.xml
> [junit4:junit4]   2> 321 T758 oasc.CoreContainer.<init> New CoreContainer 31942235
> [junit4:junit4]   2> 322 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/'
> [junit4:junit4]   2> 322 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/'
> [junit4:junit4]   2> 353 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 353 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 354 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 354 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 355 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 355 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 356 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 356 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 357 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 357 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 370 T758 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 381 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
> [junit4:junit4]   2> 382 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 382 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e1fbc9
> [junit4:junit4]   2> 383 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 388 T777 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 389 T777 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 389 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41899
> [junit4:junit4]   2> 389 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41899
> [junit4:junit4]   2> 390 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0002 with negotiated timeout 20000 for client /127.0.0.1:41899
> [junit4:junit4]   2> 390 T777 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0002, negotiated timeout = 20000
> [junit4:junit4]   2> 390 T778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e1fbc9 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 390 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 391 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0002
> [junit4:junit4]   2> 392 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41899 which had sessionid 0x13d79e6b6db0002
> [junit4:junit4]   2> 392 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0002 closed
> [junit4:junit4]   2> 392 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
> [junit4:junit4]   2> 392 T778 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 395 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4beb68
> [junit4:junit4]   2> 396 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 396 T779 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 397 T779 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 397 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41900
> [junit4:junit4]   2> 397 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41900
> [junit4:junit4]   2> 398 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0003 with negotiated timeout 20000 for client /127.0.0.1:41900
> [junit4:junit4]   2> 398 T779 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0003, negotiated timeout = 20000
> [junit4:junit4]   2> 398 T780 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4beb68 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 398 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 399 T758 oascc.SolrZkClient.makePath makePath: /overseer/queue
> [junit4:junit4]   2> 401 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 401 T758 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
> [junit4:junit4]   2> 403 T758 oascc.SolrZkClient.makePath makePath: /live_nodes
> [junit4:junit4]   2> 404 T758 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52609_jv%2Fm
> [junit4:junit4]   2> 404 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52609_jv%2Fm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52609_jv%2Fm
> [junit4:junit4]   2> 405 T758 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52609_jv%2Fm
> [junit4:junit4]   2> 407 T758 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
> [junit4:junit4]   2> 410 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 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> 410 T758 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
> [junit4:junit4]   2> 411 T758 oasc.Overseer.start Overseer (id=89361599434522627-127.0.0.1:52609_jv%2Fm-n_0000000000) starting
> [junit4:junit4]   2> 412 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 412 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 413 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 414 T758 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
> [junit4:junit4]   2> 415 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 416 T782 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
> [junit4:junit4]   2> 416 T758 oascc.SolrZkClient.makePath makePath: /clusterstate.json
> [junit4:junit4]   2> 418 T758 oascc.SolrZkClient.makePath makePath: /aliases.json
> [junit4:junit4]   2> 419 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 420 T781 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
> [junit4:junit4]   2> 424 T783 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1
> [junit4:junit4]   2> 424 T783 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
> [junit4:junit4]   2> 424 T783 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 425 T783 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
> [junit4:junit4]   2> 426 T783 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/'
> [junit4:junit4]   2> 426 T783 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/lib/README' to classloader
> [junit4:junit4]   2> 426 T783 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 453 T783 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
> [junit4:junit4]   2> 488 T783 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 489 T783 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 493 T783 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 870 T783 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 875 T783 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 878 T783 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 887 T783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 890 T783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 893 T783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 894 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 894 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 894 T783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 895 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 895 T783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 895 T783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 895 T783 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363549796305/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/
> [junit4:junit4]   2> 897 T783 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1e84
> [junit4:junit4]   2> 897 T783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 898 T783 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data forceNew: false
> [junit4:junit4]   2> 898 T783 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/index/
> [junit4:junit4]   2> 898 T783 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 899 T783 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/index forceNew: false
> [junit4:junit4]   2> 900 T783 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d05ae7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd396f),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 900 T783 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 914 T783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 914 T783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 915 T783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 915 T783 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 916 T783 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 917 T783 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 919 T783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 922 T783 oass.SolrIndexSearcher.<init> Opening Searcher@1e2fba7 main
> [junit4:junit4]   2> 924 T783 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/control/data/tlog
> [junit4:junit4]   2> 930 T783 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 930 T783 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 933 T784 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e2fba7 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 934 T783 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 934 T783 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 1923 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 1923 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:52609_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52609/jv/m",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "collection":"control_collection"}
> [junit4:junit4]   2> 1924 T781 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
> [junit4:junit4]   2> 1924 T781 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 1927 T780 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> 1935 T783 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 1935 T783 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52609/jv/m collection:control_collection shard:shard1
> [junit4:junit4]   2> 1940 T783 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
> [junit4:junit4]   2> 1947 T783 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
> [junit4:junit4]   2> 1951 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 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> 1952 T783 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
> [junit4:junit4]   2> 1952 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 1953 T783 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
> [junit4:junit4]   2> 1954 T783 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
> [junit4:junit4]   2> 1954 T783 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52609/jv/m/collection1/
> [junit4:junit4]   2> 1955 T783 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
> [junit4:junit4]   2> 1955 T783 oasc.SyncStrategy.syncToMe http://127.0.0.1:52609/jv/m/collection1/ has no replicas
> [junit4:junit4]   2> 1955 T783 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52609/jv/m/collection1/
> [junit4:junit4]   2> 1956 T783 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
> [junit4:junit4]   2> 1959 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3431 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 3436 T780 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> 3463 T783 oasc.ZkController.register We are http://127.0.0.1:52609/jv/m/collection1/ and leader is http://127.0.0.1:52609/jv/m/collection1/
> [junit4:junit4]   2> 3464 T783 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52609/jv/m
> [junit4:junit4]   2> 3465 T783 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
> [junit4:junit4]   2> 3465 T783 oasc.ZkController.publish publishing core=collection1 state=active
> [junit4:junit4]   2> 3465 T783 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 3466 T783 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 3467 T758 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
> [junit4:junit4]   2> 3468 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 3469 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 3474 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:
> [junit4:junit4]   2> 3477 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@e68278
> [junit4:junit4]   2> 3478 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 3478 T786 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 3478 T786 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 3479 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41905
> [junit4:junit4]   2> 3479 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41905
> [junit4:junit4]   2> 3479 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0004 with negotiated timeout 10000 for client /127.0.0.1:41905
> [junit4:junit4]   2> 3480 T786 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0004, negotiated timeout = 10000
> [junit4:junit4]   2> 3480 T787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e68278 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 3480 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 3481 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 3484 T758 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
> [junit4:junit4]   2> 3577 T758 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 3579 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37848
> [junit4:junit4]   2> 3580 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 3580 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 3580 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538
> [junit4:junit4]   2> 3581 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/solr.xml
> [junit4:junit4]   2> 3581 T758 oasc.CoreContainer.<init> New CoreContainer 21144368
> [junit4:junit4]   2> 3581 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/'
> [junit4:junit4]   2> 3582 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/'
> [junit4:junit4]   2> 3600 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 3600 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 3601 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 3601 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 3601 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 3602 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 3602 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 3602 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 3603 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 3603 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 3610 T758 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 3622 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
> [junit4:junit4]   2> 3623 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 3623 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bbfc8d
> [junit4:junit4]   2> 3624 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 3624 T797 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 3625 T797 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 3625 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41906
> [junit4:junit4]   2> 3625 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41906
> [junit4:junit4]   2> 3626 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0005 with negotiated timeout 20000 for client /127.0.0.1:41906
> [junit4:junit4]   2> 3626 T797 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0005, negotiated timeout = 20000
> [junit4:junit4]   2> 3626 T798 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bbfc8d name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 3626 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 3627 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0005
> [junit4:junit4]   2> 3628 T798 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 3628 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41906 which had sessionid 0x13d79e6b6db0005
> [junit4:junit4]   2> 3628 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0005 closed
> [junit4:junit4]   2> 3628 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
> [junit4:junit4]   2> 3632 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1aa519b
> [junit4:junit4]   2> 3632 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 3633 T799 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 3633 T799 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 3633 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41907
> [junit4:junit4]   2> 3633 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41907
> [junit4:junit4]   2> 3634 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0006 with negotiated timeout 20000 for client /127.0.0.1:41907
> [junit4:junit4]   2> 3634 T799 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0006, negotiated timeout = 20000
> [junit4:junit4]   2> 3634 T800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aa519b name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 3635 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 3635 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3636 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 3637 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 4639 T758 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37848_jv%2Fm
> [junit4:junit4]   2> 4640 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37848_jv%2Fm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37848_jv%2Fm
> [junit4:junit4]   2> 4641 T758 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37848_jv%2Fm
> [junit4:junit4]   2> 4642 T787 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 4643 T780 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 4642 T800 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 4643 T780 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> 4648 T801 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1
> [junit4:junit4]   2> 4648 T801 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
> [junit4:junit4]   2> 4649 T801 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 4649 T801 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
> [junit4:junit4]   2> 4649 T801 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/'
> [junit4:junit4]   2> 4650 T801 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/lib/README' to classloader
> [junit4:junit4]   2> 4650 T801 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 4676 T801 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
> [junit4:junit4]   2> 4711 T801 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 4712 T801 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 4716 T801 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 4939 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 4940 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52609_jv%2Fm_collection1",
> [junit4:junit4]   2> 	  "state":"active",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:52609_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52609/jv/m",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "collection":"control_collection"}
> [junit4:junit4]   2> 4943 T800 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> 4943 T787 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> 4943 T780 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> 5104 T801 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 5113 T801 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 5122 T801 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 5133 T801 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 5137 T801 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 5142 T801 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 5143 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 5143 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 5144 T801 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 5144 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 5145 T801 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 5145 T801 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 5145 T801 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363549799538/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/
> [junit4:junit4]   2> 5146 T801 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1e84
> [junit4:junit4]   2> 5146 T801 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 5147 T801 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1 forceNew: false
> [junit4:junit4]   2> 5147 T801 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/index/
> [junit4:junit4]   2> 5147 T801 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 5148 T801 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/index forceNew: false
> [junit4:junit4]   2> 5149 T801 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 5150 T801 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 5152 T801 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 5152 T801 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 5153 T801 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 5153 T801 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 5154 T801 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 5154 T801 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 5154 T801 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 5155 T801 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 5156 T801 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 5159 T801 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 5162 T801 oass.SolrIndexSearcher.<init> Opening Searcher@183eac2 main
> [junit4:junit4]   2> 5162 T801 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty1/tlog
> [junit4:junit4]   2> 5162 T801 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 5163 T801 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 5166 T802 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@183eac2 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 5168 T801 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 5168 T801 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 6447 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 6447 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:37848_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37848/jv/m",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "collection":"collection1"}
> [junit4:junit4]   2> 6448 T781 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
> [junit4:junit4]   2> 6448 T781 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 6451 T787 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> 6451 T800 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> 6451 T780 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> 7170 T801 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 7170 T801 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37848/jv/m collection:collection1 shard:shard1
> [junit4:junit4]   2> 7171 T801 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
> [junit4:junit4]   2> 7176 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
> [junit4:junit4]   2> 7177 T801 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
> [junit4:junit4]   2> 7177 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 7179 T801 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
> [junit4:junit4]   2> 7179 T801 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
> [junit4:junit4]   2> 7179 T801 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37848/jv/m/collection1/
> [junit4:junit4]   2> 7179 T801 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
> [junit4:junit4]   2> 7179 T801 oasc.SyncStrategy.syncToMe http://127.0.0.1:37848/jv/m/collection1/ has no replicas
> [junit4:junit4]   2> 7180 T801 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37848/jv/m/collection1/
> [junit4:junit4]   2> 7180 T801 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
> [junit4:junit4]   2> 7182 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 7954 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 7958 T787 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> 7958 T800 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> 7958 T780 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> 7985 T801 oasc.ZkController.register We are http://127.0.0.1:37848/jv/m/collection1/ and leader is http://127.0.0.1:37848/jv/m/collection1/
> [junit4:junit4]   2> 7986 T801 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37848/jv/m
> [junit4:junit4]   2> 7986 T801 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
> [junit4:junit4]   2> 7986 T801 oasc.ZkController.publish publishing core=collection1 state=active
> [junit4:junit4]   2> 7986 T801 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 7988 T801 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 7989 T758 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
> [junit4:junit4]   2> 7989 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 7990 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 8057 T758 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 8059 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42924
> [junit4:junit4]   2> 8059 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 8060 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 8060 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047
> [junit4:junit4]   2> 8060 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/solr.xml
> [junit4:junit4]   2> 8061 T758 oasc.CoreContainer.<init> New CoreContainer 14937604
> [junit4:junit4]   2> 8061 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
> [junit4:junit4]   2> 8062 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
> [junit4:junit4]   2> 8080 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 8080 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 8080 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 8081 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 8081 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 8081 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 8082 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 8082 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 8082 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 8082 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 8089 T758 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 8102 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
> [junit4:junit4]   2> 8102 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 8103 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7c5488
> [junit4:junit4]   2> 8103 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 8103 T813 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 8104 T813 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 8105 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41915
> [junit4:junit4]   2> 8105 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41915
> [junit4:junit4]   2> 8105 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0007 with negotiated timeout 20000 for client /127.0.0.1:41915
> [junit4:junit4]   2> 8105 T813 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0007, negotiated timeout = 20000
> [junit4:junit4]   2> 8106 T814 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c5488 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 8106 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 8107 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0007
> [junit4:junit4]   2> 8107 T814 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 8107 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0007 closed
> [junit4:junit4]   2> 8107 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41915 which had sessionid 0x13d79e6b6db0007
> [junit4:junit4]   2> 8108 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
> [junit4:junit4]   2> 8111 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@bcb81a
> [junit4:junit4]   2> 8112 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 8112 T815 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 8112 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41916
> [junit4:junit4]   2> 8113 T815 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 8114 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41916
> [junit4:junit4]   2> 8114 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0008 with negotiated timeout 20000 for client /127.0.0.1:41916
> [junit4:junit4]   2> 8114 T815 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0008, negotiated timeout = 20000
> [junit4:junit4]   2> 8114 T816 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bcb81a name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 8115 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 8115 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 8116 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 8117 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 9119 T758 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42924_jv%2Fm
> [junit4:junit4]   2> 9120 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db0008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42924_jv%2Fm Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42924_jv%2Fm
> [junit4:junit4]   2> 9121 T758 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42924_jv%2Fm
> [junit4:junit4]   2> 9122 T787 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> 9122 T780 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> 9122 T800 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9123 T800 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> 9123 T816 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9124 T787 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9124 T780 oascc.ZkStateReader$3.process Updating live nodes... (3)
> [junit4:junit4]   2> 9128 T817 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1
> [junit4:junit4]   2> 9128 T817 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
> [junit4:junit4]   2> 9129 T817 oasc.ZkController.createCollectionZkNode Collection zkNode exists
> [junit4:junit4]   2> 9129 T817 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
> [junit4:junit4]   2> 9130 T817 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/'
> [junit4:junit4]   2> 9130 T817 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/lib/README' to classloader
> [junit4:junit4]   2> 9130 T817 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 9157 T817 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
> [junit4:junit4]   2> 9212 T817 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 9213 T817 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 9217 T817 oass.IndexSchema.readSchema Schema name=test
> [junit4:junit4]   2> 9461 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 9462 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37848_jv%2Fm_collection1",
> [junit4:junit4]   2> 	  "state":"active",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:37848_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37848/jv/m",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "collection":"collection1"}
> [junit4:junit4]   2> 9464 T787 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> 9464 T780 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> 9465 T816 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> 9464 T800 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> 9613 T817 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
> [junit4:junit4]   2> 9619 T817 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 9622 T817 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 9632 T817 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 9635 T817 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
> [junit4:junit4]   2> 9637 T817 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 9638 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 9639 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 9639 T817 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
> [junit4:junit4]   2> 9640 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
> [junit4:junit4]   2> 9640 T817 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
> [junit4:junit4]   2> 9640 T817 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 9641 T817 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/
> [junit4:junit4]   2> 9641 T817 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1e84
> [junit4:junit4]   2> 9641 T817 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 9641 T817 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2 forceNew: false
> [junit4:junit4]   2> 9642 T817 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index/
> [junit4:junit4]   2> 9642 T817 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 9642 T817 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index forceNew: false
> [junit4:junit4]   2> 9643 T817 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 9643 T817 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 9645 T817 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 9645 T817 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 9645 T817 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 9646 T817 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 9647 T817 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 9647 T817 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 9649 T817 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 9652 T817 oass.SolrIndexSearcher.<init> Opening Searcher@26868a main
> [junit4:junit4]   2> 9652 T817 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/tlog
> [junit4:junit4]   2> 9653 T817 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 9653 T817 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 9656 T818 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26868a main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 9657 T817 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 9658 T817 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 10968 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 10969 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core_node_name":null,
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
> [junit4:junit4]   2> 	  "shard":null,
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "collection":"collection1"}
> [junit4:junit4]   2> 10969 T781 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
> [junit4:junit4]   2> 10969 T781 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
> [junit4:junit4]   2> 10972 T816 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> 10972 T780 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> 10973 T800 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> 10973 T787 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> 11659 T817 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 11659 T817 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42924/jv/m collection:collection1 shard:shard1
> [junit4:junit4]   2> 11661 T817 oasc.ZkController.register We are http://127.0.0.1:42924/jv/m/collection1/ and leader is http://127.0.0.1:37848/jv/m/collection1/
> [junit4:junit4]   2> 11662 T817 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42924/jv/m
> [junit4:junit4]   2> 11662 T817 oasc.ZkController.checkRecovery Core needs to recover:collection1
> [junit4:junit4]   2> 11662 T817 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
> [junit4:junit4]   2> ASYNC  NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@6c6912 url=http://127.0.0.1:42924/jv/m/collection1 node=127.0.0.1:42924_jv%2Fm C19_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, collection=collection1}
> [junit4:junit4]   2> 11667 T819 C19 P42924 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
> [junit4:junit4]   2> 11667 T817 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 11668 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
> [junit4:junit4]   2> 11669 T819 C19 P42924 oasc.ZkController.publish publishing core=collection1 state=recovering
> [junit4:junit4]   2> 11669 T819 C19 P42924 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 11669 T758 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
> [junit4:junit4]   2> 11670 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 11670 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 11670 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 11675 T758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> ASYNC  NEW_CORE C20 name=collection1 org.apache.solr.core.SolrCore@62448f url=http://127.0.0.1:52609/jv/m/collection1 node=127.0.0.1:52609_jv%2Fm C20_STATE=coll:control_collection core:collection1 props:{state=active, node_name=127.0.0.1:52609_jv%2Fm, core=collection1, base_url=http://127.0.0.1:52609/jv/m, shard=shard1, collection=control_collection, leader=true}
> [junit4:junit4]   2> 11694 T776 C20 P52609 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d05ae7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dd396f),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 11695 T776 C20 P52609 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 11706 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10001 (1429785603207069697)]} 0 14
> [junit4:junit4]   2> 11706 T776 C20 P52609 /update {wt=javabin&version=2} {add=[1 (1429785603207069696)]} 0 17
> [junit4:junit4]   2> ASYNC  NEW_CORE C21 name=collection1 org.apache.solr.core.SolrCore@91f48e url=http://127.0.0.1:37848/jv/m/collection1 node=127.0.0.1:37848_jv%2Fm C21_STATE=coll:collection1 core:collection1 props:{state=active, node_name=127.0.0.1:37848_jv%2Fm, core=collection1, base_url=http://127.0.0.1:37848/jv/m, shard=shard1, collection=collection1, leader=true}
> [junit4:junit4]   2> 11722 T795 C21 P37848 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 11724 T795 C21 P37848 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 11727 T794 C21 P37848 /update {wt=javabin&version=2} {add=[1 (1429785603237478400)]} 0 6
> [junit4:junit4]   2> 11728 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10001 (1429785603236429824)]} 0 8
> [junit4:junit4]   2> 11734 T774 C20 P52609 /update {wt=javabin&version=2} {add=[2 (1429785603249012736)]} 0 1
> [junit4:junit4]   2> 11735 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10002 (1429785603249012737)]} 0 2
> [junit4:junit4]   2> 11740 T796 C21 P37848 /update {wt=javabin&version=2} {add=[2 (1429785603253207040)]} 0 3
> [junit4:junit4]   2> 11740 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10002 (1429785603254255616)]} 0 3
> [junit4:junit4]   2> 11814 T773 C20 P52609 /update {wt=javabin&version=2} {add=[3 (1429785603332898817)]} 0 2
> [junit4:junit4]   2> 11814 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10003 (1429785603332898816)]} 0 2
> [junit4:junit4]   2> 11818 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10003 (1429785603337093120)]} 0 1
> [junit4:junit4]   2> 11819 T796 C21 P37848 /update {wt=javabin&version=2} {add=[3 (1429785603337093121)]} 0 2
> [junit4:junit4]   2> 11921 T775 C20 P52609 /update {wt=javabin&version=2} {add=[4 (1429785603445096448)]} 0 1
> [junit4:junit4]   2> 11921 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10004 (1429785603445096449)]} 0 1
> [junit4:junit4]   2> 11926 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10004 (1429785603449290752)]} 0 2
> [junit4:junit4]   2> 11926 T795 C21 P37848 /update {wt=javabin&version=2} {add=[4 (1429785603449290753)]} 0 2
> [junit4:junit4]   2> 11944 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10002 (-1429785603470262272)]} 0 1
> [junit4:junit4]   2> 11944 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[2 (-1429785603470262273)]} 0 1
> [junit4:junit4]   2> 11948 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[2 (-1429785603473408000)]} 0 1
> [junit4:junit4]   2> 11948 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10002 (-1429785603474456576)]} 0 1
> [junit4:junit4]   2> 11951 T774 C20 P52609 /update {wt=javabin&version=2} {add=[5 (1429785603477602304)]} 0 1
> [junit4:junit4]   2> 11952 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10005 (1429785603477602305)]} 0 1
> [junit4:junit4]   2> 11955 T795 C21 P37848 /update {wt=javabin&version=2} {add=[5 (1429785603481796608)]} 0 1
> [junit4:junit4]   2> 11956 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10005 (1429785603481796609)]} 0 1
> [junit4:junit4]   2> 12021 T773 C20 P52609 /update {wt=javabin&version=2} {add=[6 (1429785603549954048)]} 0 1
> [junit4:junit4]   2> 12023 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10006 (1429785603552051200)]} 0 1
> [junit4:junit4]   2> 12025 T794 C21 P37848 /update {wt=javabin&version=2} {add=[6 (1429785603554148352)]} 0 1
> [junit4:junit4]   2> 12027 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10006 (1429785603556245504)]} 0 1
> [junit4:junit4]   2> 12082 T774 C20 P52609 /update {wt=javabin&version=2} {add=[7 (1429785603614965760)]} 0 1
> [junit4:junit4]   2> 12083 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10007 (1429785603614965761)]} 0 1
> [junit4:junit4]   2> 12087 T795 C21 P37848 /update {wt=javabin&version=2} {add=[7 (1429785603619160065)]} 0 2
> [junit4:junit4]   2> 12087 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10007 (1429785603619160064)]} 0 2
> [junit4:junit4]   2> 12149 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[5 (-1429785603685220353)]} 0 0
> [junit4:junit4]   2> 12149 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10005 (-1429785603685220352)]} 0 0
> [junit4:junit4]   2> 12152 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[5 (-1429785603688366080)]} 0 0
> [junit4:junit4]   2> 12152 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10005 (-1429785603688366081)]} 0 0
> [junit4:junit4]   2> 12156 T773 C20 P52609 /update {wt=javabin&version=2} {add=[8 (1429785603692560385)]} 0 1
> [junit4:junit4]   2> 12157 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10008 (1429785603692560384)]} 0 2
> [junit4:junit4]   2> 12160 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10008 (1429785603696754688)]} 0 1
> [junit4:junit4]   2> 12161 T796 C21 P37848 /update {wt=javabin&version=2} {add=[8 (1429785603696754689)]} 0 2
> [junit4:junit4]   2> 12184 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10009 (1429785603721920512)]} 0 0
> [junit4:junit4]   2> 12185 T774 C20 P52609 /update {wt=javabin&version=2} {add=[9 (1429785603721920513)]} 0 1
> [junit4:junit4]   2> 12188 T794 C21 P37848 /update {wt=javabin&version=2} {add=[9 (1429785603726114816)]} 0 1
> [junit4:junit4]   2> 12189 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10009 (1429785603725066240)]} 0 2
> [junit4:junit4]   2> 12232 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10010 (1429785603772252160)]} 0 1
> [junit4:junit4]   2> 12233 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10 (1429785603772252161)]} 0 2
> [junit4:junit4]   2> 12237 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10 (1429785603776446464)]} 0 2
> [junit4:junit4]   2> 12237 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10010 (1429785603776446465)]} 0 2
> [junit4:junit4]   2> 12303 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10007 (-1429785603846701056)]} 0 1
> [junit4:junit4]   2> 12303 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[7 (-1429785603846701057)]} 0 1
> [junit4:junit4]   2> 12306 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[7 (-1429785603849846784)]} 0 0
> [junit4:junit4]   2> 12306 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10007 (-1429785603849846785)]} 0 0
> [junit4:junit4]   2> 12310 T775 C20 P52609 /update {wt=javabin&version=2} {add=[11 (1429785603852992512)]} 0 1
> [junit4:junit4]   2> 12310 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10011 (1429785603852992513)]} 0 1
> [junit4:junit4]   2> 12314 T794 C21 P37848 /update {wt=javabin&version=2} {add=[11 (1429785603857186817)]} 0 1
> [junit4:junit4]   2> 12314 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10011 (1429785603857186816)]} 0 1
> [junit4:junit4]   2> 12395 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10012 (1429785603942121472)]} 0 1
> [junit4:junit4]   2> 12395 T776 C20 P52609 /update {wt=javabin&version=2} {add=[12 (1429785603942121473)]} 0 1
> [junit4:junit4]   2> 12399 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10012 (1429785603946315776)]} 0 1
> [junit4:junit4]   2> 12399 T794 C21 P37848 /update {wt=javabin&version=2} {add=[12 (1429785603946315777)]} 0 1
> [junit4:junit4]   2> 12476 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 12477 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42924_jv%2Fm_collection1",
> [junit4:junit4]   2> 	  "state":"recovering",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "collection":"collection1"}
> [junit4:junit4]   2> 12479 T780 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> 12479 T816 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> 12479 T787 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> 12479 T800 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
> [junit4:junit4]   2> 12484 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10013 (1429785604035444736)]} 0 1
> [junit4:junit4]   2> 12485 T775 C20 P52609 /update {wt=javabin&version=2} {add=[13 (1429785604036493312)]} 0 1
> [junit4:junit4]   2>  C19_STATE=coll:collection1 core:collection1 props:{state=recovering, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, shard=shard1, collection=collection1}
> [junit4:junit4]   2> 12504 T810 C19 P42924 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 12505 T810 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 12506 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10013 (1429785604041736192)]} 0 4
> [junit4:junit4]   2> 12507 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[13 (1429785604041736193)]} 0 5
> [junit4:junit4]   2> 12508 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10013 (1429785604041736192)]} 0 21
> [junit4:junit4]   2> 12508 T796 C21 P37848 /update {wt=javabin&version=2} {add=[13 (1429785604041736193)]} 0 21
> [junit4:junit4]   2> 12511 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10014 (1429785604063756288)]} 0 1
> [junit4:junit4]   2> 12512 T773 C20 P52609 /update {wt=javabin&version=2} {add=[14 (1429785604064804864)]} 0 1
> [junit4:junit4]   2> 12518 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10014 (1429785604067950592)]} 0 2
> [junit4:junit4]   2> 12518 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[14 (1429785604067950593)]} 0 1
> [junit4:junit4]   2> 12518 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10014 (1429785604067950592)]} 0 5
> [junit4:junit4]   2> 12519 T795 C21 P37848 /update {wt=javabin&version=2} {add=[14 (1429785604067950593)]} 0 5
> [junit4:junit4]   2> 12552 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[9 (-1429785604106747904)]} 0 2
> [junit4:junit4]   2> 12552 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10009 (-1429785604107796480)]} 0 2
> [junit4:junit4]   2> 12560 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10009 (-1429785604110942209)]} 0 1
> [junit4:junit4]   2> 12560 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[9 (-1429785604110942208)]} 0 1
> [junit4:junit4]   2> 12561 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[9 (-1429785604110942208)]} 0 7
> [junit4:junit4]   2> 12561 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10009 (-1429785604110942209)]} 0 7
> [junit4:junit4]   2> 12565 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10015 (1429785604120379392)]} 0 1
> [junit4:junit4]   2> 12565 T773 C20 P52609 /update {wt=javabin&version=2} {add=[15 (1429785604121427968)]} 0 1
> [junit4:junit4]   2> 12571 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10015 (1429785604123525120)]} 0 1
> [junit4:junit4]   2> 12571 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[15 (1429785604123525121)]} 0 1
> [junit4:junit4]   2> 12571 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10015 (1429785604123525120)]} 0 4
> [junit4:junit4]   2> 12572 T796 C21 P37848 /update {wt=javabin&version=2} {add=[15 (1429785604123525121)]} 0 5
> [junit4:junit4]   2> 12645 T774 C20 P52609 /update {wt=javabin&version=2} {add=[16 (1429785604204265473)]} 0 1
> [junit4:junit4]   2> 12646 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10016 (1429785604204265472)]} 0 2
> [junit4:junit4]   2> 12652 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[16 (1429785604208459776)]} 0 1
> [junit4:junit4]   2> 12653 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10016 (1429785604209508352)]} 0 1
> [junit4:junit4]   2> 12653 T794 C21 P37848 /update {wt=javabin&version=2} {add=[16 (1429785604208459776)]} 0 5
> [junit4:junit4]   2> 12653 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10016 (1429785604209508352)]} 0 5
> [junit4:junit4]   2> 12683 T793 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&state=recovering&version=2&core=collection1&onlyIfLeader=true&nodeName=127.0.0.1:42924_jv%252Fm&coreNodeName=127.0.0.1:42924_jv%252Fm_collection1&action=PREPRECOVERY&checkLive=true} status=0 QTime=1003 
> [junit4:junit4]   2> 12718 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10010 (-1429785604281860097)]} 0 1
> [junit4:junit4]   2> 12718 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10 (-1429785604281860096)]} 0 1
> [junit4:junit4]   2> 12723 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10 (-1429785604285005824)]} 0 0
> [junit4:junit4]   2> 12723 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10010 (-1429785604285005825)]} 0 0
> [junit4:junit4]   2> 12724 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10010 (-1429785604285005825)]} 0 3
> [junit4:junit4]   2> 12724 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10 (-1429785604285005824)]} 0 3
> [junit4:junit4]   2> 12727 T774 C20 P52609 /update {wt=javabin&version=2} {add=[17 (1429785604291297280)]} 0 0
> [junit4:junit4]   2> 12728 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10017 (1429785604291297281)]} 0 1
> [junit4:junit4]   2> 12733 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[17 (1429785604294443008)]} 0 0
> [junit4:junit4]   2> 12734 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10017 (1429785604295491584)]} 0 1
> [junit4:junit4]   2> 12734 T793 C21 P37848 /update {wt=javabin&version=2} {add=[17 (1429785604294443008)]} 0 4
> [junit4:junit4]   2> 12735 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10017 (1429785604295491584)]} 0 5
> [junit4:junit4]   2> 12805 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10018 (1429785604370989057)]} 0 2
> [junit4:junit4]   2> 12805 T776 C20 P52609 /update {wt=javabin&version=2} {add=[18 (1429785604370989056)]} 0 2
> [junit4:junit4]   2> 12814 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[18 (1429785604377280512)]} 0 1
> [junit4:junit4]   2> 12815 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10018 (1429785604377280513)]} 0 2
> [junit4:junit4]   2> 12816 T795 C21 P37848 /update {wt=javabin&version=2} {add=[18 (1429785604377280512)]} 0 7
> [junit4:junit4]   2> 12816 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10018 (1429785604377280513)]} 0 7
> [junit4:junit4]   2> 12915 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[11 (-1429785604488429568)]} 0 0
> [junit4:junit4]   2> 12916 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10011 (-1429785604489478144)]} 0 1
> [junit4:junit4]   2> 12921 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[11 (-1429785604491575296)]} 0 1
> [junit4:junit4]   2> 12921 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10011 (-1429785604492623872)]} 0 1
> [junit4:junit4]   2> 12921 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[11 (-1429785604491575296)]} 0 3
> [junit4:junit4]   2> 12922 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10011 (-1429785604492623872)]} 0 4
> [junit4:junit4]   2> 12924 T776 C20 P52609 /update {wt=javabin&version=2} {add=[19 (1429785604497866752)]} 0 1
> [junit4:junit4]   2> 12925 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10019 (1429785604497866753)]} 0 1
> [junit4:junit4]   2> 12930 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[19 (1429785604501012480)]} 0 1
> [junit4:junit4]   2> 12930 T796 C21 P37848 /update {wt=javabin&version=2} {add=[19 (1429785604501012480)]} 0 3
> [junit4:junit4]   2> 12930 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10019 (1429785604501012481)]} 0 0
> [junit4:junit4]   2> 12931 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10019 (1429785604501012481)]} 0 4
> [junit4:junit4]   2> 12961 T775 C20 P52609 /update {wt=javabin&version=2} {add=[20 (1429785604535615488)]} 0 1
> [junit4:junit4]   2> 12961 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10020 (1429785604536664064)]} 0 1
> [junit4:junit4]   2> 12966 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[20 (1429785604538761216)]} 0 0
> [junit4:junit4]   2> 12967 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10020 (1429785604539809792)]} 0 1
> [junit4:junit4]   2> 12967 T793 C21 P37848 /update {wt=javabin&version=2} {add=[20 (1429785604538761216)]} 0 4
> [junit4:junit4]   2> 12967 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10020 (1429785604539809792)]} 0 4
> [junit4:junit4]   2> 13068 T776 C20 P52609 /update {wt=javabin&version=2} {add=[21 (1429785604647813120)]} 0 2
> [junit4:junit4]   2> 13068 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10021 (1429785604647813121)]} 0 2
> [junit4:junit4]   2> 13076 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[21 (1429785604652007424)]} 0 1
> [junit4:junit4]   2> 13077 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10021 (1429785604653056000)]} 0 1
> [junit4:junit4]   2> 13078 T796 C21 P37848 /update {wt=javabin&version=2} {add=[21 (1429785604652007424)]} 0 7
> [junit4:junit4]   2> 13079 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10021 (1429785604653056000)]} 0 7
> [junit4:junit4]   2> 13096 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[13 (-1429785604678221824)]} 0 0
> [junit4:junit4]   2> 13097 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10013 (-1429785604679270400)]} 0 0
> [junit4:junit4]   2> 13102 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[13 (-1429785604682416128)]} 0 0
> [junit4:junit4]   2> 13102 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10013 (-1429785604682416129)]} 0 0
> [junit4:junit4]   2> 13103 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[13 (-1429785604682416128)]} 0 3
> [junit4:junit4]   2> 13103 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10013 (-1429785604682416129)]} 0 3
> [junit4:junit4]   2> 13106 T776 C20 P52609 /update {wt=javabin&version=2} {add=[22 (1429785604687659009)]} 0 1
> [junit4:junit4]   2> 13106 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10022 (1429785604687659008)]} 0 1
> [junit4:junit4]   2> 13112 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[22 (1429785604690804736)]} 0 1
> [junit4:junit4]   2> 13112 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10022 (1429785604691853312)]} 0 1
> [junit4:junit4]   2> 13113 T796 C21 P37848 /update {wt=javabin&version=2} {add=[22 (1429785604690804736)]} 0 5
> [junit4:junit4]   2> 13113 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10022 (1429785604691853312)]} 0 4
> [junit4:junit4]   2> 13187 T774 C20 P52609 /update {wt=javabin&version=2} {add=[23 (1429785604772593664)]} 0 1
> [junit4:junit4]   2> 13188 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10023 (1429785604772593665)]} 0 2
> [junit4:junit4]   2> 13196 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[23 (1429785604777836544)]} 0 1
> [junit4:junit4]   2> 13197 T793 C21 P37848 /update {wt=javabin&version=2} {add=[23 (1429785604777836544)]} 0 6
> [junit4:junit4]   2> 13197 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10023 (1429785604778885120)]} 0 1
> [junit4:junit4]   2> 13198 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10023 (1429785604778885120)]} 0 7
> [junit4:junit4]   2> 13291 T776 C20 P52609 /update {wt=javabin&version=2} {add=[24 (1429785604882694144)]} 0 1
> [junit4:junit4]   2> 13293 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10024 (1429785604883742720)]} 0 2
> [junit4:junit4]   2> 13298 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[24 (1429785604886888448)]} 0 1
> [junit4:junit4]   2> 13299 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10024 (1429785604887937024)]} 0 1
> [junit4:junit4]   2> 13298 T796 C21 P37848 /update {wt=javabin&version=2} {add=[24 (1429785604886888448)]} 0 4
> [junit4:junit4]   2> 13299 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10024 (1429785604887937024)]} 0 4
> [junit4:junit4]   2> 13315 T775 C20 P52609 /update {wt=javabin&version=2} {add=[25 (1429785604906811392)]} 0 1
> [junit4:junit4]   2> 13315 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10025 (1429785604906811393)]} 0 1
> [junit4:junit4]   2> 13321 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[25 (1429785604911005696)]} 0 1
> [junit4:junit4]   2> 13322 T793 C21 P37848 /update {wt=javabin&version=2} {add=[25 (1429785604911005696)]} 0 5
> [junit4:junit4]   2> 13322 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10025 (1429785604911005697)]} 0 1
> [junit4:junit4]   2> 13323 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10025 (1429785604911005697)]} 0 5
> [junit4:junit4]   2> 13379 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10015 (-1429785604973920256)]} 0 1
> [junit4:junit4]   2> 13381 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[15 (-1429785604977065984)]} 0 0
> [junit4:junit4]   2> 13383 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10015 (-1429785604977065984)]} 0 0
> [junit4:junit4]   2> 13384 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10015 (-1429785604977065984)]} 0 3
> [junit4:junit4]   2> 13386 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[15 (-1429785604980211712)]} 0 0
> [junit4:junit4]   2> 13387 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[15 (-1429785604980211712)]} 0 3
> [junit4:junit4]   2> 13387 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10026 (1429785604982308864)]} 0 1
> [junit4:junit4]   2> 13391 T776 C20 P52609 /update {wt=javabin&version=2} {add=[26 (1429785604986503168)]} 0 2
> [junit4:junit4]   2> 13394 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10026 (1429785604986503168)]} 0 2
> [junit4:junit4]   2> 13394 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10026 (1429785604986503168)]} 0 5
> [junit4:junit4]   2> 13396 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[26 (1429785604989648896)]} 0 0
> [junit4:junit4]   2> 13397 T794 C21 P37848 /update {wt=javabin&version=2} {add=[26 (1429785604989648896)]} 0 4
> [junit4:junit4]   2> 13482 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10017 (-1429785605081923584)]} 0 1
> [junit4:junit4]   2> 13484 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[17 (-1429785605085069312)]} 0 0
> [junit4:junit4]   2> 13489 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10017 (-1429785605086117888)]} 0 1
> [junit4:junit4]   2> 13490 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10017 (-1429785605086117888)]} 0 5
> [junit4:junit4]   2> 13490 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[17 (-1429785605088215040)]} 0 0
> [junit4:junit4]   2> 13491 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[17 (-1429785605088215040)]} 0 4
> [junit4:junit4]   2> 13494 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10027 (1429785605094506496)]} 0 1
> [junit4:junit4]   2> 13497 T776 C20 P52609 /update {wt=javabin&version=2} {add=[27 (1429785605097652224)]} 0 2
> [junit4:junit4]   2> 13504 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10027 (1429785605100797952)]} 0 2
> [junit4:junit4]   2> 13505 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10027 (1429785605100797952)]} 0 7
> [junit4:junit4]   2> 13506 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[27 (1429785605103943680)]} 0 1
> [junit4:junit4]   2> 13507 T794 C21 P37848 /update {wt=javabin&version=2} {add=[27 (1429785605103943680)]} 0 6
> [junit4:junit4]   2> 13600 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10020 (-1429785605206704128)]} 0 1
> [junit4:junit4]   2> 13602 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[20 (-1429785605208801280)]} 0 0
> [junit4:junit4]   2> 13608 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10020 (-1429785605210898432)]} 0 1
> [junit4:junit4]   2> 13609 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10020 (-1429785605210898432)]} 0 5
> [junit4:junit4]   2> 13609 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[20 (-1429785605212995584)]} 0 0
> [junit4:junit4]   2> 13611 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[20 (-1429785605212995584)]} 0 5
> [junit4:junit4]   2> 13614 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10028 (1429785605220335616)]} 0 2
> [junit4:junit4]   2> 13616 T776 C20 P52609 /update {wt=javabin&version=2} {add=[28 (1429785605221384192)]} 0 2
> [junit4:junit4]   2> 13622 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10028 (1429785605225578496)]} 0 1
> [junit4:junit4]   2> 13623 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10028 (1429785605225578496)]} 0 6
> [junit4:junit4]   2> 13624 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[28 (1429785605226627072)]} 0 2
> [junit4:junit4]   2> 13625 T794 C21 P37848 /update {wt=javabin&version=2} {add=[28 (1429785605226627072)]} 0 6
> [junit4:junit4]   2> 13680 T758 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 42924
> [junit4:junit4]   2> 13680 T758 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=14937604
> [junit4:junit4]   2> 13707 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10021 (-1429785605317853184)]} 0 1
> [junit4:junit4]   2> 13708 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[21 (-1429785605319950336)]} 0 1
> [junit4:junit4]   2> 13712 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10021 (-1429785605320998912)]} 0 1
> [junit4:junit4]   2> 13713 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[21 (-1429785605322047488)]} 0 1
> [junit4:junit4]   2> 13713 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[21 (-1429785605322047488)]} 0 3
> [junit4:junit4]   2> 13713 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10021 (-1429785605320998912)]} 0 4
> [junit4:junit4]   2> 13716 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10029 (1429785605328338945)]} 0 1
> [junit4:junit4]   2> 13717 T776 C20 P52609 /update {wt=javabin&version=2} {add=[29 (1429785605328338944)]} 0 2
> [junit4:junit4]   2> 13722 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10029 (1429785605331484672)]} 0 1
> [junit4:junit4]   2> 13722 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[29 (1429785605331484673)]} 0 1
> [junit4:junit4]   2> 13723 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10029 (1429785605331484672)]} 0 4
> [junit4:junit4]   2> 13723 T794 C21 P37848 /update {wt=javabin&version=2} {add=[29 (1429785605331484673)]} 0 4
> [junit4:junit4]   2> 13739 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10025 (-1429785605352456192)]} 0 1
> [junit4:junit4]   2> 13739 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[25 (-1429785605352456193)]} 0 1
> [junit4:junit4]   2> 13744 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[10025 (-1429785605354553345)]} 0 1
> [junit4:junit4]   2> 13744 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {delete=[25 (-1429785605354553344)]} 0 1
> [junit4:junit4]   2> 13744 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[25 (-1429785605354553344)]} 0 3
> [junit4:junit4]   2> 13744 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[10025 (-1429785605354553345)]} 0 3
> [junit4:junit4]   2> 13747 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10030 (1429785605360844800)]} 0 0
> [junit4:junit4]   2> 13747 T773 C20 P52609 /update {wt=javabin&version=2} {add=[30 (1429785605360844801)]} 0 0
> [junit4:junit4]   2> 13753 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10030 (1429785605363990528)]} 0 1
> [junit4:junit4]   2> 13754 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10030 (1429785605363990528)]} 0 4
> [junit4:junit4]   2> 13755 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[30 (1429785605363990529)]} 0 1
> [junit4:junit4]   2> 13755 T794 C21 P37848 /update {wt=javabin&version=2} {add=[30 (1429785605363990529)]} 0 5
> [junit4:junit4]   2> 13780 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10031 (1429785605395447808)]} 0 1
> [junit4:junit4]   2> 13781 T775 C20 P52609 /update {wt=javabin&version=2} {add=[31 (1429785605395447809)]} 0 1
> [junit4:junit4]   2> 13786 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10031 (1429785605398593536)]} 0 1
> [junit4:junit4]   2> 13786 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[31 (1429785605398593537)]} 0 0
> [junit4:junit4]   2> 13787 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10031 (1429785605398593536)]} 0 4
> [junit4:junit4]   2> 13787 T793 C21 P37848 /update {wt=javabin&version=2} {add=[31 (1429785605398593537)]} 0 4
> [junit4:junit4]   2> 13869 T773 C20 P52609 /update {wt=javabin&version=2} {add=[32 (1429785605487722496)]} 0 1
> [junit4:junit4]   2> 13870 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10032 (1429785605487722497)]} 0 2
> [junit4:junit4]   2> 13874 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[32 (1429785605491916800)]} 0 0
> [junit4:junit4]   2> 13875 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10032 (1429785605491916801)]} 0 1
> [junit4:junit4]   2> 13875 T796 C21 P37848 /update {wt=javabin&version=2} {add=[32 (1429785605491916800)]} 0 4
> [junit4:junit4]   2> 13875 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10032 (1429785605491916801)]} 0 3
> [junit4:junit4]   2> 13882 T774 C20 P52609 /update {wt=javabin&version=2} {add=[33 (1429785605501353984)]} 0 1
> [junit4:junit4]   2> 13883 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10033 (1429785605502402560)]} 0 1
> [junit4:junit4]   2> 13890 T811 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[33 (1429785605506596864)]} 0 1
> [junit4:junit4]   2> 13890 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10033 (1429785605506596865)]} 0 1
> [junit4:junit4]   2> 13890 T795 C21 P37848 /update {wt=javabin&version=2} {add=[33 (1429785605506596864)]} 0 4
> [junit4:junit4]   2> 13891 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10033 (1429785605506596865)]} 0 5
> [junit4:junit4]   2> 13915 T773 C20 P52609 /update {wt=javabin&version=2} {add=[34 (1429785605535956992)]} 0 1
> [junit4:junit4]   2> 13916 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10034 (1429785605535956993)]} 0 2
> [junit4:junit4]   2> 13925 T810 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[34 (1429785605542248448)]} 0 2
> [junit4:junit4]   2> 13925 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10034 (1429785605542248449)]} 0 1
> [junit4:junit4]   2> 13926 T796 C21 P37848 /update {wt=javabin&version=2} {add=[34 (1429785605542248448)]} 0 7
> [junit4:junit4]   2> 13927 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10034 (1429785605542248449)]} 0 7
> [junit4:junit4]   2> 13983 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 13984 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
> [junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42924_jv%2Fm_collection1",
> [junit4:junit4]   2> 	  "state":"down",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "collection":"collection1"}
> [junit4:junit4]   2> 13986 T800 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> 13986 T780 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> 13986 T816 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> 13986 T787 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> 14020 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10035 (1429785605647106049)]} 0 0
> [junit4:junit4]   2> 14021 T774 C20 P52609 /update {wt=javabin&version=2} {add=[35 (1429785605647106048)]} 0 1
> [junit4:junit4]   2> 14024 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10035 (1429785605650251776)]} 0 1
> [junit4:junit4]   2> 14024 T793 C21 P37848 /update {wt=javabin&version=2} {add=[35 (1429785605650251777)]} 0 1
> [junit4:junit4]   2> 14100 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10032 (-1429785605730992128)]} 0 1
> [junit4:junit4]   2> 14100 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[32 (-1429785605730992129)]} 0 0
> [junit4:junit4]   2> 14103 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10032 (-1429785605734137856)]} 0 1
> [junit4:junit4]   2> 14103 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[32 (-1429785605734137857)]} 0 0
> [junit4:junit4]   2> 14106 T775 C20 P52609 /update {wt=javabin&version=2} {add=[36 (1429785605737283585)]} 0 1
> [junit4:junit4]   2> 14107 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10036 (1429785605737283584)]} 0 2
> [junit4:junit4]   2> 14109 T795 C21 P37848 /update {wt=javabin&version=2} {add=[36 (1429785605740429312)]} 0 1
> [junit4:junit4]   2> 14110 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10036 (1429785605740429313)]} 0 1
> [junit4:junit4]   2> 14130 T776 C20 P52609 /update {wt=javabin&version=2} {add=[37 (1429785605762449408)]} 0 0
> [junit4:junit4]   2> 14131 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10037 (1429785605762449409)]} 0 1
> [junit4:junit4]   2> 14134 T796 C21 P37848 /update {wt=javabin&version=2} {add=[37 (1429785605765595136)]} 0 1
> [junit4:junit4]   2> 14134 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10037 (1429785605765595137)]} 0 1
> [junit4:junit4]   2> 14142 T773 C20 P52609 /update {wt=javabin&version=2} {add=[38 (1429785605773983745)]} 0 1
> [junit4:junit4]   2> 14142 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10038 (1429785605773983744)]} 0 1
> [junit4:junit4]   2> 14145 T793 C21 P37848 /update {wt=javabin&version=2} {add=[38 (1429785605777129472)]} 0 1
> [junit4:junit4]   2> 14145 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10038 (1429785605777129473)]} 0 1
> [junit4:junit4]   2> 14240 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10038 (-1429785605877792769)]} 0 0
> [junit4:junit4]   2> 14240 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[38 (-1429785605877792768)]} 0 0
> [junit4:junit4]   2> 14243 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[38 (-1429785605880938496)]} 0 0
> [junit4:junit4]   2> 14243 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10038 (-1429785605880938497)]} 0 0
> [junit4:junit4]   2> 14247 T773 C20 P52609 /update {wt=javabin&version=2} {add=[39 (1429785605884084225)]} 0 1
> [junit4:junit4]   2> 14247 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10039 (1429785605884084224)]} 0 1
> [junit4:junit4]   2> 14250 T795 C21 P37848 /update {wt=javabin&version=2} {add=[39 (1429785605887229953)]} 0 1
> [junit4:junit4]   2> 14250 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10039 (1429785605887229952)]} 0 1
> [junit4:junit4]   2> 14328 T776 C20 P52609 /update {wt=javabin&version=2} {add=[40 (1429785605969018881)]} 0 1
> [junit4:junit4]   2> 14328 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10040 (1429785605969018880)]} 0 1
> [junit4:junit4]   2> 14332 T796 C21 P37848 /update {wt=javabin&version=2} {add=[40 (1429785605973213184)]} 0 1
> [junit4:junit4]   2> 14333 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10040 (1429785605974261760)]} 0 1
> [junit4:junit4]   2> 14427 T773 C20 P52609 /update {wt=javabin&version=2} {add=[41 (1429785606073876480)]} 0 1
> [junit4:junit4]   2> 14427 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10041 (1429785606073876481)]} 0 0
> [junit4:junit4]   2> 14430 T795 C21 P37848 /update {wt=javabin&version=2} {add=[41 (1429785606077022208)]} 0 1
> [junit4:junit4]   2> 14431 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10041 (1429785606077022209)]} 0 2
> [junit4:junit4]   2> 14531 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10042 (1429785606181879808)]} 0 1
> [junit4:junit4]   2> 14531 T776 C20 P52609 /update {wt=javabin&version=2} {add=[42 (1429785606181879809)]} 0 1
> [junit4:junit4]   2> 14536 T796 C21 P37848 /update {wt=javabin&version=2} {add=[42 (1429785606187122688)]} 0 1
> [junit4:junit4]   2> 14538 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10042 (1429785606190268416)]} 0 1
> [junit4:junit4]   2> 14630 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[39 (-1429785606286737408)]} 0 0
> [junit4:junit4]   2> 14632 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10039 (-1429785606288834560)]} 0 0
> [junit4:junit4]   2> 14633 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[39 (-1429785606289883136)]} 0 0
> [junit4:junit4]   2> 14636 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10039 (-1429785606291980288)]} 0 1
> [junit4:junit4]   2> 14636 T776 C20 P52609 /update {wt=javabin&version=2} {add=[43 (1429785606291980288)]} 0 1
> [junit4:junit4]   2> 14639 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10043 (1429785606295126016)]} 0 1
> [junit4:junit4]   2> 14639 T795 C21 P37848 /update {wt=javabin&version=2} {add=[43 (1429785606296174592)]} 0 0
> [junit4:junit4]   2> 14642 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10043 (1429785606299320320)]} 0 1
> [junit4:junit4]   2> 14658 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[41 (-1429785606316097536)]} 0 0
> [junit4:junit4]   2> 14661 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10041 (-1429785606319243264)]} 0 0
> [junit4:junit4]   2> 14661 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[41 (-1429785606319243264)]} 0 0
> [junit4:junit4]   2> 14664 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10041 (-1429785606322388992)]} 0 0
> [junit4:junit4]   2> 14665 T776 C20 P52609 /update {wt=javabin&version=2} {add=[44 (1429785606322388992)]} 0 1
> [junit4:junit4]   2> 14667 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10044 (1429785606325534720)]} 0 0
> [junit4:junit4]   2> 14669 T795 C21 P37848 /update {wt=javabin&version=2} {add=[44 (1429785606327631872)]} 0 0
> [junit4:junit4]   2> 14670 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10044 (1429785606328680448)]} 0 0
> [junit4:junit4]   2>  C19_STATE=coll:collection1 core:collection1 props:{state=down, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, shard=shard1, collection=collection1}
> [junit4:junit4]   2> 14684 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:37848/jv/m/collection1/ core=collection1 - recoveringAfterStartup=true
> [junit4:junit4]   2> 14687 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
> [junit4:junit4]   2> 14692 T819 C19 P42924 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42924/jv/m START replicas=[http://127.0.0.1:37848/jv/m/collection1/] nUpdates=100
> [junit4:junit4]   2> 14696 T773 C20 P52609 /update {wt=javabin&version=2} {add=[45 (1429785606354894848)]} 0 1
> [junit4:junit4]   2> 14697 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10045 (1429785606355943424)]} 0 1
> [junit4:junit4]   2> 14702 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10045 (1429785606362234880)]} 0 0
> [junit4:junit4]   2> 14703 T819 C19 P42924 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
> [junit4:junit4]   2> 14703 T796 C21 P37848 /update {wt=javabin&version=2} {add=[45 (1429785606362234881)]} 0 1
> [junit4:junit4]   2> 14703 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
> [junit4:junit4]   2> 14704 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
> [junit4:junit4]   2> 14704 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
> [junit4:junit4]   2> 14706 T819 C19 P42924 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
> [junit4:junit4]   2> 14706 T795 C21 P37848 REQ /get {wt=javabin&version=2&qt=/get&getVersions=100&distrib=false} status=0 QTime=1 
> [junit4:junit4]   2> 14706 T819 C19 P42924 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:37848/jv/m/collection1/. core=collection1
> [junit4:junit4]   2> 14707 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
> [junit4:junit4]   2> 14714 T794 C21 P37848 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
> [junit4:junit4]   2> 14717 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10042 (-1429785606377963520)]} 0 0
> [junit4:junit4]   2> 14720 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[42 (-1429785606381109248)]} 0 0
> [junit4:junit4]   2> 14720 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10042 (-1429785606381109248)]} 0 0
> [junit4:junit4]   2> 14721 T794 C21 P37848 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6f93bf lockFactory=org.apache.lucene.store.NativeFSLockFactory@37d076),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, segments_2, _0_nrm.cfs, _0_1.del, _0.si, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 14722 T794 C21 P37848 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, segments_2, _0_nrm.cfs, _0_1.del, _0.si, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 14726 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[42 (-1429785606384254976)]} 0 4
> [junit4:junit4]   2> 14727 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10046 (1429785606387400704)]} 0 4
> [junit4:junit4]   2> 14727 T794 C21 P37848 oass.SolrIndexSearcher.<init> Opening Searcher@a216fe realtime
> [junit4:junit4]   2> 14728 T794 C21 P37848 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 14729 T794 C21 P37848 /update {wt=javabin&version=2&waitSearcher=true&commit_end_point=true&openSearcher=false&commit=true&softCommit=false} {commit=} 0 15
> [junit4:junit4]   2> 14730 T775 C20 P52609 /update {wt=javabin&version=2} {add=[46 (1429785606390546432)]} 0 1
> [junit4:junit4]   2> 14732 T819 C19 P42924 oash.ReplicationHandler.inform Commits will be reserved for  10000
> [junit4:junit4]   2> 14732 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10046 (1429785606391595008)]} 0 2
> [junit4:junit4]   2> 14732 T819 C19 P42924 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
> [junit4:junit4]   2> 14735 T795 C21 P37848 /update {wt=javabin&version=2} {add=[46 (1429785606395789312)]} 0 1
> [junit4:junit4]   2> 14739 T819 C19 P42924 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
> [junit4:junit4]   2> 14747 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10047 (1429785606408372224)]} 0 1
> [junit4:junit4]   2> 14750 T796 C21 P37848 oash.ReplicationHandler.inform Commits will be reserved for  10000
> [junit4:junit4]   2> 14750 T796 C21 P37848 REQ /replication {wt=javabin&version=2&command=indexversion&qt=/replication} status=0 QTime=9 
> [junit4:junit4]   2> 14751 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Master's generation: 2
> [junit4:junit4]   2> 14752 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
> [junit4:junit4]   2> 14752 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Starting replication process
> [junit4:junit4]   2> 14752 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10047 (1429785606414663680)]} 0 0
> [junit4:junit4]   2> 14752 T774 C20 P52609 /update {wt=javabin&version=2} {add=[47 (1429785606414663680)]} 0 0
> [junit4:junit4]   2> 14754 T795 C21 P37848 REQ /replication {wt=javabin&version=2&command=filelist&qt=/replication&generation=2} status=0 QTime=0 
> [junit4:junit4]   2> 14755 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 12
> [junit4:junit4]   2> 14756 T794 C21 P37848 /update {wt=javabin&version=2} {add=[47 (1429785606417809408)]} 0 1
> [junit4:junit4]   2> 14756 T819 C19 P42924 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index.20130317215010809 forceNew: false
> [junit4:junit4]   2> 14757 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b) fullCopy=true
> [junit4:junit4]   2> 14764 T796 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.frq&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=2 
> [junit4:junit4]   2> 14772 T793 C21 P37848 REQ /replication {wt=filestream&file=_0.fnm&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14775 T795 C21 P37848 REQ /replication {wt=filestream&file=_0_nrm.cfe&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14778 T794 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.prx&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14782 T796 C21 P37848 REQ /replication {wt=filestream&file=segments_2&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14785 T793 C21 P37848 REQ /replication {wt=filestream&file=_0_nrm.cfs&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14789 T795 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.tim&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=1 
> [junit4:junit4]   2> 14792 T794 C21 P37848 REQ /replication {wt=filestream&file=_0.fdx&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14795 T796 C21 P37848 REQ /replication {wt=filestream&file=_0.fdt&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14799 T793 C21 P37848 REQ /replication {wt=filestream&file=_0_1.del&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14802 T795 C21 P37848 REQ /replication {wt=filestream&file=_0_Lucene40_0.tip&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14805 T794 C21 P37848 REQ /replication {wt=filestream&file=_0.si&command=filecontent&qt=/replication&generation=2&checksum=true} status=0 QTime=0 
> [junit4:junit4]   2> 14807 T819 C19 P42924 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
> [junit4:junit4]   2> 14807 T819 C19 P42924 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130317215010809
> [junit4:junit4]   2> 14810 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
> [junit4:junit4]   2> 14810 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
> [junit4:junit4]   2> 14810 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
> [junit4:junit4]   2> 14812 T819 C19 P42924 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index.20130317215010809
> [junit4:junit4]   2> 14814 T819 C19 P42924 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, segments_2, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
> [junit4:junit4]   2> 14814 T819 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, segments_2, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
> [junit4:junit4]   2> 14814 T819 C19 P42924 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
> [junit4:junit4]   2> 14815 T819 C19 P42924 oass.SolrIndexSearcher.<init> Opening Searcher@17ae757 main
> [junit4:junit4]   2> 14816 T818 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17ae757 main{StandardDirectoryReader(segments_2:3:nrt _0(4.3):C90/32)}
> [junit4:junit4]   2> 14817 T819 C19 P42924 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f)
> [junit4:junit4]   2> 14817 T819 C19 P42924 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/index
> [junit4:junit4]   2> 14817 T819 C19 P42924 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@1918a16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@62fa9f)
> [junit4:junit4]   2> 14821 T819 C19 P42924 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
> [junit4:junit4]   2> 14821 T827 C19 P42924 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363549796056/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=4945
> [junit4:junit4]   2> 14822 T827 C19 P42924 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
> [junit4:junit4]   2> 14823 T827 C19 P42924 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_2,generation=2,filenames=[_0_Lucene40_0.tim, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, segments_2, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
> [junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, segments_3, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
> [junit4:junit4]   2> 14824 T827 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Lucene40_0.tim, segments_3, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
> [junit4:junit4]   2> 14824 T827 C19 P42924 oass.SolrIndexSearcher.<init> Opening Searcher@162df61 main
> [junit4:junit4]   2> 14825 T827 C19 P42924 oasu.DirectUpdateHandler2.commit end_commit_flush
> [junit4:junit4]   2> 14825 T818 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@162df61 main{StandardDirectoryReader(segments_2:3:nrt _0(4.3):C90/32)}
> [junit4:junit4]   2> 14826 T827 C19 P42924 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=4945}
> [junit4:junit4]   2> 14826 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
> [junit4:junit4]   2> 14826 T819 C19 P42924 oasc.ZkController.publish publishing core=collection1 state=active
> [junit4:junit4]   2> 14826 T819 C19 P42924 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 14827 T819 C19 P42924 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
> [junit4:junit4]   2> 14840 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10043 (-1429785606506938368)]} 0 0
> [junit4:junit4]   2> 14843 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[43 (-1429785606509035520)]} 0 1
> [junit4:junit4]   2> 14843 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10043 (-1429785606509035520)]} 0 1
> [junit4:junit4]   2> 14845 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[43 (-1429785606512181248)]} 0 0
> [junit4:junit4]   2> 14846 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10048 (1429785606512181248)]} 0 1
> [junit4:junit4]   2> 14848 T774 C20 P52609 /update {wt=javabin&version=2} {add=[48 (1429785606515326976)]} 0 1
> [junit4:junit4]   2> 14849 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10048 (1429785606515326976)]} 0 1
> [junit4:junit4]   2> 14851 T794 C21 P37848 /update {wt=javabin&version=2} {add=[48 (1429785606518472704)]} 0 0
> [junit4:junit4]   2> 14877 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10045 (-1429785606545735680)]} 0 1
> [junit4:junit4]   2> 14879 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[45 (-1429785606547832832)]} 0 0
> [junit4:junit4]   2> 14879 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10045 (-1429785606547832832)]} 0 0
> [junit4:junit4]   2> 14882 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[45 (-1429785606549929984)]} 0 1
> [junit4:junit4]   2> 14883 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10049 (1429785606550978560)]} 0 1
> [junit4:junit4]   2> 14884 T774 C20 P52609 /update {wt=javabin&version=2} {add=[49 (1429785606553075712)]} 0 0
> [junit4:junit4]   2> 14885 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10049 (1429785606554124288)]} 0 0
> [junit4:junit4]   2> 14887 T794 C21 P37848 /update {wt=javabin&version=2} {add=[49 (1429785606556221440)]} 0 0
> [junit4:junit4]   2> 14913 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10048 (-1429785606583484416)]} 0 0
> [junit4:junit4]   2> 14915 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[48 (-1429785606585581568)]} 0 0
> [junit4:junit4]   2> 14916 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10048 (-1429785606586630144)]} 0 0
> [junit4:junit4]   2> 14917 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[48 (-1429785606587678720)]} 0 0
> [junit4:junit4]   2> 14919 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10050 (1429785606588727296)]} 0 1
> [junit4:junit4]   2> 14919 T774 C20 P52609 /update {wt=javabin&version=2} {add=[50 (1429785606589775872)]} 0 0
> [junit4:junit4]   2> 14922 T794 C21 P37848 /update {wt=javabin&version=2} {add=[50 (1429785606592921601)]} 0 1
> [junit4:junit4]   2> 14922 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10050 (1429785606592921600)]} 0 1
> [junit4:junit4]   2> 14987 T773 C20 P52609 /update {wt=javabin&version=2} {add=[51 (1429785606660030465)]} 0 1
> [junit4:junit4]   2> 14987 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10051 (1429785606660030464)]} 0 1
> [junit4:junit4]   2> 14990 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10051 (1429785606664224768)]} 0 0
> [junit4:junit4]   2> 14991 T796 C21 P37848 /update {wt=javabin&version=2} {add=[51 (1429785606664224769)]} 0 1
> [junit4:junit4]   2> 15088 T774 C20 P52609 /update {wt=javabin&version=2} {add=[52 (1429785606765936641)]} 0 1
> [junit4:junit4]   2> 15088 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10052 (1429785606765936640)]} 0 1
> [junit4:junit4]   2> 15090 T795 C21 P37848 /update {wt=javabin&version=2} {add=[52 (1429785606769082368)]} 0 0
> [junit4:junit4]   2> 15091 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10052 (1429785606769082369)]} 0 1
> [junit4:junit4]   2> 15144 T773 C20 P52609 /update {wt=javabin&version=2} {add=[53 (1429785606824656896)]} 0 1
> [junit4:junit4]   2> 15144 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10053 (1429785606824656897)]} 0 1
> [junit4:junit4]   2> 15147 T796 C21 P37848 /update {wt=javabin&version=2} {add=[53 (1429785606828851200)]} 0 1
> [junit4:junit4]   2> 15147 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10053 (1429785606828851201)]} 0 0
> [junit4:junit4]   2> 15156 T774 C20 P52609 /update {wt=javabin&version=2} {add=[54 (1429785606838288384)]} 0 1
> [junit4:junit4]   2> 15157 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10054 (1429785606838288385)]} 0 1
> [junit4:junit4]   2> 15159 T795 C21 P37848 /update {wt=javabin&version=2} {add=[54 (1429785606841434112)]} 0 0
> [junit4:junit4]   2> 15160 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10054 (1429785606841434113)]} 0 1
> [junit4:junit4]   2> 15191 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10049 (-1429785606874988545)]} 0 0
> [junit4:junit4]   2> 15191 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[49 (-1429785606874988544)]} 0 0
> [junit4:junit4]   2> 15194 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[49 (-1429785606878134272)]} 0 0
> [junit4:junit4]   2> 15194 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10049 (-1429785606878134273)]} 0 0
> [junit4:junit4]   2> 15197 T774 C20 P52609 /update {wt=javabin&version=2} {add=[55 (1429785606880231424)]} 0 1
> [junit4:junit4]   2> 15197 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10055 (1429785606880231425)]} 0 1
> [junit4:junit4]   2> 15200 T795 C21 P37848 /update {wt=javabin&version=2} {add=[55 (1429785606883377152)]} 0 1
> [junit4:junit4]   2> 15200 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10055 (1429785606883377153)]} 0 1
> [junit4:junit4]   2> 15293 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10050 (-1429785606980894720)]} 0 1
> [junit4:junit4]   2> 15293 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[50 (-1429785606980894721)]} 0 1
> [junit4:junit4]   2> 15295 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[50 (-1429785606984040448)]} 0 0
> [junit4:junit4]   2> 15295 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10050 (-1429785606984040449)]} 0 0
> [junit4:junit4]   2> 15299 T776 C20 P52609 /update {wt=javabin&version=2} {add=[56 (1429785606987186177)]} 0 1
> [junit4:junit4]   2> 15299 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10056 (1429785606987186176)]} 0 1
> [junit4:junit4]   2> 15302 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10056 (1429785606990331904)]} 0 1
> [junit4:junit4]   2> 15303 T795 C21 P37848 /update {wt=javabin&version=2} {add=[56 (1429785606990331905)]} 0 2
> [junit4:junit4]   2> 15392 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10053 (-1429785607085752320)]} 0 0
> [junit4:junit4]   2> 15392 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[53 (-1429785607085752321)]} 0 0
> [junit4:junit4]   2> 15394 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10053 (-1429785607087849472)]} 0 0
> [junit4:junit4]   2> 15394 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[53 (-1429785607087849473)]} 0 0
> [junit4:junit4]   2> 15397 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10057 (1429785607090995200)]} 0 0
> [junit4:junit4]   2> 15397 T774 C20 P52609 /update {wt=javabin&version=2} {add=[57 (1429785607090995201)]} 0 0
> [junit4:junit4]   2> 15400 T794 C21 P37848 /update {wt=javabin&version=2} {add=[57 (1429785607094140928)]} 0 1
> [junit4:junit4]   2> 15401 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10057 (1429785607095189504)]} 0 0
> [junit4:junit4]   2> 15409 T773 C20 P52609 /update {wt=javabin&version=2} {add=[58 (1429785607102529536)]} 0 1
> [junit4:junit4]   2> 15410 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10058 (1429785607103578112)]} 0 1
> [junit4:junit4]   2> 15411 T796 C21 P37848 /update {wt=javabin&version=2} {add=[58 (1429785607105675264)]} 0 0
> [junit4:junit4]   2> 15413 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10058 (1429785607106723840)]} 0 1
> [junit4:junit4]   2> 15425 T775 C20 P52609 /update {wt=javabin&version=2} {add=[59 (1429785607120355328)]} 0 0
> [junit4:junit4]   2> 15426 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10059 (1429785607121403904)]} 0 0
> [junit4:junit4]   2> 15428 T794 C21 P37848 /update {wt=javabin&version=2} {add=[59 (1429785607122452480)]} 0 1
> [junit4:junit4]   2> 15429 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10059 (1429785607123501056)]} 0 1
> [junit4:junit4]   2> 15464 T773 C20 P52609 /update {wt=javabin&version=2} {add=[60 (1429785607160201216)]} 0 1
> [junit4:junit4]   2> 15465 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10060 (1429785607161249792)]} 0 1
> [junit4:junit4]   2> 15467 T796 C21 P37848 /update {wt=javabin&version=2} {add=[60 (1429785607164395520)]} 0 0
> [junit4:junit4]   2> 15468 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10060 (1429785607164395521)]} 0 1
> [junit4:junit4]   2> 15489 T781 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
> [junit4:junit4]   2> 15490 T781 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
> [junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42924_jv%2Fm_collection1",
> [junit4:junit4]   2> 	  "state":"active",
> [junit4:junit4]   2> 	  "node_name":"127.0.0.1:42924_jv%2Fm",
> [junit4:junit4]   2> 	  "core":"collection1",
> [junit4:junit4]   2> 	  "roles":null,
> [junit4:junit4]   2> 	  "operation":"state",
> [junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42924/jv/m",
> [junit4:junit4]   2> 	  "shard":"shard1",
> [junit4:junit4]   2> 	  "numShards":"1",
> [junit4:junit4]   2> 	  "collection":"collection1"}
> [junit4:junit4]   2> 15549 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10055 (-1429785607250378753)]} 0 0
> [junit4:junit4]   2> 15549 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[55 (-1429785607250378752)]} 0 0
> [junit4:junit4]   2> 15552 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10055 (-1429785607253524480)]} 0 0
> [junit4:junit4]   2> 15552 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[55 (-1429785607253524481)]} 0 0
> [junit4:junit4]   2> 15555 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10061 (1429785607255621632)]} 0 1
> [junit4:junit4]   2> 15555 T776 C20 P52609 /update {wt=javabin&version=2} {add=[61 (1429785607256670208)]} 0 1
> [junit4:junit4]   2> 15558 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10061 (1429785607258767360)]} 0 1
> [junit4:junit4]   2> 15558 T796 C21 P37848 /update {wt=javabin&version=2} {add=[61 (1429785607259815936)]} 0 0
> [junit4:junit4]   2> 15562 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10062 (1429785607264010240)]} 0 0
> [junit4:junit4]   2> 15563 T775 C20 P52609 /update {wt=javabin&version=2} {add=[62 (1429785607264010241)]} 0 1
> [junit4:junit4]   2> 15566 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10062 (1429785607267155968)]} 0 1
> [junit4:junit4]   2> 15567 T794 C21 P37848 /update {wt=javabin&version=2} {add=[62 (1429785607268204544)]} 0 1
> [junit4:junit4]   2> 15608 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10063 (1429785607311196160)]} 0 1
> [junit4:junit4]   2> 15609 T776 C20 P52609 /update {wt=javabin&version=2} {add=[63 (1429785607312244736)]} 0 1
> [junit4:junit4]   2> 15611 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10063 (1429785607315390464)]} 0 1
> [junit4:junit4]   2> 15612 T796 C21 P37848 /update {wt=javabin&version=2} {add=[63 (1429785607315390465)]} 0 1
> [junit4:junit4]   2> 15683 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10056 (-1429785607390887936)]} 0 0
> [junit4:junit4]   2> 15683 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[56 (-1429785607390887937)]} 0 0
> [junit4:junit4]   2> 15684 T758 oasc.ZkController.publish publishing core=collection1 state=down
> [junit4:junit4]   2> 15684 T758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
> [junit4:junit4]   2> 15690 T780 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> 15690 T800 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> 15690 T787 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> 15690 T816 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> 15693 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10056 (-1429785607401373696)]} 0 1
> [junit4:junit4]   2> 15693 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[56 (-1429785607401373697)]} 0 0
> [junit4:junit4]   2> 15696 T758 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c6912
> [junit4:junit4]   2> 15697 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10064 (1429785607404519424)]} 0 1
> [junit4:junit4]   2> 15697 T776 C20 P52609 /update {wt=javabin&version=2} {add=[64 (1429785607404519425)]} 0 1
> [junit4:junit4]   2>  C19_STATE=coll:collection1 core:collection1 props:{state=active, node_name=127.0.0.1:42924_jv%2Fm, core=collection1, base_url=http://127.0.0.1:42924/jv/m, shard=shard1, collection=collection1}
> [junit4:junit4]   2> 15708 T812 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[64 (1429785607408713728)]} 0 6
> [junit4:junit4]   2> 15708 T809 C19 P42924 /update {wt=javabin&version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37848/jv/m/collection1/} {add=[10064 (1429785607408713729)]} 0 6
> [junit4:junit4]   2> 15709 T809 C19 P42924 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c6912
> [junit4:junit4]   2> 15709 T796 C21 P37848 /update {wt=javabin&version=2} {add=[64 (1429785607408713728)]} 0 9
> [junit4:junit4]   2> 15711 T809 C19 P42924 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /update
> [junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
> [junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
> [junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:970)
> [junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java: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:id=org.apache.solr.handler.UpdateRequestHandler,type=/update
> [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:536)
> [junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
> [junit4:junit4]   2> 		... 29 more
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 15711 T758 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
> [junit4:junit4]   2> 15712 T809 C19 P42924 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=46,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
> [junit4:junit4]   2> 15713 T758 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 15713 T809 C19 P42924 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
> [junit4:junit4]   2> 15713 T758 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 15714 T758 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 15716 T758 C19 P42924 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
> [junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_3,generation=3,filenames=[_0_Lucene40_0.tim, segments_3, _0.fdx, _0_Lucene40_0.frq, _0.fdt, _0.fnm, _0_nrm.cfe, _0_Lucene40_0.prx, _0_nrm.cfs, _0_1.del, _0_Lucene40_0.tip, _0.si]
> [junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b),segFN=segments_4,generation=4,filenames=[_1.fdx, _0_Lucene40_0.frq, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, _1_Lucene40_0.frq, _1.si, _1.fdt, _0_nrm.cfs, segments_4, _1_nrm.cfs, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _0.fdx, _1_Lucene40_0.tip, _0.fdt, _1_nrm.cfe, _0_1.del, _1_Lucene40_0.prx, _1.fnm, _0.si, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 15716 T758 C19 P42924 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1.fdx, _0_Lucene40_0.frq, _0_Lucene40_0.prx, _0_nrm.cfe, _0.fnm, _1_Lucene40_0.frq, _1.si, _1.fdt, _0_nrm.cfs, segments_4, _1_nrm.cfs, _1_Lucene40_0.tim, _0_Lucene40_0.tim, _0.fdx, _1_Lucene40_0.tip, _0.fdt, _1_nrm.cfe, _0_1.del, _1_Lucene40_0.prx, _1.fnm, _0.si, _0_Lucene40_0.tip]
> [junit4:junit4]   2> 15720 T758 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
> [junit4:junit4]   2> 15721 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10064 (1429785607408713729)]} 0 21
> [junit4:junit4]   2> 15721 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0008
> [junit4:junit4]   2> 15722 T780 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> 15722 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41916 which had sessionid 0x13d79e6b6db0008
> [junit4:junit4]   2> 15722 T800 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> 15722 T816 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> 15723 T816 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
> [junit4:junit4]   2> 15723 T816 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
> [junit4:junit4]   2> 15723 T816 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 15723 T787 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 15724 T787 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> 15724 T800 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 15724 T780 oascc.ZkStateReader$3.process Updating live nodes... (2)
> [junit4:junit4]   2> 15722 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0008 closed
> [junit4:junit4]   2> 15748 T758 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/jv/m,null}
> [junit4:junit4]   2> 15793 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[58 (-1429785607506231296)]} 0 0
> [junit4:junit4]   2> 15795 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[58 (-1429785607508328448)]} 0 0
> [junit4:junit4]   2> 15798 T773 C20 P52609 /update {wt=javabin&version=2} {add=[65 (1429785607511474176)]} 0 1
> [junit4:junit4]   2> 15801 T795 C21 P37848 /update {wt=javabin&version=2} {add=[65 (1429785607514619904)]} 0 1
> [junit4:junit4]   2> 15804 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10058 (-1429785607517765632)]} 0 0
> [junit4:junit4]   2> 15809 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10058 (-1429785607523008512)]} 0 1
> [junit4:junit4]   2> 15812 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10065 (1429785607525105664)]} 0 1
> [junit4:junit4]   2> 15815 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10065 (1429785607529299968)]} 0 0
> [junit4:junit4]   2> 15816 T774 C20 P52609 /update {wt=javabin&version=2} {add=[66 (1429785607530348544)]} 0 0
> [junit4:junit4]   2> 15819 T794 C21 P37848 /update {wt=javabin&version=2} {add=[66 (1429785607532445696)]} 0 1
> [junit4:junit4]   2> 15831 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10066 (1429785607545028608)]} 0 1
> [junit4:junit4]   2> 15834 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10066 (1429785607548174336)]} 0 1
> [junit4:junit4]   2> 15865 T776 C20 P52609 /update {wt=javabin&version=2} {add=[67 (1429785607581728768)]} 0 1
> [junit4:junit4]   2> 15869 T796 C21 P37848 /update {wt=javabin&version=2} {add=[67 (1429785607584874496)]} 0 1
> [junit4:junit4]   2> 15877 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[61 (-1429785607593263104)]} 0 1
> [junit4:junit4]   2> 15879 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[61 (-1429785607596408832)]} 0 0
> [junit4:junit4]   2> 15880 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10067 (1429785607597457408)]} 0 1
> [junit4:junit4]   2> 15882 T773 C20 P52609 /update {wt=javabin&version=2} {add=[68 (1429785607599554560)]} 0 0
> [junit4:junit4]   2> 15883 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10067 (1429785607599554560)]} 0 1
> [junit4:junit4]   2> 15886 T795 C21 P37848 /update {wt=javabin&version=2} {add=[68 (1429785607602700288)]} 0 1
> [junit4:junit4]   2> 15890 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10061 (-1429785607607943168)]} 0 0
> [junit4:junit4]   2> 15893 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10061 (-1429785607611088896)]} 0 0
> [junit4:junit4]   2> 15896 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10068 (1429785607613186048)]} 0 1
> [junit4:junit4]   2> 15899 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10068 (1429785607616331776)]} 0 1
> [junit4:junit4]   2> 15913 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[64 (-1429785607632060416)]} 0 0
> [junit4:junit4]   2> 15916 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[64 (-1429785607635206144)]} 0 1
> [junit4:junit4]   2> 15919 T773 C20 P52609 /update {wt=javabin&version=2} {add=[69 (1429785607637303296)]} 0 1
> [junit4:junit4]   2> 15922 T795 C21 P37848 /update {wt=javabin&version=2} {add=[69 (1429785607640449024)]} 0 1
> [junit4:junit4]   2> 15926 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10064 (-1429785607645691904)]} 0 0
> [junit4:junit4]   2> 15929 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[10064 (-1429785607648837632)]} 0 0
> [junit4:junit4]   2> 15935 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10069 (1429785607655129088)]} 0 0
> [junit4:junit4]   2> 15939 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10069 (1429785607659323392)]} 0 1
> [junit4:junit4]   2> 15995 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[65 (-1429785607718043648)]} 0 0
> [junit4:junit4]   2> 15998 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[65 (-1429785607721189376)]} 0 0
> [junit4:junit4]   2> 16000 T758 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 16001 T773 C20 P52609 /update {wt=javabin&version=2} {add=[70 (1429785607723286528)]} 0 1
> [junit4:junit4]   2> 16002 T758 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42924
> [junit4:junit4]   2> 16003 T758 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 16003 T758 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 16003 T758 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047
> [junit4:junit4]   2> 16004 T758 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/solr.xml
> [junit4:junit4]   2> 16004 T796 C21 P37848 /update {wt=javabin&version=2} {add=[70 (1429785607726432256)]} 0 1
> [junit4:junit4]   2> 16004 T758 oasc.CoreContainer.<init> New CoreContainer 19189268
> [junit4:junit4]   2> 16005 T758 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
> [junit4:junit4]   2> 16005 T758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363549804047/'
> [junit4:junit4]   2> 16012 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10065 (-1429785607735869440)]} 0 0
> [junit4:junit4]   2> 16015 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10065 (-1429785607739015168)]} 0 0
> [junit4:junit4]   2> 16018 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10070 (1429785607742160896)]} 0 1
> [junit4:junit4]   2> 16022 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10070 (1429785607745306624)]} 0 1
> [junit4:junit4]   2> 16023 T758 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 16023 T758 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 16024 T758 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 16024 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 16024 T758 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 16025 T758 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 16026 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 16032 T758 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 16044 T758 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:35738/solr
> [junit4:junit4]   2> 16044 T758 oasc.ZkController.checkChrootPath zkHost includes chroot
> [junit4:junit4]   2> 16045 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e2914
> [junit4:junit4]   2> 16045 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 16045 T837 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 16047 T837 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 16047 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41944
> [junit4:junit4]   2> 16047 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41944
> [junit4:junit4]   2> 16048 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db0009 with negotiated timeout 20000 for client /127.0.0.1:41944
> [junit4:junit4]   2> 16048 T837 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db0009, negotiated timeout = 20000
> [junit4:junit4]   2> 16048 T838 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e2914 name:ZooKeeperConnection Watcher:127.0.0.1:35738 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 16049 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 16049 T763 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d79e6b6db0009
> [junit4:junit4]   2> 16050 T838 oaz.ClientCnxn$EventThread.run EventThread shut down
> [junit4:junit4]   2> 16050 T758 oaz.ZooKeeper.close Session: 0x13d79e6b6db0009 closed
> [junit4:junit4]   2> 16050 T760 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:41944 which had sessionid 0x13d79e6b6db0009
> [junit4:junit4]   2> 16050 T758 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
> [junit4:junit4]   2> 16053 T758 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:35738/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@f27a71
> [junit4:junit4]   2> 16054 T758 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
> [junit4:junit4]   2> 16055 T839 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:35738. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
> [junit4:junit4]   2> 16055 T839 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:35738, initiating session
> [junit4:junit4]   2> 16055 T760 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:41945
> [junit4:junit4]   2> 16056 T760 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:41945
> [junit4:junit4]   2> 16056 T762 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d79e6b6db000a with negotiated timeout 20000 for client /127.0.0.1:41945
> [junit4:junit4]   2> 16056 T839 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:35738, sessionid = 0x13d79e6b6db000a, negotiated timeout = 20000
> [junit4:junit4]   2> 16057 T840 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f27a71 name:ZooKeeperConnection Watcher:127.0.0.1:35738/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
> [junit4:junit4]   2> 16057 T758 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
> [junit4:junit4]   2> 16058 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 16058 T763 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d79e6b6db000a type:create cxid:0x3 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
> [junit4:junit4]   2> 16060 T758 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
> [junit4:junit4]   2> 16080 T776 C20 P52609 /update {wt=javabin&version=2} {add=[71 (1429785607807172608)]} 0 1
> [junit4:junit4]   2> 16084 T794 C21 P37848 /update {wt=javabin&version=2} {add=[71 (1429785607810318336)]} 0 1
> [junit4:junit4]   2> 16096 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[69 (-1429785607823949824)]} 0 0
> [junit4:junit4]   2> 16098 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10071 (1429785607824998400)]} 0 1
> [junit4:junit4]   2> 16098 T796 C21 P37848 /update {wt=javabin&version=2} {delete=[69 (-1429785607826046976)]} 0 0
> [junit4:junit4]   2> 16101 T774 C20 P52609 /update {wt=javabin&version=2} {add=[72 (1429785607829192704)]} 0 1
> [junit4:junit4]   2> 16101 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10071 (1429785607829192704)]} 0 1
> [junit4:junit4]   2> 16104 T795 C21 P37848 /update {wt=javabin&version=2} {add=[72 (1429785607831289856)]} 0 1
> [junit4:junit4]   2> 16111 T776 C20 P52609 /update {wt=javabin&version=2} {add=[73 (1429785607838629888)]} 0 1
> [junit4:junit4]   2> 16113 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[10069 (-1429785607841775616)]} 0 0
> [junit4:junit4]   2> 16114 T796 C21 P37848 /update {wt=javabin&version=2} {add=[73 (1429785607841775616)]} 0 1
> [junit4:junit4]   2> 16115 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10069 (-1429785607843872768)]} 0 0
> [junit4:junit4]   2> 16118 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10072 (1429785607847018496)]} 0 0
> [junit4:junit4]   2> 16122 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10072 (1429785607850164224)]} 0 1
> [junit4:junit4]   2> 16128 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10073 (1429785607857504256)]} 0 1
> [junit4:junit4]   2> 16131 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10073 (1429785607859601408)]} 0 1
> [junit4:junit4]   2> 16183 T776 C20 P52609 /update {wt=javabin&version=2} {add=[74 (1429785607914127360)]} 0 1
> [junit4:junit4]   2> 16186 T796 C21 P37848 /update {wt=javabin&version=2} {add=[74 (1429785607918321664)]} 0 0
> [junit4:junit4]   2> 16197 T773 C20 P52609 /update {wt=javabin&version=2} {add=[75 (1429785607929856000)]} 0 1
> [junit4:junit4]   2> 16200 T793 C21 P37848 /update {wt=javabin&version=2} {add=[75 (1429785607933001728)]} 0 1
> [junit4:junit4]   2> 16200 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10074 (1429785607933001728)]} 0 1
> [junit4:junit4]   2> 16204 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10074 (1429785607936147456)]} 0 1
> [junit4:junit4]   2> 16214 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10075 (1429785607947681792)]} 0 1
> [junit4:junit4]   2> 16217 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10075 (1429785607950827520)]} 0 0
> [junit4:junit4]   2> 16235 T776 C20 P52609 /update {wt=javabin&version=2} {add=[76 (1429785607968653312)]} 0 1
> [junit4:junit4]   2> 16238 T796 C21 P37848 /update {wt=javabin&version=2} {add=[76 (1429785607972847616)]} 0 0
> [junit4:junit4]   2> 16252 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10076 (1429785607986479104)]} 0 1
> [junit4:junit4]   2> 16255 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10076 (1429785607989624832)]} 0 1
> [junit4:junit4]   2> 16298 T775 C20 P52609 /update {wt=javabin&version=2} {add=[77 (1429785608035762176)]} 0 1
> [junit4:junit4]   2> 16302 T794 C21 P37848 /update {wt=javabin&version=2} {add=[77 (1429785608038907904)]} 0 1
> [junit4:junit4]   2> 16306 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10077 (1429785608044150784)]} 0 0
> [junit4:junit4]   2> 16309 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10077 (1429785608047296512)]} 0 0
> [junit4:junit4]   2> 16316 T773 C20 P52609 /update {wt=javabin&version=2} {add=[78 (1429785608054636544)]} 0 1
> [junit4:junit4]   2> 16319 T796 C21 P37848 /update {wt=javabin&version=2} {add=[78 (1429785608056733696)]} 0 1
> [junit4:junit4]   2> 16323 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10078 (1429785608061976576)]} 0 1
> [junit4:junit4]   2> 16325 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10078 (1429785608064073728)]} 0 0
> [junit4:junit4]   2> 16360 T775 C20 P52609 /update {wt=javabin&version=2} {add=[79 (1429785608100773888)]} 0 1
> [junit4:junit4]   2> 16364 T794 C21 P37848 /update {wt=javabin&version=2} {add=[79 (1429785608103919616)]} 0 1
> [junit4:junit4]   2> 16366 T776 C20 P52609 /update {wt=javabin&version=2} {add=[10079 (1429785608107065344)]} 0 0
> [junit4:junit4]   2> 16369 T795 C21 P37848 /update {wt=javabin&version=2} {add=[10079 (1429785608110211072)]} 0 1
> [junit4:junit4]   2> 16412 T773 C20 P52609 /update {wt=javabin&version=2} {add=[80 (1429785608155299840)]} 0 0
> [junit4:junit4]   2> 16415 T796 C21 P37848 /update {wt=javabin&version=2} {add=[80 (1429785608158445568)]} 0 0
> [junit4:junit4]   2> 16417 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10080 (1429785608159494144)]} 0 1
> [junit4:junit4]   2> 16419 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10080 (1429785608162639872)]} 0 0
> [junit4:junit4]   2> 16443 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[77 (-1429785608187805696)]} 0 0
> [junit4:junit4]   2> 16446 T795 C21 P37848 /update {wt=javabin&version=2} {delete=[77 (-1429785608190951424)]} 0 0
> [junit4:junit4]   2> 16447 T776 C20 P52609 /update {wt=javabin&version=2} {delete=[10077 (-1429785608192000000)]} 0 0
> [junit4:junit4]   2> 16448 T773 C20 P52609 /update {wt=javabin&version=2} {add=[81 (1429785608193048576)]} 0 0
> [junit4:junit4]   2> 16449 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10077 (-1429785608194097152)]} 0 0
> [junit4:junit4]   2> 16451 T796 C21 P37848 /update {wt=javabin&version=2} {add=[81 (1429785608196194304)]} 0 1
> [junit4:junit4]   2> 16452 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10081 (1429785608196194304)]} 0 1
> [junit4:junit4]   2> 16455 T794 C21 P37848 /update {wt=javabin&version=2} {add=[10081 (1429785608199340032)]} 0 1
> [junit4:junit4]   2> 16551 T776 C20 P52609 /update {wt=javabin&version=2} {add=[82 (1429785608301051904)]} 0 1
> [junit4:junit4]   2> 16554 T795 C21 P37848 /update {wt=javabin&version=2} {add=[82 (1429785608304197632)]} 0 0
> [junit4:junit4]   2> 16555 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10082 (1429785608304197632)]} 0 1
> [junit4:junit4]   2> 16557 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10082 (1429785608307343360)]} 0 0
> [junit4:junit4]   2> 16566 T773 C20 P52609 /update {wt=javabin&version=2} {delete=[80 (-1429785608316780544)]} 0 0
> [junit4:junit4]   2> 16569 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[80 (-1429785608319926272)]} 0 0
> [junit4:junit4]   2> 16569 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[10080 (-1429785608319926272)]} 0 0
> [junit4:junit4]   2> 16572 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[10080 (-1429785608323072000)]} 0 0
> [junit4:junit4]   2> 16572 T776 C20 P52609 /update {wt=javabin&version=2} {add=[83 (1429785608323072000)]} 0 1
> [junit4:junit4]   2> 16575 T774 C20 P52609 /update {wt=javabin&version=2} {add=[10083 (1429785608325169152)]} 0 1
> [junit4:junit4]   2> 16575 T795 C21 P37848 /update {wt=javabin&version=2} {add=[83 (1429785608326217728)]} 0 1
> [junit4:junit4]   2> 16578 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10083 (1429785608328314880)]} 0 1
> [junit4:junit4]   2> 16661 T773 C20 P52609 /update {wt=javabin&version=2} {add=[84 (1429785608416395264)]} 0 0
> [junit4:junit4]   2> 16663 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10084 (1429785608418492416)]} 0 0
> [junit4:junit4]   2> 16664 T794 C21 P37848 /update {wt=javabin&version=2} {add=[84 (1429785608419540992)]} 0 0
> [junit4:junit4]   2> 16666 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10084 (1429785608420589568)]} 0 1
> [junit4:junit4]   2> 16751 T776 C20 P52609 /update {wt=javabin&version=2} {add=[85 (1429785608509718528)]} 0 1
> [junit4:junit4]   2> 16751 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10085 (1429785608510767104)]} 0 0
> [junit4:junit4]   2> 16754 T795 C21 P37848 /update {wt=javabin&version=2} {add=[85 (1429785608513912832)]} 0 1
> [junit4:junit4]   2> 16755 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10085 (1429785608513912833)]} 0 1
> [junit4:junit4]   2> 16832 T775 C20 P52609 /update {wt=javabin&version=2} {add=[10086 (1429785608594653185)]} 0 1
> [junit4:junit4]   2> 16832 T774 C20 P52609 /update {wt=javabin&version=2} {add=[86 (1429785608594653184)]} 0 1
> [junit4:junit4]   2> 16834 T794 C21 P37848 /update {wt=javabin&version=2} {add=[86 (1429785608597798912)]} 0 0
> [junit4:junit4]   2> 16835 T793 C21 P37848 /update {wt=javabin&version=2} {add=[10086 (1429785608597798913)]} 0 1
> [junit4:junit4]   2> 16893 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10087 (1429785608658616321)]} 0 1
> [junit4:junit4]   2> 16893 T776 C20 P52609 /update {wt=javabin&version=2} {add=[87 (1429785608658616320)]} 0 1
> [junit4:junit4]   2> 16895 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10087 (1429785608661762048)]} 0 0
> [junit4:junit4]   2> 16896 T795 C21 P37848 /update {wt=javabin&version=2} {add=[87 (1429785608661762049)]} 0 1
> [junit4:junit4]   2> 16914 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10084 (-1429785608680636416)]} 0 1
> [junit4:junit4]   2> 16914 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[84 (-1429785608681684992)]} 0 0
> [junit4:junit4]   2> 16916 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10084 (-1429785608683782144)]} 0 0
> [junit4:junit4]   2> 16916 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[84 (-1429785608683782145)]} 0 0
> [junit4:junit4]   2> 16918 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10088 (1429785608685879296)]} 0 0
> [junit4:junit4]   2> 16919 T776 C20 P52609 /update {wt=javabin&version=2} {add=[88 (1429785608685879297)]} 0 1
> [junit4:junit4]   2> 16921 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10088 (1429785608687976448)]} 0 1
> [junit4:junit4]   2> 16921 T795 C21 P37848 /update {wt=javabin&version=2} {add=[88 (1429785608689025024)]} 0 1
> [junit4:junit4]   2> 16944 T774 C20 P52609 /update {wt=javabin&version=2} {delete=[10088 (-1429785608713142272)]} 0 0
> [junit4:junit4]   2> 16944 T775 C20 P52609 /update {wt=javabin&version=2} {delete=[88 (-1429785608713142273)]} 0 0
> [junit4:junit4]   2> 16946 T794 C21 P37848 /update {wt=javabin&version=2} {delete=[10088 (-1429785608715239424)]} 0 0
> [junit4:junit4]   2> 16947 T793 C21 P37848 /update {wt=javabin&version=2} {delete=[88 (-1429785608715239425)]} 0 1
> [junit4:junit4]   2> 16949 T773 C20 P52609 /update {wt=javabin&version=2} {add=[10089 (1429785608718385152)]} 0 1
> [junit4:junit4]   2> 16949 T776 C20 P52609 /update {wt=javabin&version=2} {add=[89 (1429785608718385153)]} 0 0
> [junit4:junit4]   2> 16952 T796 C21 P37848 /update {wt=javabin&version=2} {add=[10089 (1429785608720482304)]} 0 1
> [junit4:junit4]   2> 16952 T795 C21 P37848 /u
> 
> [...truncated too long message...]
> 
> !
> [junit4:junit4]   2> 34654 T758 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
> [junit4:junit4]   2> 34655 T758 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35738 35738
> [junit4:junit4]   2> 34656 T760 oazs.NIOServerCnxnFactory.run NIOServerCnxn factory exited run method
> [junit4:junit4]   2> 34657 T758 oazs.ZooKeeperServer.shutdown shutting down
> [junit4:junit4]   2> 34657 T758 oazs.SessionTrackerImpl.shutdown Shutting down
> [junit4:junit4]   2> 34657 T758 oazs.PrepRequestProcessor.shutdown Shutting down
> [junit4:junit4]   2> 34657 T758 oazs.SyncRequestProcessor.shutdown Shutting down
> [junit4:junit4]   2> 34658 T758 oazs.FinalRequestProcessor.shutdown shutdown of request processor complete
> [junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
> [junit4:junit4]   1> safe stop:
> [junit4:junit4]   1> safe stop:
> [junit4:junit4]   1> safe stop:
> [junit4:junit4]   1> safe stop:
> [junit4:junit4]   2> 34659 T758 oas.SolrTestCaseJ4.deleteCore ###deleteCore
> [junit4:junit4]   2> 34663 T757 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
> [junit4:junit4]   2> 34947 T761 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=ga_IE, timezone=Africa/Kigali
> [junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=57306264,total=211222528
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [StatelessScriptUpdateProcessorFactoryTest, TestJoin, TestPluginEnable, CSVRequestHandlerTest, BadComponentTest, MoreLikeThisHandlerTest, SuggesterFSTTest, QueryElevationComponentTest, MinimalSchemaTest, PrimUtilsTest, RegexBoostProcessorTest, TestDynamicFieldResource, TestCoreContainer, AutoCommitTest, TestRemoteStreaming, ZkControllerTest, ChaosMonkeyNothingIsSafeTest, RAMDirectoryFactoryTest, OverseerTest, SOLR749Test, RecoveryZkTest]
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=3B07FF4FE7325F94 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga_IE -Dtests.timezone=Africa/Kigali -Dtests.file.encoding=ISO-8859-1
> [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=817, name=coreLoadExecutor-308-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> [junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
> [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:980)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> [junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
> [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.run(FutureTask.java:262)
> [junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> [junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> [junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
> [junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@506d8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e3aecb)
> [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=819, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
> [junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
> [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:980)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
> [junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
> [junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:298)
> [junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:250)
> [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: BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@3a03ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@196ef3b)
> [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 35.21s, 1 test, 2 errors <<< FAILURES!
> 
> [...truncated 690 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 2 suite-level errors, 13 ignored (7 assumptions)
> 
> Total time: 44 minutes 3 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseParallelGC
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org