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/15 12:01:09 UTC

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

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

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1298, name=coreLoadExecutor-680-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=1298, name=coreLoadExecutor-680-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ff477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f70444)
	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=1300, 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=1300, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f)
	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 9271 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T1239 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /pc_/p
[junit4:junit4]   2> 3 T1239 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1363344355830
[junit4:junit4]   2> 4 T1239 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1240 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1240 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1240 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1240 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1240 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1240 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363344355829/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1239 oasc.ZkTestServer.run start zk server on port:47570
[junit4:junit4]   2> 105 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@46469d
[junit4:junit4]   2> 106 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1245 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T1245 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 107 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43021
[junit4:junit4]   2> 107 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43021
[junit4:junit4]   2> 108 T1243 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 118 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90000 with negotiated timeout 10000 for client /127.0.0.1:43021
[junit4:junit4]   2> 118 T1245 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90000, negotiated timeout = 10000
[junit4:junit4]   2> 118 T1246 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46469d name:ZooKeeperConnection Watcher:127.0.0.1:47570 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 119 T1239 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 122 T1244 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6da7f1f90000
[junit4:junit4]   2> 123 T1246 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 123 T1239 oaz.ZooKeeper.close Session: 0x13d6da7f1f90000 closed
[junit4:junit4]   2> 123 T1241 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43021 which had sessionid 0x13d6da7f1f90000
[junit4:junit4]   2> 123 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1739da1
[junit4:junit4]   2> 124 T1247 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 124 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 124 T1247 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 125 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43022
[junit4:junit4]   2> 125 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43022
[junit4:junit4]   2> 125 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90001 with negotiated timeout 10000 for client /127.0.0.1:43022
[junit4:junit4]   2> 125 T1247 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90001, negotiated timeout = 10000
[junit4:junit4]   2> 126 T1248 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1739da1 name:ZooKeeperConnection Watcher:127.0.0.1:47570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 126 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 126 T1239 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 128 T1239 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 130 T1239 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 131 T1239 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 133 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 133 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 136 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 137 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 139 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 139 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 141 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 141 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 143 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 143 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 145 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 145 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 147 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 147 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 149 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 149 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 151 T1239 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 151 T1239 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 153 T1244 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6da7f1f90001
[junit4:junit4]   2> 153 T1248 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 153 T1241 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43022 which had sessionid 0x13d6da7f1f90001
[junit4:junit4]   2> 153 T1239 oaz.ZooKeeper.close Session: 0x13d6da7f1f90001 closed
[junit4:junit4]   2> 206 T1239 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 208 T1239 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42675
[junit4:junit4]   2> 209 T1239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 209 T1239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 209 T1239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980
[junit4:junit4]   2> 210 T1239 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/solr.xml
[junit4:junit4]   2> 210 T1239 oasc.CoreContainer.<init> New CoreContainer 31028099
[junit4:junit4]   2> 210 T1239 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/'
[junit4:junit4]   2> 211 T1239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/'
[junit4:junit4]   2> 229 T1239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 230 T1239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 230 T1239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 231 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 231 T1239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 231 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 231 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 232 T1239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 232 T1239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 232 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 243 T1239 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 255 T1239 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47570/solr
[junit4:junit4]   2> 255 T1239 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 256 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19769e2
[junit4:junit4]   2> 257 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 257 T1258 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 257 T1258 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 257 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43023
[junit4:junit4]   2> 258 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43023
[junit4:junit4]   2> 259 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90002 with negotiated timeout 20000 for client /127.0.0.1:43023
[junit4:junit4]   2> 259 T1258 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90002, negotiated timeout = 20000
[junit4:junit4]   2> 259 T1259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19769e2 name:ZooKeeperConnection Watcher:127.0.0.1:47570 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 259 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 260 T1244 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6da7f1f90002
[junit4:junit4]   2> 261 T1259 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 261 T1241 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43023 which had sessionid 0x13d6da7f1f90002
[junit4:junit4]   2> 261 T1239 oaz.ZooKeeper.close Session: 0x13d6da7f1f90002 closed
[junit4:junit4]   2> 261 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 264 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ba4004
[junit4:junit4]   2> 265 T1260 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 264 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 265 T1260 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 265 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43024
[junit4:junit4]   2> 265 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43024
[junit4:junit4]   2> 266 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90003 with negotiated timeout 20000 for client /127.0.0.1:43024
[junit4:junit4]   2> 266 T1260 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90003, negotiated timeout = 20000
[junit4:junit4]   2> 266 T1261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ba4004 name:ZooKeeperConnection Watcher:127.0.0.1:47570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 266 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 268 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 268 T1239 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 270 T1239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42675_pc_%2Fp
[junit4:junit4]   2> 270 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42675_pc_%2Fp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42675_pc_%2Fp
[junit4:junit4]   2> 270 T1239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42675_pc_%2Fp
[junit4:junit4]   2> 272 T1239 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 275 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 275 T1239 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 277 T1239 oasc.Overseer.start Overseer (id=89348135703871491-127.0.0.1:42675_pc_%2Fp-n_0000000000) starting
[junit4:junit4]   2> 278 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 279 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 279 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 280 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 280 T1263 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 281 T1239 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 282 T1239 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 283 T1239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 285 T1262 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 287 T1264 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/collection1
[junit4:junit4]   2> 287 T1264 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 288 T1264 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 288 T1264 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 289 T1264 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/collection1/'
[junit4:junit4]   2> 289 T1264 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/collection1/lib/README' to classloader
[junit4:junit4]   2> 289 T1264 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 324 T1264 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 364 T1264 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 364 T1264 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 369 T1264 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 802 T1264 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 808 T1264 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 811 T1264 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 820 T1264 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 823 T1264 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 825 T1264 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 826 T1264 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 826 T1264 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 827 T1264 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 827 T1264 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 828 T1264 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 828 T1264 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 828 T1264 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363344355980/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/control/data/
[junit4:junit4]   2> 828 T1264 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bc5d9
[junit4:junit4]   2> 829 T1264 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 829 T1264 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/control/data forceNew: false
[junit4:junit4]   2> 829 T1264 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/control/data/index/
[junit4:junit4]   2> 829 T1264 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363344355829/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 830 T1264 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/control/data/index forceNew: false
[junit4:junit4]   2> 831 T1264 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13aef3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191e37d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 831 T1264 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 833 T1264 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 833 T1264 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 833 T1264 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 834 T1264 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 834 T1264 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 834 T1264 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 835 T1264 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 835 T1264 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 835 T1264 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 837 T1264 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 843 T1264 oass.SolrIndexSearcher.<init> Opening Searcher@f55c72 main
[junit4:junit4]   2> 844 T1264 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/control/data/tlog
[junit4:junit4]   2> 844 T1264 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 844 T1264 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 848 T1265 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f55c72 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 849 T1264 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 849 T1264 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 850 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1788 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1788 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42675_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42675/pc_/p"}
[junit4:junit4]   2> 1789 T1262 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1789 T1262 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1789 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1793 T1261 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> 1852 T1264 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 1852 T1264 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42675/pc_/p collection:control_collection shard:shard1
[junit4:junit4]   2> 1853 T1264 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 1859 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 1859 T1264 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 1860 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1861 T1264 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 1861 T1264 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 1861 T1264 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42675/pc_/p/collection1/
[junit4:junit4]   2> 1861 T1264 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 1861 T1264 oasc.SyncStrategy.syncToMe http://127.0.0.1:42675/pc_/p/collection1/ has no replicas
[junit4:junit4]   2> 1862 T1264 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42675/pc_/p/collection1/
[junit4:junit4]   2> 1862 T1264 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 1864 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3298 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3305 T1261 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> 3318 T1264 oasc.ZkController.register We are http://127.0.0.1:42675/pc_/p/collection1/ and leader is http://127.0.0.1:42675/pc_/p/collection1/
[junit4:junit4]   2> 3319 T1264 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42675/pc_/p
[junit4:junit4]   2> 3319 T1264 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3319 T1264 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3319 T1264 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3321 T1264 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3322 T1239 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3322 T1239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3323 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3325 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3326 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4720f
[junit4:junit4]   2> 3327 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3327 T1267 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3327 T1267 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 3327 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43025
[junit4:junit4]   2> 3328 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43025
[junit4:junit4]   2> 3328 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90004 with negotiated timeout 10000 for client /127.0.0.1:43025
[junit4:junit4]   2> 3328 T1267 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90004, negotiated timeout = 10000
[junit4:junit4]   2> 3329 T1268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4720f name:ZooKeeperConnection Watcher:127.0.0.1:47570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3329 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3331 T1239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3333 T1239 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3385 T1239 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3387 T1239 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49175
[junit4:junit4]   2> 3388 T1239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3388 T1239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3388 T1239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159
[junit4:junit4]   2> 3389 T1239 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/solr.xml
[junit4:junit4]   2> 3389 T1239 oasc.CoreContainer.<init> New CoreContainer 15836717
[junit4:junit4]   2> 3390 T1239 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/'
[junit4:junit4]   2> 3390 T1239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/'
[junit4:junit4]   2> 3408 T1239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3408 T1239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3408 T1239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3409 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3409 T1239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3409 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3410 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3410 T1239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3410 T1239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3410 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3417 T1239 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3437 T1239 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47570/solr
[junit4:junit4]   2> 3437 T1239 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3437 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5ce623
[junit4:junit4]   2> 3438 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3438 T1278 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3439 T1278 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 3439 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43026
[junit4:junit4]   2> 3439 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43026
[junit4:junit4]   2> 3440 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90005 with negotiated timeout 20000 for client /127.0.0.1:43026
[junit4:junit4]   2> 3440 T1278 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90005, negotiated timeout = 20000
[junit4:junit4]   2> 3440 T1279 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ce623 name:ZooKeeperConnection Watcher:127.0.0.1:47570 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3441 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3442 T1244 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6da7f1f90005
[junit4:junit4]   2> 3442 T1279 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3442 T1241 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43026 which had sessionid 0x13d6da7f1f90005
[junit4:junit4]   2> 3442 T1239 oaz.ZooKeeper.close Session: 0x13d6da7f1f90005 closed
[junit4:junit4]   2> 3443 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3446 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e213ac
[junit4:junit4]   2> 3447 T1280 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3446 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3447 T1280 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 3447 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43027
[junit4:junit4]   2> 3447 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43027
[junit4:junit4]   2> 3448 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90006 with negotiated timeout 20000 for client /127.0.0.1:43027
[junit4:junit4]   2> 3448 T1280 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90006, negotiated timeout = 20000
[junit4:junit4]   2> 3448 T1281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e213ac name:ZooKeeperConnection Watcher:127.0.0.1:47570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3449 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3450 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3450 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3452 T1239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4454 T1239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49175_pc_%2Fp
[junit4:junit4]   2> 4455 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49175_pc_%2Fp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49175_pc_%2Fp
[junit4:junit4]   2> 4455 T1239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49175_pc_%2Fp
[junit4:junit4]   2> 4458 T1261 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> 4458 T1268 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4458 T1281 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4459 T1261 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4463 T1282 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/collection1
[junit4:junit4]   2> 4463 T1282 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4464 T1282 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4464 T1282 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4465 T1282 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/collection1/'
[junit4:junit4]   2> 4465 T1282 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/collection1/lib/README' to classloader
[junit4:junit4]   2> 4466 T1282 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4498 T1282 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4546 T1282 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4547 T1282 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4551 T1282 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4812 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4813 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42675_pc_%2Fp_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42675_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42675/pc_/p"}
[junit4:junit4]   2> 4816 T1281 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> 4816 T1268 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> 4816 T1261 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> 4998 T1282 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5003 T1282 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5006 T1282 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5017 T1282 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5020 T1282 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5023 T1282 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5024 T1282 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5024 T1282 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5024 T1282 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5025 T1282 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5025 T1282 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5025 T1282 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5025 T1282 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363344359159/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty1/
[junit4:junit4]   2> 5026 T1282 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bc5d9
[junit4:junit4]   2> 5026 T1282 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5026 T1282 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty1 forceNew: false
[junit4:junit4]   2> 5027 T1282 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty1/index/
[junit4:junit4]   2> 5027 T1282 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5027 T1282 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty1/index forceNew: false
[junit4:junit4]   2> 5028 T1282 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1622f19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a6b1dd),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5028 T1282 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5030 T1282 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5030 T1282 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5030 T1282 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5031 T1282 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5031 T1282 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5031 T1282 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5032 T1282 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5032 T1282 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5032 T1282 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5035 T1282 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5037 T1282 oass.SolrIndexSearcher.<init> Opening Searcher@bbcaa6 main
[junit4:junit4]   2> 5037 T1282 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty1/tlog
[junit4:junit4]   2> 5038 T1282 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5038 T1282 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5051 T1283 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bbcaa6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5052 T1282 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5052 T1282 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6320 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6321 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49175_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49175/pc_/p"}
[junit4:junit4]   2> 6321 T1262 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6321 T1262 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6325 T1268 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> 6325 T1261 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> 6325 T1281 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> 7054 T1282 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7054 T1282 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49175/pc_/p collection:collection1 shard:shard1
[junit4:junit4]   2> 7055 T1282 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7061 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7061 T1282 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7062 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7063 T1282 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7063 T1282 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7064 T1282 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49175/pc_/p/collection1/
[junit4:junit4]   2> 7064 T1282 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7064 T1282 oasc.SyncStrategy.syncToMe http://127.0.0.1:49175/pc_/p/collection1/ has no replicas
[junit4:junit4]   2> 7064 T1282 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49175/pc_/p/collection1/
[junit4:junit4]   2> 7064 T1282 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7068 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7828 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7834 T1268 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> 7834 T1281 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> 7834 T1261 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> 7872 T1282 oasc.ZkController.register We are http://127.0.0.1:49175/pc_/p/collection1/ and leader is http://127.0.0.1:49175/pc_/p/collection1/
[junit4:junit4]   2> 7872 T1282 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49175/pc_/p
[junit4:junit4]   2> 7872 T1282 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7872 T1282 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7873 T1282 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7874 T1282 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7874 T1239 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7875 T1239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7875 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7936 T1239 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7938 T1239 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47649
[junit4:junit4]   2> 7939 T1239 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7939 T1239 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7939 T1239 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704
[junit4:junit4]   2> 7940 T1239 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/solr.xml
[junit4:junit4]   2> 7940 T1239 oasc.CoreContainer.<init> New CoreContainer 1026458
[junit4:junit4]   2> 7940 T1239 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/'
[junit4:junit4]   2> 7941 T1239 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/'
[junit4:junit4]   2> 7959 T1239 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7959 T1239 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7959 T1239 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7960 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7960 T1239 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7960 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7960 T1239 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7961 T1239 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7961 T1239 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7961 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7968 T1239 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7986 T1239 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:47570/solr
[junit4:junit4]   2> 7986 T1239 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7987 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1dad78e
[junit4:junit4]   2> 7987 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7988 T1294 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7988 T1294 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 7988 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43031
[junit4:junit4]   2> 7989 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43031
[junit4:junit4]   2> 7990 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90007 with negotiated timeout 20000 for client /127.0.0.1:43031
[junit4:junit4]   2> 7990 T1294 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90007, negotiated timeout = 20000
[junit4:junit4]   2> 7990 T1295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dad78e name:ZooKeeperConnection Watcher:127.0.0.1:47570 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7990 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7992 T1244 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6da7f1f90007
[junit4:junit4]   2> 7992 T1295 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7992 T1241 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43031 which had sessionid 0x13d6da7f1f90007
[junit4:junit4]   2> 7992 T1239 oaz.ZooKeeper.close Session: 0x13d6da7f1f90007 closed
[junit4:junit4]   2> 7993 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 7995 T1239 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:47570/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1928390
[junit4:junit4]   2> 7996 T1296 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:47570. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7996 T1239 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7997 T1296 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:47570, initiating session
[junit4:junit4]   2> 7997 T1241 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43032
[junit4:junit4]   2> 7997 T1241 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43032
[junit4:junit4]   2> 7998 T1243 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6da7f1f90008 with negotiated timeout 20000 for client /127.0.0.1:43032
[junit4:junit4]   2> 7998 T1296 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:47570, sessionid = 0x13d6da7f1f90008, negotiated timeout = 20000
[junit4:junit4]   2> 7998 T1297 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1928390 name:ZooKeeperConnection Watcher:127.0.0.1:47570/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7998 T1239 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7999 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8000 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8002 T1239 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9004 T1239 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47649_pc_%2Fp
[junit4:junit4]   2> 9004 T1244 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6da7f1f90008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47649_pc_%2Fp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47649_pc_%2Fp
[junit4:junit4]   2> 9005 T1239 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47649_pc_%2Fp
[junit4:junit4]   2> 9007 T1268 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> 9008 T1261 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> 9008 T1281 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9008 T1297 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9008 T1281 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> 9009 T1268 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9009 T1261 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9014 T1298 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/collection1
[junit4:junit4]   2> 9014 T1298 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9015 T1298 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9015 T1298 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9016 T1298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/collection1/'
[junit4:junit4]   2> 9016 T1298 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/collection1/lib/README' to classloader
[junit4:junit4]   2> 9017 T1298 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9048 T1298 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9086 T1298 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9087 T1298 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9091 T1298 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9338 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9339 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:49175_pc_%2Fp_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49175_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49175/pc_/p"}
[junit4:junit4]   2> 9342 T1281 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> 9342 T1268 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> 9342 T1297 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> 9342 T1261 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> 9531 T1298 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9537 T1298 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9540 T1298 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9549 T1298 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9552 T1298 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9555 T1298 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9555 T1298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9556 T1298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9556 T1298 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9556 T1298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9557 T1298 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9557 T1298 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9557 T1298 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363344363704/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/
[junit4:junit4]   2> 9557 T1298 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8bc5d9
[junit4:junit4]   2> 9558 T1298 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9558 T1298 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2 forceNew: false
[junit4:junit4]   2> 9558 T1298 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/index/
[junit4:junit4]   2> 9558 T1298 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9559 T1298 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/index forceNew: false
[junit4:junit4]   2> 9560 T1298 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52586b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1aafbce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9560 T1298 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9562 T1298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9562 T1298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9562 T1298 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9563 T1298 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9563 T1298 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9563 T1298 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9564 T1298 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9564 T1298 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9564 T1298 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9567 T1298 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9569 T1298 oass.SolrIndexSearcher.<init> Opening Searcher@1d65ca main
[junit4:junit4]   2> 9569 T1298 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/tlog
[junit4:junit4]   2> 9570 T1298 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9570 T1298 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9574 T1299 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d65ca main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9576 T1298 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9576 T1298 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10846 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10847 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47649_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47649/pc_/p"}
[junit4:junit4]   2> 10847 T1262 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10847 T1262 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10850 T1281 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> 10850 T1268 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> 10850 T1297 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> 10851 T1261 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> 11585 T1298 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11585 T1298 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47649/pc_/p collection:collection1 shard:shard1
[junit4:junit4]   2> 11588 T1298 oasc.ZkController.register We are http://127.0.0.1:47649/pc_/p/collection1/ and leader is http://127.0.0.1:49175/pc_/p/collection1/
[junit4:junit4]   2> 11588 T1298 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47649/pc_/p
[junit4:junit4]   2> 11588 T1298 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11588 T1298 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C77 name=collection1 org.apache.solr.core.SolrCore@16c5211 url=http://127.0.0.1:47649/pc_/p/collection1 node=127.0.0.1:47649_pc_%2Fp C77_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:47649_pc_%2Fp, base_url=http://127.0.0.1:47649/pc_/p}
[junit4:junit4]   2> 11589 T1300 C77 P47649 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11590 T1298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11590 T1300 C77 P47649 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11590 T1300 C77 P47649 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11590 T1300 C77 P47649 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11591 T1239 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11591 T1239 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11591 T1300 C77 P47649 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11591 T1239 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11595 T1239 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C78 name=collection1 org.apache.solr.core.SolrCore@20878d url=http://127.0.0.1:42675/pc_/p/collection1 node=127.0.0.1:42675_pc_%2Fp C78_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:42675_pc_%2Fp, base_url=http://127.0.0.1:42675/pc_/p, leader=true}
[junit4:junit4]   2> 11603 T1257 C78 P42675 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13aef3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191e37d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11603 T1257 C78 P42675 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11605 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10001 (1429570183420182529)]} 0 4
[junit4:junit4]   2> 11605 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[1 (1429570183420182528)]} 0 4
[junit4:junit4]   2> ASYNC  NEW_CORE C79 name=collection1 org.apache.solr.core.SolrCore@1a15ae5 url=http://127.0.0.1:49175/pc_/p/collection1 node=127.0.0.1:49175_pc_%2Fp C79_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49175_pc_%2Fp, base_url=http://127.0.0.1:49175/pc_/p, leader=true}
[junit4:junit4]   2> 11613 T1277 C79 P49175 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1622f19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a6b1dd),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11614 T1277 C79 P49175 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11616 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10001 (1429570183430668288)]} 0 4
[junit4:junit4]   2> 11616 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[1 (1429570183432765440)]} 0 2
[junit4:junit4]   2> 11665 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[2 (1429570183486242816)]} 0 0
[junit4:junit4]   2> 11666 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10002 (1429570183486242817)]} 0 1
[junit4:junit4]   2> 11668 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[2 (1429570183488339968)]} 0 1
[junit4:junit4]   2> 11668 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10002 (1429570183489388544)]} 0 0
[junit4:junit4]   2> 11681 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10002 (-1429570183503020032)]} 0 0
[junit4:junit4]   2> 11681 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[2 (-1429570183503020033)]} 0 0
[junit4:junit4]   2> 11683 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[2 (-1429570183505117184)]} 0 0
[junit4:junit4]   2> 11684 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10002 (-1429570183505117185)]} 0 0
[junit4:junit4]   2> 11686 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[3 (1429570183507214336)]} 0 1
[junit4:junit4]   2> 11686 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10003 (1429570183508262912)]} 0 0
[junit4:junit4]   2> 11688 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[3 (1429570183510360064)]} 0 0
[junit4:junit4]   2> 11689 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10003 (1429570183510360065)]} 0 1
[junit4:junit4]   2> 11720 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[4 (1429570183543914496)]} 0 0
[junit4:junit4]   2> 11720 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10004 (1429570183543914497)]} 0 0
[junit4:junit4]   2> 11723 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10004 (1429570183547060224)]} 0 1
[junit4:junit4]   2> 11723 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[4 (1429570183547060225)]} 0 1
[junit4:junit4]   2> 11778 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[5 (1429570183603683329)]} 0 1
[junit4:junit4]   2> 11778 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10005 (1429570183603683328)]} 0 1
[junit4:junit4]   2> 11780 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10005 (1429570183606829057)]} 0 0
[junit4:junit4]   2> 11781 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[5 (1429570183606829056)]} 0 1
[junit4:junit4]   2> 11853 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[4 (-1429570183683375104)]} 0 0
[junit4:junit4]   2> 11853 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10004 (-1429570183683375105)]} 0 0
[junit4:junit4]   2> 11856 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[4 (-1429570183685472256)]} 0 1
[junit4:junit4]   2> 11856 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10004 (-1429570183685472257)]} 0 1
[junit4:junit4]   2> 11858 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[6 (1429570183688617984)]} 0 0
[junit4:junit4]   2> 11858 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10006 (1429570183688617985)]} 0 0
[junit4:junit4]   2> 11861 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[6 (1429570183690715136)]} 0 1
[junit4:junit4]   2> 11861 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10006 (1429570183690715137)]} 0 1
[junit4:junit4]   2> 11943 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[7 (1429570183776698369)]} 0 1
[junit4:junit4]   2> 11943 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10007 (1429570183776698368)]} 0 1
[junit4:junit4]   2> 11946 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[7 (1429570183779844096)]} 0 1
[junit4:junit4]   2> 11946 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10007 (1429570183779844097)]} 0 1
[junit4:junit4]   2> 11991 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[8 (1429570183827030016)]} 0 1
[junit4:junit4]   2> 11991 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10008 (1429570183827030017)]} 0 1
[junit4:junit4]   2> 11994 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[8 (1429570183830175744)]} 0 1
[junit4:junit4]   2> 11994 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10008 (1429570183830175745)]} 0 1
[junit4:junit4]   2> 12062 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10009 (1429570183901478913)]} 0 1
[junit4:junit4]   2> 12062 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[9 (1429570183901478912)]} 0 1
[junit4:junit4]   2> 12064 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[9 (1429570183904624640)]} 0 0
[junit4:junit4]   2> 12064 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10009 (1429570183904624641)]} 0 0
[junit4:junit4]   2> 12137 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[9 (-1429570183981170688)]} 0 0
[junit4:junit4]   2> 12137 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[10009 (-1429570183981170689)]} 0 0
[junit4:junit4]   2> 12139 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[10009 (-1429570183983267840)]} 0 0
[junit4:junit4]   2> 12139 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[9 (-1429570183983267841)]} 0 0
[junit4:junit4]   2> 12142 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10010 (1429570183985364992)]} 0 1
[junit4:junit4]   2> 12142 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10 (1429570183985364993)]} 0 1
[junit4:junit4]   2> 12144 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10 (1429570183988510721)]} 0 0
[junit4:junit4]   2> 12144 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10010 (1429570183988510720)]} 0 0
[junit4:junit4]   2> 12192 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[10 (-1429570184038842368)]} 0 0
[junit4:junit4]   2> 12193 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[10010 (-1429570184038842369)]} 0 1
[junit4:junit4]   2> 12195 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10010 (-1429570184041988096)]} 0 0
[junit4:junit4]   2> 12195 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[10 (-1429570184041988097)]} 0 0
[junit4:junit4]   2> 12203 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10011 (1429570184050376705)]} 0 6
[junit4:junit4]   2> 12203 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[11 (1429570184050376704)]} 0 6
[junit4:junit4]   2> 12206 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[11 (1429570184052473856)]} 0 1
[junit4:junit4]   2> 12206 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10011 (1429570184052473857)]} 0 1
[junit4:junit4]   2> 12268 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10012 (1429570184117485569)]} 0 1
[junit4:junit4]   2> 12268 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[12 (1429570184117485568)]} 0 1
[junit4:junit4]   2> 12271 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[12 (1429570184120631296)]} 0 1
[junit4:junit4]   2> 12271 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10012 (1429570184120631297)]} 0 1
[junit4:junit4]   2> 12323 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10013 (1429570184175157249)]} 0 1
[junit4:junit4]   2> 12323 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[13 (1429570184175157248)]} 0 1
[junit4:junit4]   2> 12325 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[13 (1429570184178302976)]} 0 0
[junit4:junit4]   2> 12325 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10013 (1429570184178302977)]} 0 0
[junit4:junit4]   2> 12354 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12355 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:47649_pc_%2Fp_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47649_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47649/pc_/p"}
[junit4:junit4]   2> 12357 T1297 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> 12358 T1261 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> 12358 T1268 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> 12358 T1281 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> 12370 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[14 (1429570184224440320)]} 0 1
[junit4:junit4]   2> 12370 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10014 (1429570184224440321)]} 0 1
[junit4:junit4]   2>  C77_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:47649_pc_%2Fp, base_url=http://127.0.0.1:47649/pc_/p}
[junit4:junit4]   2> 12379 T1292 C77 P47649 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52586b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1aafbce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12380 T1292 C77 P47649 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12382 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429570184227586048)]} 0 4
[junit4:junit4]   2> 12382 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429570184227586049)]} 0 4
[junit4:junit4]   2> 12383 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[14 (1429570184227586048)]} 0 11
[junit4:junit4]   2> 12383 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10014 (1429570184227586049)]} 0 11
[junit4:junit4]   2> 12469 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[15 (1429570184328249344)]} 0 1
[junit4:junit4]   2> 12469 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10015 (1429570184328249345)]} 0 1
[junit4:junit4]   2> 12474 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429570184331395072)]} 0 1
[junit4:junit4]   2> 12474 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429570184331395073)]} 0 1
[junit4:junit4]   2> 12474 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[15 (1429570184331395072)]} 0 3
[junit4:junit4]   2> 12475 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10015 (1429570184331395073)]} 0 4
[junit4:junit4]   2> 12535 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[15 (-1429570184398503936)]} 0 0
[junit4:junit4]   2> 12535 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[10015 (-1429570184398503937)]} 0 0
[junit4:junit4]   2> 12540 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429570184400601088)]} 0 0
[junit4:junit4]   2> 12540 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429570184400601089)]} 0 0
[junit4:junit4]   2> 12541 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[15 (-1429570184400601088)]} 0 4
[junit4:junit4]   2> 12541 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[10015 (-1429570184400601089)]} 0 4
[junit4:junit4]   2> 12543 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[16 (1429570184406892544)]} 0 0
[junit4:junit4]   2> 12543 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10016 (1429570184406892545)]} 0 0
[junit4:junit4]   2> 12547 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429570184408989696)]} 0 0
[junit4:junit4]   2> 12548 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429570184408989697)]} 0 1
[junit4:junit4]   2> 12548 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[16 (1429570184408989696)]} 0 3
[junit4:junit4]   2> 12548 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10016 (1429570184408989697)]} 0 3
[junit4:junit4]   2> 12595 T1276 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:47649_pc_%252Fp_collection1&state=recovering&nodeName=127.0.0.1:47649_pc_%252Fp&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 12650 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10017 (1429570184518041601)]} 0 1
[junit4:junit4]   2> 12650 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[17 (1429570184518041600)]} 0 1
[junit4:junit4]   2> 12655 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429570184522235905)]} 0 0
[junit4:junit4]   2> 12655 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429570184522235904)]} 0 0
[junit4:junit4]   2> 12656 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10017 (1429570184522235904)]} 0 4
[junit4:junit4]   2> 12656 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[17 (1429570184522235905)]} 0 3
[junit4:junit4]   2> 12730 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[18 (1429570184602976256)]} 0 0
[junit4:junit4]   2> 12730 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10018 (1429570184602976257)]} 0 0
[junit4:junit4]   2> 12735 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429570184606121984)]} 0 0
[junit4:junit4]   2> 12735 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429570184606121985)]} 0 0
[junit4:junit4]   2> 12736 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[18 (1429570184606121984)]} 0 3
[junit4:junit4]   2> 12736 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10018 (1429570184606121985)]} 0 3
[junit4:junit4]   2> 12768 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[17 (-1429570184641773568)]} 0 1
[junit4:junit4]   2> 12768 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[10017 (-1429570184641773569)]} 0 1
[junit4:junit4]   2> 12772 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429570184644919297)]} 0 0
[junit4:junit4]   2> 12772 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429570184644919296)]} 0 0
[junit4:junit4]   2> 12772 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10017 (-1429570184644919297)]} 0 2
[junit4:junit4]   2> 12772 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[17 (-1429570184644919296)]} 0 2
[junit4:junit4]   2> 12775 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[19 (1429570184649113600)]} 0 1
[junit4:junit4]   2> 12775 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10019 (1429570184649113601)]} 0 1
[junit4:junit4]   2> 12780 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429570184652259328)]} 0 1
[junit4:junit4]   2> 12780 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429570184652259329)]} 0 1
[junit4:junit4]   2> 12781 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[19 (1429570184652259328)]} 0 4
[junit4:junit4]   2> 12781 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10019 (1429570184652259329)]} 0 4
[junit4:junit4]   2> 12793 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[20 (1429570184667987968)]} 0 1
[junit4:junit4]   2> 12793 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10020 (1429570184667987969)]} 0 1
[junit4:junit4]   2> 12797 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429570184671133696)]} 0 0
[junit4:junit4]   2> 12797 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429570184671133697)]} 0 0
[junit4:junit4]   2> 12798 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10020 (1429570184671133696)]} 0 3
[junit4:junit4]   2> 12798 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[20 (1429570184671133697)]} 0 3
[junit4:junit4]   2> 12890 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10018 (-1429570184770748417)]} 0 1
[junit4:junit4]   2> 12890 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[18 (-1429570184770748416)]} 0 1
[junit4:junit4]   2> 12894 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429570184772845569)]} 0 0
[junit4:junit4]   2> 12894 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429570184772845568)]} 0 0
[junit4:junit4]   2> 12895 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[10018 (-1429570184772845569)]} 0 3
[junit4:junit4]   2> 12895 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[18 (-1429570184772845568)]} 0 3
[junit4:junit4]   2> 12897 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10021 (1429570184778088448)]} 0 0
[junit4:junit4]   2> 12898 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[21 (1429570184778088449)]} 0 1
[junit4:junit4]   2> 12902 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429570184781234176)]} 0 0
[junit4:junit4]   2> 12902 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429570184780185600)]} 0 0
[junit4:junit4]   2> 12903 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[21 (1429570184781234176)]} 0 3
[junit4:junit4]   2> 12903 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10021 (1429570184780185600)]} 0 4
[junit4:junit4]   2> 12981 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[20 (-1429570184866168832)]} 0 0
[junit4:junit4]   2> 12981 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10020 (-1429570184866168833)]} 0 0
[junit4:junit4]   2> 12986 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1429570184869314560)]} 0 1
[junit4:junit4]   2> 12986 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1429570184869314561)]} 0 1
[junit4:junit4]   2> 12986 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[20 (-1429570184869314560)]} 0 2
[junit4:junit4]   2> 12987 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[10020 (-1429570184869314561)]} 0 3
[junit4:junit4]   2> 12989 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[22 (1429570184873508864)]} 0 1
[junit4:junit4]   2> 12989 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10022 (1429570184874557440)]} 0 0
[junit4:junit4]   2> 12993 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429570184876654592)]} 0 0
[junit4:junit4]   2> 12994 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429570184876654593)]} 0 1
[junit4:junit4]   2> 12994 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[22 (1429570184876654592)]} 0 3
[junit4:junit4]   2> 12994 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10022 (1429570184876654593)]} 0 3
[junit4:junit4]   2> 13045 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10021 (-1429570184933277696)]} 0 0
[junit4:junit4]   2> 13045 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[21 (-1429570184933277697)]} 0 0
[junit4:junit4]   2> 13049 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10021 (-1429570184935374849)]} 0 0
[junit4:junit4]   2> 13049 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[21 (-1429570184935374848)]} 0 0
[junit4:junit4]   2> 13050 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[10021 (-1429570184935374849)]} 0 3
[junit4:junit4]   2> 13050 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[21 (-1429570184935374848)]} 0 3
[junit4:junit4]   2> 13053 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10023 (1429570184940617728)]} 0 1
[junit4:junit4]   2> 13053 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[23 (1429570184941666304)]} 0 0
[junit4:junit4]   2> 13057 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429570184943763456)]} 0 0
[junit4:junit4]   2> 13058 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429570184943763457)]} 0 1
[junit4:junit4]   2> 13058 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10023 (1429570184943763456)]} 0 3
[junit4:junit4]   2> 13059 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[23 (1429570184943763457)]} 0 4
[junit4:junit4]   2> 13149 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10024 (1429570185042329600)]} 0 0
[junit4:junit4]   2> 13150 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[24 (1429570185043378176)]} 0 0
[junit4:junit4]   2> 13154 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429570185045475328)]} 0 1
[junit4:junit4]   2> 13154 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10024 (1429570185045475328)]} 0 3
[junit4:junit4]   2> 13155 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429570185045475329)]} 0 1
[junit4:junit4]   2> 13155 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[24 (1429570185045475329)]} 0 3
[junit4:junit4]   2> 13225 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[10024 (-1429570185122021376)]} 0 0
[junit4:junit4]   2> 13226 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[24 (-1429570185122021377)]} 0 1
[junit4:junit4]   2> 13231 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1429570185126215680)]} 0 0
[junit4:junit4]   2> 13231 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1429570185126215681)]} 0 0
[junit4:junit4]   2> 13232 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[10024 (-1429570185126215680)]} 0 3
[junit4:junit4]   2> 13232 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[24 (-1429570185126215681)]} 0 3
[junit4:junit4]   2> 13234 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10025 (1429570185131458560)]} 0 0
[junit4:junit4]   2> 13235 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[25 (1429570185131458561)]} 0 1
[junit4:junit4]   2> 13239 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429570185133555712)]} 0 0
[junit4:junit4]   2> 13240 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429570185134604288)]} 0 1
[junit4:junit4]   2> 13240 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10025 (1429570185133555712)]} 0 4
[junit4:junit4]   2> 13240 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[25 (1429570185134604288)]} 0 3
[junit4:junit4]   2> 13306 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[25 (-1429570185206956033)]} 0 0
[junit4:junit4]   2> 13306 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[10025 (-1429570185206956032)]} 0 0
[junit4:junit4]   2> 13311 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[25 (-1429570185210101760)]} 0 1
[junit4:junit4]   2> 13311 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10025 (-1429570185210101761)]} 0 1
[junit4:junit4]   2> 13311 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[25 (-1429570185210101760)]} 0 2
[junit4:junit4]   2> 13311 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10025 (-1429570185210101761)]} 0 2
[junit4:junit4]   2> 13314 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10026 (1429570185215344640)]} 0 1
[junit4:junit4]   2> 13314 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[26 (1429570185214296064)]} 0 1
[junit4:junit4]   2> 13319 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429570185217441793)]} 0 1
[junit4:junit4]   2> 13319 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429570185217441792)]} 0 1
[junit4:junit4]   2> 13319 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10026 (1429570185217441793)]} 0 3
[junit4:junit4]   2> 13320 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[26 (1429570185217441792)]} 0 4
[junit4:junit4]   2> 13368 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[26 (-1429570185271967745)]} 0 0
[junit4:junit4]   2> 13368 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[10026 (-1429570185271967744)]} 0 0
[junit4:junit4]   2> 13372 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1429570185274064896)]} 0 0
[junit4:junit4]   2> 13372 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1429570185274064897)]} 0 0
[junit4:junit4]   2> 13372 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10026 (-1429570185274064897)]} 0 2
[junit4:junit4]   2> 13372 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[26 (-1429570185274064896)]} 0 2
[junit4:junit4]   2> 13381 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[27 (1429570185285599233)]} 0 1
[junit4:junit4]   2> 13381 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10027 (1429570185285599232)]} 0 1
[junit4:junit4]   2> 13386 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429570185287696384)]} 0 1
[junit4:junit4]   2> 13386 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429570185287696385)]} 0 0
[junit4:junit4]   2> 13386 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10027 (1429570185287696384)]} 0 3
[junit4:junit4]   2> 13387 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[27 (1429570185287696385)]} 0 4
[junit4:junit4]   2> 13407 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10028 (1429570185311813632)]} 0 1
[junit4:junit4]   2> 13407 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[28 (1429570185311813633)]} 0 1
[junit4:junit4]   2> 13412 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429570185314959361)]} 0 1
[junit4:junit4]   2> 13412 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429570185314959360)]} 0 1
[junit4:junit4]   2> 13412 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[28 (1429570185314959361)]} 0 3
[junit4:junit4]   2> 13413 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10028 (1429570185314959360)]} 0 4
[junit4:junit4]   2> 13418 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[28 (-1429570185324396544)]} 0 0
[junit4:junit4]   2> 13418 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10028 (-1429570185324396545)]} 0 0
[junit4:junit4]   2> 13422 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1429570185327542272)]} 0 0
[junit4:junit4]   2> 13422 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1429570185327542273)]} 0 0
[junit4:junit4]   2> 13423 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[10028 (-1429570185327542273)]} 0 3
[junit4:junit4]   2> 13423 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[28 (-1429570185327542272)]} 0 3
[junit4:junit4]   2> 13426 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10029 (1429570185331736576)]} 0 1
[junit4:junit4]   2> 13426 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[29 (1429570185332785152)]} 0 1
[junit4:junit4]   2> 13431 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429570185334882305)]} 0 1
[junit4:junit4]   2> 13431 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429570185334882304)]} 0 1
[junit4:junit4]   2> 13431 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10029 (1429570185334882304)]} 0 3
[junit4:junit4]   2> 13431 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[29 (1429570185334882305)]} 0 3
[junit4:junit4]   2> 13455 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10030 (1429570185363193857)]} 0 0
[junit4:junit4]   2> 13455 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[30 (1429570185363193856)]} 0 0
[junit4:junit4]   2> 13460 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429570185365291008)]} 0 1
[junit4:junit4]   2> 13460 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429570185365291009)]} 0 0
[junit4:junit4]   2> 13461 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10030 (1429570185365291008)]} 0 4
[junit4:junit4]   2> 13461 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[30 (1429570185365291009)]} 0 4
[junit4:junit4]   2> 13542 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10031 (1429570185453371393)]} 0 1
[junit4:junit4]   2> 13542 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[31 (1429570185453371392)]} 0 1
[junit4:junit4]   2> 13547 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429570185456517121)]} 0 1
[junit4:junit4]   2> 13547 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429570185456517120)]} 0 1
[junit4:junit4]   2> 13547 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10031 (1429570185456517121)]} 0 3
[junit4:junit4]   2> 13547 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[31 (1429570185456517120)]} 0 3
[junit4:junit4]   2> 13581 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[32 (1429570185495314433)]} 0 0
[junit4:junit4]   2> 13581 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10032 (1429570185495314432)]} 0 0
[junit4:junit4]   2> 13587 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429570185498460161)]} 0 1
[junit4:junit4]   2> 13587 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429570185498460160)]} 0 1
[junit4:junit4]   2> 13587 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10032 (1429570185498460161)]} 0 3
[junit4:junit4]   2> 13588 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[32 (1429570185498460160)]} 0 4
[junit4:junit4]   2> 13597 T1239 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 47649
[junit4:junit4]   2> 13597 T1239 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1026458
[junit4:junit4]   2> 13619 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[30 (-1429570185535160321)]} 0 0
[junit4:junit4]   2> 13619 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[10030 (-1429570185535160320)]} 0 0
[junit4:junit4]   2> 13623 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[30 (-1429570185537257473)]} 0 0
[junit4:junit4]   2> 13623 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10030 (-1429570185537257472)]} 0 0
[junit4:junit4]   2> 13624 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[10030 (-1429570185537257472)]} 0 3
[junit4:junit4]   2> 13624 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[30 (-1429570185537257473)]} 0 3
[junit4:junit4]   2> 13626 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10033 (1429570185542500352)]} 0 0
[junit4:junit4]   2> 13626 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[33 (1429570185542500353)]} 0 0
[junit4:junit4]   2> 13631 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429570185544597504)]} 0 1
[junit4:junit4]   2> 13631 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429570185544597505)]} 0 1
[junit4:junit4]   2> 13631 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10033 (1429570185544597504)]} 0 3
[junit4:junit4]   2> 13631 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[33 (1429570185544597505)]} 0 3
[junit4:junit4]   2> 13639 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10034 (1429570185556131840)]} 0 1
[junit4:junit4]   2> 13639 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[34 (1429570185556131841)]} 0 1
[junit4:junit4]   2> 13644 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429570185558228992)]} 0 1
[junit4:junit4]   2> 13644 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429570185558228993)]} 0 1
[junit4:junit4]   2> 13645 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10034 (1429570185558228992)]} 0 4
[junit4:junit4]   2> 13645 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[34 (1429570185558228993)]} 0 4
[junit4:junit4]   2> 13685 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10034 (-1429570185604366336)]} 0 0
[junit4:junit4]   2> 13685 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[34 (-1429570185604366337)]} 0 0
[junit4:junit4]   2> 13689 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10034 (-1429570185606463488)]} 0 0
[junit4:junit4]   2> 13689 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[34 (-1429570185606463489)]} 0 0
[junit4:junit4]   2> 13690 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[34 (-1429570185606463489)]} 0 3
[junit4:junit4]   2> 13690 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10034 (-1429570185606463488)]} 0 3
[junit4:junit4]   2> 13692 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[35 (1429570185611706368)]} 0 0
[junit4:junit4]   2> 13693 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10035 (1429570185611706369)]} 0 1
[junit4:junit4]   2> 13697 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429570185614852096)]} 0 0
[junit4:junit4]   2> 13697 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429570185614852097)]} 0 0
[junit4:junit4]   2> 13698 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10035 (1429570185614852097)]} 0 3
[junit4:junit4]   2> 13698 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[35 (1429570185614852096)]} 0 4
[junit4:junit4]   2> 13752 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[36 (1429570185674620928)]} 0 1
[junit4:junit4]   2> 13752 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10036 (1429570185674620929)]} 0 1
[junit4:junit4]   2> 13757 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429570185676718080)]} 0 1
[junit4:junit4]   2> 13757 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429570185676718081)]} 0 1
[junit4:junit4]   2> 13757 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10036 (1429570185676718080)]} 0 3
[junit4:junit4]   2> 13757 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[36 (1429570185676718081)]} 0 3
[junit4:junit4]   2> 13804 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[37 (1429570185729146881)]} 0 0
[junit4:junit4]   2> 13805 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10037 (1429570185729146880)]} 0 1
[junit4:junit4]   2> 13809 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1429570185732292608)]} 0 0
[junit4:junit4]   2> 13809 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1429570185732292609)]} 0 0
[junit4:junit4]   2> 13810 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[37 (1429570185732292608)]} 0 4
[junit4:junit4]   2> 13810 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10037 (1429570185732292609)]} 0 3
[junit4:junit4]   2> 13861 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13862 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:47649_pc_%2Fp_collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47649_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47649/pc_/p"}
[junit4:junit4]   2> 13866 T1297 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> 13866 T1261 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> 13866 T1268 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> 13866 T1281 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> 13879 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10038 (1429570185806741504)]} 0 1
[junit4:junit4]   2> 13879 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[38 (1429570185806741505)]} 0 1
[junit4:junit4]   2> 13881 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[38 (1429570185809887232)]} 0 0
[junit4:junit4]   2> 13882 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10038 (1429570185809887233)]} 0 1
[junit4:junit4]   2> 13923 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10039 (1429570185853927425)]} 0 0
[junit4:junit4]   2> 13924 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[39 (1429570185853927424)]} 0 1
[junit4:junit4]   2> 13926 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10039 (1429570185856024576)]} 0 1
[junit4:junit4]   2> 13926 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[39 (1429570185857073152)]} 0 1
[junit4:junit4]   2> 13961 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10038 (-1429570185893773313)]} 0 0
[junit4:junit4]   2> 13961 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[38 (-1429570185893773312)]} 0 0
[junit4:junit4]   2> 13964 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[38 (-1429570185896919040)]} 0 0
[junit4:junit4]   2> 13964 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10038 (-1429570185896919041)]} 0 0
[junit4:junit4]   2> 13966 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[40 (1429570185899016192)]} 0 0
[junit4:junit4]   2> 13966 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10040 (1429570185899016193)]} 0 0
[junit4:junit4]   2> 13969 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[40 (1429570185901113344)]} 0 1
[junit4:junit4]   2> 13969 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10040 (1429570185901113345)]} 0 1
[junit4:junit4]   2> 14018 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[41 (1429570185952493568)]} 0 1
[junit4:junit4]   2> 14018 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10041 (1429570185952493569)]} 0 1
[junit4:junit4]   2> 14020 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10041 (1429570185955639297)]} 0 0
[junit4:junit4]   2> 14021 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[41 (1429570185955639296)]} 0 1
[junit4:junit4]   2> 14071 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10042 (1429570186009116673)]} 0 0
[junit4:junit4]   2> 14072 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[42 (1429570186009116672)]} 0 1
[junit4:junit4]   2> 14074 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10042 (1429570186012262400)]} 0 1
[junit4:junit4]   2> 14074 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[42 (1429570186012262401)]} 0 0
[junit4:junit4]   2> 14160 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10039 (-1429570186102439937)]} 0 0
[junit4:junit4]   2> 14160 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[39 (-1429570186102439936)]} 0 0
[junit4:junit4]   2> 14163 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10039 (-1429570186105585665)]} 0 0
[junit4:junit4]   2> 14163 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[39 (-1429570186105585664)]} 0 0
[junit4:junit4]   2> 14165 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[43 (1429570186107682816)]} 0 0
[junit4:junit4]   2> 14166 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10043 (1429570186107682817)]} 0 1
[junit4:junit4]   2> 14168 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[43 (1429570186109779968)]} 0 1
[junit4:junit4]   2> 14168 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10043 (1429570186110828544)]} 0 0
[junit4:junit4]   2> 14234 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10044 (1429570186178985985)]} 0 1
[junit4:junit4]   2> 14234 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[44 (1429570186178985984)]} 0 1
[junit4:junit4]   2> 14236 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[44 (1429570186182131712)]} 0 0
[junit4:junit4]   2> 14237 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10044 (1429570186182131713)]} 0 1
[junit4:junit4]   2> 14252 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[43 (-1429570186198908928)]} 0 0
[junit4:junit4]   2> 14252 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[10043 (-1429570186198908929)]} 0 0
[junit4:junit4]   2> 14254 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[43 (-1429570186201006080)]} 0 0
[junit4:junit4]   2> 14254 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[10043 (-1429570186201006081)]} 0 0
[junit4:junit4]   2> 14256 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[45 (1429570186203103232)]} 0 0
[junit4:junit4]   2> 14256 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10045 (1429570186203103233)]} 0 0
[junit4:junit4]   2> 14259 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[45 (1429570186205200384)]} 0 0
[junit4:junit4]   2> 14259 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10045 (1429570186205200385)]} 0 1
[junit4:junit4]   2> 14340 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[44 (-1429570186291183616)]} 0 0
[junit4:junit4]   2> 14340 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[10044 (-1429570186291183617)]} 0 0
[junit4:junit4]   2> 14343 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[44 (-1429570186293280768)]} 0 1
[junit4:junit4]   2> 14343 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[10044 (-1429570186293280769)]} 0 1
[junit4:junit4]   2> 14345 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[46 (1429570186296426496)]} 0 0
[junit4:junit4]   2> 14345 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10046 (1429570186296426497)]} 0 0
[junit4:junit4]   2> 14348 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[46 (1429570186299572225)]} 0 0
[junit4:junit4]   2> 14348 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10046 (1429570186299572224)]} 0 0
[junit4:junit4]   2> 14415 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10047 (1429570186369826816)]} 0 0
[junit4:junit4]   2> 14416 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[47 (1429570186369826817)]} 0 1
[junit4:junit4]   2> 14418 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10047 (1429570186371923968)]} 0 1
[junit4:junit4]   2> 14418 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[47 (1429570186372972544)]} 0 0
[junit4:junit4]   2> 14481 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10045 (-1429570186439032832)]} 0 0
[junit4:junit4]   2> 14481 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[45 (-1429570186439032833)]} 0 0
[junit4:junit4]   2> 14484 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10045 (-1429570186442178560)]} 0 0
[junit4:junit4]   2> 14484 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[45 (-1429570186442178561)]} 0 0
[junit4:junit4]   2> 14487 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[48 (1429570186444275713)]} 0 1
[junit4:junit4]   2> 14487 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10048 (1429570186444275712)]} 0 1
[junit4:junit4]   2> 14489 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[48 (1429570186447421440)]} 0 0
[junit4:junit4]   2> 14489 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10048 (1429570186447421441)]} 0 0
[junit4:junit4]   2> 14523 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10047 (-1429570186482024449)]} 0 1
[junit4:junit4]   2> 14523 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[47 (-1429570186482024448)]} 0 1
[junit4:junit4]   2> 14525 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[47 (-1429570186485170176)]} 0 0
[junit4:junit4]   2> 14525 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10047 (-1429570186485170177)]} 0 0
[junit4:junit4]   2> 14528 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[49 (1429570186487267328)]} 0 1
[junit4:junit4]   2> 14528 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10049 (1429570186487267329)]} 0 1
[junit4:junit4]   2> 14530 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[49 (1429570186490413056)]} 0 0
[junit4:junit4]   2> 14530 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10049 (1429570186490413057)]} 0 0
[junit4:junit4]   2> 14584 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10050 (1429570186547036160)]} 0 1
[junit4:junit4]   2> 14584 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[50 (1429570186547036161)]} 0 1
[junit4:junit4]   2> 14587 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10050 (1429570186549133312)]} 0 1
[junit4:junit4]   2> 14587 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[50 (1429570186549133313)]} 0 1
[junit4:junit4]   2> 14595 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10051 (1429570186558570496)]} 0 0
[junit4:junit4]   2> 14596 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[51 (1429570186558570497)]} 0 1
[junit4:junit4]   2>  C77_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:47649_pc_%2Fp, base_url=http://127.0.0.1:47649/pc_/p}
[junit4:junit4]   2> 14596 T1300 C77 P47649 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49175/pc_/p/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14597 T1300 C77 P47649 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:47649/pc_/p START replicas=[http://127.0.0.1:49175/pc_/p/collection1/] nUpdates=100
[junit4:junit4]   2> 14598 T1300 C77 P47649 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14598 T1276 C79 P49175 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14598 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10051 (1429570186560667648)]} 0 1
[junit4:junit4]   2> 14598 T1300 C77 P47649 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14598 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[51 (1429570186561716224)]} 0 0
[junit4:junit4]   2> 14599 T1300 C77 P47649 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14599 T1300 C77 P47649 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14599 T1300 C77 P47649 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14599 T1300 C77 P47649 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49175/pc_/p/collection1/. core=collection1
[junit4:junit4]   2> 14600 T1300 C77 P47649 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14603 T1275 C79 P49175 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14614 T1275 C79 P49175 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1622f19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a6b1dd),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1622f19 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a6b1dd),segFN=segments_2,generation=2,filenames=[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0_SimpleText_0.pst, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_Lucene41_0.pos, _1.fdx, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, segments_2, _0.fdx, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 14615 T1275 C79 P49175 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_Pulsing41_0.tim, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0_SimpleText_0.pst, _0.nvd, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_Lucene41_0.pos, _1.fdx, _1_MockVariableIntBlock_0.frq, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, segments_2, _0.fdx, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 14617 T1275 C79 P49175 oass.SolrIndexSearcher.<init> Opening Searcher@18a4a0 realtime
[junit4:junit4]   2> 14617 T1275 C79 P49175 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14618 T1275 C79 P49175 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   2> 14618 T1300 C77 P47649 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14618 T1300 C77 P47649 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14620 T1274 C79 P49175 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14620 T1274 C79 P49175 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14621 T1300 C77 P47649 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14621 T1300 C77 P47649 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14621 T1300 C77 P47649 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14623 T1277 C79 P49175 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14624 T1300 C77 P47649 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 51
[junit4:junit4]   2> 14624 T1300 C77 P47649 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/index.20130315204610450 forceNew: false
[junit4:junit4]   2> 14625 T1300 C77 P47649 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f) fullCopy=true
[junit4:junit4]   2> 14626 T1275 C79 P49175 REQ /replication {file=_1_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14629 T1276 C79 P49175 REQ /replication {file=_1_Lucene42_0.dvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14631 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10052 (1429570186596319232)]} 0 1
[junit4:junit4]   2> 14631 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[52 (1429570186596319233)]} 0 0
[junit4:junit4]   2> 14632 T1274 C79 P49175 REQ /replication {file=_0_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14634 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[52 (1429570186598416385)]} 0 1
[junit4:junit4]   2> 14634 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10052 (1429570186598416384)]} 0 1
[junit4:junit4]   2> 14635 T1276 C79 P49175 REQ /replication {file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14637 T1274 C79 P49175 REQ /replication {file=_1_Lucene42_0.dvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14639 T1277 C79 P49175 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14642 T1275 C79 P49175 REQ /replication {file=_0_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14649 T1276 C79 P49175 REQ /replication {file=_0_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14652 T1274 C79 P49175 REQ /replication {file=_0_SimpleText_0.pst&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14654 T1277 C79 P49175 REQ /replication {file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14657 T1275 C79 P49175 REQ /replication {file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14659 T1276 C79 P49175 REQ /replication {file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14662 T1274 C79 P49175 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14664 T1277 C79 P49175 REQ /replication {file=_1_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14667 T1275 C79 P49175 REQ /replication {file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14674 T1276 C79 P49175 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14677 T1274 C79 P49175 REQ /replication {file=_1_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14679 T1277 C79 P49175 REQ /replication {file=_1_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14682 T1275 C79 P49175 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14684 T1276 C79 P49175 REQ /replication {file=_1_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14687 T1274 C79 P49175 REQ /replication {file=_1_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14689 T1277 C79 P49175 REQ /replication {file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14692 T1275 C79 P49175 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14699 T1276 C79 P49175 REQ /replication {file=_1_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14701 T1274 C79 P49175 REQ /replication {file=_0_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14704 T1277 C79 P49175 REQ /replication {file=_1_SimpleText_0.pst&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14706 T1275 C79 P49175 REQ /replication {file=_1_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14707 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10053 (1429570186674962432)]} 0 1
[junit4:junit4]   2> 14707 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[53 (1429570186674962433)]} 0 1
[junit4:junit4]   2> 14709 T1277 C79 P49175 REQ /replication {file=_0_Lucene42_0.dvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14709 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10053 (1429570186678108160)]} 0 0
[junit4:junit4]   2> 14710 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[53 (1429570186678108161)]} 0 1
[junit4:junit4]   2> 14711 T1275 C79 P49175 REQ /replication {file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14714 T1277 C79 P49175 REQ /replication {file=_1_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14714 T1300 C77 P47649 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_1_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 14725 T1276 C79 P49175 REQ /replication {file=_0_Lucene42_0.dvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14728 T1274 C79 P49175 REQ /replication {file=_0_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14729 T1300 C77 P47649 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 14731 T1275 C79 P49175 REQ /replication {file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14734 T1277 C79 P49175 REQ /replication {file=_1_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14736 T1276 C79 P49175 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14739 T1274 C79 P49175 REQ /replication {file=_0_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14741 T1275 C79 P49175 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14744 T1277 C79 P49175 REQ /replication {file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14751 T1276 C79 P49175 REQ /replication {file=_1_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14753 T1274 C79 P49175 REQ /replication {file=_1_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14756 T1275 C79 P49175 REQ /replication {file=_1_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14759 T1277 C79 P49175 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14761 T1276 C79 P49175 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14764 T1274 C79 P49175 REQ /replication {file=_1_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14766 T1275 C79 P49175 REQ /replication {file=_1_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14769 T1277 C79 P49175 REQ /replication {file=_0_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14778 T1276 C79 P49175 REQ /replication {file=_0_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14780 T1274 C79 P49175 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14781 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10050 (-1429570186752557056)]} 0 1
[junit4:junit4]   2> 14781 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[50 (-1429570186753605632)]} 0 0
[junit4:junit4]   2> 14783 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10050 (-1429570186755702784)]} 0 0
[junit4:junit4]   2> 14783 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[50 (-1429570186755702785)]} 0 0
[junit4:junit4]   2> 14783 T1276 C79 P49175 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14785 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10054 (1429570186757799936)]} 0 0
[junit4:junit4]   2> 14785 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[54 (1429570186757799937)]} 0 0
[junit4:junit4]   2> 14786 T1274 C79 P49175 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14788 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10054 (1429570186759897088)]} 0 1
[junit4:junit4]   2> 14788 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[54 (1429570186759897089)]} 0 1
[junit4:junit4]   2> 14788 T1276 C79 P49175 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14789 T1300 C77 P47649 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14789 T1300 C77 P47649 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130315204610450
[junit4:junit4]   2> 14790 T1300 C77 P47649 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14790 T1300 C77 P47649 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14791 T1300 C77 P47649 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14792 T1300 C77 P47649 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/index.20130315204610450
[junit4:junit4]   2> 14793 T1300 C77 P47649 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f),segFN=segments_2,generation=2,filenames=[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_MockVariableIntBlock_0.tii, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.frq, _1.fdx, _1_Lucene41_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, segments_2, _0.fdx, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 14793 T1300 C77 P47649 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_MockVariableIntBlock_0.tii, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.frq, _1.fdx, _1_Lucene41_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, segments_2, _0.fdx, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 14794 T1300 C77 P47649 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14795 T1300 C77 P47649 oass.SolrIndexSearcher.<init> Opening Searcher@1bb9285 main
[junit4:junit4]   2> 14796 T1299 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bb9285 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C74/31 _1(5.0):C28/11)}
[junit4:junit4]   2> 14796 T1300 C77 P47649 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@52586b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1aafbce)
[junit4:junit4]   2> 14796 T1300 C77 P47649 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/index
[junit4:junit4]   2> 14797 T1300 C77 P47649 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@52586b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1aafbce)
[junit4:junit4]   2> 14799 T1300 C77 P47649 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14799 T1308 C77 P47649 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363344355829/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=5443
[junit4:junit4]   2> 14800 T1308 C77 P47649 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14801 T1308 C77 P47649 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f),segFN=segments_2,generation=2,filenames=[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_MockVariableIntBlock_0.tii, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.frq, _1.fdx, _1_Lucene41_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, segments_2, _0.fdx, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f),segFN=segments_3,generation=3,filenames=[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_MockVariableIntBlock_0.tii, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.frq, _1.fdx, _1_Lucene41_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, _0.fdx, _0.fdt, segments_3, _1_SimpleText_0.pst]
[junit4:junit4]   2> 14802 T1308 C77 P47649 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_MockVariableIntBlock_0.tii, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.frq, _1.fdx, _1_Lucene41_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, _0.fdx, _0.fdt, segments_3, _1_SimpleText_0.pst]
[junit4:junit4]   2> 14803 T1308 C77 P47649 oass.SolrIndexSearcher.<init> Opening Searcher@eec91c main
[junit4:junit4]   2> 14803 T1308 C77 P47649 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14803 T1299 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@eec91c main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C74/31 _1(5.0):C28/11)}
[junit4:junit4]   2> 14804 T1308 C77 P47649 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=5443}
[junit4:junit4]   2> 14804 T1300 C77 P47649 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14804 T1300 C77 P47649 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14805 T1300 C77 P47649 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14806 T1300 C77 P47649 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14889 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10051 (-1429570186866851840)]} 0 0
[junit4:junit4]   2> 14889 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[51 (-1429570186866851841)]} 0 0
[junit4:junit4]   2> 14892 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[51 (-1429570186869997569)]} 0 0
[junit4:junit4]   2> 14892 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10051 (-1429570186869997568)]} 0 0
[junit4:junit4]   2> 14895 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[55 (1429570186873143296)]} 0 0
[junit4:junit4]   2> 14895 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10055 (1429570186873143297)]} 0 0
[junit4:junit4]   2> 14898 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[55 (1429570186875240448)]} 0 1
[junit4:junit4]   2> 14898 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10055 (1429570186875240449)]} 0 1
[junit4:junit4]   2> 14919 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[54 (-1429570186898309121)]} 0 0
[junit4:junit4]   2> 14919 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10054 (-1429570186898309120)]} 0 0
[junit4:junit4]   2> 14921 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[54 (-1429570186900406273)]} 0 0
[junit4:junit4]   2> 14921 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10054 (-1429570186900406272)]} 0 0
[junit4:junit4]   2> 14924 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[56 (1429570186903552001)]} 0 0
[junit4:junit4]   2> 14924 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10056 (1429570186903552000)]} 0 0
[junit4:junit4]   2> 14926 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[56 (1429570186905649152)]} 0 0
[junit4:junit4]   2> 14927 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10056 (1429570186905649153)]} 0 1
[junit4:junit4]   2> 14947 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[57 (1429570186927669249)]} 0 0
[junit4:junit4]   2> 14947 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10057 (1429570186927669248)]} 0 0
[junit4:junit4]   2> 14950 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[57 (1429570186930814976)]} 0 0
[junit4:junit4]   2> 14950 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10057 (1429570186930814977)]} 0 0
[junit4:junit4]   2> 15020 T1256 C78 P42675 /update {wt=javabin&version=2} {delete=[10055 (-1429570187004215296)]} 0 0
[junit4:junit4]   2> 15020 T1255 C78 P42675 /update {wt=javabin&version=2} {delete=[55 (-1429570187004215297)]} 0 0
[junit4:junit4]   2> 15022 T1276 C79 P49175 /update {wt=javabin&version=2} {delete=[10055 (-1429570187006312448)]} 0 0
[junit4:junit4]   2> 15022 T1277 C79 P49175 /update {wt=javabin&version=2} {delete=[55 (-1429570187006312449)]} 0 0
[junit4:junit4]   2> 15025 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10058 (1429570187008409600)]} 0 1
[junit4:junit4]   2> 15025 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[58 (1429570187008409601)]} 0 1
[junit4:junit4]   2> 15027 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[58 (1429570187011555328)]} 0 0
[junit4:junit4]   2> 15027 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10058 (1429570187011555329)]} 0 0
[junit4:junit4]   2> 15068 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[59 (1429570187054546944)]} 0 0
[junit4:junit4]   2> 15068 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10059 (1429570187054546945)]} 0 0
[junit4:junit4]   2> 15071 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10059 (1429570187057692673)]} 0 0
[junit4:junit4]   2> 15071 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[59 (1429570187057692672)]} 0 0
[junit4:junit4]   2> 15089 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10056 (-1429570187076567040)]} 0 0
[junit4:junit4]   2> 15089 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[56 (-1429570187076567041)]} 0 0
[junit4:junit4]   2> 15091 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[56 (-1429570187078664193)]} 0 0
[junit4:junit4]   2> 15091 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10056 (-1429570187078664192)]} 0 0
[junit4:junit4]   2> 15094 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[60 (1429570187080761344)]} 0 1
[junit4:junit4]   2> 15094 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10060 (1429570187080761345)]} 0 1
[junit4:junit4]   2> 15096 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[60 (1429570187083907072)]} 0 0
[junit4:junit4]   2> 15097 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10060 (1429570187083907073)]} 0 1
[junit4:junit4]   2> 15120 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10061 (1429570187109072897)]} 0 0
[junit4:junit4]   2> 15120 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[61 (1429570187109072896)]} 0 0
[junit4:junit4]   2> 15129 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10061 (1429570187117461504)]} 0 1
[junit4:junit4]   2> 15129 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[61 (1429570187117461505)]} 0 1
[junit4:junit4]   2> 15208 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[62 (1429570187200299008)]} 0 1
[junit4:junit4]   2> 15208 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10062 (1429570187200299009)]} 0 1
[junit4:junit4]   2> 15210 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[62 (1429570187203444736)]} 0 0
[junit4:junit4]   2> 15211 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10062 (1429570187203444737)]} 0 1
[junit4:junit4]   2> 15229 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[61 (-1429570187223367681)]} 0 0
[junit4:junit4]   2> 15229 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[10061 (-1429570187223367680)]} 0 0
[junit4:junit4]   2> 15231 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[61 (-1429570187225464832)]} 0 0
[junit4:junit4]   2> 15231 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[10061 (-1429570187225464833)]} 0 0
[junit4:junit4]   2> 15234 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10063 (1429570187227561985)]} 0 1
[junit4:junit4]   2> 15234 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[63 (1429570187227561984)]} 0 1
[junit4:junit4]   2> 15236 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10063 (1429570187230707712)]} 0 1
[junit4:junit4]   2> 15236 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[63 (1429570187230707713)]} 0 0
[junit4:junit4]   2> 15245 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[10064 (1429570187240144896)]} 0 1
[junit4:junit4]   2> 15245 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[64 (1429570187239096320)]} 0 1
[junit4:junit4]   2> 15248 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10064 (1429570187242242049)]} 0 1
[junit4:junit4]   2> 15248 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[64 (1429570187242242048)]} 0 1
[junit4:junit4]   2> 15268 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[65 (1429570187264262145)]} 0 0
[junit4:junit4]   2> 15269 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10065 (1429570187264262144)]} 0 1
[junit4:junit4]   2> 15271 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[65 (1429570187267407872)]} 0 0
[junit4:junit4]   2> 15272 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10065 (1429570187267407873)]} 0 1
[junit4:junit4]   2> 15316 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10066 (1429570187313545217)]} 0 1
[junit4:junit4]   2> 15316 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[66 (1429570187313545216)]} 0 1
[junit4:junit4]   2> 15318 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[66 (1429570187316690944)]} 0 0
[junit4:junit4]   2> 15318 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10066 (1429570187316690945)]} 0 0
[junit4:junit4]   2> 15360 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[67 (1429570187359682561)]} 0 1
[junit4:junit4]   2> 15360 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10067 (1429570187359682560)]} 0 1
[junit4:junit4]   2> 15362 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[67 (1429570187362828288)]} 0 0
[junit4:junit4]   2> 15363 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10067 (1429570187362828289)]} 0 1
[junit4:junit4]   2> 15369 T1262 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15370 T1262 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:47649_pc_%2Fp_collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47649_pc_%2Fp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47649/pc_/p"}
[junit4:junit4]   2> 15373 T1297 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> 15373 T1261 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> 15373 T1281 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> 15374 T1268 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> 15383 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10068 (1429570187384848385)]} 0 0
[junit4:junit4]   2> 15383 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[68 (1429570187384848384)]} 0 0
[junit4:junit4]   2>  C77_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:47649_pc_%2Fp, base_url=http://127.0.0.1:47649/pc_/p}
[junit4:junit4]   2> 15390 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10068 (1429570187387994112)]} 0 2
[junit4:junit4]   2> 15390 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[68 (1429570187387994113)]} 0 2
[junit4:junit4]   2> 15391 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10068 (1429570187387994112)]} 0 5
[junit4:junit4]   2> 15391 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[68 (1429570187387994113)]} 0 5
[junit4:junit4]   2> 15459 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[69 (1429570187463491584)]} 0 1
[junit4:junit4]   2> 15459 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[10069 (1429570187463491585)]} 0 1
[junit4:junit4]   2> 15463 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[69 (1429570187466637312)]} 0 0
[junit4:junit4]   2> 15464 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10069 (1429570187467685888)]} 0 0
[junit4:junit4]   2> 15464 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[69 (1429570187466637312)]} 0 3
[junit4:junit4]   2> 15464 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10069 (1429570187467685888)]} 0 2
[junit4:junit4]   2> 15467 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[70 (1429570187471880192)]} 0 1
[junit4:junit4]   2> 15467 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10070 (1429570187471880193)]} 0 1
[junit4:junit4]   2> 15471 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[70 (1429570187473977344)]} 0 1
[junit4:junit4]   2> 15471 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10070 (1429570187475025920)]} 0 1
[junit4:junit4]   2> 15471 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[70 (1429570187473977344)]} 0 3
[junit4:junit4]   2> 15471 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10070 (1429570187475025920)]} 0 2
[junit4:junit4]   2> 15473 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[71 (1429570187479220224)]} 0 0
[junit4:junit4]   2> 15474 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10071 (1429570187479220225)]} 0 1
[junit4:junit4]   2> 15478 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[71 (1429570187481317376)]} 0 0
[junit4:junit4]   2> 15478 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10071 (1429570187482365952)]} 0 0
[junit4:junit4]   2> 15479 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[71 (1429570187481317376)]} 0 4
[junit4:junit4]   2> 15479 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10071 (1429570187482365952)]} 0 3
[junit4:junit4]   2> 15492 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[72 (1429570187499143168)]} 0 0
[junit4:junit4]   2> 15492 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10072 (1429570187499143169)]} 0 0
[junit4:junit4]   2> 15497 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[72 (1429570187502288896)]} 0 0
[junit4:junit4]   2> 15497 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10072 (1429570187502288897)]} 0 0
[junit4:junit4]   2> 15498 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[72 (1429570187502288896)]} 0 3
[junit4:junit4]   2> 15498 T1274 C79 P49175 /update {wt=javabin&version=2} {add=[10072 (1429570187502288897)]} 0 3
[junit4:junit4]   2> 15547 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10073 (1429570187555766273)]} 0 1
[junit4:junit4]   2> 15547 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[73 (1429570187555766272)]} 0 1
[junit4:junit4]   2> 15551 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10073 (1429570187558912001)]} 0 0
[junit4:junit4]   2> 15552 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[73 (1429570187558912000)]} 0 1
[junit4:junit4]   2> 15552 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[10073 (1429570187558912001)]} 0 3
[junit4:junit4]   2> 15552 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[73 (1429570187558912000)]} 0 3
[junit4:junit4]   2> 15593 T1254 C78 P42675 /update {wt=javabin&version=2} {delete=[10070 (-1429570187605049344)]} 0 0
[junit4:junit4]   2> 15593 T1257 C78 P42675 /update {wt=javabin&version=2} {delete=[70 (-1429570187605049345)]} 0 0
[junit4:junit4]   2> 15597 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[70 (-1429570187608195072)]} 0 0
[junit4:junit4]   2> 15597 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10070 (-1429570187608195073)]} 0 0
[junit4:junit4]   2> 15598 T1275 C79 P49175 /update {wt=javabin&version=2} {delete=[70 (-1429570187608195072)]} 0 2
[junit4:junit4]   2> 15598 T1274 C79 P49175 /update {wt=javabin&version=2} {delete=[10070 (-1429570187608195073)]} 0 2
[junit4:junit4]   2> 15601 T1255 C78 P42675 /update {wt=javabin&version=2} {add=[74 (1429570187612389376)]} 0 1
[junit4:junit4]   2> 15601 T1256 C78 P42675 /update {wt=javabin&version=2} {add=[10074 (1429570187612389377)]} 0 1
[junit4:junit4]   2> 15605 T1292 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[74 (1429570187615535104)]} 0 1
[junit4:junit4]   2> 15605 T1293 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10074 (1429570187615535105)]} 0 0
[junit4:junit4]   2> 15606 T1277 C79 P49175 /update {wt=javabin&version=2} {add=[74 (1429570187615535104)]} 0 4
[junit4:junit4]   2> 15606 T1276 C79 P49175 /update {wt=javabin&version=2} {add=[10074 (1429570187615535105)]} 0 3
[junit4:junit4]   2> 15647 T1239 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15648 T1239 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15650 T1257 C78 P42675 /update {wt=javabin&version=2} {add=[75 (1429570187663769600)]} 0 1
[junit4:junit4]   2> 15650 T1254 C78 P42675 /update {wt=javabin&version=2} {add=[10075 (1429570187663769601)]} 0 1
[junit4:junit4]   2> 15651 T1239 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16c5211
[junit4:junit4]   2> 15655 T1290 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10075 (1429570187666915329)]} 0 1
[junit4:junit4]   2> 15655 T1291 C77 P47649 /update {distrib.from=http://127.0.0.1:49175/pc_/p/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[75 (1429570187666915328)]} 0 1
[junit4:junit4]   2> 15655 T1275 C79 P49175 /update {wt=javabin&version=2} {add=[10075 (1429570187666915329)]} 0 3
[junit4:junit4]   2> 15655 T1291 C77 P47649 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16c5211
[junit4:junit4]   2> 15657 T1291 C77 P47649 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /get
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:970)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=/get,id=org.apache.solr.handler.RealTimeGetHandler
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:537)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:175)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15658 T1291 C77 P47649 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=16,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=64,cumulative_deletesById=24,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15658 T1239 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=16,deletesById=2,deletesByQuery=0,errors=0,cumulative_adds=64,cumulative_deletesById=24,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15660 T1291 C77 P47649 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15660 T1239 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15660 T1291 C77 P47649 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15661 T1291 C77 P47649 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15665 T1291 C77 P47649 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f),segFN=segments_3,generation=3,filenames=[_1_MockVariableIntBlock_0.skp, _1_Lucene41_0.doc, _1_Lucene42_0.dvm, _0_Lucene42_0.dvd, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _1_MockVariableIntBlock_0.pyl, _0_Lucene42_0.dvm, _0_MockVariableIntBlock_0.skp, _1_Lucene42_0.dvd, _1.fnm, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _1_MockVariableIntBlock_0.doc, _0.nvd, _0_SimpleText_0.pst, _0_MockVariableIntBlock_0.pos, _0.si, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0_MockVariableIntBlock_0.tii, _1.nvm, _0.fnm, _1_MockVariableIntBlock_0.tii, _1_Lucene41_0.tim, _1_MockVariableIntBlock_0.pos, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_Lucene41_0.tip, _1_1.del, _0.nvm, _1_Pulsing41_0.pos, _1_MockVariableIntBlock_0.tib, _1_MockVariableIntBlock_0.frq, _1.fdx, _1_Lucene41_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Pulsing41_0.tip, _1.fdt, _0_Lucene41_0.doc, _1_Pulsing41_0.tim, _1.si, _0_MockVariableIntBlock_0.frq, _0.fdx, _0.fdt, segments_3, _1_SimpleText_0.pst]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f),segFN=segments_4,generation=4,filenames=[_2_Lucen

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

(blocksize=128), multiDefault=PostingsFormat(name=SimpleText), a_si=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=DefaultSimilarity, locale=es_UY, timezone=Pacific/Chuuk
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=33401536,total=102264832
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestXIncludeConfig, TestWriterPerf, TestPropInjectDefaults, TestFieldTypeCollectionResource, TestStressRecovery, TestStressVersions, SpatialFilterTest, TestFunctionQuery, TestLFUCache, TestReversedWildcardFilterFactory, TestDocumentBuilder, TestPluginEnable, CSVRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestPerFieldSimilarity, SuggesterFSTTest, BasicFunctionalityTest, SolrCoreTest, UUIDFieldTest, DateFieldTest, TestSearchPerf, FastVectorHighlighterTest, TestQueryUtils, TestCharFilters, TestFaceting, DocValuesTest, RAMDirectoryFactoryTest, QueryElevationComponentTest, QueryParsingTest, SynonymTokenizerTest, TestBadConfig, SearchHandlerTest, SoftAutoCommitTest, SpellingQueryConverterTest, TestCoreContainer, TestIBSimilarityFactory, TestJoin, TestSolrQueryParser, TestValueSourceCache, DistributedTermsComponentTest, AlternateDirectoryTest, TestSolrDeletionPolicy1, LoggingHandlerTest, MoreLikeThisHandlerTest, TestSolrIndexConfig, ShowFileRequestHandlerTest, TestSort, JsonLoaderTest, LukeRequestHandlerTest, PluginInfoTest, SimpleFacetsTest, TermVectorComponentTest, TestFastLRUCache, BadComponentTest, DistributedSpellCheckComponentTest, SolrIndexSplitterTest, TestConfig, QueryEqualityTest, TestRealTimeGet, AliasIntegrationTest, SyncSliceTest, FieldMutatingUpdateProcessorTest, TestQuerySenderListener, DistributedQueryElevationComponentTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=C38ED3B8F8E696D4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_UY -Dtests.timezone=Pacific/Chuuk -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1298, name=coreLoadExecutor-680-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ff477 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f70444)
[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=1300, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@ce6469 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e336f)
[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 37.48s, 1 test, 2 errors <<< FAILURES!

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

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4723/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseParallelGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1198, name=coreLoadExecutor-419-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=1198, name=coreLoadExecutor-419-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d14add lockFactory=org.apache.lucene.store.NativeFSLockFactory@b500bb)
	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=1200, 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=1200, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6)
	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 9059 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T1139 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /qd_grs/dh
[junit4:junit4]   2> 3 T1139 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1363368615242
[junit4:junit4]   2> 4 T1139 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1140 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1140 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1140 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1140 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T1140 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1140 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363368615242/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1139 oasc.ZkTestServer.run start zk server on port:36935
[junit4:junit4]   2> 105 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1de4126
[junit4:junit4]   2> 105 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 105 T1145 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T1145 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 106 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49781
[junit4:junit4]   2> 106 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49781
[junit4:junit4]   2> 106 T1143 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 196 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0000 with negotiated timeout 10000 for client /127.0.0.1:49781
[junit4:junit4]   2> 196 T1145 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0000, negotiated timeout = 10000
[junit4:junit4]   2> 196 T1146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1de4126 name:ZooKeeperConnection Watcher:127.0.0.1:36935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 197 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 197 T1139 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 199 T1144 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6f1a1d4d0000
[junit4:junit4]   2> 200 T1146 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 200 T1139 oaz.ZooKeeper.close Session: 0x13d6f1a1d4d0000 closed
[junit4:junit4]   2> 200 T1141 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49781 which had sessionid 0x13d6f1a1d4d0000
[junit4:junit4]   2> 200 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e44dc6
[junit4:junit4]   2> 201 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 201 T1147 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 202 T1147 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 202 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49782
[junit4:junit4]   2> 202 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49782
[junit4:junit4]   2> 202 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0001 with negotiated timeout 10000 for client /127.0.0.1:49782
[junit4:junit4]   2> 202 T1147 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0001, negotiated timeout = 10000
[junit4:junit4]   2> 203 T1148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e44dc6 name:ZooKeeperConnection Watcher:127.0.0.1:36935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 203 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 203 T1139 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 205 T1139 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 206 T1139 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 208 T1139 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 209 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 209 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 212 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 213 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 215 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 215 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 217 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 217 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 218 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 219 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 221 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 221 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 223 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 223 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 226 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 226 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 228 T1139 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 228 T1139 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 230 T1144 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6f1a1d4d0001
[junit4:junit4]   2> 230 T1148 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 230 T1139 oaz.ZooKeeper.close Session: 0x13d6f1a1d4d0001 closed
[junit4:junit4]   2> 230 T1141 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49782 which had sessionid 0x13d6f1a1d4d0001
[junit4:junit4]   2> 286 T1139 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 289 T1139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51528
[junit4:junit4]   2> 289 T1139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 289 T1139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 290 T1139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469
[junit4:junit4]   2> 290 T1139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/solr.xml
[junit4:junit4]   2> 290 T1139 oasc.CoreContainer.<init> New CoreContainer 18525273
[junit4:junit4]   2> 290 T1139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/'
[junit4:junit4]   2> 291 T1139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/'
[junit4:junit4]   2> 310 T1139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 311 T1139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 311 T1139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 311 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 311 T1139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 312 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 312 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 312 T1139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 313 T1139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 313 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 319 T1139 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 327 T1139 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:36935/solr
[junit4:junit4]   2> 327 T1139 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 328 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d1caa4
[junit4:junit4]   2> 328 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 329 T1158 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 329 T1158 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 330 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49783
[junit4:junit4]   2> 330 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49783
[junit4:junit4]   2> 330 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0002 with negotiated timeout 20000 for client /127.0.0.1:49783
[junit4:junit4]   2> 330 T1158 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0002, negotiated timeout = 20000
[junit4:junit4]   2> 331 T1159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d1caa4 name:ZooKeeperConnection Watcher:127.0.0.1:36935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 331 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 332 T1144 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6f1a1d4d0002
[junit4:junit4]   2> 332 T1159 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 332 T1141 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49783 which had sessionid 0x13d6f1a1d4d0002
[junit4:junit4]   2> 332 T1139 oaz.ZooKeeper.close Session: 0x13d6f1a1d4d0002 closed
[junit4:junit4]   2> 332 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 335 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ec1275
[junit4:junit4]   2> 336 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 336 T1160 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 337 T1160 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 337 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49784
[junit4:junit4]   2> 337 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49784
[junit4:junit4]   2> 337 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0003 with negotiated timeout 20000 for client /127.0.0.1:49784
[junit4:junit4]   2> 337 T1160 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0003, negotiated timeout = 20000
[junit4:junit4]   2> 338 T1161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec1275 name:ZooKeeperConnection Watcher:127.0.0.1:36935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 338 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 339 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 340 T1139 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 342 T1139 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51528_qd_grs%2Fdh
[junit4:junit4]   2> 343 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51528_qd_grs%2Fdh Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51528_qd_grs%2Fdh
[junit4:junit4]   2> 343 T1139 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51528_qd_grs%2Fdh
[junit4:junit4]   2> 345 T1139 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 347 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 348 T1139 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 350 T1139 oasc.Overseer.start Overseer (id=89349725568696323-127.0.0.1:51528_qd_grs%2Fdh-n_0000000000) starting
[junit4:junit4]   2> 350 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 351 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 351 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 352 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 353 T1163 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 353 T1139 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 355 T1139 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 356 T1139 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 357 T1162 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 359 T1164 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/collection1
[junit4:junit4]   2> 359 T1164 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 360 T1164 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 360 T1164 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 360 T1164 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/collection1/'
[junit4:junit4]   2> 361 T1164 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/collection1/lib/README' to classloader
[junit4:junit4]   2> 361 T1164 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 381 T1164 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 411 T1164 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 412 T1164 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 415 T1164 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 685 T1164 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 690 T1164 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 692 T1164 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 701 T1164 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 703 T1164 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 706 T1164 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 706 T1164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 707 T1164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 707 T1164 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 708 T1164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 708 T1164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 708 T1164 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 708 T1164 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363368615469/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/control/data/
[junit4:junit4]   2> 709 T1164 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7481f
[junit4:junit4]   2> 709 T1164 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 709 T1164 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/control/data forceNew: false
[junit4:junit4]   2> 709 T1164 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/control/data/index/
[junit4:junit4]   2> 710 T1164 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363368615242/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 710 T1164 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/control/data/index forceNew: false
[junit4:junit4]   2> 711 T1164 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@279917 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a04108),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 711 T1164 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 713 T1164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 713 T1164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 713 T1164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 714 T1164 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 714 T1164 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 714 T1164 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 714 T1164 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 714 T1164 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 715 T1164 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 717 T1164 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 719 T1164 oass.SolrIndexSearcher.<init> Opening Searcher@1ff593d main
[junit4:junit4]   2> 719 T1164 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/control/data/tlog
[junit4:junit4]   2> 719 T1164 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 719 T1164 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 722 T1165 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ff593d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 722 T1164 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 723 T1164 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 723 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1859 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1859 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51528_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51528/qd_grs/dh"}
[junit4:junit4]   2> 1860 T1162 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1860 T1162 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1860 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1863 T1161 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> 2725 T1164 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2725 T1164 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51528/qd_grs/dh collection:control_collection shard:shard1
[junit4:junit4]   2> 2726 T1164 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2733 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2733 T1164 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2733 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2734 T1164 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2734 T1164 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2735 T1164 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51528/qd_grs/dh/collection1/
[junit4:junit4]   2> 2735 T1164 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2735 T1164 oasc.SyncStrategy.syncToMe http://127.0.0.1:51528/qd_grs/dh/collection1/ has no replicas
[junit4:junit4]   2> 2735 T1164 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51528/qd_grs/dh/collection1/
[junit4:junit4]   2> 2735 T1164 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2737 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3365 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3369 T1161 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> 3389 T1164 oasc.ZkController.register We are http://127.0.0.1:51528/qd_grs/dh/collection1/ and leader is http://127.0.0.1:51528/qd_grs/dh/collection1/
[junit4:junit4]   2> 3389 T1164 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51528/qd_grs/dh
[junit4:junit4]   2> 3389 T1164 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3390 T1164 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3390 T1164 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3392 T1164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3392 T1139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3393 T1139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3393 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3396 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3397 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@e20c70
[junit4:junit4]   2> 3397 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3397 T1167 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3398 T1167 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 3398 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49790
[junit4:junit4]   2> 3398 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49790
[junit4:junit4]   2> 3399 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0004 with negotiated timeout 10000 for client /127.0.0.1:49790
[junit4:junit4]   2> 3399 T1167 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0004, negotiated timeout = 10000
[junit4:junit4]   2> 3399 T1168 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e20c70 name:ZooKeeperConnection Watcher:127.0.0.1:36935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3399 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3400 T1139 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3401 T1139 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3453 T1139 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3454 T1139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50007
[junit4:junit4]   2> 3455 T1139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3456 T1139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3456 T1139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640
[junit4:junit4]   2> 3456 T1139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/solr.xml
[junit4:junit4]   2> 3457 T1139 oasc.CoreContainer.<init> New CoreContainer 28152029
[junit4:junit4]   2> 3457 T1139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/'
[junit4:junit4]   2> 3457 T1139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/'
[junit4:junit4]   2> 3473 T1139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3473 T1139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3474 T1139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3474 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3474 T1139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3474 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3475 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3475 T1139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3475 T1139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3475 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3481 T1139 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3489 T1139 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:36935/solr
[junit4:junit4]   2> 3489 T1139 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3490 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@aecba1
[junit4:junit4]   2> 3490 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3490 T1178 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3491 T1178 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 3491 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49791
[junit4:junit4]   2> 3492 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49791
[junit4:junit4]   2> 3492 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0005 with negotiated timeout 20000 for client /127.0.0.1:49791
[junit4:junit4]   2> 3492 T1178 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0005, negotiated timeout = 20000
[junit4:junit4]   2> 3492 T1179 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aecba1 name:ZooKeeperConnection Watcher:127.0.0.1:36935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3493 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3493 T1144 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6f1a1d4d0005
[junit4:junit4]   2> 3494 T1179 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3494 T1141 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49791 which had sessionid 0x13d6f1a1d4d0005
[junit4:junit4]   2> 3494 T1139 oaz.ZooKeeper.close Session: 0x13d6f1a1d4d0005 closed
[junit4:junit4]   2> 3494 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3497 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6e9bab
[junit4:junit4]   2> 3497 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3498 T1180 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3498 T1180 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 3498 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49792
[junit4:junit4]   2> 3498 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49792
[junit4:junit4]   2> 3499 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0006 with negotiated timeout 20000 for client /127.0.0.1:49792
[junit4:junit4]   2> 3499 T1180 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0006, negotiated timeout = 20000
[junit4:junit4]   2> 3499 T1181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e9bab name:ZooKeeperConnection Watcher:127.0.0.1:36935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3499 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3500 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3500 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3501 T1139 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4503 T1139 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50007_qd_grs%2Fdh
[junit4:junit4]   2> 4504 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50007_qd_grs%2Fdh Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50007_qd_grs%2Fdh
[junit4:junit4]   2> 4504 T1139 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50007_qd_grs%2Fdh
[junit4:junit4]   2> 4506 T1161 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> 4506 T1168 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4506 T1181 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4507 T1161 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4510 T1182 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/collection1
[junit4:junit4]   2> 4510 T1182 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4510 T1182 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4510 T1182 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4511 T1182 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/collection1/'
[junit4:junit4]   2> 4512 T1182 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/collection1/lib/README' to classloader
[junit4:junit4]   2> 4512 T1182 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4535 T1182 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4563 T1182 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4564 T1182 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4567 T1182 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4840 T1182 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4844 T1182 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4846 T1182 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4855 T1182 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4858 T1182 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4860 T1182 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4861 T1182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4862 T1182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4862 T1182 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4863 T1182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4863 T1182 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4863 T1182 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4863 T1182 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363368618640/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty1/
[junit4:junit4]   2> 4863 T1182 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7481f
[junit4:junit4]   2> 4864 T1182 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4864 T1182 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty1 forceNew: false
[junit4:junit4]   2> 4864 T1182 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty1/index/
[junit4:junit4]   2> 4864 T1182 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4865 T1182 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty1/index forceNew: false
[junit4:junit4]   2> 4866 T1182 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@910c63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dea1e7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4866 T1182 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4867 T1182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4868 T1182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4868 T1182 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4868 T1182 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4869 T1182 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4869 T1182 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4869 T1182 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4869 T1182 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4870 T1182 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4872 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4872 T1182 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4872 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51528_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51528/qd_grs/dh"}
[junit4:junit4]   2> 4874 T1182 oass.SolrIndexSearcher.<init> Opening Searcher@6d91c5 main
[junit4:junit4]   2> 4874 T1182 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty1/tlog
[junit4:junit4]   2> 4874 T1181 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> 4874 T1168 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> 4874 T1161 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> 4875 T1182 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4875 T1182 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4878 T1183 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6d91c5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4880 T1182 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4880 T1182 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6377 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6377 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50007_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50007/qd_grs/dh"}
[junit4:junit4]   2> 6377 T1162 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6378 T1162 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6381 T1168 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> 6381 T1181 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> 6381 T1161 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> 6881 T1182 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6881 T1182 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50007/qd_grs/dh collection:collection1 shard:shard1
[junit4:junit4]   2> 6882 T1182 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6885 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6885 T1182 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6886 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6887 T1182 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6887 T1182 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6887 T1182 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50007/qd_grs/dh/collection1/
[junit4:junit4]   2> 6887 T1182 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6887 T1182 oasc.SyncStrategy.syncToMe http://127.0.0.1:50007/qd_grs/dh/collection1/ has no replicas
[junit4:junit4]   2> 6887 T1182 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50007/qd_grs/dh/collection1/
[junit4:junit4]   2> 6888 T1182 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6889 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7885 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7891 T1161 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> 7891 T1181 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> 7891 T1168 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> 7893 T1182 oasc.ZkController.register We are http://127.0.0.1:50007/qd_grs/dh/collection1/ and leader is http://127.0.0.1:50007/qd_grs/dh/collection1/
[junit4:junit4]   2> 7893 T1182 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50007/qd_grs/dh
[junit4:junit4]   2> 7893 T1182 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7893 T1182 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7893 T1182 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7894 T1182 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7894 T1139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7895 T1139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7895 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7951 T1139 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7952 T1139 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54070
[junit4:junit4]   2> 7953 T1139 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7953 T1139 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7953 T1139 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137
[junit4:junit4]   2> 7954 T1139 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/solr.xml
[junit4:junit4]   2> 7954 T1139 oasc.CoreContainer.<init> New CoreContainer 25544829
[junit4:junit4]   2> 7954 T1139 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/'
[junit4:junit4]   2> 7955 T1139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/'
[junit4:junit4]   2> 7970 T1139 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 7971 T1139 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7971 T1139 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7971 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7971 T1139 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7972 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7972 T1139 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7972 T1139 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7973 T1139 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7973 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7978 T1139 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7986 T1139 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:36935/solr
[junit4:junit4]   2> 7987 T1139 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7987 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@11ed913
[junit4:junit4]   2> 7988 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7988 T1194 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7989 T1194 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 7989 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49800
[junit4:junit4]   2> 7989 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49800
[junit4:junit4]   2> 7990 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0007 with negotiated timeout 20000 for client /127.0.0.1:49800
[junit4:junit4]   2> 7990 T1194 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0007, negotiated timeout = 20000
[junit4:junit4]   2> 7990 T1195 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11ed913 name:ZooKeeperConnection Watcher:127.0.0.1:36935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7990 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7991 T1144 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6f1a1d4d0007
[junit4:junit4]   2> 7991 T1141 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49800 which had sessionid 0x13d6f1a1d4d0007
[junit4:junit4]   2> 7991 T1195 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7991 T1139 oaz.ZooKeeper.close Session: 0x13d6f1a1d4d0007 closed
[junit4:junit4]   2> 7991 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 7994 T1139 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:36935/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e285ba
[junit4:junit4]   2> 7995 T1139 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7995 T1196 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:36935. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7995 T1196 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:36935, initiating session
[junit4:junit4]   2> 7995 T1141 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49801
[junit4:junit4]   2> 7996 T1141 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49801
[junit4:junit4]   2> 7996 T1143 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6f1a1d4d0008 with negotiated timeout 20000 for client /127.0.0.1:49801
[junit4:junit4]   2> 7996 T1196 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:36935, sessionid = 0x13d6f1a1d4d0008, negotiated timeout = 20000
[junit4:junit4]   2> 7997 T1197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e285ba name:ZooKeeperConnection Watcher:127.0.0.1:36935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7997 T1139 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7997 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7998 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7999 T1139 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9000 T1139 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54070_qd_grs%2Fdh
[junit4:junit4]   2> 9001 T1144 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6f1a1d4d0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54070_qd_grs%2Fdh Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54070_qd_grs%2Fdh
[junit4:junit4]   2> 9002 T1139 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54070_qd_grs%2Fdh
[junit4:junit4]   2> 9004 T1168 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> 9004 T1161 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> 9004 T1181 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9004 T1181 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> 9004 T1197 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9005 T1168 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9005 T1161 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9008 T1198 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/collection1
[junit4:junit4]   2> 9008 T1198 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9009 T1198 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9009 T1198 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9010 T1198 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/collection1/'
[junit4:junit4]   2> 9010 T1198 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/collection1/lib/README' to classloader
[junit4:junit4]   2> 9010 T1198 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9030 T1198 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9055 T1198 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9056 T1198 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9059 T1198 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9328 T1198 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9333 T1198 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9335 T1198 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9347 T1198 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9352 T1198 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9354 T1198 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9355 T1198 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9355 T1198 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9355 T1198 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9356 T1198 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9356 T1198 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9356 T1198 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9356 T1198 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363368623137/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/
[junit4:junit4]   2> 9356 T1198 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7481f
[junit4:junit4]   2> 9357 T1198 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9357 T1198 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2 forceNew: false
[junit4:junit4]   2> 9357 T1198 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/index/
[junit4:junit4]   2> 9358 T1198 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9358 T1198 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/index forceNew: false
[junit4:junit4]   2> 9359 T1198 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@171f7ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@b87d7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9359 T1198 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9361 T1198 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9361 T1198 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9361 T1198 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9362 T1198 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9362 T1198 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9362 T1198 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9362 T1198 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9363 T1198 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9363 T1198 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9365 T1198 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9367 T1198 oass.SolrIndexSearcher.<init> Opening Searcher@1a4493b main
[junit4:junit4]   2> 9367 T1198 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/tlog
[junit4:junit4]   2> 9368 T1198 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9368 T1198 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9371 T1199 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a4493b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9373 T1198 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9374 T1198 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9395 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9396 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:50007_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50007/qd_grs/dh"}
[junit4:junit4]   2> 9399 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54070_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54070/qd_grs/dh"}
[junit4:junit4]   2> 9399 T1162 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9399 T1162 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9401 T1197 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> 9401 T1168 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> 9401 T1161 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> 9401 T1181 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> 10375 T1198 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10375 T1198 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54070/qd_grs/dh collection:collection1 shard:shard1
[junit4:junit4]   2> 10377 T1198 oasc.ZkController.register We are http://127.0.0.1:54070/qd_grs/dh/collection1/ and leader is http://127.0.0.1:50007/qd_grs/dh/collection1/
[junit4:junit4]   2> 10377 T1198 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54070/qd_grs/dh
[junit4:junit4]   2> 10378 T1198 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 10378 T1198 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C37 name=collection1 org.apache.solr.core.SolrCore@85f82d url=http://127.0.0.1:54070/qd_grs/dh/collection1 node=127.0.0.1:54070_qd_grs%2Fdh C37_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54070_qd_grs%2Fdh, base_url=http://127.0.0.1:54070/qd_grs/dh}
[junit4:junit4]   2> 10378 T1200 C37 P54070 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 10378 T1198 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10379 T1200 C37 P54070 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10379 T1200 C37 P54070 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 10379 T1200 C37 P54070 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10379 T1139 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10380 T1139 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10380 T1139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10383 T1200 C37 P54070 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10383 T1139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C38 name=collection1 org.apache.solr.core.SolrCore@855e4c url=http://127.0.0.1:51528/qd_grs/dh/collection1 node=127.0.0.1:51528_qd_grs%2Fdh C38_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:51528_qd_grs%2Fdh, base_url=http://127.0.0.1:51528/qd_grs/dh, leader=true}
[junit4:junit4]   2> 10391 T1154 C38 P51528 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@279917 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a04108),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10391 T1154 C38 P51528 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10394 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[1 (1429595619986505728)]} 0 5
[junit4:junit4]   2> 10394 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10001 (1429595619988602880)]} 0 4
[junit4:junit4]   2> ASYNC  NEW_CORE C39 name=collection1 org.apache.solr.core.SolrCore@dd10f7 url=http://127.0.0.1:50007/qd_grs/dh/collection1 node=127.0.0.1:50007_qd_grs%2Fdh C39_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50007_qd_grs%2Fdh, base_url=http://127.0.0.1:50007/qd_grs/dh, leader=true}
[junit4:junit4]   2> 10405 T1175 C39 P50007 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@910c63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dea1e7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10405 T1175 C39 P50007 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10407 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10001 (1429595620002234368)]} 0 4
[junit4:junit4]   2> 10407 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[1 (1429595620002234369)]} 0 4
[junit4:junit4]   2> 10480 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[2 (1429595620081926145)]} 0 1
[junit4:junit4]   2> 10481 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10002 (1429595620081926144)]} 0 2
[junit4:junit4]   2> 10484 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[2 (1429595620085071872)]} 0 1
[junit4:junit4]   2> 10484 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10002 (1429595620086120448)]} 0 1
[junit4:junit4]   2> 10493 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[1 (-1429595620095557632)]} 0 1
[junit4:junit4]   2> 10494 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10001 (-1429595620095557633)]} 0 1
[junit4:junit4]   2> 10496 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[1 (-1429595620098703361)]} 0 0
[junit4:junit4]   2> 10496 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[10001 (-1429595620098703360)]} 0 0
[junit4:junit4]   2> 10499 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[3 (1429595620101849088)]} 0 1
[junit4:junit4]   2> 10500 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10003 (1429595620101849089)]} 0 1
[junit4:junit4]   2> 10502 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[3 (1429595620103946240)]} 0 1
[junit4:junit4]   2> 10502 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10003 (1429595620104994816)]} 0 0
[junit4:junit4]   2> 10538 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[2 (-1429595620142743552)]} 0 0
[junit4:junit4]   2> 10538 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10002 (-1429595620142743553)]} 0 0
[junit4:junit4]   2> 10541 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[2 (-1429595620145889280)]} 0 0
[junit4:junit4]   2> 10541 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10002 (-1429595620145889281)]} 0 0
[junit4:junit4]   2> 10544 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[4 (1429595620147986432)]} 0 1
[junit4:junit4]   2> 10544 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10004 (1429595620147986433)]} 0 1
[junit4:junit4]   2> 10547 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[4 (1429595620151132160)]} 0 1
[junit4:junit4]   2> 10547 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10004 (1429595620151132161)]} 0 1
[junit4:junit4]   2> 10628 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[4 (-1429595620237115393)]} 0 0
[junit4:junit4]   2> 10628 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10004 (-1429595620237115392)]} 0 0
[junit4:junit4]   2> 10631 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[4 (-1429595620240261120)]} 0 0
[junit4:junit4]   2> 10631 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10004 (-1429595620240261121)]} 0 0
[junit4:junit4]   2> 10634 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[5 (1429595620243406848)]} 0 0
[junit4:junit4]   2> 10635 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10005 (1429595620243406849)]} 0 1
[junit4:junit4]   2> 10638 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[5 (1429595620246552576)]} 0 1
[junit4:junit4]   2> 10638 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10005 (1429595620246552577)]} 0 1
[junit4:junit4]   2> 10720 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10006 (1429595620332535808)]} 0 0
[junit4:junit4]   2> 10720 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[6 (1429595620332535809)]} 0 0
[junit4:junit4]   2> 10723 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10006 (1429595620335681537)]} 0 1
[junit4:junit4]   2> 10723 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[6 (1429595620335681536)]} 0 1
[junit4:junit4]   2> 10746 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10007 (1429595620359798784)]} 0 1
[junit4:junit4]   2> 10746 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[7 (1429595620359798785)]} 0 1
[junit4:junit4]   2> 10750 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10007 (1429595620363993088)]} 0 1
[junit4:junit4]   2> 10750 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[7 (1429595620363993089)]} 0 1
[junit4:junit4]   2> 10816 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[8 (1429595620433199104)]} 0 1
[junit4:junit4]   2> 10816 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10008 (1429595620433199105)]} 0 0
[junit4:junit4]   2> 10819 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[8 (1429595620436344832)]} 0 1
[junit4:junit4]   2> 10819 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10008 (1429595620436344833)]} 0 1
[junit4:junit4]   2> 10877 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10009 (1429595620498210816)]} 0 1
[junit4:junit4]   2> 10877 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[9 (1429595620498210817)]} 0 1
[junit4:junit4]   2> 10880 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[9 (1429595620501356544)]} 0 0
[junit4:junit4]   2> 10881 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10009 (1429595620501356545)]} 0 0
[junit4:junit4]   2> 10908 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10909 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54070_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54070/qd_grs/dh"}
[junit4:junit4]   2> 10913 T1197 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> 10913 T1161 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> 10913 T1181 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> 10913 T1168 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> 10919 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[6 (-1429595620542251008)]} 0 0
[junit4:junit4]   2> 10919 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10006 (-1429595620542251009)]} 0 0
[junit4:junit4]   2>  C37_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54070_qd_grs%2Fdh, base_url=http://127.0.0.1:54070/qd_grs/dh}
[junit4:junit4]   2> 10930 T1191 C37 P54070 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@171f7ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@b87d7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10930 T1191 C37 P54070 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10931 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[6 (-1429595620546445312)]} 0 2
[junit4:junit4]   2> 10931 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10006 (-1429595620545396736)]} 0 2
[junit4:junit4]   2> 10932 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[10006 (-1429595620545396736)]} 0 10
[junit4:junit4]   2> 10932 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[6 (-1429595620546445312)]} 0 10
[junit4:junit4]   2> 10935 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10 (1429595620557979648)]} 0 1
[junit4:junit4]   2> 10935 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10010 (1429595620557979649)]} 0 1
[junit4:junit4]   2> 10942 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1429595620562173952)]} 0 1
[junit4:junit4]   2> 10942 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10010 (1429595620562173953)]} 0 1
[junit4:junit4]   2> 10942 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10 (1429595620562173952)]} 0 5
[junit4:junit4]   2> 10943 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10010 (1429595620562173953)]} 0 5
[junit4:junit4]   2> 10975 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[11 (1429595620599922689)]} 0 1
[junit4:junit4]   2> 10975 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10011 (1429595620599922688)]} 0 1
[junit4:junit4]   2> 10981 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1429595620604116992)]} 0 1
[junit4:junit4]   2> 10981 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10011 (1429595620604116993)]} 0 1
[junit4:junit4]   2> 10981 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[11 (1429595620604116992)]} 0 4
[junit4:junit4]   2> 10982 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10011 (1429595620604116993)]} 0 4
[junit4:junit4]   2> 10985 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[12 (1429595620611457024)]} 0 0
[junit4:junit4]   2> 10986 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10012 (1429595620611457025)]} 0 1
[junit4:junit4]   2> 10991 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1429595620614602752)]} 0 1
[junit4:junit4]   2> 10991 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1429595620614602753)]} 0 1
[junit4:junit4]   2> 10991 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[12 (1429595620614602752)]} 0 4
[junit4:junit4]   2> 10991 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10012 (1429595620614602753)]} 0 3
[junit4:junit4]   2> 11047 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10013 (1429595620675420160)]} 0 1
[junit4:junit4]   2> 11047 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[13 (1429595620675420161)]} 0 1
[junit4:junit4]   2> 11052 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1429595620678565888)]} 0 0
[junit4:junit4]   2> 11053 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1429595620678565889)]} 0 1
[junit4:junit4]   2> 11053 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10013 (1429595620678565888)]} 0 4
[junit4:junit4]   2> 11053 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[13 (1429595620678565889)]} 0 4
[junit4:junit4]   2> 11074 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10007 (-1429595620704780288)]} 0 0
[junit4:junit4]   2> 11075 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[7 (-1429595620704780289)]} 0 1
[junit4:junit4]   2> 11081 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10007 (-1429595620707926016)]} 0 1
[junit4:junit4]   2> 11081 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[7 (-1429595620708974592)]} 0 0
[junit4:junit4]   2> 11081 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10007 (-1429595620707926016)]} 0 4
[junit4:junit4]   2> 11082 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[7 (-1429595620708974592)]} 0 5
[junit4:junit4]   2> 11086 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[14 (1429595620716314625)]} 0 2
[junit4:junit4]   2> 11086 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10014 (1429595620716314624)]} 0 2
[junit4:junit4]   2> 11092 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1429595620720508928)]} 0 0
[junit4:junit4]   2> 11093 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1429595620720508929)]} 0 1
[junit4:junit4]   2> 11093 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[14 (1429595620720508928)]} 0 4
[junit4:junit4]   2> 11093 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10014 (1429595620720508929)]} 0 4
[junit4:junit4]   2> 11174 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[15 (1429595620809637888)]} 0 0
[junit4:junit4]   2> 11175 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10015 (1429595620809637889)]} 0 1
[junit4:junit4]   2> 11180 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429595620812783616)]} 0 1
[junit4:junit4]   2> 11180 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429595620812783617)]} 0 0
[junit4:junit4]   2> 11181 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[15 (1429595620812783616)]} 0 4
[junit4:junit4]   2> 11181 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10015 (1429595620812783617)]} 0 4
[junit4:junit4]   2> 11190 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[10008 (-1429595620825366528)]} 0 1
[junit4:junit4]   2> 11190 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[8 (-1429595620826415104)]} 0 1
[junit4:junit4]   2> 11194 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10008 (-1429595620828512256)]} 0 0
[junit4:junit4]   2> 11195 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10008 (-1429595620828512256)]} 0 3
[junit4:junit4]   2> 11195 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[8 (-1429595620829560832)]} 0 0
[junit4:junit4]   2> 11195 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[8 (-1429595620829560832)]} 0 2
[junit4:junit4]   2> 11198 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10016 (1429595620833755136)]} 0 1
[junit4:junit4]   2> 11198 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[16 (1429595620834803712)]} 0 0
[junit4:junit4]   2> 11203 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429595620836900864)]} 0 1
[junit4:junit4]   2> 11203 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10016 (1429595620836900864)]} 0 3
[junit4:junit4]   2> 11204 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429595620837949440)]} 0 1
[junit4:junit4]   2> 11204 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[16 (1429595620837949440)]} 0 3
[junit4:junit4]   2> 11245 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10017 (1429595620883038208)]} 0 1
[junit4:junit4]   2> 11246 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[17 (1429595620884086784)]} 0 1
[junit4:junit4]   2> 11253 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429595620888281088)]} 0 1
[junit4:junit4]   2> 11253 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429595620888281089)]} 0 1
[junit4:junit4]   2> 11254 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10017 (1429595620888281088)]} 0 6
[junit4:junit4]   2> 11254 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[17 (1429595620888281089)]} 0 5
[junit4:junit4]   2> 11271 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10018 (1429595620910301184)]} 0 1
[junit4:junit4]   2> 11272 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[18 (1429595620911349760)]} 0 1
[junit4:junit4]   2> 11279 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429595620915544064)]} 0 1
[junit4:junit4]   2> 11279 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429595620915544065)]} 0 1
[junit4:junit4]   2> 11280 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10018 (1429595620915544064)]} 0 6
[junit4:junit4]   2> 11280 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[18 (1429595620915544065)]} 0 5
[junit4:junit4]   2> 11331 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[10010 (-1429595620974264320)]} 0 1
[junit4:junit4]   2> 11332 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[10 (-1429595620975312896)]} 0 1
[junit4:junit4]   2> 11338 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10010 (-1429595620978458624)]} 0 1
[junit4:junit4]   2> 11338 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10 (-1429595620978458625)]} 0 0
[junit4:junit4]   2> 11339 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10010 (-1429595620978458624)]} 0 5
[junit4:junit4]   2> 11339 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10 (-1429595620978458625)]} 0 4
[junit4:junit4]   2> 11343 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10019 (1429595620985798656)]} 0 1
[junit4:junit4]   2> 11344 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[19 (1429595620986847232)]} 0 2
[junit4:junit4]   2> 11351 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429595620991041536)]} 0 1
[junit4:junit4]   2> 11351 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429595620991041537)]} 0 1
[junit4:junit4]   2> 11352 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10019 (1429595620991041536)]} 0 6
[junit4:junit4]   2> 11352 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[19 (1429595620991041537)]} 0 5
[junit4:junit4]   2> 11388 T1177 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:54070_qd_grs%252Fdh&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 11388 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10020 (1429595621034033152)]} 0 1
[junit4:junit4]   2> 11389 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[20 (1429595621034033153)]} 0 1
[junit4:junit4]   2> 11395 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429595621038227456)]} 0 1
[junit4:junit4]   2> 11395 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429595621037178880)]} 0 1
[junit4:junit4]   2> 11395 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[20 (1429595621038227456)]} 0 4
[junit4:junit4]   2> 11395 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10020 (1429595621037178880)]} 0 4
[junit4:junit4]   2> 11398 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[11 (-1429595621044518912)]} 0 1
[junit4:junit4]   2> 11398 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10011 (-1429595621044518913)]} 0 0
[junit4:junit4]   2> 11403 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1429595621046616064)]} 0 1
[junit4:junit4]   2> 11404 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1429595621047664640)]} 0 1
[junit4:junit4]   2> 11404 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[11 (-1429595621046616064)]} 0 4
[junit4:junit4]   2> 11404 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10011 (-1429595621047664640)]} 0 3
[junit4:junit4]   2> 11407 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[21 (1429595621053956096)]} 0 1
[junit4:junit4]   2> 11408 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10021 (1429595621053956097)]} 0 1
[junit4:junit4]   2> 11414 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429595621057101824)]} 0 1
[junit4:junit4]   2> 11414 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429595621057101825)]} 0 1
[junit4:junit4]   2> 11415 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[21 (1429595621057101824)]} 0 5
[junit4:junit4]   2> 11415 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10021 (1429595621057101825)]} 0 5
[junit4:junit4]   2> 11506 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10012 (-1429595621157765121)]} 0 1
[junit4:junit4]   2> 11506 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[12 (-1429595621157765120)]} 0 1
[junit4:junit4]   2> 11512 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1429595621160910849)]} 0 1
[junit4:junit4]   2> 11512 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1429595621160910848)]} 0 1
[junit4:junit4]   2> 11513 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10012 (-1429595621160910849)]} 0 4
[junit4:junit4]   2> 11513 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[12 (-1429595621160910848)]} 0 4
[junit4:junit4]   2> 11515 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10022 (1429595621167202304)]} 0 0
[junit4:junit4]   2> 11515 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[22 (1429595621167202305)]} 0 0
[junit4:junit4]   2> 11521 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429595621170348032)]} 0 1
[junit4:junit4]   2> 11521 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429595621170348033)]} 0 1
[junit4:junit4]   2> 11521 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10022 (1429595621170348032)]} 0 3
[junit4:junit4]   2> 11522 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[22 (1429595621170348033)]} 0 4
[junit4:junit4]   2> 11547 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10013 (-1429595621200756736)]} 0 0
[junit4:junit4]   2> 11547 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[13 (-1429595621200756737)]} 0 0
[junit4:junit4]   2> 11552 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10013 (-1429595621202853888)]} 0 1
[junit4:junit4]   2> 11552 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[13 (-1429595621203902464)]} 0 1
[junit4:junit4]   2> 11552 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10013 (-1429595621202853888)]} 0 3
[junit4:junit4]   2> 11552 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[13 (-1429595621203902464)]} 0 3
[junit4:junit4]   2> 11555 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10023 (1429595621208096768)]} 0 1
[junit4:junit4]   2> 11555 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[23 (1429595621208096769)]} 0 1
[junit4:junit4]   2> 11560 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429595621211242496)]} 0 1
[junit4:junit4]   2> 11560 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429595621211242497)]} 0 1
[junit4:junit4]   2> 11560 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10023 (1429595621211242496)]} 0 3
[junit4:junit4]   2> 11560 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[23 (1429595621211242497)]} 0 3
[junit4:junit4]   2> 11625 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10024 (1429595621282545665)]} 0 0
[junit4:junit4]   2> 11626 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[24 (1429595621282545664)]} 0 1
[junit4:junit4]   2> 11631 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429595621285691392)]} 0 1
[junit4:junit4]   2> 11631 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429595621285691393)]} 0 1
[junit4:junit4]   2> 11631 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10024 (1429595621285691392)]} 0 3
[junit4:junit4]   2> 11631 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[24 (1429595621285691393)]} 0 3
[junit4:junit4]   2> 11688 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[10015 (-1429595621348605952)]} 0 0
[junit4:junit4]   2> 11688 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[15 (-1429595621348605953)]} 0 0
[junit4:junit4]   2> 11693 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429595621350703105)]} 0 1
[junit4:junit4]   2> 11693 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429595621350703104)]} 0 1
[junit4:junit4]   2> 11693 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[10015 (-1429595621350703104)]} 0 3
[junit4:junit4]   2> 11693 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[15 (-1429595621350703105)]} 0 3
[junit4:junit4]   2> 11697 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10025 (1429595621356994561)]} 0 1
[junit4:junit4]   2> 11697 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[25 (1429595621356994560)]} 0 1
[junit4:junit4]   2> 11702 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429595621360140289)]} 0 0
[junit4:junit4]   2> 11703 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429595621360140288)]} 0 1
[junit4:junit4]   2> 11703 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[25 (1429595621360140289)]} 0 4
[junit4:junit4]   2> 11703 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10025 (1429595621360140288)]} 0 4
[junit4:junit4]   2> 11752 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10026 (1429595621415714816)]} 0 1
[junit4:junit4]   2> 11752 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[26 (1429595621415714817)]} 0 1
[junit4:junit4]   2> 11758 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429595621418860545)]} 0 1
[junit4:junit4]   2> 11758 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429595621418860544)]} 0 1
[junit4:junit4]   2> 11758 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10026 (1429595621418860545)]} 0 3
[junit4:junit4]   2> 11758 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[26 (1429595621418860544)]} 0 3
[junit4:junit4]   2> 11838 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10017 (-1429595621505892353)]} 0 0
[junit4:junit4]   2> 11838 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[17 (-1429595621505892352)]} 0 0
[junit4:junit4]   2> 11843 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1429595621509038081)]} 0 1
[junit4:junit4]   2> 11843 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1429595621509038080)]} 0 0
[junit4:junit4]   2> 11843 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10017 (-1429595621509038081)]} 0 2
[junit4:junit4]   2> 11843 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[17 (-1429595621509038080)]} 0 2
[junit4:junit4]   2> 11846 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[27 (1429595621514280960)]} 0 1
[junit4:junit4]   2> 11846 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10027 (1429595621514280961)]} 0 1
[junit4:junit4]   2> 11852 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429595621517426688)]} 0 1
[junit4:junit4]   2> 11852 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429595621517426689)]} 0 1
[junit4:junit4]   2> 11852 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10027 (1429595621517426688)]} 0 3
[junit4:junit4]   2> 11853 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[27 (1429595621517426689)]} 0 4
[junit4:junit4]   2> 11922 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[18 (-1429595621593972737)]} 0 0
[junit4:junit4]   2> 11922 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10018 (-1429595621593972736)]} 0 0
[junit4:junit4]   2> 11927 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1429595621597118465)]} 0 0
[junit4:junit4]   2> 11927 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1429595621597118464)]} 0 0
[junit4:junit4]   2> 11928 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[18 (-1429595621597118465)]} 0 3
[junit4:junit4]   2> 11928 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10018 (-1429595621597118464)]} 0 3
[junit4:junit4]   2> 11931 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10028 (1429595621602361345)]} 0 1
[junit4:junit4]   2> 11931 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[28 (1429595621602361344)]} 0 1
[junit4:junit4]   2> 11936 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429595621605507072)]} 0 1
[junit4:junit4]   2> 11936 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429595621605507073)]} 0 1
[junit4:junit4]   2> 11936 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10028 (1429595621605507072)]} 0 3
[junit4:junit4]   2> 11936 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[28 (1429595621605507073)]} 0 3
[junit4:junit4]   2> 12006 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[29 (1429595621681004544)]} 0 1
[junit4:junit4]   2> 12006 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10029 (1429595621681004545)]} 0 1
[junit4:junit4]   2> 12011 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429595621684150272)]} 0 0
[junit4:junit4]   2> 12012 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429595621684150273)]} 0 1
[junit4:junit4]   2> 12012 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[29 (1429595621684150272)]} 0 4
[junit4:junit4]   2> 12012 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10029 (1429595621684150273)]} 0 4
[junit4:junit4]   2> 12075 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10030 (1429595621754404864)]} 0 1
[junit4:junit4]   2> 12075 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[30 (1429595621754404865)]} 0 1
[junit4:junit4]   2> 12081 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429595621757550592)]} 0 1
[junit4:junit4]   2> 12081 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429595621757550593)]} 0 1
[junit4:junit4]   2> 12081 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10030 (1429595621757550592)]} 0 3
[junit4:junit4]   2> 12082 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[30 (1429595621757550593)]} 0 4
[junit4:junit4]   2> 12175 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10031 (1429595621858213888)]} 0 1
[junit4:junit4]   2> 12175 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[31 (1429595621858213889)]} 0 1
[junit4:junit4]   2> 12180 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429595621861359617)]} 0 0
[junit4:junit4]   2> 12180 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429595621861359616)]} 0 0
[junit4:junit4]   2> 12181 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[31 (1429595621861359617)]} 0 4
[junit4:junit4]   2> 12181 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10031 (1429595621861359616)]} 0 4
[junit4:junit4]   2> 12279 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[20 (-1429595621968314369)]} 0 1
[junit4:junit4]   2> 12279 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[10020 (-1429595621968314368)]} 0 1
[junit4:junit4]   2> 12283 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[20 (-1429595621970411520)]} 0 0
[junit4:junit4]   2> 12283 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10020 (-1429595621970411521)]} 0 0
[junit4:junit4]   2> 12284 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[20 (-1429595621970411520)]} 0 3
[junit4:junit4]   2> 12284 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10020 (-1429595621970411521)]} 0 3
[junit4:junit4]   2> 12287 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[32 (1429595621975654400)]} 0 1
[junit4:junit4]   2> 12287 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10032 (1429595621975654401)]} 0 1
[junit4:junit4]   2> 12292 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429595621978800128)]} 0 1
[junit4:junit4]   2> 12292 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429595621978800129)]} 0 0
[junit4:junit4]   2> 12292 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[32 (1429595621978800128)]} 0 3
[junit4:junit4]   2> 12293 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10032 (1429595621978800129)]} 0 4
[junit4:junit4]   2> 12359 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[33 (1429595622051151872)]} 0 1
[junit4:junit4]   2> 12359 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10033 (1429595622051151873)]} 0 1
[junit4:junit4]   2> 12364 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429595622054297601)]} 0 1
[junit4:junit4]   2> 12364 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429595622054297600)]} 0 1
[junit4:junit4]   2> 12365 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10033 (1429595622054297601)]} 0 4
[junit4:junit4]   2> 12365 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[33 (1429595622054297600)]} 0 4
[junit4:junit4]   2> 12385 T1139 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 54070
[junit4:junit4]   2> 12386 T1139 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=25544829
[junit4:junit4]   2> 12416 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12416 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54070_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54070/qd_grs/dh"}
[junit4:junit4]   2> 12419 T1197 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> 12420 T1168 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> 12420 T1161 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> 12420 T1181 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> 12422 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10034 (1429595622117212160)]} 0 1
[junit4:junit4]   2> 12422 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[34 (1429595622118260736)]} 0 0
[junit4:junit4]   2> 12424 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10034 (1429595622120357888)]} 0 0
[junit4:junit4]   2> 12425 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[34 (1429595622120357889)]} 0 1
[junit4:junit4]   2> 12511 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10035 (1429595622210535424)]} 0 1
[junit4:junit4]   2> 12511 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[35 (1429595622210535425)]} 0 1
[junit4:junit4]   2> 12514 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[35 (1429595622214729728)]} 0 1
[junit4:junit4]   2> 12514 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10035 (1429595622213681152)]} 0 1
[junit4:junit4]   2> 12551 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[22 (-1429595622253527040)]} 0 0
[junit4:junit4]   2> 12551 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10022 (-1429595622253527041)]} 0 0
[junit4:junit4]   2> 12553 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10022 (-1429595622255624192)]} 0 0
[junit4:junit4]   2> 12553 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[22 (-1429595622255624193)]} 0 0
[junit4:junit4]   2> 12556 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10036 (1429595622258769920)]} 0 0
[junit4:junit4]   2> 12557 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[36 (1429595622258769921)]} 0 1
[junit4:junit4]   2> 12559 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10036 (1429595622261915648)]} 0 1
[junit4:junit4]   2> 12559 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[36 (1429595622261915649)]} 0 0
[junit4:junit4]   2> 12625 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[24 (-1429595622330073089)]} 0 1
[junit4:junit4]   2> 12625 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10024 (-1429595622330073088)]} 0 1
[junit4:junit4]   2> 12628 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10024 (-1429595622334267392)]} 0 0
[junit4:junit4]   2> 12628 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[24 (-1429595622334267393)]} 0 0
[junit4:junit4]   2> 12631 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[37 (1429595622337413120)]} 0 0
[junit4:junit4]   2> 12632 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10037 (1429595622337413121)]} 0 1
[junit4:junit4]   2> 12635 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[37 (1429595622340558848)]} 0 1
[junit4:junit4]   2> 12635 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10037 (1429595622341607424)]} 0 1
[junit4:junit4]   2> 12683 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[38 (1429595622391939073)]} 0 1
[junit4:junit4]   2> 12683 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10038 (1429595622391939072)]} 0 0
[junit4:junit4]   2> 12686 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[38 (1429595622395084800)]} 0 0
[junit4:junit4]   2> 12687 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10038 (1429595622395084801)]} 0 1
[junit4:junit4]   2> 12698 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[39 (1429595622406619136)]} 0 1
[junit4:junit4]   2> 12698 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10039 (1429595622406619137)]} 0 1
[junit4:junit4]   2> 12700 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[39 (1429595622409764864)]} 0 0
[junit4:junit4]   2> 12700 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10039 (1429595622409764865)]} 0 0
[junit4:junit4]   2> 12728 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[40 (1429595622438076416)]} 0 1
[junit4:junit4]   2> 12728 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10040 (1429595622438076417)]} 0 1
[junit4:junit4]   2> 12731 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[40 (1429595622441222144)]} 0 1
[junit4:junit4]   2> 12731 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10040 (1429595622441222145)]} 0 1
[junit4:junit4]   2> 12803 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10025 (-1429595622517768193)]} 0 1
[junit4:junit4]   2> 12803 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[25 (-1429595622517768192)]} 0 1
[junit4:junit4]   2> 12805 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10025 (-1429595622519865345)]} 0 0
[junit4:junit4]   2> 12805 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[25 (-1429595622519865344)]} 0 0
[junit4:junit4]   2> 12808 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[41 (1429595622523011073)]} 0 0
[junit4:junit4]   2> 12808 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10041 (1429595622523011072)]} 0 1
[junit4:junit4]   2> 12811 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10041 (1429595622526156800)]} 0 0
[junit4:junit4]   2> 12812 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[41 (1429595622527205376)]} 0 0
[junit4:junit4]   2> 12861 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[10026 (-1429595622578585600)]} 0 0
[junit4:junit4]   2> 12862 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[26 (-1429595622578585601)]} 0 1
[junit4:junit4]   2> 12864 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10026 (-1429595622581731328)]} 0 1
[junit4:junit4]   2> 12864 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[26 (-1429595622581731329)]} 0 0
[junit4:junit4]   2> 12866 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10042 (1429595622583828480)]} 0 0
[junit4:junit4]   2> 12866 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[42 (1429595622583828481)]} 0 0
[junit4:junit4]   2> 12869 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[42 (1429595622586974208)]} 0 0
[junit4:junit4]   2> 12870 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10042 (1429595622586974209)]} 0 1
[junit4:junit4]   2> 12941 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[43 (1429595622661423104)]} 0 0
[junit4:junit4]   2> 12941 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10043 (1429595622661423105)]} 0 1
[junit4:junit4]   2> 12943 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[43 (1429595622664568832)]} 0 0
[junit4:junit4]   2> 12944 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10043 (1429595622664568833)]} 0 1
[junit4:junit4]   2> 12953 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[27 (-1429595622675054592)]} 0 0
[junit4:junit4]   2> 12953 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10027 (-1429595622675054593)]} 0 0
[junit4:junit4]   2> 12955 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[27 (-1429595622677151744)]} 0 0
[junit4:junit4]   2> 12956 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10027 (-1429595622678200320)]} 0 1
[junit4:junit4]   2> 12958 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[44 (1429595622680297472)]} 0 0
[junit4:junit4]   2> 12959 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10044 (1429595622680297473)]} 0 1
[junit4:junit4]   2> 12961 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[44 (1429595622682394624)]} 0 1
[junit4:junit4]   2> 12962 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10044 (1429595622683443200)]} 0 1
[junit4:junit4]   2> 13043 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[28 (-1429595622769426432)]} 0 0
[junit4:junit4]   2> 13044 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10028 (-1429595622770475008)]} 0 0
[junit4:junit4]   2> 13046 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[28 (-1429595622772572160)]} 0 0
[junit4:junit4]   2> 13046 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10028 (-1429595622772572161)]} 0 0
[junit4:junit4]   2> 13049 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[45 (1429595622774669312)]} 0 1
[junit4:junit4]   2> 13049 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10045 (1429595622775717888)]} 0 1
[junit4:junit4]   2> 13052 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[45 (1429595622777815040)]} 0 0
[junit4:junit4]   2> 13052 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10045 (1429595622778863616)]} 0 1
[junit4:junit4]   2> 13084 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[29 (-1429595622812418048)]} 0 0
[junit4:junit4]   2> 13085 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10029 (-1429595622812418049)]} 0 1
[junit4:junit4]   2> 13087 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[29 (-1429595622815563776)]} 0 0
[junit4:junit4]   2> 13087 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10029 (-1429595622815563777)]} 0 0
[junit4:junit4]   2> 13090 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[46 (1429595622817660928)]} 0 1
[junit4:junit4]   2> 13090 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10046 (1429595622817660929)]} 0 1
[junit4:junit4]   2> 13092 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[46 (1429595622820806656)]} 0 0
[junit4:junit4]   2> 13093 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10046 (1429595622820806657)]} 0 1
[junit4:junit4]   2> 13135 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[33 (-1429595622865895424)]} 0 0
[junit4:junit4]   2> 13135 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10033 (-1429595622865895425)]} 0 0
[junit4:junit4]   2> 13138 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[33 (-1429595622867992576)]} 0 1
[junit4:junit4]   2> 13138 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10033 (-1429595622869041152)]} 0 1
[junit4:junit4]   2> 13140 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[47 (1429595622871138304)]} 0 0
[junit4:junit4]   2> 13141 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10047 (1429595622871138305)]} 0 1
[junit4:junit4]   2> 13143 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[47 (1429595622874284032)]} 0 0
[junit4:junit4]   2> 13144 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10047 (1429595622874284033)]} 0 1
[junit4:junit4]   2> 13228 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[34 (-1429595622962364416)]} 0 1
[junit4:junit4]   2> 13228 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10034 (-1429595622963412992)]} 0 1
[junit4:junit4]   2> 13230 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10034 (-1429595622965510145)]} 0 0
[junit4:junit4]   2> 13230 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[34 (-1429595622965510144)]} 0 0
[junit4:junit4]   2> 13234 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10048 (1429595622969704448)]} 0 1
[junit4:junit4]   2> 13234 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[48 (1429595622969704449)]} 0 1
[junit4:junit4]   2> 13238 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10048 (1429595622972850176)]} 0 1
[junit4:junit4]   2> 13238 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[48 (1429595622972850177)]} 0 1
[junit4:junit4]   2> 13283 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10035 (-1429595623021084672)]} 0 0
[junit4:junit4]   2> 13284 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[35 (-1429595623022133248)]} 0 1
[junit4:junit4]   2> 13286 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10035 (-1429595623024230400)]} 0 0
[junit4:junit4]   2> 13286 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[35 (-1429595623024230401)]} 0 0
[junit4:junit4]   2> 13289 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10049 (1429595623026327552)]} 0 1
[junit4:junit4]   2> 13290 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[49 (1429595623026327553)]} 0 2
[junit4:junit4]   2> 13293 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10049 (1429595623030521856)]} 0 1
[junit4:junit4]   2> 13293 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[49 (1429595623031570432)]} 0 0
[junit4:junit4]   2> 13331 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10036 (-1429595623071416320)]} 0 1
[junit4:junit4]   2> 13331 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[36 (-1429595623071416321)]} 0 0
[junit4:junit4]   2> 13333 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10036 (-1429595623073513472)]} 0 0
[junit4:junit4]   2> 13333 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[36 (-1429595623073513473)]} 0 0
[junit4:junit4]   2> 13336 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10050 (1429595623076659200)]} 0 0
[junit4:junit4]   2> 13337 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[50 (1429595623076659201)]} 0 1
[junit4:junit4]   2> 13339 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10050 (1429595623079804928)]} 0 0
[junit4:junit4]   2> 13340 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[50 (1429595623079804929)]} 0 1
[junit4:junit4]   2> 13361 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10037 (-1429595623102873600)]} 0 1
[junit4:junit4]   2> 13361 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[37 (-1429595623102873601)]} 0 0
[junit4:junit4]   2> 13363 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10037 (-1429595623104970752)]} 0 0
[junit4:junit4]   2> 13364 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[37 (-1429595623106019328)]} 0 0
[junit4:junit4]   2> 13366 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10051 (1429595623107067904)]} 0 1
[junit4:junit4]   2> 13367 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[51 (1429595623108116480)]} 0 1
[junit4:junit4]   2> 13368 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10051 (1429595623110213632)]} 0 0
[junit4:junit4]   2> 13369 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[51 (1429595623111262208)]} 0 0
[junit4:junit4]   2>  C37_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54070_qd_grs%2Fdh, base_url=http://127.0.0.1:54070/qd_grs/dh}
[junit4:junit4]   2> 13388 T1200 C37 P54070 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50007/qd_grs/dh/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 13389 T1200 C37 P54070 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54070/qd_grs/dh START replicas=[http://127.0.0.1:50007/qd_grs/dh/collection1/] nUpdates=100
[junit4:junit4]   2> 13390 T1200 C37 P54070 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13391 T1200 C37 P54070 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 13391 T1200 C37 P54070 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 13391 T1200 C37 P54070 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 13391 T1200 C37 P54070 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 13391 T1200 C37 P54070 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50007/qd_grs/dh/collection1/. core=collection1
[junit4:junit4]   2> 13392 T1200 C37 P54070 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13391 T1177 C39 P50007 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 13395 T1176 C39 P50007 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13406 T1176 C39 P50007 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@910c63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dea1e7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@910c63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dea1e7),segFN=segments_2,generation=2,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.tip, _1.cbnd, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.dvdm, _1.si, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 13407 T1176 C39 P50007 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.tip, _1.cbnd, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.dvdm, _1.si, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 13408 T1176 C39 P50007 oass.SolrIndexSearcher.<init> Opening Searcher@3f86eb realtime
[junit4:junit4]   2> 13409 T1176 C39 P50007 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13409 T1176 C39 P50007 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 13410 T1200 C37 P54070 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13410 T1200 C37 P54070 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13412 T1174 C39 P50007 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13412 T1174 C39 P50007 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 13413 T1200 C37 P54070 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13413 T1200 C37 P54070 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13413 T1200 C37 P54070 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13415 T1177 C39 P50007 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 13416 T1200 C37 P54070 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 27
[junit4:junit4]   2> 13416 T1200 C37 P54070 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/index.20130315123028655 forceNew: false
[junit4:junit4]   2> 13417 T1200 C37 P54070 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6) fullCopy=true
[junit4:junit4]   2> 13419 T1176 C39 P50007 REQ /replication {file=_1.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13422 T1175 C39 P50007 REQ /replication {file=_0.cbnd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13425 T1174 C39 P50007 REQ /replication {file=_0.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13428 T1177 C39 P50007 REQ /replication {file=_0.cbnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13446 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10052 (1429595623190953984)]} 0 1
[junit4:junit4]   2> 13446 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[52 (1429595623192002560)]} 0 0
[junit4:junit4]   2> 13449 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[52 (1429595623195148288)]} 0 1
[junit4:junit4]   2> 13449 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10052 (1429595623195148289)]} 0 1
[junit4:junit4]   2> 13481 T1174 C39 P50007 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13484 T1175 C39 P50007 REQ /replication {file=_1.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13487 T1176 C39 P50007 REQ /replication {file=_1.cbnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13491 T1177 C39 P50007 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 13494 T1174 C39 P50007 REQ /replication {file=_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 13496 T1175 C39 P50007 REQ /replication {file=_1.cbnd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13499 T1176 C39 P50007 REQ /replication {file=_1.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13502 T1177 C39 P50007 REQ /replication {file=_0.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13510 T1174 C39 P50007 REQ /replication {file=_1.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13511 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10053 (1429595623259111424)]} 0 1
[junit4:junit4]   2> 13511 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[53 (1429595623259111425)]} 0 1
[junit4:junit4]   2> 13513 T1175 C39 P50007 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13514 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10053 (1429595623262257152)]} 0 1
[junit4:junit4]   2> 13514 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[53 (1429595623262257153)]} 0 1
[junit4:junit4]   2> 13516 T1174 C39 P50007 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13519 T1176 C39 P50007 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13522 T1175 C39 P50007 REQ /replication {file=_1.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13525 T1177 C39 P50007 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13528 T1174 C39 P50007 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 13530 T1176 C39 P50007 REQ /replication {file=_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13533 T1175 C39 P50007 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13536 T1177 C39 P50007 REQ /replication {file=_1.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13539 T1174 C39 P50007 REQ /replication {file=_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13542 T1176 C39 P50007 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13544 T1175 C39 P50007 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13547 T1177 C39 P50007 REQ /replication {file=_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13550 T1174 C39 P50007 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13551 T1200 C37 P54070 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13551 T1200 C37 P54070 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130315123028655
[junit4:junit4]   2> 13553 T1200 C37 P54070 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13553 T1200 C37 P54070 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 13553 T1200 C37 P54070 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 13554 T1200 C37 P54070 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/index.20130315123028655
[junit4:junit4]   2> 13555 T1200 C37 P54070 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6),segFN=segments_2,generation=2,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 13555 T1200 C37 P54070 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 13556 T1200 C37 P54070 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13556 T1200 C37 P54070 oass.SolrIndexSearcher.<init> Opening Searcher@101384 main
[junit4:junit4]   2> 13557 T1199 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@101384 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C74/36 _1(5.0):C28/16)}
[junit4:junit4]   2> 13558 T1200 C37 P54070 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@171f7ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@b87d7b)
[junit4:junit4]   2> 13558 T1200 C37 P54070 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/index
[junit4:junit4]   2> 13558 T1200 C37 P54070 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@171f7ba lockFactory=org.apache.lucene.store.NativeFSLockFactory@b87d7b)
[junit4:junit4]   2> 13560 T1200 C37 P54070 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 13560 T1208 C37 P54070 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363368615242/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=6941
[junit4:junit4]   2> 13561 T1208 C37 P54070 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13562 T1208 C37 P54070 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6),segFN=segments_2,generation=2,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, segments_2, _0.fdx, _0.tip, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6),segFN=segments_3,generation=3,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _0.tip, segments_3, _0.fdt]
[junit4:junit4]   2> 13562 T1208 C37 P54070 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _0.tip, segments_3, _0.fdt]
[junit4:junit4]   2> 13563 T1208 C37 P54070 oass.SolrIndexSearcher.<init> Opening Searcher@147f9e main
[junit4:junit4]   2> 13563 T1208 C37 P54070 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13563 T1199 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@147f9e main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C74/36 _1(5.0):C28/16)}
[junit4:junit4]   2> 13564 T1208 C37 P54070 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=6941}
[junit4:junit4]   2> 13564 T1200 C37 P54070 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 13564 T1200 C37 P54070 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13564 T1200 C37 P54070 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13565 T1200 C37 P54070 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 13604 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10054 (1429595623356628993)]} 0 1
[junit4:junit4]   2> 13604 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[54 (1429595623356628992)]} 0 1
[junit4:junit4]   2> 13607 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10054 (1429595623359774720)]} 0 1
[junit4:junit4]   2> 13607 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[54 (1429595623359774721)]} 0 1
[junit4:junit4]   2> 13693 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10038 (-1429595623451000833)]} 0 0
[junit4:junit4]   2> 13693 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[38 (-1429595623451000832)]} 0 0
[junit4:junit4]   2> 13696 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[10038 (-1429595623454146561)]} 0 0
[junit4:junit4]   2> 13696 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[38 (-1429595623454146560)]} 0 0
[junit4:junit4]   2> 13699 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10055 (1429595623456243712)]} 0 1
[junit4:junit4]   2> 13699 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[55 (1429595623457292288)]} 0 1
[junit4:junit4]   2> 13702 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10055 (1429595623459389440)]} 0 1
[junit4:junit4]   2> 13702 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[55 (1429595623459389441)]} 0 1
[junit4:junit4]   2> 13712 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10039 (-1429595623470923777)]} 0 0
[junit4:junit4]   2> 13712 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[39 (-1429595623470923776)]} 0 0
[junit4:junit4]   2> 13715 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[10039 (-1429595623474069504)]} 0 0
[junit4:junit4]   2> 13715 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[39 (-1429595623474069505)]} 0 0
[junit4:junit4]   2> 13718 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10056 (1429595623477215232)]} 0 0
[junit4:junit4]   2> 13718 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[56 (1429595623477215233)]} 0 0
[junit4:junit4]   2> 13721 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10056 (1429595623480360960)]} 0 0
[junit4:junit4]   2> 13721 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[56 (1429595623480360961)]} 0 0
[junit4:junit4]   2> 13772 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10041 (-1429595623532789761)]} 0 1
[junit4:junit4]   2> 13772 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[41 (-1429595623532789760)]} 0 1
[junit4:junit4]   2> 13774 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[41 (-1429595623535935488)]} 0 0
[junit4:junit4]   2> 13775 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10041 (-1429595623536984064)]} 0 1
[junit4:junit4]   2> 13778 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10057 (1429595623539081217)]} 0 1
[junit4:junit4]   2> 13778 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[57 (1429595623539081216)]} 0 1
[junit4:junit4]   2> 13781 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10057 (1429595623542226944)]} 0 1
[junit4:junit4]   2> 13781 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[57 (1429595623542226945)]} 0 1
[junit4:junit4]   2> 13825 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10058 (1429595623589412864)]} 0 1
[junit4:junit4]   2> 13825 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[58 (1429595623589412865)]} 0 1
[junit4:junit4]   2> 13828 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10058 (1429595623592558592)]} 0 1
[junit4:junit4]   2> 13828 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[58 (1429595623592558593)]} 0 0
[junit4:junit4]   2> 13864 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10059 (1429595623629258753)]} 0 1
[junit4:junit4]   2> 13864 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[59 (1429595623629258752)]} 0 1
[junit4:junit4]   2> 13867 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10059 (1429595623632404480)]} 0 1
[junit4:junit4]   2> 13867 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[59 (1429595623632404481)]} 0 1
[junit4:junit4]   2> 13890 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[10060 (1429595623656521728)]} 0 1
[junit4:junit4]   2> 13890 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[60 (1429595623656521729)]} 0 1
[junit4:junit4]   2> 13893 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10060 (1429595623660716032)]} 0 0
[junit4:junit4]   2> 13893 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[60 (1429595623660716033)]} 0 0
[junit4:junit4]   2> 13922 T1162 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13923 T1162 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54070_qd_grs%2Fdh",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54070/qd_grs/dh"}
[junit4:junit4]   2> 13925 T1197 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> 13925 T1168 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> 13925 T1161 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> 13925 T1181 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> 13958 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[43 (-1429595623728873472)]} 0 0
[junit4:junit4]   2> 13958 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[10043 (-1429595623728873473)]} 0 0
[junit4:junit4]   2>  C37_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54070_qd_grs%2Fdh, base_url=http://127.0.0.1:54070/qd_grs/dh}
[junit4:junit4]   2> 13963 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[43 (-1429595623732019200)]} 0 1
[junit4:junit4]   2> 13963 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10043 (-1429595623732019201)]} 0 1
[junit4:junit4]   2> 13964 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[43 (-1429595623732019200)]} 0 4
[junit4:junit4]   2> 13964 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[10043 (-1429595623732019201)]} 0 4
[junit4:junit4]   2> 13966 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[61 (1429595623737262080)]} 0 0
[junit4:junit4]   2> 13967 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10061 (1429595623737262081)]} 0 1
[junit4:junit4]   2> 13972 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1429595623739359232)]} 0 1
[junit4:junit4]   2> 13972 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10061 (1429595623740407808)]} 0 1
[junit4:junit4]   2> 13972 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[61 (1429595623739359232)]} 0 4
[junit4:junit4]   2> 13973 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10061 (1429595623740407808)]} 0 4
[junit4:junit4]   2> 14024 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[49 (-1429595623798079488)]} 0 0
[junit4:junit4]   2> 14024 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[10049 (-1429595623798079489)]} 0 0
[junit4:junit4]   2> 14028 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[49 (-1429595623800176641)]} 0 0
[junit4:junit4]   2> 14028 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10049 (-1429595623800176640)]} 0 0
[junit4:junit4]   2> 14029 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[49 (-1429595623800176641)]} 0 3
[junit4:junit4]   2> 14029 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10049 (-1429595623800176640)]} 0 3
[junit4:junit4]   2> 14032 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[62 (1429595623805419520)]} 0 1
[junit4:junit4]   2> 14032 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10062 (1429595623805419521)]} 0 1
[junit4:junit4]   2> 14037 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1429595623808565248)]} 0 1
[junit4:junit4]   2> 14037 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[62 (1429595623808565248)]} 0 3
[junit4:junit4]   2> 14037 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10062 (1429595623808565249)]} 0 0
[junit4:junit4]   2> 14038 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10062 (1429595623808565249)]} 0 4
[junit4:junit4]   2> 14084 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[63 (1429595623859945472)]} 0 1
[junit4:junit4]   2> 14084 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10063 (1429595623859945473)]} 0 1
[junit4:junit4]   2> 14089 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10063 (1429595623863091200)]} 0 1
[junit4:junit4]   2> 14089 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1429595623863091201)]} 0 1
[junit4:junit4]   2> 14089 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[10063 (1429595623863091200)]} 0 3
[junit4:junit4]   2> 14089 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[63 (1429595623863091201)]} 0 3
[junit4:junit4]   2> 14096 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[51 (-1429595623873576961)]} 0 0
[junit4:junit4]   2> 14096 T1154 C38 P51528 /update {wt=javabin&version=2} {delete=[10051 (-1429595623873576960)]} 0 0
[junit4:junit4]   2> 14100 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[51 (-1429595623875674113)]} 0 0
[junit4:junit4]   2> 14100 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10051 (-1429595623875674112)]} 0 0
[junit4:junit4]   2> 14101 T1174 C39 P50007 /update {wt=javabin&version=2} {delete=[51 (-1429595623875674113)]} 0 3
[junit4:junit4]   2> 14101 T1177 C39 P50007 /update {wt=javabin&version=2} {delete=[10051 (-1429595623875674112)]} 0 3
[junit4:junit4]   2> 14104 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[64 (1429595623880916992)]} 0 1
[junit4:junit4]   2> 14104 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[10064 (1429595623880916993)]} 0 1
[junit4:junit4]   2> 14109 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1429595623884062720)]} 0 1
[junit4:junit4]   2> 14109 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1429595623884062721)]} 0 1
[junit4:junit4]   2> 14109 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[64 (1429595623884062720)]} 0 3
[junit4:junit4]   2> 14110 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10064 (1429595623884062721)]} 0 4
[junit4:junit4]   2> 14119 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[65 (1429595623897694208)]} 0 0
[junit4:junit4]   2> 14119 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10065 (1429595623897694209)]} 0 0
[junit4:junit4]   2> 14125 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1429595623900839936)]} 0 1
[junit4:junit4]   2> 14125 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1429595623900839937)]} 0 1
[junit4:junit4]   2> 14125 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[65 (1429595623900839936)]} 0 4
[junit4:junit4]   2> 14125 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10065 (1429595623900839937)]} 0 3
[junit4:junit4]   2> 14167 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[10053 (-1429595623948025857)]} 0 1
[junit4:junit4]   2> 14167 T1155 C38 P51528 /update {wt=javabin&version=2} {delete=[53 (-1429595623948025856)]} 0 1
[junit4:junit4]   2> 14171 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[53 (-1429595623950123008)]} 0 0
[junit4:junit4]   2> 14171 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10053 (-1429595623950123009)]} 0 0
[junit4:junit4]   2> 14172 T1176 C39 P50007 /update {wt=javabin&version=2} {delete=[53 (-1429595623950123008)]} 0 3
[junit4:junit4]   2> 14172 T1175 C39 P50007 /update {wt=javabin&version=2} {delete=[10053 (-1429595623950123009)]} 0 3
[junit4:junit4]   2> 14174 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[66 (1429595623955365888)]} 0 0
[junit4:junit4]   2> 14174 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10066 (1429595623955365889)]} 0 0
[junit4:junit4]   2> 14179 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1429595623958511616)]} 0 0
[junit4:junit4]   2> 14180 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1429595623958511617)]} 0 1
[junit4:junit4]   2> 14180 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[10066 (1429595623958511616)]} 0 4
[junit4:junit4]   2> 14180 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[66 (1429595623958511617)]} 0 4
[junit4:junit4]   2> 14265 T1157 C38 P51528 /update {wt=javabin&version=2} {add=[67 (1429595624049737729)]} 0 1
[junit4:junit4]   2> 14265 T1156 C38 P51528 /update {wt=javabin&version=2} {add=[10067 (1429595624049737728)]} 0 1
[junit4:junit4]   2> 14271 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1429595624052883456)]} 0 1
[junit4:junit4]   2> 14272 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10067 (1429595624053932032)]} 0 1
[junit4:junit4]   2> 14272 T1176 C39 P50007 /update {wt=javabin&version=2} {add=[67 (1429595624052883456)]} 0 5
[junit4:junit4]   2> 14272 T1175 C39 P50007 /update {wt=javabin&version=2} {add=[10067 (1429595624053932032)]} 0 5
[junit4:junit4]   2> 14286 T1154 C38 P51528 /update {wt=javabin&version=2} {add=[68 (1429595624071757824)]} 0 1
[junit4:junit4]   2> 14286 T1155 C38 P51528 /update {wt=javabin&version=2} {add=[10068 (1429595624072806400)]} 0 0
[junit4:junit4]   2> 14291 T1193 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[68 (1429595624074903552)]} 0 1
[junit4:junit4]   2> 14291 T1190 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10068 (1429595624074903553)]} 0 0
[junit4:junit4]   2> 14292 T1174 C39 P50007 /update {wt=javabin&version=2} {add=[68 (1429595624074903552)]} 0 4
[junit4:junit4]   2> 14292 T1177 C39 P50007 /update {wt=javabin&version=2} {add=[10068 (1429595624074903553)]} 0 4
[junit4:junit4]   2> 14388 T1139 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14388 T1139 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14390 T1139 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@85f82d
[junit4:junit4]   2> 14391 T1156 C38 P51528 /update {wt=javabin&version=2} {delete=[10054 (-1429595624182906881)]} 0 0
[junit4:junit4]   2> 14391 T1157 C38 P51528 /update {wt=javabin&version=2} {delete=[54 (-1429595624182906880)]} 0 0
[junit4:junit4]   2> 14395 T1139 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=16,deletesById=8,deletesByQuery=0,errors=0,cumulative_adds=64,cumulative_deletesById=30,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 14396 T1139 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 14397 T1139 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 14397 T1192 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 14397 T1191 C37 P54070 /update {distrib.from=http://127.0.0.1:50007/qd_grs/dh/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {} 0 0
[junit4:junit4]   2> 14397 T1139 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 14398 T1192 C37 P54070 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14398 T1191 C37 P54070 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: SolrCoreState already closed
[junit4:junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:85)
[junit4:junit4]   2> 		at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:288)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:77)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:55)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:456)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1031)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:717)
[junit4:junit4]   2> 		at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:121)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:346)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:277)
[junit4:junit4]   2> 		at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:173)
[junit4:junit4]   2> 		at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
[junit4:junit4]   2> 		at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
[junit4:junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:1811)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14400 T1191 C37 P54070 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@85f82d
[junit4:junit4]   2> 14400 T1191 C37 P54070 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=16,deletesById=10,deletesByQuery=0,errors=0,cumulative_adds=64,cumulative_deletesById=32,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 14403 T1175 C39 P50007 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:54070/qd_grs/dh/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:54070/qd_grs/dh/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14404 T1139 C37 P54070 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6),segFN=segments_3,generation=3,filenames=[_1.doc, _0.cbnd, _0.dvdm, _0.cbnm, _1.fnm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _0_1.del, _1_1.del, _1.dvdd, _1.fdx, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _0.tip, segments_3, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6),segFN=segments_4,generation=4,filenames=[_2.si, _2.pos, _1.doc, _0.cbnd, _0.dvdm, _2.dvdd, _0.cbnm, _1.fnm, _2.doc, _2.tim, _2.dvdm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _2.fdt, _2.fdx, _2.fnm, _1.dvdd, _2.tip, _1.fdx, _2.cbnm, _1_2.del, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _2.cbnd, _0.tip, _0_2.del, _0.fdt, segments_4]
[junit4:junit4]   2> 14404 T1175 C39 P50007 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:54070/qd_grs/dh to recover
[junit4:junit4]   2> 14404 T1139 C37 P54070 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2.si, _2.pos, _1.doc, _0.cbnd, _0.dvdm, _2.dvdd, _0.cbnm, _1.fnm, _2.doc, _2.tim, _2.dvdm, _1.pos, _1.cbnm, _0.si, _1.cbnd, _1.tip, _0.doc, _1.tim, _0.dvdd, _0.fnm, _2.fdt, _2.fdx, _2.fnm, _1.dvdd, _2.tip, _1.fdx, _2.cbnm, _1_2.del, _0.pos, _1.fdt, _1.si, _1.dvdm, _0.tim, _0.fdx, _2.cbnd, _0.tip, _0_2.del, _0.fdt, segments_4]
[junit4:junit4]   2> 14404 T1175 C39 P50007 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14406 T1191 C37 P54070 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 14406 T1139 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 14407 T1144 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6f1a1d4d0008
[junit4:junit4]   2> 14407 T1176 C39 P50007 oasc.SolrException.log SEVERE shard update error StdNode: http://127.0.0.1:54070/qd_grs/dh/collection1/:org.apache.solr.common.SolrException: Server at http://127.0.0.1:54070/qd_grs/dh/collection1 returned non ok status:503, message:Service Unavailable
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:373)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:332)
[junit4:junit4]   2> 		at org.apache.solr.update.SolrCmdDistributor$1.call(SolrCmdDistributor.java:306)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 14407 T1139 oaz.ZooKeeper.close Session: 0x13d6f1a1d4d0008 closed
[junit4:junit4]   2> 14407 T1176 C39 P50007 oasup.DistributedUpdateProcessor.doFinish try and ask http://127.0.0.1:54070/qd_grs/dh to recover
[junit4:junit4]   2> 14407 T1141 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49801 which had sessionid 0x13d6f1a1d4d0008
[junit4:junit4]   2> 14407 T1161 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> 14407 T1197 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected

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

EventThread.run EventThread shut down
[junit4:junit4]   2> 33761 T1142 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 34273 T1221 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 34274 T1221 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> 34274 T1221 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 34274 T1221 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=en_CA, timezone=America/Menominee
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=2,free=130042152,total=246808576
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest, TestRealTimeGet, ScriptEngineTest, TestDocSet, SolrCoreTest, SimpleFacetsTest, TestFieldCollectionResource, SuggesterFSTTest, TestReversedWildcardFilterFactory, BadComponentTest, OverseerTest, PluginInfoTest, TestLMDirichletSimilarityFactory, LegacyHTMLStripCharFilterTest, PreAnalyzedFieldTest, TestSolrQueryParser, TestGroupingSearch, FieldMutatingUpdateProcessorTest, PrimitiveFieldTypeTest, TermVectorComponentTest, ShardRoutingTest, TestJoin, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestSolrDeletionPolicy2, PolyFieldTest, TestValueSourceCache, DistributedTermsComponentTest, LoggingHandlerTest, AlternateDirectoryTest, TestPluginEnable, CSVRequestHandlerTest, TestFaceting, TestSearchPerf, TestSurroundQueryParser, TestPropInjectDefaults, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=295EEFE0427D4DC0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_CA -Dtests.timezone=America/Menominee -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=1198, name=coreLoadExecutor-419-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d14add lockFactory=org.apache.lucene.store.NativeFSLockFactory@b500bb)
[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=1200, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1567)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1df68cc lockFactory=org.apache.lucene.store.NativeFSLockFactory@bbc1a6)
[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 34.36s, 1 test, 2 errors <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b79) - Build # 4722 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4722/
Java: 64bit/jdk1.8.0-ea-b79 -XX:+UseConcMarkSweepGC

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

Error Message:
Server at http://127.0.0.1:49353/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:49353/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([CE5E1260A36815CC:4FB89C78D43775F0]: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)




Build Log:
[...truncated 9219 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T2166 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T2166 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650
[junit4:junit4]   2> 4 T2166 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T2167 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T2167 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T2167 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T2167 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T2167 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T2167 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T2166 oasc.ZkTestServer.run start zk server on port:49329
[junit4:junit4]   2> 105 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3bdacaf6
[junit4:junit4]   2> 105 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T2172 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T2172 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 106 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58668
[junit4:junit4]   2> 107 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58668
[junit4:junit4]   2> 107 T2170 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 451 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0000 with negotiated timeout 10000 for client /127.0.0.1:58668
[junit4:junit4]   2> 451 T2172 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0000, negotiated timeout = 10000
[junit4:junit4]   2> 451 T2173 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bdacaf6 name:ZooKeeperConnection Watcher:127.0.0.1:49329 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 452 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 452 T2166 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 455 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0000
[junit4:junit4]   2> 455 T2173 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 455 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0000 closed
[junit4:junit4]   2> 456 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58668 which had sessionid 0x13d6ec7ebed0000
[junit4:junit4]   2> 456 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@351d33fd
[junit4:junit4]   2> 457 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 457 T2174 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 457 T2174 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 458 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58669
[junit4:junit4]   2> 458 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58669
[junit4:junit4]   2> 458 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0001 with negotiated timeout 10000 for client /127.0.0.1:58669
[junit4:junit4]   2> 458 T2174 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0001, negotiated timeout = 10000
[junit4:junit4]   2> 459 T2175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@351d33fd name:ZooKeeperConnection Watcher:127.0.0.1:49329/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 459 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 459 T2166 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 462 T2166 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 463 T2166 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 465 T2166 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 466 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 467 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 470 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 470 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 474 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 475 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 477 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 477 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 479 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 480 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 483 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 484 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 486 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 486 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 489 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 489 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 491 T2166 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 491 T2166 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 493 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0001
[junit4:junit4]   2> 494 T2175 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 494 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58669 which had sessionid 0x13d6ec7ebed0001
[junit4:junit4]   2> 494 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0001 closed
[junit4:junit4]   2> 556 T2166 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 559 T2166 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42594
[junit4:junit4]   2> 560 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 561 T2166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 561 T2166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140
[junit4:junit4]   2> 561 T2166 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/solr.xml
[junit4:junit4]   2> 562 T2166 oasc.CoreContainer.<init> New CoreContainer 198615654
[junit4:junit4]   2> 562 T2166 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/'
[junit4:junit4]   2> 562 T2166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/'
[junit4:junit4]   2> 578 T2166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 578 T2166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 579 T2166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 579 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 579 T2166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 580 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 580 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 580 T2166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 580 T2166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 581 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 587 T2166 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 597 T2166 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49329/solr
[junit4:junit4]   2> 597 T2166 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 598 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6723c30c
[junit4:junit4]   2> 598 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 599 T2185 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 599 T2185 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 599 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58670
[junit4:junit4]   2> 599 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58670
[junit4:junit4]   2> 600 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0002 with negotiated timeout 20000 for client /127.0.0.1:58670
[junit4:junit4]   2> 600 T2185 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0002, negotiated timeout = 20000
[junit4:junit4]   2> 600 T2186 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6723c30c name:ZooKeeperConnection Watcher:127.0.0.1:49329 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 601 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 602 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0002
[junit4:junit4]   2> 602 T2186 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 603 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58670 which had sessionid 0x13d6ec7ebed0002
[junit4:junit4]   2> 602 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0002 closed
[junit4:junit4]   2> 603 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 605 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6adb42c3
[junit4:junit4]   2> 606 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 606 T2187 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 607 T2187 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 607 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58671
[junit4:junit4]   2> 607 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58671
[junit4:junit4]   2> 608 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0003 with negotiated timeout 20000 for client /127.0.0.1:58671
[junit4:junit4]   2> 608 T2187 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0003, negotiated timeout = 20000
[junit4:junit4]   2> 608 T2188 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6adb42c3 name:ZooKeeperConnection Watcher:127.0.0.1:49329/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 609 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 610 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 611 T2166 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 613 T2166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42594_
[junit4:junit4]   2> 613 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42594_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42594_
[junit4:junit4]   2> 614 T2166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42594_
[junit4:junit4]   2> 616 T2166 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 619 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 620 T2166 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 622 T2166 oasc.Overseer.start Overseer (id=89349372553003011-127.0.0.1:42594_-n_0000000000) starting
[junit4:junit4]   2> 623 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 624 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 624 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 625 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 626 T2190 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 626 T2166 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 628 T2166 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 630 T2166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 631 T2189 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 633 T2191 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/collection1
[junit4:junit4]   2> 633 T2191 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 634 T2191 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 634 T2191 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 635 T2191 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/collection1/'
[junit4:junit4]   2> 635 T2191 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/collection1/lib/README' to classloader
[junit4:junit4]   2> 635 T2191 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 662 T2191 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 688 T2191 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 689 T2191 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 694 T2191 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1002 T2191 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1008 T2191 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1011 T2191 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1022 T2191 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1025 T2191 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1027 T2191 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1029 T2191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1029 T2191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1029 T2191 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1030 T2191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1030 T2191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1030 T2191 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1030 T2191 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363363229140/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data/
[junit4:junit4]   2> 1031 T2191 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dcdab48
[junit4:junit4]   2> 1031 T2191 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1032 T2191 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data forceNew: false
[junit4:junit4]   2> 1032 T2191 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data/index/
[junit4:junit4]   2> 1032 T2191 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1032 T2191 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data/index forceNew: false
[junit4:junit4]   2> 1033 T2191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@744f5288 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d8625de)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1034 T2191 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1035 T2191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1035 T2191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1035 T2191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1036 T2191 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1036 T2191 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1036 T2191 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1036 T2191 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1036 T2191 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1037 T2191 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1039 T2191 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1041 T2191 oass.SolrIndexSearcher.<init> Opening Searcher@b26c117 main
[junit4:junit4]   2> 1041 T2191 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data/tlog
[junit4:junit4]   2> 1041 T2191 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1042 T2191 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1044 T2192 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b26c117 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1045 T2191 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1045 T2191 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1046 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2134 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2134 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42594_",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42594"}
[junit4:junit4]   2> 2135 T2189 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2135 T2189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2135 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2140 T2188 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> 3048 T2191 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3048 T2191 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42594 collection:control_collection shard:shard1
[junit4:junit4]   2> 3049 T2191 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3055 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3055 T2191 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3056 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3058 T2191 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3058 T2191 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3058 T2191 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42594/collection1/
[junit4:junit4]   2> 3058 T2191 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3058 T2191 oasc.SyncStrategy.syncToMe http://127.0.0.1:42594/collection1/ has no replicas
[junit4:junit4]   2> 3059 T2191 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42594/collection1/
[junit4:junit4]   2> 3059 T2191 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3062 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3642 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4760 T2170 oazsp.FileTxnLog.commit WARNING fsync-ing the write ahead log in SyncThread:0 took 1116ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
[junit4:junit4]   2> 4772 T2188 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> 4817 T2191 oasc.ZkController.register We are http://127.0.0.1:42594/collection1/ and leader is http://127.0.0.1:42594/collection1/
[junit4:junit4]   2> 4817 T2191 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42594
[junit4:junit4]   2> 4818 T2191 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4818 T2191 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4818 T2191 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4820 T2191 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4821 T2166 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 4821 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4822 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4825 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4826 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19b7b442
[junit4:junit4]   2> 4826 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4826 T2194 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4827 T2194 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 4827 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58672
[junit4:junit4]   2> 4827 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58672
[junit4:junit4]   2> 4828 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0004 with negotiated timeout 10000 for client /127.0.0.1:58672
[junit4:junit4]   2> 4828 T2194 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0004, negotiated timeout = 10000
[junit4:junit4]   2> 4828 T2195 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19b7b442 name:ZooKeeperConnection Watcher:127.0.0.1:49329/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4829 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4830 T2166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4833 T2166 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4892 T2166 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4899 T2166 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56317
[junit4:junit4]   2> 4900 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4900 T2166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4900 T2166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480
[junit4:junit4]   2> 4901 T2166 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/solr.xml
[junit4:junit4]   2> 4901 T2166 oasc.CoreContainer.<init> New CoreContainer 374804349
[junit4:junit4]   2> 4901 T2166 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/'
[junit4:junit4]   2> 4902 T2166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/'
[junit4:junit4]   2> 4919 T2166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4919 T2166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4920 T2166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4920 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4920 T2166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4920 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4921 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4921 T2166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4921 T2166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4922 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4928 T2166 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4938 T2166 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49329/solr
[junit4:junit4]   2> 4938 T2166 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4939 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c6edfe6
[junit4:junit4]   2> 4939 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4940 T2205 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4940 T2205 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 4940 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58673
[junit4:junit4]   2> 4941 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58673
[junit4:junit4]   2> 4941 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0005 with negotiated timeout 20000 for client /127.0.0.1:58673
[junit4:junit4]   2> 4941 T2205 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0005, negotiated timeout = 20000
[junit4:junit4]   2> 4942 T2206 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c6edfe6 name:ZooKeeperConnection Watcher:127.0.0.1:49329 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4942 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4943 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0005
[junit4:junit4]   2> 4943 T2206 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4943 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0005 closed
[junit4:junit4]   2> 4943 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58673 which had sessionid 0x13d6ec7ebed0005
[junit4:junit4]   2> 4944 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4946 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@47e03f52
[junit4:junit4]   2> 4947 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4948 T2207 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4948 T2207 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 4948 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58674
[junit4:junit4]   2> 4948 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58674
[junit4:junit4]   2> 4949 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0006 with negotiated timeout 20000 for client /127.0.0.1:58674
[junit4:junit4]   2> 4949 T2207 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0006, negotiated timeout = 20000
[junit4:junit4]   2> 4949 T2208 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47e03f52 name:ZooKeeperConnection Watcher:127.0.0.1:49329/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4949 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4950 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4951 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4952 T2166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5955 T2166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56317_
[junit4:junit4]   2> 5956 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56317_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56317_
[junit4:junit4]   2> 5958 T2166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56317_
[junit4:junit4]   2> 5959 T2188 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> 5960 T2195 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5961 T2208 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5961 T2188 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5966 T2209 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/collection1
[junit4:junit4]   2> 5966 T2209 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5967 T2209 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5967 T2209 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5968 T2209 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/collection1/'
[junit4:junit4]   2> 5968 T2209 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/collection1/lib/README' to classloader
[junit4:junit4]   2> 5968 T2209 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5990 T2209 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6021 T2209 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6022 T2209 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6027 T2209 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6278 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6279 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42594_",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42594__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42594"}
[junit4:junit4]   2> 6282 T2195 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> 6282 T2188 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> 6282 T2208 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> 6346 T2209 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6351 T2209 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6353 T2209 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6362 T2209 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6364 T2209 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6367 T2209 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6368 T2209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6368 T2209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6368 T2209 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6369 T2209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6369 T2209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6369 T2209 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6369 T2209 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty1/
[junit4:junit4]   2> 6370 T2209 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dcdab48
[junit4:junit4]   2> 6370 T2209 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6371 T2209 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty1 forceNew: false
[junit4:junit4]   2> 6371 T2209 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty1/index/
[junit4:junit4]   2> 6371 T2209 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6371 T2209 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty1/index forceNew: false
[junit4:junit4]   2> 6373 T2209 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@55dc3723 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68c6cee3)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6373 T2209 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6374 T2209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6374 T2209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6375 T2209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6375 T2209 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6375 T2209 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6376 T2209 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6376 T2209 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6376 T2209 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6376 T2209 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6379 T2209 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6381 T2209 oass.SolrIndexSearcher.<init> Opening Searcher@3527f385 main
[junit4:junit4]   2> 6381 T2209 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty1/tlog
[junit4:junit4]   2> 6381 T2209 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6381 T2209 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6384 T2210 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3527f385 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6385 T2209 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6385 T2209 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7786 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7787 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56317_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56317"}
[junit4:junit4]   2> 7787 T2189 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 7787 T2189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 8655 T2188 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> 8655 T2195 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> 8655 T2208 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> 9387 T2209 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9387 T2209 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56317 collection:collection1 shard:shard1
[junit4:junit4]   2> 9388 T2209 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 9393 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 9394 T2209 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9394 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9395 T2209 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9395 T2209 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9396 T2209 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56317/collection1/
[junit4:junit4]   2> 9396 T2209 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9396 T2209 oasc.SyncStrategy.syncToMe http://127.0.0.1:56317/collection1/ has no replicas
[junit4:junit4]   2> 9396 T2209 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56317/collection1/
[junit4:junit4]   2> 9397 T2209 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 9399 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10161 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10200 T2195 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> 10201 T2208 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> 10201 T2188 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> 10202 T2209 oasc.ZkController.register We are http://127.0.0.1:56317/collection1/ and leader is http://127.0.0.1:56317/collection1/
[junit4:junit4]   2> 10202 T2209 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56317
[junit4:junit4]   2> 10202 T2209 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10203 T2209 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10203 T2209 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10204 T2209 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10205 T2166 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 10205 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10206 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10275 T2166 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10277 T2166 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49353
[junit4:junit4]   2> 10278 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10278 T2166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10278 T2166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856
[junit4:junit4]   2> 10279 T2166 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/solr.xml
[junit4:junit4]   2> 10279 T2166 oasc.CoreContainer.<init> New CoreContainer 348318119
[junit4:junit4]   2> 10279 T2166 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/'
[junit4:junit4]   2> 10280 T2166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/'
[junit4:junit4]   2> 10295 T2166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 10296 T2166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10296 T2166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10296 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10297 T2166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10297 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10297 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10297 T2166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10298 T2166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10298 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10312 T2166 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10324 T2166 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49329/solr
[junit4:junit4]   2> 10325 T2166 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10325 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6fc22970
[junit4:junit4]   2> 10326 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10326 T2221 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10327 T2221 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 10327 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58677
[junit4:junit4]   2> 10327 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58677
[junit4:junit4]   2> 10328 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0007 with negotiated timeout 20000 for client /127.0.0.1:58677
[junit4:junit4]   2> 10328 T2221 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0007, negotiated timeout = 20000
[junit4:junit4]   2> 10328 T2222 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fc22970 name:ZooKeeperConnection Watcher:127.0.0.1:49329 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10329 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10330 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0007
[junit4:junit4]   2> 10330 T2222 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10330 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0007 closed
[junit4:junit4]   2> 10330 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58677 which had sessionid 0x13d6ec7ebed0007
[junit4:junit4]   2> 10331 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 10333 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3b100bd
[junit4:junit4]   2> 10334 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10334 T2223 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10334 T2223 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 10334 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58678
[junit4:junit4]   2> 10335 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58678
[junit4:junit4]   2> 10335 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0008 with negotiated timeout 20000 for client /127.0.0.1:58678
[junit4:junit4]   2> 10335 T2223 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0008, negotiated timeout = 20000
[junit4:junit4]   2> 10336 T2224 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b100bd name:ZooKeeperConnection Watcher:127.0.0.1:49329/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10336 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10337 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10338 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10339 T2166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11341 T2166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49353_
[junit4:junit4]   2> 11342 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49353_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49353_
[junit4:junit4]   2> 11343 T2166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49353_
[junit4:junit4]   2> 11345 T2195 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> 11345 T2208 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> 11345 T2188 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> 11346 T2224 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11347 T2188 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11347 T2195 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11347 T2208 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 11350 T2225 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/collection1
[junit4:junit4]   2> 11350 T2225 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11351 T2225 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11351 T2225 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11352 T2225 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/collection1/'
[junit4:junit4]   2> 11352 T2225 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/collection1/lib/README' to classloader
[junit4:junit4]   2> 11352 T2225 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11373 T2225 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11403 T2225 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11404 T2225 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11407 T2225 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11706 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11707 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56317_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56317__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56317"}
[junit4:junit4]   2> 11710 T2224 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> 11710 T2195 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> 11710 T2188 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> 11710 T2208 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> 11723 T2225 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11727 T2225 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11729 T2225 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11739 T2225 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11741 T2225 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11744 T2225 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11745 T2225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11745 T2225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11746 T2225 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11746 T2225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11747 T2225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11747 T2225 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11747 T2225 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363363238856/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty2/
[junit4:junit4]   2> 11747 T2225 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dcdab48
[junit4:junit4]   2> 11747 T2225 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11748 T2225 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty2 forceNew: false
[junit4:junit4]   2> 11748 T2225 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty2/index/
[junit4:junit4]   2> 11749 T2225 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11749 T2225 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty2/index forceNew: false
[junit4:junit4]   2> 11750 T2225 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38fcd4c0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@56912c6b)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11750 T2225 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11751 T2225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11752 T2225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11752 T2225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11752 T2225 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11753 T2225 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11753 T2225 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11753 T2225 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11753 T2225 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11754 T2225 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11756 T2225 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11758 T2225 oass.SolrIndexSearcher.<init> Opening Searcher@20239891 main
[junit4:junit4]   2> 11758 T2225 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty2/tlog
[junit4:junit4]   2> 11759 T2225 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11759 T2225 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11763 T2226 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@20239891 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11764 T2225 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11764 T2225 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13219 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13219 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49353_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49353"}
[junit4:junit4]   2> 13220 T2189 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13220 T2189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 13261 T2188 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> 13261 T2195 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> 13261 T2224 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> 13261 T2208 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> 13766 T2225 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13766 T2225 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49353 collection:collection1 shard:shard2
[junit4:junit4]   2> 13767 T2225 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 13776 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 13777 T2225 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 13777 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13780 T2225 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 13780 T2225 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 13780 T2225 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49353/collection1/
[junit4:junit4]   2> 13781 T2225 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 13781 T2225 oasc.SyncStrategy.syncToMe http://127.0.0.1:49353/collection1/ has no replicas
[junit4:junit4]   2> 13781 T2225 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49353/collection1/
[junit4:junit4]   2> 13782 T2225 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 13787 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14766 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14775 T2208 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> 14775 T2188 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> 14776 T2195 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> 14776 T2224 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> 14792 T2225 oasc.ZkController.register We are http://127.0.0.1:49353/collection1/ and leader is http://127.0.0.1:49353/collection1/
[junit4:junit4]   2> 14792 T2225 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49353
[junit4:junit4]   2> 14793 T2225 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 14793 T2225 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14793 T2225 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14795 T2225 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14797 T2166 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 14797 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14798 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14871 T2166 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14873 T2166 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48921
[junit4:junit4]   2> 14874 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14874 T2166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14874 T2166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449
[junit4:junit4]   2> 14875 T2166 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/solr.xml
[junit4:junit4]   2> 14875 T2166 oasc.CoreContainer.<init> New CoreContainer 1538831521
[junit4:junit4]   2> 14875 T2166 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/'
[junit4:junit4]   2> 14875 T2166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/'
[junit4:junit4]   2> 14893 T2166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 14893 T2166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14893 T2166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14894 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14894 T2166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14894 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14895 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14895 T2166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14895 T2166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14895 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14901 T2166 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14915 T2166 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49329/solr
[junit4:junit4]   2> 14916 T2166 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14916 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@75528dad
[junit4:junit4]   2> 14917 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14917 T2237 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14917 T2237 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 14918 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58681
[junit4:junit4]   2> 14918 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58681
[junit4:junit4]   2> 14919 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed0009 with negotiated timeout 20000 for client /127.0.0.1:58681
[junit4:junit4]   2> 14919 T2237 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed0009, negotiated timeout = 20000
[junit4:junit4]   2> 14919 T2238 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75528dad name:ZooKeeperConnection Watcher:127.0.0.1:49329 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14919 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14921 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0009
[junit4:junit4]   2> 14921 T2238 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14921 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58681 which had sessionid 0x13d6ec7ebed0009
[junit4:junit4]   2> 14921 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0009 closed
[junit4:junit4]   2> 14922 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 14925 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2829be34
[junit4:junit4]   2> 14926 T2239 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14926 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14927 T2239 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 14927 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58682
[junit4:junit4]   2> 14927 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58682
[junit4:junit4]   2> 14928 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed000a with negotiated timeout 20000 for client /127.0.0.1:58682
[junit4:junit4]   2> 14928 T2239 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed000a, negotiated timeout = 20000
[junit4:junit4]   2> 14929 T2240 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2829be34 name:ZooKeeperConnection Watcher:127.0.0.1:49329/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14929 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14930 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14931 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14934 T2166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15938 T2166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48921_
[junit4:junit4]   2> 15939 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48921_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48921_
[junit4:junit4]   2> 15940 T2166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48921_
[junit4:junit4]   2> 15944 T2208 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> 15946 T2224 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15946 T2188 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15947 T2195 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15947 T2195 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> 15947 T2224 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> 15947 T2188 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> 15949 T2240 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15949 T2208 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 15961 T2241 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/collection1
[junit4:junit4]   2> 15961 T2241 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15962 T2241 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15963 T2241 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15965 T2241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/collection1/'
[junit4:junit4]   2> 15965 T2241 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/collection1/lib/README' to classloader
[junit4:junit4]   2> 15966 T2241 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15996 T2241 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16026 T2241 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16027 T2241 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16030 T2241 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16281 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16282 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49353_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:49353__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49353"}
[junit4:junit4]   2> 16285 T2195 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> 16285 T2188 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> 16285 T2208 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> 16285 T2224 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> 16285 T2240 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> 16345 T2241 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16350 T2241 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16356 T2241 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16369 T2241 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16372 T2241 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16375 T2241 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16377 T2241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16377 T2241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16377 T2241 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16378 T2241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16379 T2241 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16379 T2241 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16379 T2241 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363363243449/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty3/
[junit4:junit4]   2> 16379 T2241 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dcdab48
[junit4:junit4]   2> 16380 T2241 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16381 T2241 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty3 forceNew: false
[junit4:junit4]   2> 16381 T2241 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty3/index/
[junit4:junit4]   2> 16382 T2241 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16382 T2241 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty3/index forceNew: false
[junit4:junit4]   2> 16384 T2241 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dcb6674 lockFactory=org.apache.lucene.store.NativeFSLockFactory@664e84f8)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16384 T2241 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16386 T2241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16386 T2241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16387 T2241 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16388 T2241 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16388 T2241 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16388 T2241 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16389 T2241 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16389 T2241 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16390 T2241 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16393 T2241 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16396 T2241 oass.SolrIndexSearcher.<init> Opening Searcher@4734fee5 main
[junit4:junit4]   2> 16397 T2241 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty3/tlog
[junit4:junit4]   2> 16397 T2241 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16398 T2241 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16402 T2242 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4734fee5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 16403 T2241 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16403 T2241 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17794 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17794 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48921_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48921"}
[junit4:junit4]   2> 17795 T2189 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17795 T2189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17824 T2224 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> 17824 T2195 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> 17825 T2240 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> 17825 T2208 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> 17824 T2188 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> 18405 T2241 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18405 T2241 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48921 collection:collection1 shard:shard1
[junit4:junit4]   2> 18410 T2241 oasc.ZkController.register We are http://127.0.0.1:48921/collection1/ and leader is http://127.0.0.1:56317/collection1/
[junit4:junit4]   2> 18410 T2241 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48921
[junit4:junit4]   2> 18410 T2241 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18410 T2241 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C428 name=collection1 org.apache.solr.core.SolrCore@4646b862 url=http://127.0.0.1:48921/collection1 node=127.0.0.1:48921_ C428_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:48921_, collection=collection1, state=down, core=collection1, base_url=http://127.0.0.1:48921}
[junit4:junit4]   2> 18411 T2243 C428 P48921 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18412 T2243 C428 P48921 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18412 T2241 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18412 T2243 C428 P48921 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18413 T2243 C428 P48921 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18414 T2166 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18414 T2243 C428 P48921 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18414 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18415 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18493 T2166 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18496 T2166 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56715
[junit4:junit4]   2> 18496 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18496 T2166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18497 T2166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069
[junit4:junit4]   2> 18497 T2166 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/solr.xml
[junit4:junit4]   2> 18497 T2166 oasc.CoreContainer.<init> New CoreContainer 663324094
[junit4:junit4]   2> 18498 T2166 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/'
[junit4:junit4]   2> 18498 T2166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/'
[junit4:junit4]   2> 18514 T2166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 18514 T2166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18515 T2166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 18515 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18515 T2166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18515 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18516 T2166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18516 T2166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18516 T2166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18516 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 18522 T2166 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18530 T2166 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49329/solr
[junit4:junit4]   2> 18530 T2166 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 18531 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a7d4818
[junit4:junit4]   2> 18531 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18532 T2254 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18532 T2254 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 18532 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58686
[junit4:junit4]   2> 18533 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58686
[junit4:junit4]   2> 18534 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed000b with negotiated timeout 20000 for client /127.0.0.1:58686
[junit4:junit4]   2> 18534 T2254 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed000b, negotiated timeout = 20000
[junit4:junit4]   2> 18534 T2255 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7d4818 name:ZooKeeperConnection Watcher:127.0.0.1:49329 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18534 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18536 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed000b
[junit4:junit4]   2> 18536 T2255 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 18536 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58686 which had sessionid 0x13d6ec7ebed000b
[junit4:junit4]   2> 18536 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed000b closed
[junit4:junit4]   2> 18537 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 18540 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c5227a1
[junit4:junit4]   2> 18542 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18542 T2256 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18543 T2256 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 18543 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58687
[junit4:junit4]   2> 18543 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58687
[junit4:junit4]   2> 18544 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed000c with negotiated timeout 20000 for client /127.0.0.1:58687
[junit4:junit4]   2> 18544 T2256 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed000c, negotiated timeout = 20000
[junit4:junit4]   2> 18545 T2257 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c5227a1 name:ZooKeeperConnection Watcher:127.0.0.1:49329/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18545 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18546 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18547 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18551 T2166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 19329 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19330 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48921_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48921__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48921"}
[junit4:junit4]   2> 19336 T2240 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> 19337 T2208 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> 19337 T2188 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> 19337 T2257 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> 19337 T2195 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> 19337 T2224 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> 19424 T2204 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&nodeName=127.0.0.1:48921_&onlyIfLeader=true&action=PREPRECOVERY&state=recovering&checkLive=true&coreNodeName=127.0.0.1:48921__collection1&version=2&core=collection1} status=0 QTime=1000 
[junit4:junit4]   2> 19554 T2166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56715_
[junit4:junit4]   2> 19555 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed000c type:delete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56715_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56715_
[junit4:junit4]   2> 19556 T2166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56715_
[junit4:junit4]   2> 19559 T2208 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> 19560 T2257 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> 19560 T2240 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> 19560 T2188 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19561 T2188 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> 19560 T2224 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19561 T2195 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19561 T2224 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> 19561 T2195 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> 19563 T2208 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19564 T2240 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19564 T2257 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 19571 T2258 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/collection1
[junit4:junit4]   2> 19571 T2258 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 19572 T2258 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 19572 T2258 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 19574 T2258 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/collection1/'
[junit4:junit4]   2> 19575 T2258 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/collection1/lib/README' to classloader
[junit4:junit4]   2> 19576 T2258 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 19625 T2258 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19652 T2258 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19653 T2258 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19656 T2258 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19973 T2258 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19978 T2258 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19980 T2258 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19993 T2258 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19995 T2258 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19998 T2258 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19999 T2258 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19999 T2258 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19999 T2258 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 20000 T2258 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 20000 T2258 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 20000 T2258 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20001 T2258 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363363247069/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty4/
[junit4:junit4]   2> 20001 T2258 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dcdab48
[junit4:junit4]   2> 20001 T2258 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 20002 T2258 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty4 forceNew: false
[junit4:junit4]   2> 20002 T2258 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty4/index/
[junit4:junit4]   2> 20002 T2258 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 20003 T2258 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty4/index forceNew: false
[junit4:junit4]   2> 20004 T2258 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@163a2c66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36bffb66)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20004 T2258 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20005 T2258 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 20006 T2258 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 20006 T2258 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 20006 T2258 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 20007 T2258 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 20007 T2258 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 20007 T2258 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 20007 T2258 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 20008 T2258 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 20010 T2258 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 20012 T2258 oass.SolrIndexSearcher.<init> Opening Searcher@69e04484 main
[junit4:junit4]   2> 20012 T2258 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty4/tlog
[junit4:junit4]   2> 20013 T2258 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 20013 T2258 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 20016 T2259 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69e04484 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 20017 T2258 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 20017 T2258 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20842 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20843 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56715_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56715"}
[junit4:junit4]   2> 20843 T2189 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 20843 T2189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 20847 T2224 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> 20847 T2188 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> 20847 T2208 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> 20847 T2195 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> 20847 T2257 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> 20847 T2240 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> 21018 T2258 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 21019 T2258 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56715 collection:collection1 shard:shard2
[junit4:junit4]   2> 21021 T2258 oasc.ZkController.register We are http://127.0.0.1:56715/collection1/ and leader is http://127.0.0.1:49353/collection1/
[junit4:junit4]   2> 21021 T2258 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56715
[junit4:junit4]   2> 21022 T2258 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 21022 T2258 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C429 name=collection1 org.apache.solr.core.SolrCore@5cd9b054 url=http://127.0.0.1:56715/collection1 node=127.0.0.1:56715_ C429_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:56715_, collection=collection1, state=down, core=collection1, base_url=http://127.0.0.1:56715}
[junit4:junit4]   2> 21022 T2260 C429 P56715 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 21023 T2260 C429 P56715 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 21023 T2258 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21023 T2260 C429 P56715 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 21023 T2260 C429 P56715 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21024 T2166 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 21024 T2260 C429 P56715 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21024 T2166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 21024 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21028 T2166 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21029 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21032 T2203 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/onenodecollectioncore
[junit4:junit4]   2> 21033 T2203 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 21033 T2203 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 21034 T2203 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 21034 T2203 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 21034 T2203 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 21036 T2203 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 21037 T2203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/onenodecollectioncore/'
[junit4:junit4]   2> 21063 T2203 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 21098 T2203 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 21099 T2203 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 21103 T2203 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 21417 T2203 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 21422 T2203 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 21424 T2203 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2>  C428_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:48921_, collection=collection1, shard=shard1, state=recovering, core=collection1, base_url=http://127.0.0.1:48921}
[junit4:junit4]   2> 21430 T2243 C428 P48921 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:56317/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 21430 T2243 C428 P48921 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48921 START replicas=[http://127.0.0.1:56317/collection1/] nUpdates=100
[junit4:junit4]   2> 21430 T2243 C428 P48921 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21431 T2243 C428 P48921 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 21431 T2243 C428 P48921 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 21431 T2243 C428 P48921 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 21431 T2243 C428 P48921 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21431 T2243 C428 P48921 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:56317/collection1/. core=collection1
[junit4:junit4]   2> 21431 T2243 C428 P48921 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C430 name=collection1 org.apache.solr.core.SolrCore@6865f17b url=http://127.0.0.1:56317/collection1 node=127.0.0.1:56317_ C430_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:56317_, collection=collection1, shard=shard1, state=active, core=collection1, base_url=http://127.0.0.1:56317, leader=true}
[junit4:junit4]   2> 21436 T2202 C430 P56317 REQ /get {wt=javabin&distrib=false&qt=/get&getVersions=100&version=2} status=0 QTime=1 
[junit4:junit4]   2> 21436 T2201 C430 P56317 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21437 T2201 C430 P56317 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@55dc3723 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68c6cee3)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21437 T2201 C430 P56317 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21437 T2201 C430 P56317 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@55dc3723 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68c6cee3)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@55dc3723 lockFactory=org.apache.lucene.store.NativeFSLockFactory@68c6cee3)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21438 T2201 C430 P56317 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21438 T2201 C430 P56317 oass.SolrIndexSearcher.<init> Opening Searcher@28c45b50 realtime
[junit4:junit4]   2> 21438 T2201 C430 P56317 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21439 T2201 C430 P56317 /update {wt=javabin&softCommit=false&commit=true&commit_end_point=true&version=2&waitSearcher=true&openSearcher=false} {commit=} 0 4
[junit4:junit4]   2> 21439 T2243 C428 P48921 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21439 T2243 C428 P48921 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21440 T2203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 21442 T2202 C430 P56317 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21442 T2202 C430 P56317 REQ /replication {wt=javabin&qt=/replication&command=indexversion&version=2} status=0 QTime=1 
[junit4:junit4]   2> 21443 T2243 C428 P48921 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 21443 T2243 C428 P48921 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21444 T2243 C428 P48921 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21445 T2203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 21445 T2201 C430 P56317 REQ /replication {wt=javabin&qt=/replication&command=filelist&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21446 T2243 C428 P48921 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 21447 T2243 C428 P48921 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty3/index.20130315220050092 forceNew: false
[junit4:junit4]   2> 21447 T2243 C428 P48921 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/index1648616508tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a41880e) fullCopy=false
[junit4:junit4]   2> 21448 T2203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 21449 T2204 C430 P56317 REQ /replication {wt=filestream&qt=/replication&command=filecontent&generation=2&checksum=true&file=segments_2} status=0 QTime=0 
[junit4:junit4]   2> 21449 T2203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 21449 T2203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 21449 T2203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 21450 T2243 C428 P48921 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 21450 T2203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 21451 T2203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 21451 T2203 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 21451 T2243 C428 P48921 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 21451 T2243 C428 P48921 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 21451 T2203 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363363233480/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650/onenodecollection/
[junit4:junit4]   2> 21452 T2203 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3dcdab48
[junit4:junit4]   2> 21452 T2203 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 21453 T2243 C428 P48921 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dcb6674 lockFactory=org.apache.lucene.store.NativeFSLockFactory@664e84f8)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dcb6674 lockFactory=org.apache.lucene.store.NativeFSLockFactory@664e84f8)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 21453 T2243 C428 P48921 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 21453 T2243 C428 P48921 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 21453 T2203 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650/onenodecollection forceNew: false
[junit4:junit4]   2> 21453 T2243 C428 P48921 oass.SolrIndexSearcher.<init> Opening Searcher@2c6c4ec3 main
[junit4:junit4]   2> 21453 T2203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650/onenodecollection/index/
[junit4:junit4]   2> 21454 T2203 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 21454 T2242 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c6c4ec3 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 21454 T2203 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650/onenodecollection/index forceNew: false
[junit4:junit4]   2> 21454 T2243 C428 P48921 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/index1648616508tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a41880e)
[junit4:junit4]   2> 21455 T2243 C428 P48921 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 21455 T2243 C428 P48921 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 21455 T2243 C428 P48921 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 21455 T2243 C428 P48921 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21455 T2203 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5d378840 lockFactory=org.apache.lucene.store.NativeFSLockFactory@194777ec)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21456 T2243 C428 P48921 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 21456 T2203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21457 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 21457 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 21458 T2203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 21459 T2203 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 21459 T2203 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 21459 T2203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 21460 T2203 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 21460 T2203 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 21461 T2203 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 21463 T2203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 21465 T2203 oass.SolrIndexSearcher.<init> Opening Searcher@42ceb2e4 main
[junit4:junit4]   2> 21466 T2203 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650/onenodecollection/tlog
[junit4:junit4]   2> 21466 T2203 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 21466 T2203 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 21469 T2264 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@42ceb2e4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 21470 T2203 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 22352 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22354 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56715_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56715__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56715"}
[junit4:junit4]   2> 22359 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48921_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48921__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48921"}
[junit4:junit4]   2> 22364 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56317_",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56317"}
[junit4:junit4]   2> 22364 T2189 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 22364 T2189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 22391 T2224 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> 22391 T2188 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> 22391 T2208 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> 22391 T2240 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> 22392 T2195 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> 22392 T2257 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> 22471 T2203 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 22471 T2203 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:56317 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 22472 T2203 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 22476 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 22477 T2203 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 22477 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22478 T2203 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 22478 T2203 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 22479 T2203 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56317/onenodecollectioncore/
[junit4:junit4]   2> 22479 T2203 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 22479 T2203 oasc.SyncStrategy.syncToMe http://127.0.0.1:56317/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 22479 T2203 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56317/onenodecollectioncore/
[junit4:junit4]   2> 22479 T2203 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 22482 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23029 T2218 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&nodeName=127.0.0.1:56715_&onlyIfLeader=true&action=PREPRECOVERY&state=recovering&checkLive=true&coreNodeName=127.0.0.1:56715__collection1&version=2&core=collection1} status=0 QTime=2000 
[junit4:junit4]   2> 23903 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23910 T2208 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> 23910 T2188 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> 23910 T2195 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> 23910 T2224 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> 23910 T2257 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> 23910 T2240 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> 23936 T2203 oasc.ZkController.register We are http://127.0.0.1:56317/onenodecollectioncore/ and leader is http://127.0.0.1:56317/onenodecollectioncore/
[junit4:junit4]   2> 23936 T2203 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:56317
[junit4:junit4]   2> 23937 T2203 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 23937 T2203 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 23938 T2203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23939 T2203 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&numShards=1&name=onenodecollectioncore&collection=onenodecollection&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363363228650/onenodecollection&roles=none&version=2} status=0 QTime=2907 
[junit4:junit4]   2> 23940 T2166 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 23940 T2166 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24942 T2166 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C429_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:56715_, collection=collection1, shard=shard2, state=recovering, core=collection1, base_url=http://127.0.0.1:56715}
[junit4:junit4]   2> 25030 T2260 C429 P56715 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49353/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 25031 T2260 C429 P56715 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:56715 START replicas=[http://127.0.0.1:49353/collection1/] nUpdates=100
[junit4:junit4]   2> 25031 T2260 C429 P56715 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 25031 T2260 C429 P56715 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 25032 T2260 C429 P56715 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 25032 T2260 C429 P56715 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 25032 T2260 C429 P56715 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 25032 T2260 C429 P56715 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49353/collection1/. core=collection1
[junit4:junit4]   2> 25033 T2260 C429 P56715 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C431 name=collection1 org.apache.solr.core.SolrCore@30ecdd52 url=http://127.0.0.1:49353/collection1 node=127.0.0.1:49353_ C431_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:49353_, collection=collection1, shard=shard2, state=active, core=collection1, base_url=http://127.0.0.1:49353, leader=true}
[junit4:junit4]   2> 25039 T2219 C431 P49353 REQ /get {wt=javabin&distrib=false&qt=/get&getVersions=100&version=2} status=0 QTime=1 
[junit4:junit4]   2> 25040 T2220 C431 P49353 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 25042 T2220 C431 P49353 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38fcd4c0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@56912c6b)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 25043 T2220 C431 P49353 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 25044 T2220 C431 P49353 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38fcd4c0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@56912c6b)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@38fcd4c0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@56912c6b)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 25045 T2220 C431 P49353 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 25045 T2220 C431 P49353 oass.SolrIndexSearcher.<init> Opening Searcher@7382d162 realtime
[junit4:junit4]   2> 25046 T2220 C431 P49353 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 25046 T2220 C431 P49353 /update {wt=javabin&softCommit=false&commit=true&commit_end_point=true&version=2&waitSearcher=true&openSearcher=false} {commit=} 0 6
[junit4:junit4]   2> 25047 T2260 C429 P56715 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 25048 T2260 C429 P56715 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 25050 T2217 C431 P49353 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 25050 T2217 C431 P49353 REQ /replication {wt=javabin&qt=/replication&command=indexversion&version=2} status=0 QTime=1 
[junit4:junit4]   2> 25051 T2260 C429 P56715 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 25051 T2260 C429 P56715 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 25051 T2260 C429 P56715 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 25053 T2219 C431 P49353 REQ /replication {wt=javabin&qt=/replication&command=filelist&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 25054 T2260 C429 P56715 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 25056 T2260 C429 P56715 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/jetty4/index.20130315220053700 forceNew: false
[junit4:junit4]   2> 25056 T2260 C429 P56715 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/index1648616510tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@225dae02) fullCopy=false
[junit4:junit4]   2> 25059 T2220 C431 P49353 REQ /replication {wt=filestream&qt=/replication&command=filecontent&generation=2&checksum=true&file=segments_2} status=0 QTime=1 
[junit4:junit4]   2> 25060 T2260 C429 P56715 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 25062 T2260 C429 P56715 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 25062 T2260 C429 P56715 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 25064 T2260 C429 P56715 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@163a2c66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36bffb66)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@163a2c66 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36bffb66)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 25064 T2260 C429 P56715 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 25064 T2260 C429 P56715 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 25065 T2260 C429 P56715 oass.SolrIndexSearcher.<init> Opening Searcher@f22529c main
[junit4:junit4]   2> 25066 T2259 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f22529c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 25067 T2260 C429 P56715 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/index1648616510tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@225dae02)
[junit4:junit4]   2> 25067 T2260 C429 P56715 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 25067 T2260 C429 P56715 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 25067 T2260 C429 P56715 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 25068 T2260 C429 P56715 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25069 T2260 C429 P56715 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 25417 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25418 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56317_",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56317__onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56317"}
[junit4:junit4]   2> 25424 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56715_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56715__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56715"}
[junit4:junit4]   2> 25435 T2240 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> 25435 T2208 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> 25436 T2195 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> 25435 T2188 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> 25436 T2224 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> 25436 T2257 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> 25944 T2166 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25946 T2166 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 25946 T2166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 25955 T2220 oejs.Response.sendError WARNING Committed before 404 Can not find: /onenodecollectioncore/update
[junit4:junit4]   2> 25956 T2166 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49329 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@10b5b0b8
[junit4:junit4]   2> 25956 T2220 oejs.ServletHandler.doHandle WARNING /onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[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> 
[junit4:junit4]   2> 25957 T2267 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49329. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 25957 T2166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 25958 T2267 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49329, initiating session
[junit4:junit4]   2> 25958 T2168 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58701
[junit4:junit4]   2> 25959 T2168 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58701
[junit4:junit4]   2> 25960 T2170 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6ec7ebed000d with negotiated timeout 10000 for client /127.0.0.1:58701
[junit4:junit4]   2> 25960 T2267 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49329, sessionid = 0x13d6ec7ebed000d, negotiated timeout = 10000
[junit4:junit4]   2> 25961 T2268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10b5b0b8 name:ZooKeeperConnection Watcher:127.0.0.1:49329 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 25961 T2166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 26031 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed000d
[junit4:junit4]   2> 26032 T2268 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 26032 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58701 which had sessionid 0x13d6ec7ebed000d
[junit4:junit4]   2> 26032 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed000d closed
[junit4:junit4]   2> 26034 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0004
[junit4:junit4]   2> 26035 T2195 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 26035 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0004 closed
[junit4:junit4]   2> 26035 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58672 which had sessionid 0x13d6ec7ebed0004
[junit4:junit4]   2> 26040 T2166 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 42594
[junit4:junit4]   2> 26041 T2166 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=198615654
[junit4:junit4]   2> 26945 T2189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26946 T2189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42594_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42594__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42594"}
[junit4:junit4]   2> 26949 T2240 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> 26949 T2208 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> 26949 T2257 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> 26949 T2188 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> 26949 T2224 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> 28043 T2166 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 28043 T2166 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 28048 T2166 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3942dbf3
[junit4:junit4]   2> 28052 T2166 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> 28053 T2166 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28053 T2166 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28054 T2166 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28055 T2166 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 28056 T2166 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data/index
[junit4:junit4]   2> 28056 T2166 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data/index
[junit4:junit4]   2> 28057 T2166 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data
[junit4:junit4]   2> 28057 T2166 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363363228650/control/data
[junit4:junit4]   2> 28059 T2189 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89349372553003011-127.0.0.1:42594_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 28059 T2171 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6ec7ebed0003
[junit4:junit4]   2> 28061 T2208 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> 28062 T2257 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 28062 T2168 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58671 which had sessionid 0x13d6ec7ebed0003
[junit4:junit4]   2> 28062 T2166 oaz.ZooKeeper.close Session: 0x13d6ec7ebed0003 closed
[junit4:junit4]   2> 28062 T2224 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 28062 T2257 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> 28063 T2224 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> 28063 T2240 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 28063 T2240 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> 28072 T2208 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 28073 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:delete cxid:0xc3 zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 28074 T2208 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 28077 T2208 oasc.Overseer.start Overseer (id=89349372553003014-127.0.0.1:56317_-n_0000000001) starting
[junit4:junit4]   2> 28078 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0xc8 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 28079 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0xc9 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 28080 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0xca zxid:0xe9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 28081 T2171 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6ec7ebed0006 type:create cxid:0xcb zxid:0xea txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 28082 T2270 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 28083 T2269 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 28084 T2166 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 28086 T2269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 28087 T2269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42594_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:42594__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42594"}
[junit4:junit4]   2> 28121 T2224 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> 28121 T2240 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> 28121 T2208 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> 28121 T2257 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> 28135 T2166 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 56317
[junit4:junit4]   2> 28136 T2166 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=374804349
[junit4:junit4]   2> 29361 T2188 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 29362 T2188 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> 29362 T2188 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 29362 T2188 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 29629 T2269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 29630 T2269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56317_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56317__onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56317"}
[junit4:junit4]   2> 29635 T2269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56317_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56317__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56317"}
[junit4:junit4]   2> 29640 T2208 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> 29640 T2257 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> 29640 T2224 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> 29640 T2240 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> 31139 T2166 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 31140 T2166 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 31143 T2166 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 31146 T2166 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6865f17b
[junit4:junit4]   2> 31147 T2269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 31149 T2269 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56317_",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:56317__collection1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56317"}
[junit4:junit4]   2> 31150 T2166 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> 31150 T2166 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 31151 T2166 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 31151 T2166 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 31153 T2166 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.


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

4] ERROR   34.9s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:49353/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([CE5E1260A36815CC:4FB89C78D43775F0]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[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> 34880 T2166 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 34886 T2165 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 35354 T2169 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 36074 T2257 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 36074 T2257 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> 36075 T2257 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 36075 T2257 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=sq, timezone=Asia/Almaty
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=66652216,total=184532992
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestOmitPositions, TestElisionMultitermQuery, DistanceFunctionTest, TestMultiCoreConfBootstrap, MultiTermTest, TestAnalyzedSuggestions, TestCollationField, TestIndexingPerformance, TestComponentsName, SolrCmdDistributorTest, TestReload, IndexBasedSpellCheckerTest, PingRequestHandlerTest, FileUtilsTest, NoCacheHeaderTest, TestWordDelimiterFilterFactory, TestUpdate, TestCodecSupport, SpellCheckComponentTest, TestSystemIdResolver, TestDefaultSimilarityFactory, SolrPluginUtilsTest, SampleTest, TestDistributedGrouping, XmlUpdateRequestHandlerTest, TestArbitraryIndexDir, NumericFieldsTest, TestSuggestSpellingConverter, TestSolrXMLSerializer, URLClassifyProcessorTest, DefaultValueUpdateProcessorTest, TestDFRSimilarityFactory, XsltUpdateRequestHandlerTest, SolrCoreCheckLockOnStartupTest, OpenCloseCoreStressTest, NotRequiredUniqueKeyTest, TestPostingsSolrHighlighter, HighlighterTest, TestQuerySenderNoQuery, LeaderElectionIntegrationTest, CoreContainerCoreInitFailuresTest, SpellPossibilityIteratorTest, TestFiltering, TestLMJelinekMercerSimilarityFactory, TermVectorComponentDistributedTest, TestCSVLoader, TestNumberUtils, TestJmxIntegration, SolrIndexConfigTest, TestDistributedSearch, EchoParamsTest, DebugComponentTest, DOMUtilTest, ZkSolrClientTest, SuggesterTSTTest, TestSolrJ, TestFastOutputStream, UpdateParamsTest, CurrencyFieldOpenExchangeTest, SignatureUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, TestCSVResponseWriter, BasicDistributedZkTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 36.17s, 1 test, 1 error <<< FAILURES!

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

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4721/
Java: 64bit/jdk1.6.0_41 -XX:+UseConcMarkSweepGC

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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2564, name=coreLoadExecutor-1167-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=2564, name=coreLoadExecutor-1167-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@8e05965 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b0df06d)
	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=2566, 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=2566, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1479)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:662)




Build Log:
[...truncated 8541 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T2505 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_ivw/oj
[junit4:junit4]   2> 4 T2505 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1363357339330
[junit4:junit4]   2> 4 T2505 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T2506 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T2506 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T2506 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T2506 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T2506 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T2506 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1363357339330/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T2505 oasc.ZkTestServer.run start zk server on port:34090
[junit4:junit4]   2> 105 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@32aa2fd8
[junit4:junit4]   2> 106 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T2511 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 107 T2511 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 107 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47038
[junit4:junit4]   2> 107 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47038
[junit4:junit4]   2> 108 T2509 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 219 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50000 with negotiated timeout 10000 for client /127.0.0.1:47038
[junit4:junit4]   2> 219 T2511 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50000, negotiated timeout = 10000
[junit4:junit4]   2> 219 T2512 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32aa2fd8 name:ZooKeeperConnection Watcher:127.0.0.1:34090 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 219 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 220 T2505 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 223 T2510 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e6e0ec50000
[junit4:junit4]   2> 223 T2512 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 224 T2507 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47038 which had sessionid 0x13d6e6e0ec50000
[junit4:junit4]   2> 223 T2505 oaz.ZooKeeper.close Session: 0x13d6e6e0ec50000 closed
[junit4:junit4]   2> 224 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1dbbbc53
[junit4:junit4]   2> 225 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 225 T2513 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 226 T2513 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 226 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47039
[junit4:junit4]   2> 226 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47039
[junit4:junit4]   2> 227 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50001 with negotiated timeout 10000 for client /127.0.0.1:47039
[junit4:junit4]   2> 227 T2513 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50001, negotiated timeout = 10000
[junit4:junit4]   2> 227 T2514 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dbbbc53 name:ZooKeeperConnection Watcher:127.0.0.1:34090/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 227 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 228 T2505 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 230 T2505 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 231 T2505 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 233 T2505 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 234 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 235 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 238 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 239 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 242 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 242 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 244 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 245 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 247 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 247 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 250 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 250 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 252 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 253 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 255 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 256 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 258 T2505 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 259 T2505 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 261 T2510 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e6e0ec50001
[junit4:junit4]   2> 262 T2507 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47039 which had sessionid 0x13d6e6e0ec50001
[junit4:junit4]   2> 262 T2514 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 262 T2505 oaz.ZooKeeper.close Session: 0x13d6e6e0ec50001 closed
[junit4:junit4]   2> 323 T2505 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 326 T2505 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33115
[junit4:junit4]   2> 327 T2505 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 327 T2505 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 327 T2505 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589
[junit4:junit4]   2> 328 T2505 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/solr.xml
[junit4:junit4]   2> 328 T2505 oasc.CoreContainer.<init> New CoreContainer 549082187
[junit4:junit4]   2> 328 T2505 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/'
[junit4:junit4]   2> 329 T2505 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/'
[junit4:junit4]   2> 348 T2505 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 348 T2505 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 348 T2505 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 349 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 349 T2505 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 349 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 350 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 350 T2505 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 350 T2505 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 351 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 356 T2505 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 365 T2505 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34090/solr
[junit4:junit4]   2> 366 T2505 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 366 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@68eb8d61
[junit4:junit4]   2> 367 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 367 T2524 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 367 T2524 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 368 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47042
[junit4:junit4]   2> 368 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47042
[junit4:junit4]   2> 369 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50002 with negotiated timeout 20000 for client /127.0.0.1:47042
[junit4:junit4]   2> 369 T2524 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50002, negotiated timeout = 20000
[junit4:junit4]   2> 369 T2525 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68eb8d61 name:ZooKeeperConnection Watcher:127.0.0.1:34090 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 369 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 370 T2510 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e6e0ec50002
[junit4:junit4]   2> 370 T2525 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 370 T2507 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47042 which had sessionid 0x13d6e6e0ec50002
[junit4:junit4]   2> 370 T2505 oaz.ZooKeeper.close Session: 0x13d6e6e0ec50002 closed
[junit4:junit4]   2> 371 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 373 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@44f3684c
[junit4:junit4]   2> 374 T2526 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 374 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 374 T2526 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 375 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47043
[junit4:junit4]   2> 375 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47043
[junit4:junit4]   2> 376 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50003 with negotiated timeout 20000 for client /127.0.0.1:47043
[junit4:junit4]   2> 376 T2526 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50003, negotiated timeout = 20000
[junit4:junit4]   2> 376 T2527 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44f3684c name:ZooKeeperConnection Watcher:127.0.0.1:34090/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 376 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 377 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 378 T2505 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 379 T2505 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33115__ivw%2Foj
[junit4:junit4]   2> 380 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33115__ivw%2Foj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33115__ivw%2Foj
[junit4:junit4]   2> 380 T2505 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33115__ivw%2Foj
[junit4:junit4]   2> 382 T2505 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 384 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 385 T2505 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 387 T2505 oasc.Overseer.start Overseer (id=89348986590527491-127.0.0.1:33115__ivw%2Foj-n_0000000000) starting
[junit4:junit4]   2> 387 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 388 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 388 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 389 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 390 T2529 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 390 T2505 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 391 T2505 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 393 T2505 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 394 T2528 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 396 T2530 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/collection1
[junit4:junit4]   2> 396 T2530 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 397 T2530 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 397 T2530 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 398 T2530 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/collection1/'
[junit4:junit4]   2> 398 T2530 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/collection1/lib/README' to classloader
[junit4:junit4]   2> 398 T2530 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 423 T2530 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 455 T2530 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 456 T2530 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 464 T2530 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 739 T873 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 784 T2530 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 789 T2530 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 791 T2530 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 804 T2530 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 808 T2530 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 811 T2530 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 812 T2530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 812 T2530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 812 T2530 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 814 T2530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 814 T2530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 814 T2530 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 814 T2530 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1363357339589/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/control/data/
[junit4:junit4]   2> 815 T2530 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e46b90a
[junit4:junit4]   2> 815 T2530 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 816 T2530 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/control/data forceNew: false
[junit4:junit4]   2> 816 T2530 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/control/data/index/
[junit4:junit4]   2> 816 T2530 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363357339330/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 816 T2530 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/control/data/index forceNew: false
[junit4:junit4]   2> 818 T2530 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@47f945fe lockFactory=org.apache.lucene.store.NativeFSLockFactory@27520ec3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 818 T2530 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 820 T2530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 820 T2530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 821 T2530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 822 T2530 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 822 T2530 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 822 T2530 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 822 T2530 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 823 T2530 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 823 T2530 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 829 T2530 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 832 T2530 oass.SolrIndexSearcher.<init> Opening Searcher@3f7eb0f main
[junit4:junit4]   2> 833 T2530 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/control/data/tlog
[junit4:junit4]   2> 833 T2530 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 833 T2530 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 838 T2531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f7eb0f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 841 T2530 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 841 T2530 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 842 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1897 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1898 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33115__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33115/_ivw/oj"}
[junit4:junit4]   2> 1899 T2528 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1899 T2528 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1900 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 1905 T2527 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> 2554 T881 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 2845 T2530 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2846 T2530 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33115/_ivw/oj collection:control_collection shard:shard1
[junit4:junit4]   2> 2847 T2530 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2852 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2852 T2530 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2852 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2854 T2530 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2854 T2530 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2854 T2530 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33115/_ivw/oj/collection1/
[junit4:junit4]   2> 2854 T2530 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2855 T2530 oasc.SyncStrategy.syncToMe http://127.0.0.1:33115/_ivw/oj/collection1/ has no replicas
[junit4:junit4]   2> 2855 T2530 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33115/_ivw/oj/collection1/
[junit4:junit4]   2> 2855 T2530 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2858 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3409 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3414 T2527 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> 3460 T2530 oasc.ZkController.register We are http://127.0.0.1:33115/_ivw/oj/collection1/ and leader is http://127.0.0.1:33115/_ivw/oj/collection1/
[junit4:junit4]   2> 3461 T2530 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33115/_ivw/oj
[junit4:junit4]   2> 3461 T2530 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3461 T2530 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3462 T2530 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3463 T2530 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3464 T2505 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3464 T2505 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3465 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3468 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3468 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@39f961fa
[junit4:junit4]   2> 3473 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3473 T2533 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3474 T2533 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 3474 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47046
[junit4:junit4]   2> 3474 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47046
[junit4:junit4]   2> 3475 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50004 with negotiated timeout 10000 for client /127.0.0.1:47046
[junit4:junit4]   2> 3475 T2533 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50004, negotiated timeout = 10000
[junit4:junit4]   2> 3475 T2534 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39f961fa name:ZooKeeperConnection Watcher:127.0.0.1:34090/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3475 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3476 T2505 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3478 T2505 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3555 T2505 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3557 T2505 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35943
[junit4:junit4]   2> 3558 T2505 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3559 T2505 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3559 T2505 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804
[junit4:junit4]   2> 3560 T2505 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/solr.xml
[junit4:junit4]   2> 3560 T2505 oasc.CoreContainer.<init> New CoreContainer 135318355
[junit4:junit4]   2> 3561 T2505 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/'
[junit4:junit4]   2> 3561 T2505 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/'
[junit4:junit4]   2> 3586 T2505 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3587 T2505 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3587 T2505 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3588 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3588 T2505 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3589 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3589 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3589 T2505 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3590 T2505 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3590 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3599 T2505 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3610 T2505 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34090/solr
[junit4:junit4]   2> 3611 T2505 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3611 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e51d058
[junit4:junit4]   2> 3612 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3612 T2544 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3612 T2544 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 3612 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47050
[junit4:junit4]   2> 3613 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47050
[junit4:junit4]   2> 3613 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50005 with negotiated timeout 20000 for client /127.0.0.1:47050
[junit4:junit4]   2> 3613 T2544 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50005, negotiated timeout = 20000
[junit4:junit4]   2> 3614 T2545 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e51d058 name:ZooKeeperConnection Watcher:127.0.0.1:34090 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3614 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3615 T2510 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e6e0ec50005
[junit4:junit4]   2> 3615 T2545 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3615 T2507 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47050 which had sessionid 0x13d6e6e0ec50005
[junit4:junit4]   2> 3615 T2505 oaz.ZooKeeper.close Session: 0x13d6e6e0ec50005 closed
[junit4:junit4]   2> 3615 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3618 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@21ebdb9e
[junit4:junit4]   2> 3618 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3618 T2546 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 3619 T2546 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 3619 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47051
[junit4:junit4]   2> 3619 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47051
[junit4:junit4]   2> 3620 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50006 with negotiated timeout 20000 for client /127.0.0.1:47051
[junit4:junit4]   2> 3620 T2546 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50006, negotiated timeout = 20000
[junit4:junit4]   2> 3620 T2547 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21ebdb9e name:ZooKeeperConnection Watcher:127.0.0.1:34090/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3620 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3621 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3621 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3622 T2505 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4331 T889 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 4624 T2505 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35943__ivw%2Foj
[junit4:junit4]   2> 4625 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35943__ivw%2Foj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35943__ivw%2Foj
[junit4:junit4]   2> 4626 T2505 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35943__ivw%2Foj
[junit4:junit4]   2> 4628 T2527 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> 4628 T2547 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4628 T2534 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4629 T2527 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4632 T2548 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/collection1
[junit4:junit4]   2> 4632 T2548 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4633 T2548 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4633 T2548 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4634 T2548 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/collection1/'
[junit4:junit4]   2> 4634 T2548 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/collection1/lib/README' to classloader
[junit4:junit4]   2> 4634 T2548 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4657 T2548 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4694 T2548 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4695 T2548 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4699 T2548 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4918 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4919 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33115__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33115/_ivw/oj"}
[junit4:junit4]   2> 4922 T2547 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> 4922 T2534 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> 4922 T2527 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> 5023 T2548 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5029 T2548 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5031 T2548 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5042 T2548 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5045 T2548 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5048 T2548 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5049 T2548 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5049 T2548 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5049 T2548 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5050 T2548 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5050 T2548 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5050 T2548 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5051 T2548 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1363357342804/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty1/
[junit4:junit4]   2> 5051 T2548 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e46b90a
[junit4:junit4]   2> 5051 T2548 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5052 T2548 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty1 forceNew: false
[junit4:junit4]   2> 5052 T2548 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty1/index/
[junit4:junit4]   2> 5052 T2548 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5052 T2548 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty1/index forceNew: false
[junit4:junit4]   2> 5053 T2548 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@267a0bc6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c2398a2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5054 T2548 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5055 T2548 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5055 T2548 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5056 T2548 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5056 T2548 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5057 T2548 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5057 T2548 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5057 T2548 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5057 T2548 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5058 T2548 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5059 T2548 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5062 T2548 oass.SolrIndexSearcher.<init> Opening Searcher@2796848 main
[junit4:junit4]   2> 5062 T2548 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty1/tlog
[junit4:junit4]   2> 5062 T2548 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5063 T2548 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5066 T2549 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2796848 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5068 T2548 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5068 T2548 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6053 T897 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 6425 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6427 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35943__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35943/_ivw/oj"}
[junit4:junit4]   2> 6427 T2528 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6427 T2528 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6436 T2527 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> 6436 T2547 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> 6436 T2534 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> 7070 T2548 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7070 T2548 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35943/_ivw/oj collection:collection1 shard:shard1
[junit4:junit4]   2> 7071 T2548 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7077 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7077 T2548 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7078 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7079 T2548 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7079 T2548 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7079 T2548 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35943/_ivw/oj/collection1/
[junit4:junit4]   2> 7079 T2548 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7080 T2548 oasc.SyncStrategy.syncToMe http://127.0.0.1:35943/_ivw/oj/collection1/ has no replicas
[junit4:junit4]   2> 7080 T2548 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35943/_ivw/oj/collection1/
[junit4:junit4]   2> 7080 T2548 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7083 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7768 T905 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 7941 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7951 T2527 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> 7951 T2534 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> 7951 T2547 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> 7986 T2548 oasc.ZkController.register We are http://127.0.0.1:35943/_ivw/oj/collection1/ and leader is http://127.0.0.1:35943/_ivw/oj/collection1/
[junit4:junit4]   2> 7986 T2548 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35943/_ivw/oj
[junit4:junit4]   2> 7986 T2548 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7987 T2548 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7987 T2548 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7989 T2548 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7990 T2505 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7991 T2505 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7992 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8062 T2505 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8063 T2505 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33048
[junit4:junit4]   2> 8064 T2505 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8064 T2505 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8064 T2505 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323
[junit4:junit4]   2> 8065 T2505 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/solr.xml
[junit4:junit4]   2> 8065 T2505 oasc.CoreContainer.<init> New CoreContainer 159843979
[junit4:junit4]   2> 8065 T2505 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/'
[junit4:junit4]   2> 8066 T2505 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/'
[junit4:junit4]   2> 8081 T2505 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8082 T2505 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8082 T2505 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8083 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8083 T2505 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8083 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8083 T2505 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8084 T2505 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8084 T2505 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8084 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8090 T2505 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8099 T2505 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:34090/solr
[junit4:junit4]   2> 8100 T2505 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8100 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@390b79ce
[junit4:junit4]   2> 8101 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8101 T2560 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8101 T2560 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 8101 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47061
[junit4:junit4]   2> 8102 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47061
[junit4:junit4]   2> 8102 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50007 with negotiated timeout 20000 for client /127.0.0.1:47061
[junit4:junit4]   2> 8102 T2560 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50007, negotiated timeout = 20000
[junit4:junit4]   2> 8103 T2561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@390b79ce name:ZooKeeperConnection Watcher:127.0.0.1:34090 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8103 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8103 T2510 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e6e0ec50007
[junit4:junit4]   2> 8104 T2561 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8104 T2507 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47061 which had sessionid 0x13d6e6e0ec50007
[junit4:junit4]   2> 8104 T2505 oaz.ZooKeeper.close Session: 0x13d6e6e0ec50007 closed
[junit4:junit4]   2> 8104 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8106 T2505 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34090/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2a7c99a
[junit4:junit4]   2> 8107 T2505 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8107 T2562 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:34090. Will not attempt to authenticate using SASL (access denied (javax.security.auth.AuthPermission getLoginConfiguration))
[junit4:junit4]   2> 8108 T2562 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:34090, initiating session
[junit4:junit4]   2> 8108 T2507 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:47062
[junit4:junit4]   2> 8108 T2507 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:47062
[junit4:junit4]   2> 8109 T2509 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e6e0ec50008 with negotiated timeout 20000 for client /127.0.0.1:47062
[junit4:junit4]   2> 8109 T2562 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:34090, sessionid = 0x13d6e6e0ec50008, negotiated timeout = 20000
[junit4:junit4]   2> 8109 T2563 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a7c99a name:ZooKeeperConnection Watcher:127.0.0.1:34090/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8109 T2505 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8110 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8110 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8111 T2505 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9113 T2505 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33048__ivw%2Foj
[junit4:junit4]   2> 9114 T2510 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e6e0ec50008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:33048__ivw%2Foj Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:33048__ivw%2Foj
[junit4:junit4]   2> 9114 T2505 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33048__ivw%2Foj
[junit4:junit4]   2> 9116 T2547 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> 9116 T2527 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> 9116 T2534 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9116 T2563 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9116 T2534 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> 9118 T2547 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9118 T2527 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9124 T2564 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/collection1
[junit4:junit4]   2> 9124 T2564 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9125 T2564 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9125 T2564 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9127 T2564 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/collection1/'
[junit4:junit4]   2> 9127 T2564 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/collection1/lib/README' to classloader
[junit4:junit4]   2> 9128 T2564 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9164 T2564 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9193 T2564 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9194 T2564 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9198 T2564 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9457 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9458 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35943__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35943/_ivw/oj"}
[junit4:junit4]   2> 9461 T2547 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> 9461 T2534 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> 9461 T2527 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> 9461 T2563 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> 9479 T913 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 9523 T2564 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9529 T2564 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9533 T2564 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9548 T2564 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9551 T2564 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9555 T2564 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9556 T2564 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9557 T2564 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9557 T2564 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9558 T2564 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9559 T2564 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9559 T2564 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9559 T2564 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1363357347323/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/
[junit4:junit4]   2> 9559 T2564 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e46b90a
[junit4:junit4]   2> 9560 T2564 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9561 T2564 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2 forceNew: false
[junit4:junit4]   2> 9561 T2564 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/index/
[junit4:junit4]   2> 9561 T2564 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9562 T2564 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/index forceNew: false
[junit4:junit4]   2> 9563 T2564 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@137a9d2a lockFactory=org.apache.lucene.store.NativeFSLockFactory@21b56626),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9564 T2564 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9566 T2564 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9567 T2564 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9567 T2564 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9568 T2564 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9569 T2564 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9569 T2564 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9569 T2564 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9570 T2564 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9571 T2564 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9574 T2564 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9578 T2564 oass.SolrIndexSearcher.<init> Opening Searcher@528c9b07 main
[junit4:junit4]   2> 9578 T2564 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/tlog
[junit4:junit4]   2> 9579 T2564 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9579 T2564 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9585 T2565 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@528c9b07 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9587 T2564 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9588 T2564 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10966 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10966 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33048__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33048/_ivw/oj"}
[junit4:junit4]   2> 10966 T2528 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10967 T2528 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10970 T2547 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> 10970 T2534 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> 10970 T2527 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> 10970 T2563 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> 11096 T921 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 11590 T2564 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11590 T2564 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33048/_ivw/oj collection:collection1 shard:shard1
[junit4:junit4]   2> 11593 T2564 oasc.ZkController.register We are http://127.0.0.1:33048/_ivw/oj/collection1/ and leader is http://127.0.0.1:35943/_ivw/oj/collection1/
[junit4:junit4]   2> 11593 T2564 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33048/_ivw/oj
[junit4:junit4]   2> 11593 T2564 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11593 T2564 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C115 name=collection1 org.apache.solr.core.SolrCore@55dca52d url=http://127.0.0.1:33048/_ivw/oj/collection1 node=127.0.0.1:33048__ivw%2Foj C115_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:33048__ivw%2Foj, base_url=http://127.0.0.1:33048/_ivw/oj}
[junit4:junit4]   2> 11594 T2566 C115 P33048 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11594 T2564 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11595 T2566 C115 P33048 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11595 T2566 C115 P33048 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11595 T2566 C115 P33048 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11595 T2505 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11596 T2566 C115 P33048 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11596 T2505 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11596 T2505 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11599 T2505 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C116 name=collection1 org.apache.solr.core.SolrCore@106e69bf url=http://127.0.0.1:33115/_ivw/oj/collection1 node=127.0.0.1:33115__ivw%2Foj C116_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:33115__ivw%2Foj, base_url=http://127.0.0.1:33115/_ivw/oj, leader=true}
[junit4:junit4]   2> 11606 T2521 C116 P33115 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@47f945fe lockFactory=org.apache.lucene.store.NativeFSLockFactory@27520ec3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11607 T2521 C116 P33115 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11609 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10001 (1429583797609824256)]} 0 4
[junit4:junit4]   2> 11609 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[1 (1429583797609824257)]} 0 4
[junit4:junit4]   2> ASYNC  NEW_CORE C117 name=collection1 org.apache.solr.core.SolrCore@3a5a391e url=http://127.0.0.1:35943/_ivw/oj/collection1 node=127.0.0.1:35943__ivw%2Foj C117_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:35943__ivw%2Foj, base_url=http://127.0.0.1:35943/_ivw/oj, leader=true}
[junit4:junit4]   2> 11616 T2541 C117 P35943 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@267a0bc6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c2398a2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11618 T2541 C117 P35943 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11620 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10001 (1429583797621358592)]} 0 5
[junit4:junit4]   2> 11620 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[1 (1429583797621358593)]} 0 4
[junit4:junit4]   2> 11648 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[2 (1429583797652815873)]} 0 2
[junit4:junit4]   2> 11649 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10002 (1429583797652815872)]} 0 3
[junit4:junit4]   2> 11652 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[2 (1429583797658058752)]} 0 2
[junit4:junit4]   2> 11652 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10002 (1429583797658058753)]} 0 1
[junit4:junit4]   2> 11754 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[1 (-1429583797766062080)]} 0 0
[junit4:junit4]   2> 11755 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10001 (-1429583797766062081)]} 0 0
[junit4:junit4]   2> 11758 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[1 (-1429583797770256384)]} 0 1
[junit4:junit4]   2> 11758 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10001 (-1429583797770256385)]} 0 0
[junit4:junit4]   2> 11762 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[3 (1429583797773402112)]} 0 2
[junit4:junit4]   2> 11763 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10003 (1429583797773402113)]} 0 2
[junit4:junit4]   2> 11765 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[3 (1429583797777596416)]} 0 1
[junit4:junit4]   2> 11766 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10003 (1429583797777596417)]} 0 1
[junit4:junit4]   2> 11801 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[2 (-1429583797815345153)]} 0 1
[junit4:junit4]   2> 11801 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10002 (-1429583797815345152)]} 0 1
[junit4:junit4]   2> 11803 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10002 (-1429583797817442304)]} 0 0
[junit4:junit4]   2> 11803 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[2 (-1429583797817442305)]} 0 0
[junit4:junit4]   2> 11806 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10004 (1429583797819539456)]} 0 1
[junit4:junit4]   2> 11806 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[4 (1429583797819539457)]} 0 1
[junit4:junit4]   2> 11809 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10004 (1429583797822685184)]} 0 1
[junit4:junit4]   2> 11809 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[4 (1429583797822685185)]} 0 1
[junit4:junit4]   2> 11854 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10005 (1429583797869871104)]} 0 1
[junit4:junit4]   2> 11854 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[5 (1429583797869871105)]} 0 1
[junit4:junit4]   2> 11857 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[5 (1429583797873016832)]} 0 1
[junit4:junit4]   2> 11857 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10005 (1429583797873016833)]} 0 1
[junit4:junit4]   2> 11925 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[4 (-1429583797944320001)]} 0 1
[junit4:junit4]   2> 11925 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[10004 (-1429583797944320000)]} 0 1
[junit4:junit4]   2> 11927 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[10004 (-1429583797947465728)]} 0 0
[junit4:junit4]   2> 11927 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[4 (-1429583797947465729)]} 0 0
[junit4:junit4]   2> 11930 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[6 (1429583797949562880)]} 0 1
[junit4:junit4]   2> 11930 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10006 (1429583797949562881)]} 0 1
[junit4:junit4]   2> 11932 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[6 (1429583797952708608)]} 0 0
[junit4:junit4]   2> 11933 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10006 (1429583797952708609)]} 0 1
[junit4:junit4]   2> 12022 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[7 (1429583798047080448)]} 0 0
[junit4:junit4]   2> 12023 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10007 (1429583798047080449)]} 0 1
[junit4:junit4]   2> 12025 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[7 (1429583798050226176)]} 0 0
[junit4:junit4]   2> 12026 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10007 (1429583798050226177)]} 0 1
[junit4:junit4]   2> 12098 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[7 (-1429583798126772224)]} 0 0
[junit4:junit4]   2> 12098 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10007 (-1429583798126772225)]} 0 0
[junit4:junit4]   2> 12101 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[7 (-1429583798129917952)]} 0 0
[junit4:junit4]   2> 12102 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10007 (-1429583798129917953)]} 0 1
[junit4:junit4]   2> 12105 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[8 (1429583798133063680)]} 0 1
[junit4:junit4]   2> 12107 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10008 (1429583798133063681)]} 0 3
[junit4:junit4]   2> 12110 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[8 (1429583798137257984)]} 0 2
[junit4:junit4]   2> 12110 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10008 (1429583798138306560)]} 0 1
[junit4:junit4]   2> 12199 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[8 (-1429583798231629824)]} 0 1
[junit4:junit4]   2> 12199 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10008 (-1429583798232678400)]} 0 0
[junit4:junit4]   2> 12202 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[8 (-1429583798234775552)]} 0 1
[junit4:junit4]   2> 12202 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[10008 (-1429583798235824128)]} 0 0
[junit4:junit4]   2> 12206 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[9 (1429583798237921280)]} 0 2
[junit4:junit4]   2> 12207 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10009 (1429583798238969856)]} 0 2
[junit4:junit4]   2> 12209 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[9 (1429583798242115584)]} 0 1
[junit4:junit4]   2> 12210 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10009 (1429583798243164160)]} 0 1
[junit4:junit4]   2> 12234 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10 (1429583798267281408)]} 0 2
[junit4:junit4]   2> 12234 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10010 (1429583798268329984)]} 0 1
[junit4:junit4]   2> 12237 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10 (1429583798271475712)]} 0 1
[junit4:junit4]   2> 12238 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10010 (1429583798272524288)]} 0 1
[junit4:junit4]   2> 12256 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[11 (1429583798291398656)]} 0 1
[junit4:junit4]   2> 12257 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10011 (1429583798292447232)]} 0 1
[junit4:junit4]   2> 12260 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[11 (1429583798295592960)]} 0 1
[junit4:junit4]   2> 12261 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10011 (1429583798296641536)]} 0 1
[junit4:junit4]   2> 12282 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[9 (-1429583798319710208)]} 0 0
[junit4:junit4]   2> 12283 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10009 (-1429583798320758784)]} 0 0
[junit4:junit4]   2> 12285 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[9 (-1429583798322855936)]} 0 0
[junit4:junit4]   2> 12286 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10009 (-1429583798323904512)]} 0 0
[junit4:junit4]   2> 12289 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[12 (1429583798326001664)]} 0 1
[junit4:junit4]   2> 12291 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10012 (1429583798327050240)]} 0 2
[junit4:junit4]   2> 12293 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[12 (1429583798330195968)]} 0 1
[junit4:junit4]   2> 12294 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10012 (1429583798331244544)]} 0 1
[junit4:junit4]   2> 12353 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[11 (-1429583798394159104)]} 0 0
[junit4:junit4]   2> 12354 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10011 (-1429583798395207680)]} 0 0
[junit4:junit4]   2> 12356 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[11 (-1429583798397304832)]} 0 0
[junit4:junit4]   2> 12357 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[10011 (-1429583798398353408)]} 0 0
[junit4:junit4]   2> 12360 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[13 (1429583798400450560)]} 0 1
[junit4:junit4]   2> 12361 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10013 (1429583798401499136)]} 0 1
[junit4:junit4]   2> 12364 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[13 (1429583798404644864)]} 0 1
[junit4:junit4]   2> 12365 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10013 (1429583798405693440)]} 0 1
[junit4:junit4]   2> 12431 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[14 (1429583798474899456)]} 0 1
[junit4:junit4]   2> 12433 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10014 (1429583798475948032)]} 0 2
[junit4:junit4]   2> 12435 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[14 (1429583798479093760)]} 0 1
[junit4:junit4]   2> 12437 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10014 (1429583798481190912)]} 0 2
[junit4:junit4]   2> 12474 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12476 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33048__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33048/_ivw/oj"}
[junit4:junit4]   2> 12481 T2547 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> 12481 T2534 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> 12481 T2527 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> 12481 T2563 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> 12528 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[14 (-1429583798577659904)]} 0 0
[junit4:junit4]   2> 12530 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10014 (-1429583798579757056)]} 0 1
[junit4:junit4]   2>  C115_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:33048__ivw%2Foj, base_url=http://127.0.0.1:33048/_ivw/oj}
[junit4:junit4]   2> 12547 T2559 C115 P33048 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@137a9d2a lockFactory=org.apache.lucene.store.NativeFSLockFactory@21b56626),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12548 T2559 C115 P33048 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12549 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10014 (-1429583798582902784)]} 0 3
[junit4:junit4]   2> 12549 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[14 (-1429583798580805632)]} 0 3
[junit4:junit4]   2> 12549 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[14 (-1429583798580805632)]} 0 18
[junit4:junit4]   2> 12549 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[10014 (-1429583798582902784)]} 0 16
[junit4:junit4]   2> 12552 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[15 (1429583798601777152)]} 0 1
[junit4:junit4]   2> 12553 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10015 (1429583798601777153)]} 0 2
[junit4:junit4]   2> 12558 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1429583798605971457)]} 0 1
[junit4:junit4]   2> 12558 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10015 (1429583798605971457)]} 0 3
[junit4:junit4]   2> 12558 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1429583798605971456)]} 0 1
[junit4:junit4]   2> 12559 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[15 (1429583798605971456)]} 0 4
[junit4:junit4]   2> 12599 T2543 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:33048__ivw%252Foj&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 12604 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10016 (1429583798656303104)]} 0 1
[junit4:junit4]   2> 12605 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[16 (1429583798656303105)]} 0 2
[junit4:junit4]   2> 12612 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1429583798660497408)]} 0 2
[junit4:junit4]   2> 12613 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10016 (1429583798660497408)]} 0 7
[junit4:junit4]   2> 12613 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1429583798661545984)]} 0 2
[junit4:junit4]   2> 12614 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[16 (1429583798661545984)]} 0 7
[junit4:junit4]   2> 12672 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[10015 (-1429583798727606272)]} 0 1
[junit4:junit4]   2> 12672 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[15 (-1429583798728654848)]} 0 0
[junit4:junit4]   2> 12676 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[15 (-1429583798730752001)]} 0 0
[junit4:junit4]   2> 12676 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10015 (-1429583798730752000)]} 0 1
[junit4:junit4]   2> 12676 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[15 (-1429583798730752001)]} 0 2
[junit4:junit4]   2> 12676 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10015 (-1429583798730752000)]} 0 2
[junit4:junit4]   2> 12679 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[17 (1429583798734946304)]} 0 1
[junit4:junit4]   2> 12679 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10017 (1429583798734946305)]} 0 1
[junit4:junit4]   2> 12683 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1429583798738092032)]} 0 0
[junit4:junit4]   2> 12684 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1429583798738092033)]} 0 1
[junit4:junit4]   2> 12684 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[17 (1429583798738092032)]} 0 4
[junit4:junit4]   2> 12684 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10017 (1429583798738092033)]} 0 3
[junit4:junit4]   2> 12697 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[18 (1429583798753820672)]} 0 1
[junit4:junit4]   2> 12697 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10018 (1429583798753820673)]} 0 1
[junit4:junit4]   2> 12702 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1429583798756966400)]} 0 1
[junit4:junit4]   2> 12702 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[18 (1429583798756966400)]} 0 3
[junit4:junit4]   2> 12702 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1429583798756966401)]} 0 1
[junit4:junit4]   2> 12703 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10018 (1429583798756966401)]} 0 4
[junit4:junit4]   2> 12803 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[19 (1429583798864969728)]} 0 1
[junit4:junit4]   2> 12804 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10019 (1429583798864969729)]} 0 2
[junit4:junit4]   2> 12809 T929 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 12810 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1429583798869164032)]} 0 1
[junit4:junit4]   2> 12811 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1429583798870212608)]} 0 1
[junit4:junit4]   2> 12811 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[19 (1429583798869164032)]} 0 5
[junit4:junit4]   2> 12812 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10019 (1429583798870212608)]} 0 6
[junit4:junit4]   2> 12877 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[20 (1429583798942564352)]} 0 1
[junit4:junit4]   2> 12878 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10020 (1429583798942564353)]} 0 2
[junit4:junit4]   2> 12884 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1429583798946758656)]} 0 1
[junit4:junit4]   2> 12885 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1429583798947807232)]} 0 1
[junit4:junit4]   2> 12885 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[20 (1429583798946758656)]} 0 5
[junit4:junit4]   2> 12886 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10020 (1429583798947807232)]} 0 6
[junit4:junit4]   2> 12929 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[21 (1429583798997090304)]} 0 2
[junit4:junit4]   2> 12929 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10021 (1429583798997090305)]} 0 1
[junit4:junit4]   2> 12935 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1429583799000236032)]} 0 1
[junit4:junit4]   2> 12936 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[21 (1429583799000236032)]} 0 5
[junit4:junit4]   2> 12936 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1429583799001284608)]} 0 1
[junit4:junit4]   2> 12937 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10021 (1429583799001284608)]} 0 5
[junit4:junit4]   2> 12968 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[22 (1429583799037984768)]} 0 1
[junit4:junit4]   2> 12969 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10022 (1429583799039033344)]} 0 1
[junit4:junit4]   2> 12975 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1429583799042179072)]} 0 1
[junit4:junit4]   2> 12976 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[22 (1429583799042179072)]} 0 5
[junit4:junit4]   2> 12976 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1429583799043227648)]} 0 1
[junit4:junit4]   2> 12977 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10022 (1429583799043227648)]} 0 5
[junit4:junit4]   2> 13065 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[22 (-1429583799140745216)]} 0 0
[junit4:junit4]   2> 13066 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10022 (-1429583799141793792)]} 0 0
[junit4:junit4]   2> 13070 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[22 (-1429583799143890944)]} 0 0
[junit4:junit4]   2> 13071 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10022 (-1429583799144939520)]} 0 0
[junit4:junit4]   2> 13071 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[22 (-1429583799143890944)]} 0 3
[junit4:junit4]   2> 13072 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10022 (-1429583799144939520)]} 0 3
[junit4:junit4]   2> 13075 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[23 (1429583799150182400)]} 0 1
[junit4:junit4]   2> 13076 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10023 (1429583799151230976)]} 0 1
[junit4:junit4]   2> 13083 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1429583799154376704)]} 0 2
[junit4:junit4]   2> 13083 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1429583799155425280)]} 0 1
[junit4:junit4]   2> 13083 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[23 (1429583799154376704)]} 0 5
[junit4:junit4]   2> 13084 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10023 (1429583799155425280)]} 0 5
[junit4:junit4]   2> 13128 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[24 (1429583799205756928)]} 0 2
[junit4:junit4]   2> 13128 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10024 (1429583799205756929)]} 0 1
[junit4:junit4]   2> 13135 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1429583799208902656)]} 0 2
[junit4:junit4]   2> 13135 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1429583799209951232)]} 0 1
[junit4:junit4]   2> 13136 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[24 (1429583799208902656)]} 0 6
[junit4:junit4]   2> 13136 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10024 (1429583799209951232)]} 0 5
[junit4:junit4]   2> 13178 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[24 (-1429583799259234304)]} 0 1
[junit4:junit4]   2> 13178 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10024 (-1429583799259234305)]} 0 0
[junit4:junit4]   2> 13183 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1429583799262380032)]} 0 0
[junit4:junit4]   2> 13183 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1429583799262380033)]} 0 0
[junit4:junit4]   2> 13184 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[24 (-1429583799262380032)]} 0 4
[junit4:junit4]   2> 13184 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[10024 (-1429583799262380033)]} 0 3
[junit4:junit4]   2> 13188 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[25 (1429583799268671488)]} 0 2
[junit4:junit4]   2> 13189 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10025 (1429583799268671489)]} 0 2
[junit4:junit4]   2> 13195 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1429583799272865792)]} 0 1
[junit4:junit4]   2> 13196 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1429583799272865793)]} 0 2
[junit4:junit4]   2> 13196 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[25 (1429583799272865792)]} 0 6
[junit4:junit4]   2> 13197 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10025 (1429583799272865793)]} 0 6
[junit4:junit4]   2> 13290 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[26 (1429583799375626240)]} 0 1
[junit4:junit4]   2> 13291 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10026 (1429583799376674816)]} 0 2
[junit4:junit4]   2> 13298 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1429583799380869120)]} 0 1
[junit4:junit4]   2> 13299 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10026 (1429583799380869120)]} 0 5
[junit4:junit4]   2> 13300 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1429583799381917696)]} 0 2
[junit4:junit4]   2> 13300 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[26 (1429583799381917696)]} 0 7
[junit4:junit4]   2> 13362 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10026 (-1429583799452172288)]} 0 1
[junit4:junit4]   2> 13363 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[26 (-1429583799453220864)]} 0 0
[junit4:junit4]   2> 13365 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10026 (-1429583799454269440)]} 0 0
[junit4:junit4]   2> 13366 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[10026 (-1429583799454269440)]} 0 3
[junit4:junit4]   2> 13367 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[26 (-1429583799455318016)]} 0 1
[junit4:junit4]   2> 13367 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[26 (-1429583799455318016)]} 0 2
[junit4:junit4]   2> 13368 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10027 (1429583799457415168)]} 0 1
[junit4:junit4]   2> 13369 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[27 (1429583799459512320)]} 0 0
[junit4:junit4]   2> 13372 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1429583799460560896)]} 0 0
[junit4:junit4]   2> 13373 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10027 (1429583799460560896)]} 0 3
[junit4:junit4]   2> 13375 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1429583799461609472)]} 0 1
[junit4:junit4]   2> 13376 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[27 (1429583799461609472)]} 0 5
[junit4:junit4]   2> 13393 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10028 (1429583799483629568)]} 0 1
[junit4:junit4]   2> 13396 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[28 (1429583799486775296)]} 0 1
[junit4:junit4]   2> 13401 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1429583799487823872)]} 0 2
[junit4:junit4]   2> 13402 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10028 (1429583799487823872)]} 0 6
[junit4:junit4]   2> 13405 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1429583799492018176)]} 0 2
[junit4:junit4]   2> 13405 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[28 (1429583799492018176)]} 0 6
[junit4:junit4]   2> 13471 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[10028 (-1429583799566467072)]} 0 0
[junit4:junit4]   2> 13474 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[28 (-1429583799569612800)]} 0 0
[junit4:junit4]   2> 13475 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10028 (-1429583799569612800)]} 0 0
[junit4:junit4]   2> 13476 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10028 (-1429583799569612800)]} 0 2
[junit4:junit4]   2> 13478 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[28 (-1429583799571709952)]} 0 0
[junit4:junit4]   2> 13478 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[28 (-1429583799571709952)]} 0 2
[junit4:junit4]   2> 13479 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10029 (1429583799573807104)]} 0 1
[junit4:junit4]   2> 13481 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[29 (1429583799575904256)]} 0 1
[junit4:junit4]   2> 13484 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1429583799576952832)]} 0 1
[junit4:junit4]   2> 13484 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10029 (1429583799576952832)]} 0 3
[junit4:junit4]   2> 13486 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1429583799579049984)]} 0 0
[junit4:junit4]   2> 13487 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[29 (1429583799579049984)]} 0 4
[junit4:junit4]   2> 13511 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10030 (1429583799607361536)]} 0 1
[junit4:junit4]   2> 13514 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[30 (1429583799610507264)]} 0 1
[junit4:junit4]   2> 13517 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1429583799610507264)]} 0 2
[junit4:junit4]   2> 13518 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10030 (1429583799610507264)]} 0 5
[junit4:junit4]   2> 13520 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1429583799613652992)]} 0 1
[junit4:junit4]   2> 13521 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[30 (1429583799613652992)]} 0 5
[junit4:junit4]   2> 13532 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10031 (1429583799629381632)]} 0 1
[junit4:junit4]   2> 13535 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[31 (1429583799633575936)]} 0 0
[junit4:junit4]   2> 13537 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1429583799632527360)]} 0 1
[junit4:junit4]   2> 13537 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10031 (1429583799632527360)]} 0 3
[junit4:junit4]   2> 13541 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1429583799636721664)]} 0 1
[junit4:junit4]   2> 13541 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[31 (1429583799636721664)]} 0 4
[junit4:junit4]   2> 13601 T2505 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 33048
[junit4:junit4]   2> 13601 T2505 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=159843979
[junit4:junit4]   2> 13629 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10032 (1429583799732142080)]} 0 1
[junit4:junit4]   2> 13632 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[32 (1429583799735287808)]} 0 0
[junit4:junit4]   2> 13634 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10032 (1429583799735287808)]} 0 0
[junit4:junit4]   2> 13635 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10032 (1429583799735287808)]} 0 4
[junit4:junit4]   2> 13637 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1429583799737384960)]} 0 1
[junit4:junit4]   2> 13637 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[32 (1429583799737384960)]} 0 3
[junit4:junit4]   2> 13662 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10033 (1429583799766745088)]} 0 0
[junit4:junit4]   2> 13664 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[33 (1429583799768842240)]} 0 0
[junit4:junit4]   2> 13666 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10033 (1429583799768842240)]} 0 0
[junit4:junit4]   2> 13667 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10033 (1429583799768842240)]} 0 3
[junit4:junit4]   2> 13669 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1429583799770939392)]} 0 1
[junit4:junit4]   2> 13669 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[33 (1429583799770939392)]} 0 3
[junit4:junit4]   2> 13703 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[10030 (-1429583799809736704)]} 0 0
[junit4:junit4]   2> 13705 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[30 (-1429583799811833856)]} 0 0
[junit4:junit4]   2> 13708 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10030 (-1429583799812882432)]} 0 0
[junit4:junit4]   2> 13709 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10030 (-1429583799812882432)]} 0 3
[junit4:junit4]   2> 13710 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[30 (-1429583799814979584)]} 0 0
[junit4:junit4]   2> 13711 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[30 (-1429583799814979584)]} 0 3
[junit4:junit4]   2> 13713 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10034 (1429583799819173888)]} 0 1
[junit4:junit4]   2> 13715 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[34 (1429583799821271040)]} 0 1
[junit4:junit4]   2> 13719 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10034 (1429583799823368192)]} 0 1
[junit4:junit4]   2> 13720 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10034 (1429583799823368192)]} 0 5
[junit4:junit4]   2> 13721 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1429583799824416768)]} 0 1
[junit4:junit4]   2> 13722 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[34 (1429583799824416768)]} 0 5
[junit4:junit4]   2> 13797 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10035 (1429583799907254272)]} 0 1
[junit4:junit4]   2> 13798 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[35 (1429583799909351424)]} 0 1
[junit4:junit4]   2> 13803 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10035 (1429583799911448576)]} 0 1
[junit4:junit4]   2> 13804 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10035 (1429583799911448576)]} 0 5
[junit4:junit4]   2> 13805 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1429583799912497152)]} 0 1
[junit4:junit4]   2> 13806 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[35 (1429583799912497152)]} 0 5
[junit4:junit4]   2> 13854 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[10034 (-1429583799968071680)]} 0 0
[junit4:junit4]   2> 13856 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[34 (-1429583799970168832)]} 0 1
[junit4:junit4]   2> 13859 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10034 (-1429583799971217408)]} 0 0
[junit4:junit4]   2> 13860 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[10034 (-1429583799971217408)]} 0 3
[junit4:junit4]   2> 13861 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[34 (-1429583799972265984)]} 0 1
[junit4:junit4]   2> 13862 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[34 (-1429583799972265984)]} 0 4
[junit4:junit4]   2> 13863 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10036 (1429583799977508864)]} 0 1
[junit4:junit4]   2> 13865 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[36 (1429583799978557440)]} 0 1
[junit4:junit4]   2> 13870 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10036 (1429583799980654592)]} 0 1
[junit4:junit4]   2> 13871 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10036 (1429583799980654592)]} 0 5
[junit4:junit4]   2> 13872 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1429583799982751744)]} 0 1
[junit4:junit4]   2> 13873 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[36 (1429583799982751744)]} 0 5
[junit4:junit4]   2> 13932 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10037 (1429583800048812032)]} 0 1
[junit4:junit4]   2> 13934 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[37 (1429583800050909184)]} 0 1
[junit4:junit4]   2> 13938 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10037 (1429583800051957760)]} 0 1
[junit4:junit4]   2> 13939 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10037 (1429583800051957760)]} 0 5
[junit4:junit4]   2> 13940 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1429583800054054912)]} 0 1
[junit4:junit4]   2> 13941 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[37 (1429583800054054912)]} 0 5
[junit4:junit4]   2> 13986 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13987 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33048__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33048/_ivw/oj"}
[junit4:junit4]   2> 14011 T2563 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> 14011 T2534 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> 14011 T2527 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> 14011 T2547 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> 14030 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10035 (-1429583800152621056)]} 0 0
[junit4:junit4]   2> 14032 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[35 (-1429583800154718208)]} 0 1
[junit4:junit4]   2> 14033 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10035 (-1429583800155766784)]} 0 0
[junit4:junit4]   2> 14035 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[35 (-1429583800157863936)]} 0 1
[junit4:junit4]   2> 14037 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10038 (1429583800158912512)]} 0 1
[junit4:junit4]   2> 14038 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[38 (1429583800159961088)]} 0 1
[junit4:junit4]   2> 14040 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10038 (1429583800162058240)]} 0 1
[junit4:junit4]   2> 14042 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[38 (1429583800164155392)]} 0 1
[junit4:junit4]   2> 14063 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10037 (-1429583800187224064)]} 0 0
[junit4:junit4]   2> 14065 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[37 (-1429583800188272640)]} 0 1
[junit4:junit4]   2> 14067 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10037 (-1429583800191418368)]} 0 1
[junit4:junit4]   2> 14069 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[37 (-1429583800192466944)]} 0 1
[junit4:junit4]   2> 14072 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10039 (1429583800195612672)]} 0 1
[junit4:junit4]   2> 14072 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[39 (1429583800195612673)]} 0 1
[junit4:junit4]   2> 14075 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10039 (1429583800198758400)]} 0 1
[junit4:junit4]   2> 14076 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[39 (1429583800199806976)]} 0 1
[junit4:junit4]   2> 14096 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10038 (-1429583800221827072)]} 0 0
[junit4:junit4]   2> 14097 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[38 (-1429583800222875648)]} 0 1
[junit4:junit4]   2> 14099 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[10038 (-1429583800224972800)]} 0 0
[junit4:junit4]   2> 14100 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[38 (-1429583800226021376)]} 0 1
[junit4:junit4]   2> 14103 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10040 (1429583800228118528)]} 0 1
[junit4:junit4]   2> 14103 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[40 (1429583800229167104)]} 0 1
[junit4:junit4]   2> 14106 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10040 (1429583800232312832)]} 0 1
[junit4:junit4]   2> 14107 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[40 (1429583800232312833)]} 0 1
[junit4:junit4]   2> 14188 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10039 (-1429583800318296064)]} 0 0
[junit4:junit4]   2> 14189 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[39 (-1429583800318296065)]} 0 1
[junit4:junit4]   2> 14191 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10039 (-1429583800321441792)]} 0 0
[junit4:junit4]   2> 14192 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[39 (-1429583800321441793)]} 0 1
[junit4:junit4]   2> 14195 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10041 (1429583800324587520)]} 0 1
[junit4:junit4]   2> 14195 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[41 (1429583800324587521)]} 0 1
[junit4:junit4]   2> 14198 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10041 (1429583800328781824)]} 0 1
[junit4:junit4]   2> 14199 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[41 (1429583800328781825)]} 0 1
[junit4:junit4]   2> 14239 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10040 (-1429583800371773440)]} 0 0
[junit4:junit4]   2> 14240 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[40 (-1429583800372822016)]} 0 0
[junit4:junit4]   2> 14242 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10040 (-1429583800374919168)]} 0 0
[junit4:junit4]   2> 14243 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[40 (-1429583800375967744)]} 0 1
[junit4:junit4]   2> 14246 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10042 (1429583800378064896)]} 0 1
[junit4:junit4]   2> 14246 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[42 (1429583800378064897)]} 0 1
[junit4:junit4]   2> 14250 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10042 (1429583800382259200)]} 0 2
[junit4:junit4]   2> 14250 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[42 (1429583800382259201)]} 0 1
[junit4:junit4]   2> 14313 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10042 (-1429583800448319488)]} 0 1
[junit4:junit4]   2> 14313 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[42 (-1429583800449368064)]} 0 0
[junit4:junit4]   2> 14316 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10042 (-1429583800452513792)]} 0 1
[junit4:junit4]   2> 14316 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[42 (-1429583800452513793)]} 0 0
[junit4:junit4]   2> 14319 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10043 (1429583800455659520)]} 0 1
[junit4:junit4]   2> 14320 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[43 (1429583800455659521)]} 0 1
[junit4:junit4]   2> 14323 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10043 (1429583800458805248)]} 0 1
[junit4:junit4]   2> 14323 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[43 (1429583800459853824)]} 0 1
[junit4:junit4]   2> 14395 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10044 (1429583800534302720)]} 0 1
[junit4:junit4]   2> 14396 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[44 (1429583800534302721)]} 0 2
[junit4:junit4]   2> 14399 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10044 (1429583800538497024)]} 0 1
[junit4:junit4]   2> 14399 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[44 (1429583800539545600)]} 0 1
[junit4:junit4]   2> 14421 T937 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 14495 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10043 (-1429583800640208896)]} 0 0
[junit4:junit4]   2> 14495 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[43 (-1429583800640208897)]} 0 0
[junit4:junit4]   2> 14498 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[10043 (-1429583800643354624)]} 0 0
[junit4:junit4]   2> 14498 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[43 (-1429583800643354625)]} 0 0
[junit4:junit4]   2> 14502 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10045 (1429583800646500352)]} 0 1
[junit4:junit4]   2> 14503 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[45 (1429583800647548928)]} 0 2
[junit4:junit4]   2> 14506 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10045 (1429583800650694656)]} 0 1
[junit4:junit4]   2> 14507 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[45 (1429583800651743232)]} 0 1
[junit4:junit4]   2> 14552 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10045 (-1429583800699977728)]} 0 0
[junit4:junit4]   2> 14552 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[45 (-1429583800699977729)]} 0 0
[junit4:junit4]   2> 14555 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[10045 (-1429583800703123456)]} 0 0
[junit4:junit4]   2> 14555 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[45 (-1429583800703123457)]} 0 0
[junit4:junit4]   2> 14558 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10046 (1429583800705220608)]} 0 1
[junit4:junit4]   2> 14558 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[46 (1429583800705220609)]} 0 1
[junit4:junit4]   2> 14561 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10046 (1429583800708366336)]} 0 1
[junit4:junit4]   2> 14561 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[46 (1429583800709414912)]} 0 1
[junit4:junit4]   2>  C115_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:33048__ivw%2Foj, base_url=http://127.0.0.1:33048/_ivw/oj}
[junit4:junit4]   2> 14600 T2566 C115 P33048 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:35943/_ivw/oj/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14601 T2566 C115 P33048 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:33048/_ivw/oj START replicas=[http://127.0.0.1:35943/_ivw/oj/collection1/] nUpdates=100
[junit4:junit4]   2> 14604 T2566 C115 P33048 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14604 T2566 C115 P33048 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14604 T2540 C117 P35943 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14604 T2566 C115 P33048 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14605 T2566 C115 P33048 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14605 T2566 C115 P33048 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 14605 T2566 C115 P33048 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:35943/_ivw/oj/collection1/. core=collection1
[junit4:junit4]   2> 14606 T2566 C115 P33048 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14611 T2541 C117 P35943 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14628 T2541 C117 P35943 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@267a0bc6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c2398a2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@267a0bc6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c2398a2),segFN=segments_2,generation=2,filenames=[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0_MockSep_0.doc, _0.si, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_MockSep_0.frq, _0_Direct_0.pos, segments_2, _0.fdx, _0_Direct_0.tip, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, _0.fdt]
[junit4:junit4]   2> 14628 T2541 C117 P35943 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0_MockSep_0.doc, _0.si, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_MockSep_0.frq, _0_Direct_0.pos, segments_2, _0.fdx, _0_Direct_0.tip, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, _0.fdt]
[junit4:junit4]   2> 14628 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10047 (1429583800779669504)]} 0 0
[junit4:junit4]   2> 14629 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[47 (1429583800779669505)]} 0 1
[junit4:junit4]   2> 14634 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10047 (1429583800781766656)]} 0 4
[junit4:junit4]   2> 14635 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[47 (1429583800782815232)]} 0 5
[junit4:junit4]   2> 14637 T2541 C117 P35943 oass.SolrIndexSearcher.<init> Opening Searcher@1435684e realtime
[junit4:junit4]   2> 14637 T2541 C117 P35943 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14637 T2541 C117 P35943 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 26
[junit4:junit4]   2> 14638 T2566 C115 P33048 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14638 T2566 C115 P33048 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14640 T2543 C117 P35943 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14640 T2543 C117 P35943 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14640 T2566 C115 P33048 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14640 T2566 C115 P33048 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14640 T2566 C115 P33048 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14642 T2540 C117 P35943 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14644 T2566 C115 P33048 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 51
[junit4:junit4]   2> 14644 T2566 C115 P33048 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/index.20130315042233970 forceNew: false
[junit4:junit4]   2> 14645 T2566 C115 P33048 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a) fullCopy=true
[junit4:junit4]   2> 14645 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[10047 (-1429583800797495296)]} 0 1
[junit4:junit4]   2> 14645 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[47 (-1429583800797495297)]} 0 0
[junit4:junit4]   2> 14647 T2541 C117 P35943 REQ /replication {file=_1_Direct_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14647 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10047 (-1429583800799592448)]} 0 0
[junit4:junit4]   2> 14647 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[47 (-1429583800799592449)]} 0 0
[junit4:junit4]   2> 14649 T2540 C117 P35943 REQ /replication {file=_0_MockSep_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14650 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[48 (1429583800801689601)]} 0 1
[junit4:junit4]   2> 14650 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10048 (1429583800801689600)]} 0 1
[junit4:junit4]   2> 14652 T2541 C117 P35943 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14652 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[48 (1429583800804835328)]} 0 0
[junit4:junit4]   2> 14653 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10048 (1429583800804835329)]} 0 1
[junit4:junit4]   2> 14655 T2540 C117 P35943 REQ /replication {file=_0_MockSep_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14657 T2542 C117 P35943 REQ /replication {file=_0_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14659 T2541 C117 P35943 REQ /replication {file=_0_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14662 T2543 C117 P35943 REQ /replication {file=_0_SimpleText_0.pst&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14664 T2540 C117 P35943 REQ /replication {file=_1_Direct_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14666 T2542 C117 P35943 REQ /replication {file=_1_Direct_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14669 T2541 C117 P35943 REQ /replication {file=_1_MockSep_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14674 T2566 C115 P33048 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_1_MockSep_0.pyl, size=0}
[junit4:junit4]   2> 14675 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[49 (1429583800827904000)]} 0 1
[junit4:junit4]   2> 14675 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10049 (1429583800828952576)]} 0 0
[junit4:junit4]   2> 14676 T2543 C117 P35943 REQ /replication {file=_1_MockSep_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14677 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[49 (1429583800831049728)]} 0 0
[junit4:junit4]   2> 14678 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10049 (1429583800831049729)]} 0 0
[junit4:junit4]   2> 14678 T2541 C117 P35943 REQ /replication {file=_1.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14681 T2543 C117 P35943 REQ /replication {file=_1_MockSep_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14683 T2540 C117 P35943 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14685 T2542 C117 P35943 REQ /replication {file=_1_MockSep_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14688 T2541 C117 P35943 REQ /replication {file=_1.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14690 T2543 C117 P35943 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14692 T2540 C117 P35943 REQ /replication {file=_1_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14695 T2542 C117 P35943 REQ /replication {file=_1_MockSep_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14697 T2541 C117 P35943 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14699 T2543 C117 P35943 REQ /replication {file=_0_Direct_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14702 T2540 C117 P35943 REQ /replication {file=_1_Pulsing41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14704 T2542 C117 P35943 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14706 T2541 C117 P35943 REQ /replication {file=_1_Pulsing41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14709 T2543 C117 P35943 REQ /replication {file=_1_SimpleText_0.pst&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14711 T2540 C117 P35943 REQ /replication {file=_1_MockSep_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14713 T2542 C117 P35943 REQ /replication {file=_1_Direct_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14715 T2541 C117 P35943 REQ /replication {file=_0.nvd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14718 T2543 C117 P35943 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14720 T2540 C117 P35943 REQ /replication {file=_0_MockSep_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14722 T2542 C117 P35943 REQ /replication {file=_1_MockSep_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14725 T2541 C117 P35943 REQ /replication {file=_0_Disk_0.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14727 T2543 C117 P35943 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14729 T2540 C117 P35943 REQ /replication {file=_0.nvm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14736 T2542 C117 P35943 REQ /replication {file=_0_Disk_0.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14739 T2541 C117 P35943 REQ /replication {file=_1_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14742 T2543 C117 P35943 REQ /replication {file=_0_MockSep_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14746 T2540 C117 P35943 REQ /replication {file=_0_Pulsing41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14749 T2542 C117 P35943 REQ /replication {file=_0_Pulsing41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14752 T2541 C117 P35943 REQ /replication {file=_1_Disk_0.dvdd&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14753 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10049 (-1429583800910741505)]} 0 0
[junit4:junit4]   2> 14753 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[49 (-1429583800910741504)]} 0 0
[junit4:junit4]   2> 14756 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10049 (-1429583800913887232)]} 0 0
[junit4:junit4]   2> 14756 T2540 C117 P35943 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14756 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[49 (-1429583800913887233)]} 0 0
[junit4:junit4]   2> 14760 T2541 C117 P35943 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14760 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10050 (1429583800917032960)]} 0 1
[junit4:junit4]   2> 14760 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[50 (1429583800917032961)]} 0 1
[junit4:junit4]   2> 14763 T2540 C117 P35943 REQ /replication {file=_0_Direct_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14764 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10050 (1429583800921227264)]} 0 1
[junit4:junit4]   2> 14764 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[50 (1429583800921227265)]} 0 1
[junit4:junit4]   2> 14767 T2541 C117 P35943 REQ /replication {file=_0_MockSep_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14770 T2540 C117 P35943 REQ /replication {file=_0_Direct_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14773 T2543 C117 P35943 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14777 T2542 C117 P35943 REQ /replication {file=_0_MockSep_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14780 T2541 C117 P35943 REQ /replication {file=_0_MockSep_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14781 T2566 C115 P33048 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockSep_0.pyl, size=0}
[junit4:junit4]   2> 14784 T2540 C117 P35943 REQ /replication {file=_0_Direct_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14787 T2543 C117 P35943 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14790 T2542 C117 P35943 REQ /replication {file=_1_Disk_0.dvdm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 14791 T2566 C115 P33048 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14792 T2566 C115 P33048 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130315042233970
[junit4:junit4]   2> 14793 T2566 C115 P33048 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14793 T2566 C115 P33048 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14794 T2566 C115 P33048 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14795 T2566 C115 P33048 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/index.20130315042233970
[junit4:junit4]   2> 14798 T2566 C115 P33048 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a),segFN=segments_2,generation=2,filenames=[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, segments_2, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, _0.fdt]
[junit4:junit4]   2> 14799 T2566 C115 P33048 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, segments_2, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, _0.fdt]
[junit4:junit4]   2> 14799 T2566 C115 P33048 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14805 T2566 C115 P33048 oass.SolrIndexSearcher.<init> Opening Searcher@11d28476 main
[junit4:junit4]   2> 14806 T2565 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@11d28476 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C65/31 _1(5.0):C27/15)}
[junit4:junit4]   2> 14806 T2566 C115 P33048 oash.SnapPuller$2.preClose removing old index files BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@137a9d2a lockFactory=org.apache.lucene.store.NativeFSLockFactory@21b56626)
[junit4:junit4]   2> 14807 T2566 C115 P33048 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/index
[junit4:junit4]   2> 14807 T2566 C115 P33048 oash.SnapPuller$2.postClose removing old index directory BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@137a9d2a lockFactory=org.apache.lucene.store.NativeFSLockFactory@21b56626)
[junit4:junit4]   2> 14809 T2566 C115 P33048 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 14809 T2574 C115 P33048 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1363357339330/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=6536
[junit4:junit4]   2> 14810 T2574 C115 P33048 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14811 T2574 C115 P33048 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a),segFN=segments_2,generation=2,filenames=[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, segments_2, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a),segFN=segments_3,generation=3,filenames=[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, segments_3, _0.fdt]
[junit4:junit4]   2> 14812 T2574 C115 P33048 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, segments_3, _0.fdt]
[junit4:junit4]   2> 14812 T2574 C115 P33048 oass.SolrIndexSearcher.<init> Opening Searcher@605b7bd1 main
[junit4:junit4]   2> 14812 T2574 C115 P33048 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14813 T2565 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@605b7bd1 main{StandardDirectoryReader(segments_2:5:nrt _0(5.0):C65/31 _1(5.0):C27/15)}
[junit4:junit4]   2> 14813 T2574 C115 P33048 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=6536}
[junit4:junit4]   2> 14813 T2566 C115 P33048 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14814 T2566 C115 P33048 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14814 T2566 C115 P33048 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14815 T2566 C115 P33048 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14853 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10051 (1429583801014550528)]} 0 1
[junit4:junit4]   2> 14853 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[51 (1429583801015599104)]} 0 1
[junit4:junit4]   2> 14857 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[51 (1429583801018744833)]} 0 1
[junit4:junit4]   2> 14857 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10051 (1429583801018744832)]} 0 1
[junit4:junit4]   2> 14928 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[50 (-1429583801094242304)]} 0 0
[junit4:junit4]   2> 14928 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[10050 (-1429583801094242305)]} 0 0
[junit4:junit4]   2> 14931 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[50 (-1429583801097388032)]} 0 1
[junit4:junit4]   2> 14931 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10050 (-1429583801097388033)]} 0 0
[junit4:junit4]   2> 14934 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[52 (1429583801100533760)]} 0 1
[junit4:junit4]   2> 14935 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10052 (1429583801100533761)]} 0 1
[junit4:junit4]   2> 14938 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[52 (1429583801103679488)]} 0 1
[junit4:junit4]   2> 14938 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10052 (1429583801103679489)]} 0 1
[junit4:junit4]   2> 15029 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10053 (1429583801199099905)]} 0 1
[junit4:junit4]   2> 15029 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[53 (1429583801199099904)]} 0 1
[junit4:junit4]   2> 15032 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10053 (1429583801202245632)]} 0 1
[junit4:junit4]   2> 15032 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[53 (1429583801202245633)]} 0 1
[junit4:junit4]   2> 15097 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10054 (1429583801271451648)]} 0 0
[junit4:junit4]   2> 15098 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[54 (1429583801271451649)]} 0 1
[junit4:junit4]   2> 15100 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10054 (1429583801274597376)]} 0 1
[junit4:junit4]   2> 15100 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[54 (1429583801274597377)]} 0 1
[junit4:junit4]   2> 15164 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10055 (1429583801338560512)]} 0 3
[junit4:junit4]   2> 15164 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[55 (1429583801339609088)]} 0 3
[junit4:junit4]   2> 15168 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10055 (1429583801344851968)]} 0 1
[junit4:junit4]   2> 15168 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[55 (1429583801344851969)]} 0 1
[junit4:junit4]   2> 15190 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[10053 (-1429583801367920640)]} 0 1
[junit4:junit4]   2> 15190 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[53 (-1429583801368969216)]} 0 0
[junit4:junit4]   2> 15193 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[10053 (-1429583801371066368)]} 0 1
[junit4:junit4]   2> 15193 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[53 (-1429583801372114944)]} 0 0
[junit4:junit4]   2> 15196 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10056 (1429583801374212096)]} 0 1
[junit4:junit4]   2> 15197 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[56 (1429583801375260672)]} 0 1
[junit4:junit4]   2> 15200 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10056 (1429583801378406400)]} 0 1
[junit4:junit4]   2> 15200 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[56 (1429583801378406401)]} 0 1
[junit4:junit4]   2> 15222 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10057 (1429583801401475072)]} 0 1
[junit4:junit4]   2> 15223 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[57 (1429583801402523648)]} 0 1
[junit4:junit4]   2> 15226 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10057 (1429583801405669376)]} 0 1
[junit4:junit4]   2> 15226 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[57 (1429583801406717952)]} 0 1
[junit4:junit4]   2> 15255 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[10055 (-1429583801437126656)]} 0 0
[junit4:junit4]   2> 15256 T2520 C116 P33115 /update {wt=javabin&version=2} {delete=[55 (-1429583801438175232)]} 0 0
[junit4:junit4]   2> 15257 T2543 C117 P35943 /update {wt=javabin&version=2} {delete=[10055 (-1429583801439223808)]} 0 0
[junit4:junit4]   2> 15258 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[55 (-1429583801440272384)]} 0 0
[junit4:junit4]   2> 15260 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10058 (1429583801441320960)]} 0 1
[junit4:junit4]   2> 15260 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[58 (1429583801442369536)]} 0 0
[junit4:junit4]   2> 15262 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10058 (1429583801443418112)]} 0 1
[junit4:junit4]   2> 15262 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[58 (1429583801444466688)]} 0 0
[junit4:junit4]   2> 15288 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10059 (1429583801470681089)]} 0 1
[junit4:junit4]   2> 15288 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[59 (1429583801470681088)]} 0 1
[junit4:junit4]   2> 15291 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[59 (1429583801473826816)]} 0 1
[junit4:junit4]   2> 15291 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10059 (1429583801473826817)]} 0 1
[junit4:junit4]   2> 15376 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[60 (1429583801562955776)]} 0 1
[junit4:junit4]   2> 15376 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10060 (1429583801562955777)]} 0 1
[junit4:junit4]   2> 15379 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[60 (1429583801566101504)]} 0 1
[junit4:junit4]   2> 15379 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10060 (1429583801566101505)]} 0 1
[junit4:junit4]   2> 15409 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[61 (1429583801597558784)]} 0 1
[junit4:junit4]   2> 15410 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10061 (1429583801598607360)]} 0 1
[junit4:junit4]   2> 15412 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[61 (1429583801601753088)]} 0 1
[junit4:junit4]   2> 15412 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10061 (1429583801601753089)]} 0 0
[junit4:junit4]   2> 15454 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[56 (-1429583801645793280)]} 0 0
[junit4:junit4]   2> 15454 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[10056 (-1429583801645793281)]} 0 0
[junit4:junit4]   2> 15456 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[56 (-1429583801647890432)]} 0 0
[junit4:junit4]   2> 15456 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[10056 (-1429583801647890433)]} 0 0
[junit4:junit4]   2> 15458 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[62 (1429583801649987584)]} 0 0
[junit4:junit4]   2> 15458 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10062 (1429583801649987585)]} 0 0
[junit4:junit4]   2> 15460 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[62 (1429583801652084736)]} 0 0
[junit4:junit4]   2> 15461 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10062 (1429583801652084737)]} 0 1
[junit4:junit4]   2> 15490 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[63 (1429583801682493440)]} 0 1
[junit4:junit4]   2> 15490 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10063 (1429583801683542016)]} 0 0
[junit4:junit4]   2> 15492 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[63 (1429583801685639168)]} 0 0
[junit4:junit4]   2> 15492 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10063 (1429583801685639169)]} 0 0
[junit4:junit4]   2> 15516 T2528 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15517 T2528 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:33048__ivw%2Foj",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:33048/_ivw/oj"}
[junit4:junit4]   2> 15522 T2563 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> 15522 T2534 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> 15522 T2527 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> 15522 T2547 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> 15532 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[64 (1429583801727582208)]} 0 1
[junit4:junit4]   2> 15533 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10064 (1429583801727582209)]} 0 2
[junit4:junit4]   2>  C115_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:33048__ivw%2Foj, base_url=http://127.0.0.1:33048/_ivw/oj}
[junit4:junit4]   2> 15541 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1429583801730727936)]} 0 3
[junit4:junit4]   2> 15541 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10064 (1429583801731776512)]} 0 3
[junit4:junit4]   2> 15542 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[64 (1429583801730727936)]} 0 7
[junit4:junit4]   2> 15542 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10064 (1429583801731776512)]} 0 7
[junit4:junit4]   2> 15555 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[65 (1429583801750650880)]} 0 1
[junit4:junit4]   2> 15555 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10065 (1429583801750650881)]} 0 1
[junit4:junit4]   2> 15562 T2558 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1429583801754845184)]} 0 2
[junit4:junit4]   2> 15562 T2556 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10065 (1429583801754845185)]} 0 1
[junit4:junit4]   2> 15562 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[65 (1429583801754845184)]} 0 5
[junit4:junit4]   2> 15563 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10065 (1429583801754845185)]} 0 5
[junit4:junit4]   2> 15603 T2505 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15603 T2505 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15607 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[66 (1429583801805176833)]} 0 1
[junit4:junit4]   2> 15607 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10066 (1429583801805176832)]} 0 1
[junit4:junit4]   2> 15608 T2505 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55dca52d
[junit4:junit4]   2> 15620 T2557 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1429583801809371136)]} 0 7
[junit4:junit4]   2> 15621 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[66 (1429583801809371136)]} 0 11
[junit4:junit4]   2> 15621 T2559 C115 P33048 /update {distrib.from=http://127.0.0.1:35943/_ivw/oj/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10066 (1429583801809371137)]} 0 2
[junit4:junit4]   2> 15622 T2559 C115 P33048 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55dca52d
[junit4:junit4]   2> 15625 T2559 C115 P33048 oasc.SolrException.log SEVERE org.apache.solr.common.SolrException: Failed to unregister info bean: /admin/mbeans
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:178)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
[junit4:junit4]   2> 		at org.apache.solr.core.SolrCore.close(SolrCore.java:970)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2> 	Caused by: javax.management.InstanceNotFoundException: solr/collection1:type=/admin/mbeans,id=org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
[junit4:junit4]   2> 		at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:662)
[junit4:junit4]   2> 		at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:639)
[junit4:junit4]   2> 		at org.apache.solr.core.JmxMonitoredMap.unregister(JmxMonitoredMap.java:174)
[junit4:junit4]   2> 		... 29 more
[junit4:junit4]   2> 	
[junit4:junit4]   2> 15627 T2559 C115 P33048 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=6,adds=6,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=16,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15627 T2505 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=6,adds=6,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=52,cumulative_deletesById=16,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15628 T2559 C115 P33048 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15629 T2505 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15629 T2559 C115 P33048 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15629 T2559 C115 P33048 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15637 T2559 C115 P33048 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a),segFN=segments_3,generation=3,filenames=[_1_Direct_0.pos, _0_MockSep_0.pos, _1.fnm, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _0_1.del, _1_Pulsing41_0.doc, _1_MockSep_0.tii, _0_Direct_0.doc, _1.fdx, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1_SimpleText_0.pst, _1_MockSep_0.frq, _1_Direct_0.doc, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Direct_0.tim, _1_Disk_0.dvdm, segments_3, _0.fdt]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a),segFN=segments_4,generation=4,filenames=[_2_Pulsing41_0.doc, _2_Direct_0.tip, _1_Direct_0.pos, _2_Direct_0.tim, _2_SimpleText_0.pst, _0_MockSep_0.pos, _2_MockSep_0.doc, _1.fnm, _2_Pulsing41_0.tim, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _2_Direct_0.doc, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _2.fdt, _0_1.del, _1_Pulsing41_0.doc, _2_MockSep_0.tii, _2_MockSep_0.tib, _2.fdx, _1_MockSep_0.tii, _2_Pulsing41_0.pos, _0_Direct_0.doc, _1.fdx, _2.nvm, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2.nvd, _2_MockSep_0.pos, _1_SimpleText_0.pst, _2.si, _1_MockSep_0.frq, _1_Direct_0.doc, _2_MockSep_0.skp, _2_Direct_0.pos, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _2_MockSep_0.frq, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _2.fnm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _2_MockSep_0.pyl, _2_Disk_0.dvdd, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _2_Disk_0.dvdm, _0_Direct_0.tim, _1_Disk_0.dvdm, _0.fdt, segments_4]
[junit4:junit4]   2> 15638 T2559 C115 P33048 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2_Pulsing41_0.doc, _2_Direct_0.tip, _1_Direct_0.pos, _2_Direct_0.tim, _2_SimpleText_0.pst, _0_MockSep_0.pos, _2_MockSep_0.doc, _1.fnm, _2_Pulsing41_0.tim, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _2_Pulsing41_0.tip, _0_SimpleText_0.pst, _1_Direct_0.tim, _1_Direct_0.tip, _2_Direct_0.doc, _1_MockSep_0.doc, _1_MockSep_0.pyl, _1.nvm, _1_MockSep_0.skp, _0.fnm, _1_MockSep_0.tib, _1.nvd, _2.fdt, _0_1.del, _1_Pulsing41_0.doc, _2_MockSep_0.tii, _2_MockSep_0.tib, _2.fdx, _1_MockSep_0.tii, _2_Pulsing41_0.pos, _0_Direct_0.doc, _1.fdx, _2.nvm, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2.nvd, _2_MockSep_0.pos, _1_SimpleText_0.pst, _2.si, _1_MockSep_0.frq, _1_Direct_0.doc, _2_MockSep_0.skp, _2_Direct_0.pos, _0.nvd, _0.si, _0_MockSep_0.doc, _0_Disk_0.dvdd, _1_MockSep_0.pos, _2_MockSep_0.frq, _0.nvm, _1_1.del, _0_Disk_0.dvdm, _1_Pulsing41_0.pos, _2.fnm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _2_MockSep_0.pyl, _2_Disk_0.dvdd, _1_Disk_0.dvdd, _1.si, _0_Direct_0.pos, _0_MockSep_0.frq, _0_Direct_0.tip, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _2_Disk_0.dvdm, _0_Direct_0.tim, _1_Disk_0.dvdm, _0.fdt, segments_4]
[junit4:junit4]   2> 15640 T2559 C115 P33048 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15641 T2510 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e6e0ec50008
[junit4:junit4]   2> 15642 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10066 (1429583801809371137)]} 0 32
[junit4:junit4]   2> 15642 T2527 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> 15642 T2547 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> 15643 T2507 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:47062 which had sessionid 0x13d6e6e0ec50008
[junit4:junit4]   2> 15643 T2505 oaz.ZooKeeper.close Session: 0x13d6e6e0ec50008 closed
[junit4:junit4]   2> 15644 T2534 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15644 T2534 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> 15645 T2547 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15645 T2527 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 15664 T2505 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_ivw/oj,null}
[junit4:junit4]   2> 15709 T2521 C116 P33115 /update {wt=javabin&version=2} {delete=[58 (-1429583801913180160)]} 0 0
[junit4:junit4]   2> 15712 T2542 C117 P35943 /update {wt=javabin&version=2} {delete=[58 (-1429583801916325888)]} 0 0
[junit4:junit4]   2> 15716 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[67 (1429583801919471616)]} 0 1
[junit4:junit4]   2> 15720 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[67 (1429583801923665920)]} 0 1
[junit4:junit4]   2> 15730 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10058 (-1429583801935200256)]} 0 0
[junit4:junit4]   2> 15733 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[10058 (-1429583801938345984)]} 0 0
[junit4:junit4]   2> 15740 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[10067 (1429583801941491712)]} 0 4
[junit4:junit4]   2> 15744 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[10067 (1429583801948831744)]} 0 1
[junit4:junit4]   2> 15822 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[68 (1429583802030620672)]} 0 1
[junit4:junit4]   2> 15826 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[68 (1429583802034814976)]} 0 1
[junit4:junit4]   2> 15846 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[10068 (1429583802055786496)]} 0 1
[junit4:junit4]   2> 15850 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10068 (1429583802059980800)]} 0 1
[junit4:junit4]   2> 15911 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[69 (1429583802123943936)]} 0 1
[junit4:junit4]   2> 15915 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[69 (1429583802128138240)]} 0 1
[junit4:junit4]   2> 15935 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10069 (1429583802149109760)]} 0 1
[junit4:junit4]   2> 15939 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10069 (1429583802153304064)]} 0 1
[junit4:junit4]   2> 15979 T2522 C116 P33115 /update {wt=javabin&version=2} {delete=[59 (-1429583802195247104)]} 0 1
[junit4:junit4]   2> 15981 T2540 C117 P35943 /update {wt=javabin&version=2} {delete=[59 (-1429583802198392832)]} 0 0
[junit4:junit4]   2> 15985 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[70 (1429583802201538560)]} 0 1
[junit4:junit4]   2> 15988 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[70 (1429583802205732864)]} 0 1
[junit4:junit4]   2> 16002 T2523 C116 P33115 /update {wt=javabin&version=2} {delete=[10059 (-1429583802220412928)]} 0 0
[junit4:junit4]   2> 16005 T2541 C117 P35943 /update {wt=javabin&version=2} {delete=[10059 (-1429583802223558656)]} 0 0
[junit4:junit4]   2> 16009 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10070 (1429583802226704384)]} 0 1
[junit4:junit4]   2> 16012 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[10070 (1429583802230898688)]} 0 1
[junit4:junit4]   2> 16051 T2520 C116 P33115 /update {wt=javabin&version=2} {add=[71 (1429583802270744576)]} 0 1
[junit4:junit4]   2> 16054 T2543 C117 P35943 /update {wt=javabin&version=2} {add=[71 (1429583802274938880)]} 0 1
[junit4:junit4]   2> 16075 T2523 C116 P33115 /update {wt=javabin&version=2} {add=[10071 (1429583802295910400)]} 0 1
[junit4:junit4]   2> 16079 T2541 C117 P35943 /update {wt=javabin&version=2} {add=[10071 (1429583802300104704)]} 0 1
[junit4:junit4]   2> 16132 T2522 C116 P33115 /update {wt=javabin&version=2} {add=[72 (1429583802356727808)]} 0 0
[junit4:junit4]   2> 16135 T2542 C117 P35943 /update {wt=javabin&version=2} {add=[72 (1429583802359873536)]} 0 0
[junit4:junit4]   2> 16142 T945 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 16157 T2521 C116 P33115 /update {wt=javabin&version=2} {add=[10072 (1429583802382942208)]} 0 1
[junit4:junit4]   2> 16159 T2540 C117 P35943 /update {wt=javabin&version=2} {add=[10072 (1429583802385039360)]} 0 0
[junit4:junit4]   2> 16170 T2520 C116 P33115 /

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

ockSep), range_facet_sl=PostingsFormat(name=Direct), range_facet_si=PostingsFormat(name=SimpleText), other_tl1=PostingsFormat(name=MockSep), multiDefault=PostingsFormat(name=SimpleText), a_si=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=iw_IL, timezone=Etc/GMT+10
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Sun Microsystems Inc. 1.6.0_41 (64-bit)/cpus=8,threads=1,free=377780176,total=530186240
[junit4:junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionTest, BadComponentTest, TestPropInjectDefaults, TestFastLRUCache, TestSolrDeletionPolicy2, BasicDistributedZkTest, PrimUtilsTest, SyncSliceTest, TestSort, TestSolrQueryParser, TestCoreContainer, OverseerTest, TestExtendedDismaxParser, TermsComponentTest, TestDynamicFieldResource, TestFastWriter, AliasIntegrationTest, TestPhraseSuggestions, TestFieldCollectionResource, DocValuesTest, SoftAutoCommitTest, PluginInfoTest, TestWriterPerf, TestQueryUtils, TestXIncludeConfig, TestPHPSerializedResponseWriter, PrimitiveFieldTypeTest, TestRealTimeGet, UUIDFieldTest, SearchHandlerTest, SynonymTokenizerTest, TestJoin, TestSolrCoreProperties, TestGroupingSearch, DirectSolrConnectionTest, FileBasedSpellCheckerTest, TestCopyFieldCollectionResource, SliceStateUpdateTest, ChaosMonkeyNothingIsSafeTest, TestFieldTypeCollectionResource, StatelessScriptUpdateProcessorFactoryTest, TestFunctionQuery, ResponseLogComponentTest, TestLFUCache, BinaryUpdateRequestHandlerTest, TestReplicationHandler, ClusterStateUpdateTest, ReturnFieldsTest, ResourceLoaderTest, TestConfig, DistributedSpellCheckComponentTest, ScriptEngineTest, UpdateRequestProcessorFactoryTest, SOLR749Test, TermVectorComponentTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=C993A19FB1EBAD5C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=iw_IL -Dtests.timezone=Etc/GMT+10 -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2564, name=coreLoadExecutor-1167-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@8e05965 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3b0df06d)
[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=2566, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1479)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:34)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:272)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:224)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d264698 lockFactory=org.apache.lucene.store.NativeFSLockFactory@108d238a)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4] Completed on J0 in 34.94s, 1 test, 2 errors <<< FAILURES!

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

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



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

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

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

Error Message:
Server at http://127.0.0.1:39834/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:39834/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([3F75D4E40D9B9645:BE935AFC7AC4F679]: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)




Build Log:
[...truncated 9207 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1234 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T1234 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563
[junit4:junit4]   2> 4 T1234 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1235 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1235 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1235 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1235 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T1235 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1235 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1234 oasc.ZkTestServer.run start zk server on port:43861
[junit4:junit4]   2> 105 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1aa472e
[junit4:junit4]   2> 106 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1240 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T1240 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 106 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33464
[junit4:junit4]   2> 107 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33464
[junit4:junit4]   2> 107 T1238 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 873 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0000 with negotiated timeout 10000 for client /127.0.0.1:33464
[junit4:junit4]   2> 873 T1240 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0000, negotiated timeout = 10000
[junit4:junit4]   2> 873 T1241 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aa472e name:ZooKeeperConnection Watcher:127.0.0.1:43861 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 873 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 874 T1234 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 877 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0000
[junit4:junit4]   2> 877 T1241 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 877 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33464 which had sessionid 0x13d6e075e9d0000
[junit4:junit4]   2> 877 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0000 closed
[junit4:junit4]   2> 878 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16db02b
[junit4:junit4]   2> 878 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 878 T1242 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 879 T1242 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 879 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33465
[junit4:junit4]   2> 879 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33465
[junit4:junit4]   2> 880 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0001 with negotiated timeout 10000 for client /127.0.0.1:33465
[junit4:junit4]   2> 880 T1242 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0001, negotiated timeout = 10000
[junit4:junit4]   2> 880 T1243 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16db02b name:ZooKeeperConnection Watcher:127.0.0.1:43861/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 880 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 880 T1234 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 883 T1234 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 885 T1234 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 887 T1234 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 888 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 889 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 892 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 892 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 895 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 896 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 897 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 898 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 900 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 901 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 903 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 903 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 905 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 906 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 908 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 908 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 910 T1234 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 911 T1234 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 912 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0001
[junit4:junit4]   2> 913 T1243 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 913 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33465 which had sessionid 0x13d6e075e9d0001
[junit4:junit4]   2> 913 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0001 closed
[junit4:junit4]   2> 975 T1234 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 981 T1234 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35189
[junit4:junit4]   2> 981 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 982 T1234 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 982 T1234 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473
[junit4:junit4]   2> 982 T1234 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/solr.xml
[junit4:junit4]   2> 983 T1234 oasc.CoreContainer.<init> New CoreContainer 16431780
[junit4:junit4]   2> 983 T1234 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/'
[junit4:junit4]   2> 983 T1234 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/'
[junit4:junit4]   2> 1001 T1234 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1002 T1234 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1002 T1234 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1002 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1003 T1234 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1003 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1003 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1004 T1234 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1004 T1234 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1004 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1010 T1234 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1020 T1234 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43861/solr
[junit4:junit4]   2> 1021 T1234 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1021 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@13448ea
[junit4:junit4]   2> 1022 T1253 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1022 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1023 T1253 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 1023 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33466
[junit4:junit4]   2> 1023 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33466
[junit4:junit4]   2> 1024 T1253 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0002, negotiated timeout = 20000
[junit4:junit4]   2> 1024 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0002 with negotiated timeout 20000 for client /127.0.0.1:33466
[junit4:junit4]   2> 1024 T1254 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13448ea name:ZooKeeperConnection Watcher:127.0.0.1:43861 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1024 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1025 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0002
[junit4:junit4]   2> 1025 T1254 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1026 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33466 which had sessionid 0x13d6e075e9d0002
[junit4:junit4]   2> 1025 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0002 closed
[junit4:junit4]   2> 1026 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1028 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4de10b
[junit4:junit4]   2> 1029 T1255 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1029 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1030 T1255 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 1030 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33467
[junit4:junit4]   2> 1030 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33467
[junit4:junit4]   2> 1030 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0003 with negotiated timeout 20000 for client /127.0.0.1:33467
[junit4:junit4]   2> 1030 T1255 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0003, negotiated timeout = 20000
[junit4:junit4]   2> 1031 T1256 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4de10b name:ZooKeeperConnection Watcher:127.0.0.1:43861/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1031 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1032 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1033 T1234 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1035 T1234 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35189_
[junit4:junit4]   2> 1035 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:35189_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:35189_
[junit4:junit4]   2> 1035 T1234 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35189_
[junit4:junit4]   2> 1037 T1234 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1041 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1042 T1234 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1043 T1234 oasc.Overseer.start Overseer (id=89348545548451843-127.0.0.1:35189_-n_0000000000) starting
[junit4:junit4]   2> 1044 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1044 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1045 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1045 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1046 T1258 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1046 T1234 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1048 T1234 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1049 T1234 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1051 T1257 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1053 T1259 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/collection1
[junit4:junit4]   2> 1053 T1259 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1054 T1259 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1054 T1259 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1055 T1259 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/collection1/'
[junit4:junit4]   2> 1055 T1259 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/collection1/lib/README' to classloader
[junit4:junit4]   2> 1055 T1259 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1079 T1259 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1113 T1259 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1114 T1259 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1117 T1259 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1445 T1259 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1451 T1259 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1453 T1259 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1462 T1259 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1465 T1259 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1467 T1259 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1468 T1259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1468 T1259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1468 T1259 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1469 T1259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1469 T1259 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1469 T1259 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1470 T1259 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363350610473/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data/
[junit4:junit4]   2> 1470 T1259 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d93d61
[junit4:junit4]   2> 1470 T1259 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1470 T1259 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data forceNew: false
[junit4:junit4]   2> 1471 T1259 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data/index/
[junit4:junit4]   2> 1471 T1259 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1471 T1259 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data/index forceNew: false
[junit4:junit4]   2> 1472 T1259 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c864 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d54dfe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1472 T1259 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1474 T1259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1474 T1259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1474 T1259 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1475 T1259 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1475 T1259 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1475 T1259 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1475 T1259 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1476 T1259 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1476 T1259 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1478 T1259 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1480 T1259 oass.SolrIndexSearcher.<init> Opening Searcher@1ab334e main
[junit4:junit4]   2> 1480 T1259 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data/tlog
[junit4:junit4]   2> 1481 T1259 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1481 T1259 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1483 T1260 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ab334e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1485 T1259 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1485 T1259 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1485 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2553 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2554 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35189_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35189",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 2554 T1257 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2554 T1257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2554 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2557 T1256 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> 3487 T1259 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3487 T1259 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35189 collection:control_collection shard:shard1
[junit4:junit4]   2> 3488 T1259 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3493 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3493 T1259 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3493 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3495 T1259 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3495 T1259 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3495 T1259 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35189/collection1/
[junit4:junit4]   2> 3495 T1259 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3496 T1259 oasc.SyncStrategy.syncToMe http://127.0.0.1:35189/collection1/ has no replicas
[junit4:junit4]   2> 3496 T1259 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35189/collection1/
[junit4:junit4]   2> 3496 T1259 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3498 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4060 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4065 T1256 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> 4101 T1259 oasc.ZkController.register We are http://127.0.0.1:35189/collection1/ and leader is http://127.0.0.1:35189/collection1/
[junit4:junit4]   2> 4101 T1259 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35189
[junit4:junit4]   2> 4101 T1259 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4101 T1259 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4102 T1259 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4103 T1259 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4104 T1234 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4104 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4105 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4108 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4108 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@ff432
[junit4:junit4]   2> 4109 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4109 T1262 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4109 T1262 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 4109 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33468
[junit4:junit4]   2> 4110 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33468
[junit4:junit4]   2> 4110 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0004 with negotiated timeout 10000 for client /127.0.0.1:33468
[junit4:junit4]   2> 4110 T1262 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0004, negotiated timeout = 10000
[junit4:junit4]   2> 4111 T1263 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ff432 name:ZooKeeperConnection Watcher:127.0.0.1:43861/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4111 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4113 T1234 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4114 T1234 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4170 T1234 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4172 T1234 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36140
[junit4:junit4]   2> 4173 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4173 T1234 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4174 T1234 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674
[junit4:junit4]   2> 4174 T1234 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/solr.xml
[junit4:junit4]   2> 4174 T1234 oasc.CoreContainer.<init> New CoreContainer 16520801
[junit4:junit4]   2> 4175 T1234 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/'
[junit4:junit4]   2> 4175 T1234 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/'
[junit4:junit4]   2> 4192 T1234 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4192 T1234 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4193 T1234 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4193 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4193 T1234 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4194 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4194 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4194 T1234 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4195 T1234 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4195 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4200 T1234 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4210 T1234 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43861/solr
[junit4:junit4]   2> 4210 T1234 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4211 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@eb454b
[junit4:junit4]   2> 4211 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4212 T1273 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4212 T1273 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 4212 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33470
[junit4:junit4]   2> 4213 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33470
[junit4:junit4]   2> 4214 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0005 with negotiated timeout 20000 for client /127.0.0.1:33470
[junit4:junit4]   2> 4214 T1273 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0005, negotiated timeout = 20000
[junit4:junit4]   2> 4214 T1274 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eb454b name:ZooKeeperConnection Watcher:127.0.0.1:43861 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4214 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4215 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0005
[junit4:junit4]   2> 4216 T1274 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4216 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33470 which had sessionid 0x13d6e075e9d0005
[junit4:junit4]   2> 4216 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0005 closed
[junit4:junit4]   2> 4216 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4219 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1415b89
[junit4:junit4]   2> 4219 T1275 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4219 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4220 T1275 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 4220 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33471
[junit4:junit4]   2> 4220 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33471
[junit4:junit4]   2> 4221 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0006 with negotiated timeout 20000 for client /127.0.0.1:33471
[junit4:junit4]   2> 4221 T1275 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0006, negotiated timeout = 20000
[junit4:junit4]   2> 4221 T1276 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1415b89 name:ZooKeeperConnection Watcher:127.0.0.1:43861/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4222 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4222 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4223 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4225 T1234 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5227 T1234 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36140_
[junit4:junit4]   2> 5228 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36140_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36140_
[junit4:junit4]   2> 5229 T1234 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36140_
[junit4:junit4]   2> 5232 T1263 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5232 T1256 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5232 T1276 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5232 T1256 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> 5238 T1277 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/collection1
[junit4:junit4]   2> 5238 T1277 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5239 T1277 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5239 T1277 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5244 T1277 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/collection1/'
[junit4:junit4]   2> 5244 T1277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/collection1/lib/README' to classloader
[junit4:junit4]   2> 5244 T1277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5269 T1277 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5328 T1277 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5329 T1277 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5333 T1277 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5569 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5569 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35189_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35189",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35189__collection1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 5572 T1263 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> 5572 T1276 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> 5572 T1256 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> 5663 T1277 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5668 T1277 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5671 T1277 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5681 T1277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5683 T1277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5686 T1277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5687 T1277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5687 T1277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5687 T1277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5688 T1277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5688 T1277 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5688 T1277 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5688 T1277 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1/
[junit4:junit4]   2> 5689 T1277 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d93d61
[junit4:junit4]   2> 5689 T1277 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5689 T1277 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1 forceNew: false
[junit4:junit4]   2> 5690 T1277 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1/index/
[junit4:junit4]   2> 5690 T1277 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5690 T1277 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1/index forceNew: false
[junit4:junit4]   2> 5691 T1277 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ebded8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4698a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5691 T1277 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5693 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5693 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5693 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5694 T1277 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5694 T1277 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5694 T1277 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5695 T1277 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5695 T1277 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5695 T1277 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5697 T1277 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5699 T1277 oass.SolrIndexSearcher.<init> Opening Searcher@e64e5f main
[junit4:junit4]   2> 5700 T1277 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1/tlog
[junit4:junit4]   2> 5700 T1277 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5700 T1277 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5703 T1278 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e64e5f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5704 T1277 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5704 T1277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7075 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7076 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36140_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36140",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 7076 T1257 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 7077 T1257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 7081 T1276 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> 7081 T1263 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> 7081 T1256 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> 7706 T1277 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7706 T1277 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36140 collection:collection1 shard:shard2
[junit4:junit4]   2> 7707 T1277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7712 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7713 T1277 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7713 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7715 T1277 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7715 T1277 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7715 T1277 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36140/collection1/
[junit4:junit4]   2> 7715 T1277 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7716 T1277 oasc.SyncStrategy.syncToMe http://127.0.0.1:36140/collection1/ has no replicas
[junit4:junit4]   2> 7716 T1277 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36140/collection1/
[junit4:junit4]   2> 7716 T1277 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7720 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8585 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8593 T1276 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> 8593 T1256 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> 8593 T1263 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> 8623 T1277 oasc.ZkController.register We are http://127.0.0.1:36140/collection1/ and leader is http://127.0.0.1:36140/collection1/
[junit4:junit4]   2> 8624 T1277 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36140
[junit4:junit4]   2> 8624 T1277 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8624 T1277 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8624 T1277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8625 T1277 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8626 T1234 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8627 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8627 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8687 T1234 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8690 T1234 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39834
[junit4:junit4]   2> 8690 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8691 T1234 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8691 T1234 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189
[junit4:junit4]   2> 8691 T1234 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/solr.xml
[junit4:junit4]   2> 8692 T1234 oasc.CoreContainer.<init> New CoreContainer 11915815
[junit4:junit4]   2> 8692 T1234 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/'
[junit4:junit4]   2> 8692 T1234 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/'
[junit4:junit4]   2> 8709 T1234 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8709 T1234 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8710 T1234 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8710 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8710 T1234 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8711 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8711 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8711 T1234 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8712 T1234 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8712 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8717 T1234 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8727 T1234 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43861/solr
[junit4:junit4]   2> 8727 T1234 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8728 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@bb310c
[junit4:junit4]   2> 8729 T1289 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8729 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8729 T1289 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 8729 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33475
[junit4:junit4]   2> 8730 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33475
[junit4:junit4]   2> 8730 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0007 with negotiated timeout 20000 for client /127.0.0.1:33475
[junit4:junit4]   2> 8730 T1289 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0007, negotiated timeout = 20000
[junit4:junit4]   2> 8731 T1290 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bb310c name:ZooKeeperConnection Watcher:127.0.0.1:43861 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8731 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8732 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0007
[junit4:junit4]   2> 8732 T1290 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8732 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33475 which had sessionid 0x13d6e075e9d0007
[junit4:junit4]   2> 8732 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0007 closed
[junit4:junit4]   2> 8733 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8735 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@d6b701
[junit4:junit4]   2> 8736 T1291 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8736 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8736 T1291 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 8737 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33476
[junit4:junit4]   2> 8737 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33476
[junit4:junit4]   2> 8738 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0008 with negotiated timeout 20000 for client /127.0.0.1:33476
[junit4:junit4]   2> 8738 T1291 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0008, negotiated timeout = 20000
[junit4:junit4]   2> 8738 T1292 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d6b701 name:ZooKeeperConnection Watcher:127.0.0.1:43861/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8738 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8739 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8739 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8741 T1234 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9744 T1234 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39834_
[junit4:junit4]   2> 9745 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39834_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39834_
[junit4:junit4]   2> 9746 T1234 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39834_
[junit4:junit4]   2> 9748 T1256 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> 9749 T1263 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9749 T1276 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9750 T1292 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9750 T1263 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> 9750 T1276 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> 9751 T1256 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9759 T1293 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/collection1
[junit4:junit4]   2> 9759 T1293 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9760 T1293 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9760 T1293 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9762 T1293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/collection1/'
[junit4:junit4]   2> 9763 T1293 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/collection1/lib/README' to classloader
[junit4:junit4]   2> 9764 T1293 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9804 T1293 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9837 T1293 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9838 T1293 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9842 T1293 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10098 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10099 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36140_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36140",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36140__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 10102 T1276 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> 10102 T1263 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> 10102 T1292 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> 10102 T1256 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> 10172 T1293 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10178 T1293 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10180 T1293 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10191 T1293 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10194 T1293 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10198 T1293 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10200 T1293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10200 T1293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10201 T1293 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10203 T1293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10203 T1293 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10203 T1293 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10204 T1293 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363350618189/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty2/
[junit4:junit4]   2> 10204 T1293 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d93d61
[junit4:junit4]   2> 10205 T1293 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10206 T1293 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty2 forceNew: false
[junit4:junit4]   2> 10206 T1293 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty2/index/
[junit4:junit4]   2> 10207 T1293 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10207 T1293 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty2/index forceNew: false
[junit4:junit4]   2> 10210 T1293 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@883993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fd6d53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10210 T1293 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10213 T1293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10214 T1293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10215 T1293 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10215 T1293 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10216 T1293 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10217 T1293 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10217 T1293 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10218 T1293 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10219 T1293 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10223 T1293 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10228 T1293 oass.SolrIndexSearcher.<init> Opening Searcher@101328e main
[junit4:junit4]   2> 10228 T1293 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty2/tlog
[junit4:junit4]   2> 10229 T1293 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10230 T1293 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10235 T1294 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@101328e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10237 T1293 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10237 T1293 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11606 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11607 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39834_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39834",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 11607 T1257 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11608 T1257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11612 T1276 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> 11612 T1256 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> 11612 T1292 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> 11612 T1263 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> 12239 T1293 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12240 T1293 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39834 collection:collection1 shard:shard1
[junit4:junit4]   2> 12240 T1293 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 12245 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 12246 T1293 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12246 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12247 T1293 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12248 T1293 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12248 T1293 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39834/collection1/
[junit4:junit4]   2> 12248 T1293 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12248 T1293 oasc.SyncStrategy.syncToMe http://127.0.0.1:39834/collection1/ has no replicas
[junit4:junit4]   2> 12248 T1293 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39834/collection1/
[junit4:junit4]   2> 12248 T1293 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 12251 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13116 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13122 T1276 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> 13122 T1263 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> 13122 T1256 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> 13122 T1292 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> 13155 T1293 oasc.ZkController.register We are http://127.0.0.1:39834/collection1/ and leader is http://127.0.0.1:39834/collection1/
[junit4:junit4]   2> 13155 T1293 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39834
[junit4:junit4]   2> 13155 T1293 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13155 T1293 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13155 T1293 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13157 T1293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13158 T1234 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13158 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13159 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13228 T1234 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13230 T1234 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48409
[junit4:junit4]   2> 13231 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13231 T1234 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13232 T1234 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723
[junit4:junit4]   2> 13232 T1234 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/solr.xml
[junit4:junit4]   2> 13232 T1234 oasc.CoreContainer.<init> New CoreContainer 16224677
[junit4:junit4]   2> 13233 T1234 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/'
[junit4:junit4]   2> 13233 T1234 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/'
[junit4:junit4]   2> 13251 T1234 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13252 T1234 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13252 T1234 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13252 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13253 T1234 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13253 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13253 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13254 T1234 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13254 T1234 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13254 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13260 T1234 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13271 T1234 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43861/solr
[junit4:junit4]   2> 13271 T1234 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13271 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1163e57
[junit4:junit4]   2> 13272 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13272 T1305 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13273 T1305 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 13273 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33477
[junit4:junit4]   2> 13273 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33477
[junit4:junit4]   2> 13274 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d0009 with negotiated timeout 20000 for client /127.0.0.1:33477
[junit4:junit4]   2> 13274 T1305 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d0009, negotiated timeout = 20000
[junit4:junit4]   2> 13274 T1306 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1163e57 name:ZooKeeperConnection Watcher:127.0.0.1:43861 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13275 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13276 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0009
[junit4:junit4]   2> 13276 T1306 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13276 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33477 which had sessionid 0x13d6e075e9d0009
[junit4:junit4]   2> 13276 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0009 closed
[junit4:junit4]   2> 13277 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13279 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@d8570e
[junit4:junit4]   2> 13280 T1307 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13280 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13280 T1307 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 13280 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33478
[junit4:junit4]   2> 13281 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33478
[junit4:junit4]   2> 13281 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d000a with negotiated timeout 20000 for client /127.0.0.1:33478
[junit4:junit4]   2> 13281 T1307 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d000a, negotiated timeout = 20000
[junit4:junit4]   2> 13281 T1308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d8570e name:ZooKeeperConnection Watcher:127.0.0.1:43861/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13282 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13283 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13283 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13285 T1234 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14287 T1234 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48409_
[junit4:junit4]   2> 14288 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48409_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48409_
[junit4:junit4]   2> 14290 T1234 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48409_
[junit4:junit4]   2> 14291 T1292 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> 14291 T1256 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> 14292 T1276 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14292 T1263 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14292 T1276 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> 14292 T1263 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> 14293 T1292 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14293 T1308 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14294 T1256 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14298 T1309 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/collection1
[junit4:junit4]   2> 14298 T1309 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14298 T1309 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14299 T1309 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14299 T1309 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/collection1/'
[junit4:junit4]   2> 14300 T1309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/collection1/lib/README' to classloader
[junit4:junit4]   2> 14300 T1309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14326 T1309 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14354 T1309 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14355 T1309 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14359 T1309 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14626 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14627 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39834_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39834",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:39834__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 14629 T1276 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> 14630 T1263 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> 14630 T1292 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> 14630 T1308 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> 14630 T1256 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> 14674 T1309 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14680 T1309 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14682 T1309 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14695 T1309 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14697 T1309 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14700 T1309 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14701 T1309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14701 T1309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14701 T1309 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14702 T1309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14702 T1309 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14703 T1309 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14703 T1309 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363350622723/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty3/
[junit4:junit4]   2> 14703 T1309 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d93d61
[junit4:junit4]   2> 14703 T1309 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14704 T1309 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty3 forceNew: false
[junit4:junit4]   2> 14704 T1309 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty3/index/
[junit4:junit4]   2> 14704 T1309 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14704 T1309 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty3/index forceNew: false
[junit4:junit4]   2> 14705 T1309 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1313b47 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9703d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14706 T1309 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14707 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14707 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14708 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14708 T1309 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14708 T1309 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14709 T1309 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14709 T1309 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14709 T1309 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14709 T1309 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14712 T1309 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14714 T1309 oass.SolrIndexSearcher.<init> Opening Searcher@f863f7 main
[junit4:junit4]   2> 14714 T1309 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty3/tlog
[junit4:junit4]   2> 14714 T1309 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14715 T1309 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14718 T1310 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f863f7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14719 T1309 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14719 T1309 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16135 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16136 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48409_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48409",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 16136 T1257 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16137 T1257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 16141 T1256 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> 16142 T1292 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> 16142 T1308 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> 16142 T1263 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> 16142 T1276 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> 16721 T1309 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16722 T1309 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48409 collection:collection1 shard:shard2
[junit4:junit4]   2> 16725 T1309 oasc.ZkController.register We are http://127.0.0.1:48409/collection1/ and leader is http://127.0.0.1:36140/collection1/
[junit4:junit4]   2> 16725 T1309 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48409
[junit4:junit4]   2> 16725 T1309 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16725 T1309 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C70 name=collection1 org.apache.solr.core.SolrCore@16c4f1e url=http://127.0.0.1:48409/collection1 node=127.0.0.1:48409_ C70_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:48409_, collection=collection1, base_url=http://127.0.0.1:48409, core=collection1, state=down}
[junit4:junit4]   2> 16725 T1311 C70 P48409 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16726 T1311 C70 P48409 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16726 T1309 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16726 T1311 C70 P48409 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16727 T1311 C70 P48409 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16727 T1311 C70 P48409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16727 T1234 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16728 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16728 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16790 T1234 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16792 T1234 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60063
[junit4:junit4]   2> 16793 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16793 T1234 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16793 T1234 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289
[junit4:junit4]   2> 16794 T1234 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/solr.xml
[junit4:junit4]   2> 16794 T1234 oasc.CoreContainer.<init> New CoreContainer 8839584
[junit4:junit4]   2> 16794 T1234 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/'
[junit4:junit4]   2> 16795 T1234 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/'
[junit4:junit4]   2> 16812 T1234 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16812 T1234 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16813 T1234 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16813 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16813 T1234 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16814 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16814 T1234 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16814 T1234 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16815 T1234 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16815 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16821 T1234 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16831 T1234 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:43861/solr
[junit4:junit4]   2> 16832 T1234 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16832 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12d62f9
[junit4:junit4]   2> 16833 T1322 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16833 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16834 T1322 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 16834 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33482
[junit4:junit4]   2> 16834 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33482
[junit4:junit4]   2> 16835 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d000b with negotiated timeout 20000 for client /127.0.0.1:33482
[junit4:junit4]   2> 16835 T1322 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d000b, negotiated timeout = 20000
[junit4:junit4]   2> 16835 T1323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12d62f9 name:ZooKeeperConnection Watcher:127.0.0.1:43861 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16835 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16836 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d000b
[junit4:junit4]   2> 16837 T1323 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16837 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33482 which had sessionid 0x13d6e075e9d000b
[junit4:junit4]   2> 16837 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d000b closed
[junit4:junit4]   2> 16838 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16840 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ea976b
[junit4:junit4]   2> 16841 T1324 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16841 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16841 T1324 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 16841 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33483
[junit4:junit4]   2> 16841 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33483
[junit4:junit4]   2> 16842 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d000c with negotiated timeout 20000 for client /127.0.0.1:33483
[junit4:junit4]   2> 16842 T1324 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d000c, negotiated timeout = 20000
[junit4:junit4]   2> 16842 T1325 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ea976b name:ZooKeeperConnection Watcher:127.0.0.1:43861/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16842 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16843 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d000c type:create cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16844 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d000c type:create cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16845 T1234 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17648 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17648 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48409_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48409",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48409__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 17653 T1263 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> 17653 T1308 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> 17653 T1325 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> 17653 T1256 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> 17653 T1292 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> 17653 T1276 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> 17731 T1272 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&version=2&coreNodeName=127.0.0.1:48409__collection1&wt=javabin&core=collection1&action=PREPRECOVERY&nodeName=127.0.0.1:48409_&checkLive=true&state=recovering} status=0 QTime=1000 
[junit4:junit4]   2> 17847 T1234 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60063_
[junit4:junit4]   2> 17848 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d000c type:delete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60063_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60063_
[junit4:junit4]   2> 17849 T1234 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60063_
[junit4:junit4]   2> 17850 T1276 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> 17851 T1325 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> 17851 T1292 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17851 T1308 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17851 T1292 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> 17851 T1308 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> 17851 T1263 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17852 T1263 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> 17852 T1256 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17852 T1256 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> 17852 T1276 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17854 T1325 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17857 T1326 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/collection1
[junit4:junit4]   2> 17857 T1326 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17858 T1326 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17858 T1326 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17859 T1326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/collection1/'
[junit4:junit4]   2> 17859 T1326 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/collection1/lib/README' to classloader
[junit4:junit4]   2> 17860 T1326 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17884 T1326 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17928 T1326 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17929 T1326 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17932 T1326 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18247 T1326 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18253 T1326 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18255 T1326 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18265 T1326 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18268 T1326 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18270 T1326 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18271 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18272 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18272 T1326 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18273 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18273 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18273 T1326 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18273 T1326 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363350626289/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty4/
[junit4:junit4]   2> 18273 T1326 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d93d61
[junit4:junit4]   2> 18274 T1326 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18274 T1326 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty4 forceNew: false
[junit4:junit4]   2> 18274 T1326 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty4/index/
[junit4:junit4]   2> 18275 T1326 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18275 T1326 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty4/index forceNew: false
[junit4:junit4]   2> 18276 T1326 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17051cf lockFactory=org.apache.lucene.store.NativeFSLockFactory@dfe502),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18277 T1326 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18278 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18278 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18279 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18279 T1326 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18280 T1326 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18280 T1326 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18280 T1326 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18280 T1326 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18281 T1326 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18283 T1326 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18285 T1326 oass.SolrIndexSearcher.<init> Opening Searcher@14c976b main
[junit4:junit4]   2> 18285 T1326 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty4/tlog
[junit4:junit4]   2> 18286 T1326 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18286 T1326 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18289 T1327 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14c976b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18290 T1326 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18290 T1326 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19157 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19158 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60063_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60063",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 19158 T1257 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 19158 T1257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19161 T1263 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> 19161 T1276 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> 19162 T1256 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> 19162 T1325 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> 19162 T1292 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> 19161 T1308 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> 19291 T1326 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19292 T1326 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60063 collection:collection1 shard:shard1
[junit4:junit4]   2> 19294 T1326 oasc.ZkController.register We are http://127.0.0.1:60063/collection1/ and leader is http://127.0.0.1:39834/collection1/
[junit4:junit4]   2> 19294 T1326 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60063
[junit4:junit4]   2> 19294 T1326 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19295 T1326 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C71 name=collection1 org.apache.solr.core.SolrCore@11ab342 url=http://127.0.0.1:60063/collection1 node=127.0.0.1:60063_ C71_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:60063_, collection=collection1, base_url=http://127.0.0.1:60063, core=collection1, state=down}
[junit4:junit4]   2> 19295 T1328 C71 P60063 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19296 T1328 C71 P60063 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19296 T1328 C71 P60063 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19296 T1326 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19296 T1328 C71 P60063 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19297 T1328 C71 P60063 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19297 T1234 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 19297 T1234 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19298 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19302 T1234 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19303 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19307 T1269 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/onenodecollectioncore
[junit4:junit4]   2> 19307 T1269 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 19308 T1269 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 19308 T1269 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 19309 T1269 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 19310 T1269 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 19312 T1269 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 19314 T1269 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/onenodecollectioncore/'
[junit4:junit4]   2> 19341 T1269 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 19370 T1269 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19371 T1269 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19374 T1269 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19693 T1269 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19709 T1269 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19712 T1269 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19723 T1269 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19726 T1269 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19728 T1269 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19729 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19730 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19730 T1269 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19731 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19731 T1269 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19731 T1269 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19732 T1269 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363350613674/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection/
[junit4:junit4]   2>  C70_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:48409_, collection=collection1, base_url=http://127.0.0.1:48409, core=collection1, shard=shard2, state=recovering}
[junit4:junit4]   2> 19732 T1311 C70 P48409 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:36140/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19732 T1311 C70 P48409 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48409 START replicas=[http://127.0.0.1:36140/collection1/] nUpdates=100
[junit4:junit4]   2> 19732 T1269 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d93d61
[junit4:junit4]   2> 19733 T1311 C70 P48409 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19733 T1311 C70 P48409 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19733 T1311 C70 P48409 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19733 T1269 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19733 T1311 C70 P48409 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19734 T1311 C70 P48409 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19734 T1311 C70 P48409 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:36140/collection1/. core=collection1
[junit4:junit4]   2> 19734 T1311 C70 P48409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19734 T1269 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection forceNew: false
[junit4:junit4]   2> 19734 T1269 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection/index/
[junit4:junit4]   2> 19735 T1269 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19735 T1269 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection/index forceNew: false
[junit4:junit4]   2> 19737 T1269 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@fe264e lockFactory=org.apache.lucene.store.NativeFSLockFactory@f0d122),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19738 T1269 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> ASYNC  NEW_CORE C72 name=collection1 org.apache.solr.core.SolrCore@1713b0a url=http://127.0.0.1:36140/collection1 node=127.0.0.1:36140_ C72_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:36140_, collection=collection1, base_url=http://127.0.0.1:36140, core=collection1, shard=shard2, state=active, leader=true}
[junit4:junit4]   2> 19738 T1270 C72 P36140 REQ /get {distrib=false&version=2&wt=javabin&getVersions=100&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 19740 T1269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19740 T1269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19740 T1271 C72 P36140 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19741 T1269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19741 T1269 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19742 T1271 C72 P36140 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ebded8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4698a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19742 T1269 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19742 T1271 C72 P36140 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19742 T1269 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19743 T1271 C72 P36140 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ebded8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4698a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ebded8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4698a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19743 T1269 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19743 T1271 C72 P36140 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19743 T1269 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19743 T1271 C72 P36140 oass.SolrIndexSearcher.<init> Opening Searcher@1f34f91 realtime
[junit4:junit4]   2> 19744 T1269 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19744 T1271 C72 P36140 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19744 T1271 C72 P36140 /update {openSearcher=false&version=2&softCommit=false&commit=true&wt=javabin&waitSearcher=true&commit_end_point=true} {commit=} 0 4
[junit4:junit4]   2> 19745 T1311 C70 P48409 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19745 T1311 C70 P48409 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19746 T1269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19747 T1272 C72 P36140 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19748 T1272 C72 P36140 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=2 
[junit4:junit4]   2> 19748 T1269 oass.SolrIndexSearcher.<init> Opening Searcher@c97eec main
[junit4:junit4]   2> 19748 T1311 C70 P48409 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19749 T1311 C70 P48409 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19749 T1269 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection/tlog
[junit4:junit4]   2> 19749 T1311 C70 P48409 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19749 T1269 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19749 T1269 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19751 T1271 C72 P36140 REQ /replication {generation=2&version=2&wt=javabin&command=filelist&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 19751 T1311 C70 P48409 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19752 T1311 C70 P48409 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty3/index.20130315213029310 forceNew: false
[junit4:junit4]   2> 19752 T1331 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@c97eec main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19752 T1311 C70 P48409 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@ad8fbc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1672ef7) fullCopy=false
[junit4:junit4]   2> 19753 T1269 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 19755 T1270 C72 P36140 REQ /replication {generation=2&wt=filestream&checksum=true&command=filecontent&file=segments_2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19756 T1311 C70 P48409 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19757 T1311 C70 P48409 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19757 T1311 C70 P48409 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19758 T1311 C70 P48409 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1313b47 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9703d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1313b47 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b9703d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19758 T1311 C70 P48409 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19758 T1311 C70 P48409 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19759 T1311 C70 P48409 oass.SolrIndexSearcher.<init> Opening Searcher@4eadff main
[junit4:junit4]   2> 19759 T1310 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4eadff main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19760 T1311 C70 P48409 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@ad8fbc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1672ef7)
[junit4:junit4]   2> 19760 T1311 C70 P48409 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19760 T1311 C70 P48409 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19760 T1311 C70 P48409 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19760 T1311 C70 P48409 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19761 T1311 C70 P48409 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20665 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20666 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60063_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60063",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60063__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 20669 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36140_",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36140",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 20669 T1257 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20669 T1257 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20672 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48409_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48409",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48409__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 20675 T1325 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> 20675 T1292 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> 20675 T1256 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> 20675 T1263 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> 20675 T1276 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> 20675 T1308 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> 20754 T1269 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20755 T1269 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:36140 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20755 T1269 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 20761 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:delete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 20761 T1269 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 20762 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20763 T1269 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 20764 T1269 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 20764 T1269 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36140/onenodecollectioncore/
[junit4:junit4]   2> 20764 T1269 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 20765 T1269 oasc.SyncStrategy.syncToMe http://127.0.0.1:36140/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 20765 T1269 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36140/onenodecollectioncore/
[junit4:junit4]   2> 20765 T1269 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 20768 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21302 T1285 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&version=2&coreNodeName=127.0.0.1:60063__collection1&wt=javabin&core=collection1&action=PREPRECOVERY&nodeName=127.0.0.1:60063_&checkLive=true&state=recovering} status=0 QTime=2000 
[junit4:junit4]   2> 22184 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22195 T1263 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> 22195 T1308 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> 22196 T1276 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> 22196 T1256 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> 22196 T1292 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> 22196 T1325 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> 22222 T1269 oasc.ZkController.register We are http://127.0.0.1:36140/onenodecollectioncore/ and leader is http://127.0.0.1:36140/onenodecollectioncore/
[junit4:junit4]   2> 22223 T1269 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:36140
[junit4:junit4]   2> 22223 T1269 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 22223 T1269 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 22224 T1269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22225 T1269 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&wt=javabin&name=onenodecollectioncore&collection=onenodecollection&roles=none&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection&action=CREATE&numShards=1} status=0 QTime=2918 
[junit4:junit4]   2> 22226 T1234 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 22227 T1234 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23228 T1234 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C71_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:60063_, collection=collection1, base_url=http://127.0.0.1:60063, core=collection1, shard=shard1, state=recovering}
[junit4:junit4]   2> 23303 T1328 C71 P60063 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:39834/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23304 T1328 C71 P60063 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:60063 START replicas=[http://127.0.0.1:39834/collection1/] nUpdates=100
[junit4:junit4]   2> 23304 T1328 C71 P60063 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23305 T1328 C71 P60063 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23305 T1328 C71 P60063 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23305 T1328 C71 P60063 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23305 T1328 C71 P60063 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23306 T1328 C71 P60063 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:39834/collection1/. core=collection1
[junit4:junit4]   2> 23306 T1328 C71 P60063 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C73 name=collection1 org.apache.solr.core.SolrCore@b43b5d url=http://127.0.0.1:39834/collection1 node=127.0.0.1:39834_ C73_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:39834_, collection=collection1, base_url=http://127.0.0.1:39834, core=collection1, shard=shard1, state=active, leader=true}
[junit4:junit4]   2> 23312 T1288 C73 P39834 REQ /get {distrib=false&version=2&wt=javabin&getVersions=100&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 23313 T1287 C73 P39834 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23314 T1287 C73 P39834 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@883993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fd6d53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23315 T1287 C73 P39834 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23316 T1287 C73 P39834 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@883993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fd6d53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@883993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fd6d53),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23316 T1287 C73 P39834 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23316 T1287 C73 P39834 oass.SolrIndexSearcher.<init> Opening Searcher@c9a078 realtime
[junit4:junit4]   2> 23316 T1287 C73 P39834 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23317 T1287 C73 P39834 /update {openSearcher=false&version=2&softCommit=false&commit=true&wt=javabin&waitSearcher=true&commit_end_point=true} {commit=} 0 4
[junit4:junit4]   2> 23318 T1328 C71 P60063 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23318 T1328 C71 P60063 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23319 T1286 C73 P39834 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23319 T1286 C73 P39834 REQ /replication {version=2&wt=javabin&command=indexversion&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 23320 T1328 C71 P60063 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23320 T1328 C71 P60063 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23320 T1328 C71 P60063 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23322 T1288 C73 P39834 REQ /replication {generation=2&version=2&wt=javabin&command=filelist&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 23323 T1328 C71 P60063 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23324 T1328 C71 P60063 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty4/index.20130315213032882 forceNew: false
[junit4:junit4]   2> 23324 T1328 C71 P60063 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@33fff8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f55ea) fullCopy=false
[junit4:junit4]   2> 23326 T1287 C73 P39834 REQ /replication {generation=2&wt=filestream&checksum=true&command=filecontent&file=segments_2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 23327 T1328 C71 P60063 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23329 T1328 C71 P60063 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23329 T1328 C71 P60063 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23331 T1328 C71 P60063 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17051cf lockFactory=org.apache.lucene.store.NativeFSLockFactory@dfe502),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17051cf lockFactory=org.apache.lucene.store.NativeFSLockFactory@dfe502),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23331 T1328 C71 P60063 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23332 T1328 C71 P60063 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23332 T1328 C71 P60063 oass.SolrIndexSearcher.<init> Opening Searcher@efad03 main
[junit4:junit4]   2> 23333 T1327 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@efad03 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23334 T1328 C71 P60063 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@33fff8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f55ea)
[junit4:junit4]   2> 23334 T1328 C71 P60063 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23335 T1328 C71 P60063 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23335 T1328 C71 P60063 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23335 T1328 C71 P60063 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23337 T1328 C71 P60063 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23704 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23705 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36140_",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36140",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36140__onenodecollectioncore",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 23707 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60063_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60063",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60063__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 23710 T1263 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> 23710 T1308 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> 23710 T1276 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> 23710 T1325 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> 23710 T1292 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> 23710 T1256 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> 24231 T1234 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24232 T1234 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 24232 T1234 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24244 T1287 oejs.Response.sendError WARNING Committed before 404 Can not find: /onenodecollectioncore/update
[junit4:junit4]   2> 24245 T1234 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:43861 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@16eb85a
[junit4:junit4]   2> 24245 T1287 oejs.ServletHandler.doHandle WARNING /onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[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> 
[junit4:junit4]   2> 24246 T1335 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:43861. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24245 T1234 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24247 T1236 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:33500
[junit4:junit4]   2> 24247 T1335 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:43861, initiating session
[junit4:junit4]   2> 24247 T1236 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:33500
[junit4:junit4]   2> 24248 T1238 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6e075e9d000d with negotiated timeout 10000 for client /127.0.0.1:33500
[junit4:junit4]   2> 24248 T1335 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:43861, sessionid = 0x13d6e075e9d000d, negotiated timeout = 10000
[junit4:junit4]   2> 24248 T1336 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16eb85a name:ZooKeeperConnection Watcher:127.0.0.1:43861 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24249 T1234 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 24289 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d000d
[junit4:junit4]   2> 24289 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33500 which had sessionid 0x13d6e075e9d000d
[junit4:junit4]   2> 24290 T1336 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24290 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d000d closed
[junit4:junit4]   2> 24290 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0004
[junit4:junit4]   2> 24291 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33468 which had sessionid 0x13d6e075e9d0004
[junit4:junit4]   2> 24291 T1263 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24291 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0004 closed
[junit4:junit4]   2> 24293 T1234 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 35189
[junit4:junit4]   2> 24293 T1234 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16431780
[junit4:junit4]   2> 25215 T1257 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25216 T1257 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35189_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35189",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35189__collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 25542 T1308 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> 25543 T1292 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> 25543 T1325 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> 25542 T1256 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> 25542 T1276 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> 27295 T1234 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 27295 T1234 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 27298 T1234 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d551ed
[junit4:junit4]   2> 27301 T1234 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> 27301 T1234 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 27301 T1234 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 27302 T1234 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 27302 T1234 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 27303 T1234 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data/index
[junit4:junit4]   2> 27303 T1234 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data/index
[junit4:junit4]   2> 27303 T1234 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data
[junit4:junit4]   2> 27304 T1234 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/control/data
[junit4:junit4]   2> 27304 T1257 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89348545548451843-127.0.0.1:35189_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 27305 T1239 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6e075e9d0003
[junit4:junit4]   2> 27306 T1308 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> 27306 T1256 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> 27306 T1236 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:33467 which had sessionid 0x13d6e075e9d0003
[junit4:junit4]   2> 27306 T1325 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 27306 T1234 oaz.ZooKeeper.close Session: 0x13d6e075e9d0003 closed
[junit4:junit4]   2> 27307 T1276 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 27307 T1325 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> 27307 T1292 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 27307 T1276 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> 27307 T1292 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> 27308 T1308 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 27309 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:delete cxid:0xc3 zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 27309 T1276 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 27311 T1276 oasc.Overseer.start Overseer (id=89348545548451846-127.0.0.1:36140_-n_0000000001) starting
[junit4:junit4]   2> 27311 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0xc8 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 27312 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0xc9 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 27313 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0xca zxid:0xe9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 27313 T1239 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6e075e9d0006 type:create cxid:0xcb zxid:0xea txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 27314 T1338 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 27315 T1337 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 27316 T1337 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27316 T1337 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:35189_",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:35189",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:35189__collection1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 27320 T1276 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> 27320 T1308 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> 27320 T1325 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> 27320 T1292 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> 27329 T1234 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 27380 T1234 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 36140
[junit4:junit4]   2> 27381 T1234 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16520801
[junit4:junit4]   2> 28606 T1256 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 28607 T1256 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 28607 T1256 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 28825 T1337 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 28826 T1337 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36140_",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36140",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36140__collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 28831 T1337 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36140_",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36140",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36140__onenodecollectioncore",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 28835 T1325 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> 28835 T1292 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> 28835 T1308 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> 28835 T1276 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> 30383 T1234 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 30384 T1234 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 30385 T1234 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 30388 T1234 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1713b0a
[junit4:junit4]   2> 30390 T1234 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> 30390 T1234 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 30390 T1234 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 30391 T1234 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 30392 T1234 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 30393 T1234 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1/index
[junit4:junit4]   2> 30393 T1234 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1/index
[junit4:junit4]   2> 30393 T1234 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1
[junit4:junit4]   2> 30393 T1234 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363350609563/jetty1
[junit4:junit4]   2> 30394 T1234 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@9e6631
[junit4:junit4]   2> 30397 T1234 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> 30397 T1234 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 30398 T1234 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 30398 T1234 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 30399 T1234 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 30399 T1234 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/onenodecollection/index
[junit4:junit4]   2> 30399 T1234 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1363350609563/one

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

ork (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=3F75D4E40D9B9645 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt_PT -Dtests.timezone=Asia/Tokyo -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   33.8s J0 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:39834/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([3F75D4E40D9B9645:BE935AFC7AC4F679]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[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> 33760 T1234 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 33763 T1233 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 34441 T1237 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=pt_PT, timezone=Asia/Tokyo
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=145312608,total=289406976
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestIBSimilarityFactory, CachingDirectoryFactoryTest, SliceStateUpdateTest, TestWriterPerf, ReturnFieldsTest, PluginInfoTest, WordBreakSolrSpellCheckerTest, MinimalSchemaTest, BasicFunctionalityTest, TestSolrQueryParser, TestGroupingSearch, SchemaVersionSpecificBehaviorTest, BinaryUpdateRequestHandlerTest, ExternalFileFieldSortTest, AutoCommitTest, TestRandomDVFaceting, ScriptEngineTest, TestFieldTypeCollectionResource, DirectSolrConnectionTest, TestSweetSpotSimilarityFactory, TestValueSourceCache, TestSolrDeletionPolicy2, TestPerFieldSimilarity, PolyFieldTest, TestXIncludeConfig, CoreAdminHandlerTest, AlternateDirectoryTest, SpatialFilterTest, IndexSchemaTest, SimpleFacetsTest, TermVectorComponentTest, DocValuesTest, TestPseudoReturnFields, TestDocumentBuilder, TestStressRecovery, TestLRUCache, DistributedQueryElevationComponentTest, TestFieldResource, PeerSyncTest, TestPhraseSuggestions, SpellingQueryConverterTest, TestFaceting, SynonymTokenizerTest, TestSolrIndexConfig, ResponseLogComponentTest, ClusterStateUpdateTest, SolrIndexSplitterTest, TestQueryUtils, ChaosMonkeyNothingIsSafeTest, SystemInfoHandlerTest, TestFunctionQuery, TestFuzzyAnalyzedSuggestions, TestCoreContainer, SliceStateTest, SOLR749Test, SolrInfoMBeanTest, SoftAutoCommitTest, FileBasedSpellCheckerTest, PrimitiveFieldTypeTest, JsonLoaderTest, ZkControllerTest, DistributedTermsComponentTest, ResourceLoaderTest, DirectUpdateHandlerOptimizeTest, TestRealTimeGet, SearchHandlerTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J0 in 34.53s, 1 test, 1 error <<< FAILURES!

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

Total time: 42 minutes 1 second
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