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 18:48:18 UTC

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

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