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 2017/08/09 15:12:36 UTC

[JENKINS] Lucene-Solr-7.0-Linux (32bit/jdk1.8.0_144) - Build # 173 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/173/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([9BDCE853B68E8258]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:123)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:306)
	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:303)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:303)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:512)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:467)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:441)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:233)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
	at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth.setupClass(TestZkAclsWithHadoopAuth.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth

Error Message:
5 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth:     1) Thread[id=9435, name=Thread-2455, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1252)         at java.lang.Thread.join(Thread.java:1326)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)    2) Thread[id=9439, name=ProcessThread(sid:0 cport:43009):, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)    3) Thread[id=9441, name=SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker-EventThread, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)    4) Thread[id=9437, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkAclsWithHadoopAuth]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)    5) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth: 
   1) Thread[id=9435, name=Thread-2455, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1252)
        at java.lang.Thread.join(Thread.java:1326)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   2) Thread[id=9439, name=ProcessThread(sid:0 cport:43009):, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
   3) Thread[id=9441, name=SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker-EventThread, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   4) Thread[id=9437, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   5) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([9BDCE853B68E8258]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]         at java.lang.Thread.isInterrupted(Native Method)         at java.lang.Thread.isInterrupted(Thread.java:964)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:218)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
        at java.lang.Thread.isInterrupted(Native Method)
        at java.lang.Thread.isInterrupted(Thread.java:964)
        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:218)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([9BDCE853B68E8258]:0)




Build Log:
[...truncated 11976 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestZkAclsWithHadoopAuth_9BDCE853B68E8258-001/init-core-data-001
   [junit4]   2> 1116774 WARN  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1116774 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1116776 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1116781 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestZkAclsWithHadoopAuth_9BDCE853B68E8258-001/tempDir-001
   [junit4]   2> 1116781 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1116781 INFO  (Thread-2455) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1116781 INFO  (Thread-2455) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1116783 ERROR (Thread-2455) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1116881 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43009
   [junit4]   2> 1116881 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.c.c.SolrZkClient Using ZkCredentialsProvider: org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth$DummyZkCredentialsProvider
   [junit4]   2> 1116888 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.c.c.SolrZkClient Using ZkACLProvider: org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth$DummyZkAclProvider
   [junit4]   2> 1116888 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperServer No authentication provider for scheme: dummyauth has sasl ip digest 
   [junit4]   2> 1116889 WARN  (zkCallback-1462-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a439ea name: ZooKeeperConnection Watcher:127.0.0.1:43009 got event WatchedEvent state:AuthFailed type:None path:null path: null type: None
   [junit4]   2> 1116889 WARN  (zkCallback-1462-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient received AuthFailed
   [junit4]   2> 1116990 INFO  (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Aug 09, 2017 2:59:52 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked thread(s).
   [junit4]   2> Aug 09, 2017 3:00:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 5 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=9435, name=Thread-2455, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
   [junit4]   2>         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
   [junit4]   2>         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   [junit4]   2>    2) Thread[id=9439, name=ProcessThread(sid:0 cport:43009):, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
   [junit4]   2>    3) Thread[id=9441, name=SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker-EventThread, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]   2>    4) Thread[id=9437, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]   2>    5) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]   2>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Aug 09, 2017 3:00:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=9435, name=Thread-2455, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>    2) Thread[id=9439, name=ProcessThread(sid:0 cport:43009):, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>    3) Thread[id=9441, name=SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker-EventThread, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>    4) Thread[id=9437, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>    5) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2> 1137193 WARN  (Thread-2455) [    ] o.a.s.c.ZkTestServer Server interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2> 	at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   [junit4]   2> 1137194 ERROR (SessionTracker) [    ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]   2> 1137194 ERROR (ProcessThread(sid:0 cport:43009):) [    ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : ProcessThread(sid:0 cport:43009):
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
   [junit4]   2> 1137193 ERROR (SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker-EventThread) [    ] o.a.z.ClientCnxn Event thread exiting due to interruption
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]   2> 1137194 ERROR (ProcessThread(sid:0 cport:43009):) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1137194 ERROR (SessionTracker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> Aug 09, 2017 3:00:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]   2>         at java.lang.Thread.isInterrupted(Native Method)
   [junit4]   2>         at java.lang.Thread.isInterrupted(Thread.java:964)
   [junit4]   2>         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:218)
   [junit4]   2>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=ar-KW, timezone=SystemV/CST6CDT
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=3,free=138004384,total=334938112
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionContextKeyTest, TestHttpShardHandlerFactory, DocValuesMultiTest, TestLockTree, TestFieldCacheWithThreads, DistributedIntervalFacetingTest, ScriptEngineTest, ClusterStateUpdateTest, TestMiniSolrCloudClusterSSL, HdfsRecoveryZkTest, ShardRoutingCustomTest, TestConfigOverlay, SampleTest, TestSimpleTrackingShardHandler, TestMissingGroups, TestExactStatsCache, OverseerTaskQueueTest, CustomCollectionTest, SpatialFilterTest, TestPartialUpdateDeduplication, TestShardHandlerFactory, TestBlendedInfixSuggestions, TestObjectReleaseTracker, TestExceedMaxTermLength, TestInitParams, DistributedQueryComponentCustomSortTest, SolrJmxReporterTest, DocValuesTest, TestCopyFieldCollectionResource, PeerSyncWithIndexFingerprintCachingTest, SharedFSAutoReplicaFailoverUtilsTest, TestApiFramework, TestSystemCollAutoCreate, RuleEngineTest, CdcrVersionReplicationTest, SaslZkACLProviderTest, IndexSchemaRuntimeFieldTest, TestFastLRUCache, TestXmlQParser, SpellCheckComponentTest, SuggestComponentTest, TestTlogReplica, ResourceLoaderTest, ZkControllerTest, TestDelegationWithHadoopAuth, AnalysisErrorHandlingTest, TestSortByMinMaxFunction, ShardRoutingTest, TestSubQueryTransformerDistrib, TestCoreContainer, TestFiltering, DistanceFunctionTest, TestRTGBase, TestPerFieldSimilarity, RestartWhileUpdatingTest, HdfsBasicDistributedZkTest, CollectionsAPIDistributedZkTest, TestDocTermOrds, TestConfigSets, LukeRequestHandlerTest, TestDistributedGrouping, PrimUtilsTest, TestRestManager, CdcrReplicationDistributedZkTest, TestSolr4Spatial2, SliceStateTest, SystemInfoHandlerTest, TestSolrJ, TestFieldTypeResource, TestXIncludeConfig, TestConfigReload, TestStressRecovery, TestSolrXml, SimpleMLTQParserTest, TestBM25SimilarityFactory, HdfsThreadLeakTest, SolrCloudExampleTest, StatelessScriptUpdateProcessorFactoryTest, TestCoreDiscovery, IndexSchemaTest, ParsingFieldUpdateProcessorsTest, DocValuesNotIndexedTest, TestDeleteCollectionOnDownNodes, TestSchemaSimilarityResource, FacetPivotSmallTest, TestPointFields, TestSearchPerf, TestChildDocTransformer, JSONWriterTest, TestTestInjection, ChangedSchemaMergeTest, UUIDUpdateProcessorFallbackTest, TestUpdate, CoreAdminHandlerTest, SolrMetricsIntegrationTest, AutoScalingHandlerTest, QueryParsingTest, TestInPlaceUpdatesStandalone, SOLR749Test, ZkStateReaderTest, CloneFieldUpdateProcessorFactoryTest, TestCloudSchemaless, SuggesterTSTTest, TestPullReplica, TestCustomDocTransformer, BigEndianAscendingWordDeserializerTest, TestRequestForwarding, TestInitQParser, DirectSolrConnectionTest, TestCursorMarkWithoutUniqueKey, TestSlowCompositeReaderWrapper, TestExclusionRuleCollectionAccess, OpenCloseCoreStressTest, MoveReplicaTest, RequestLoggingTest, TestZkAclsWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestZkAclsWithHadoopAuth -Dtests.seed=9BDCE853B68E8258 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=SystemV/CST6CDT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestZkAclsWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BDCE853B68E8258]:0)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:123)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:306)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:303)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:303)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:512)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:467)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:441)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:233)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth.setupClass(TestZkAclsWithHadoopAuth.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE scope at org.apache.solr.security.hadoop.TestZkAclsWithHadoopAuth: 
   [junit4]    >    1) Thread[id=9435, name=Thread-2455, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1252)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1326)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:297)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:309)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   [junit4]    >    2) Thread[id=9439, name=ProcessThread(sid:0 cport:43009):, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:122)
   [junit4]    >    3) Thread[id=9441, name=SUITE-TestZkAclsWithHadoopAuth-seed#[9BDCE853B68E8258]-worker-EventThread, state=WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   [junit4]    >    4) Thread[id=9437, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]    >    5) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]    >         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BDCE853B68E8258]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=9436, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestZkAclsWithHadoopAuth]
   [junit4]    >         at java.lang.Thread.isInterrupted(Native Method)
   [junit4]    >         at java.lang.Thread.isInterrupted(Thread.java:964)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:218)
   [junit4]    >         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:173)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BDCE853B68E8258]:0)
   [junit4] Completed [339/728 (1!)] on J1 in 23.47s, 0 tests, 3 errors <<< FAILURES!

[...truncated 40629 lines...]

[JENKINS] Lucene-Solr-7.0-Linux (32bit/jdk1.8.0_144) - Build # 174 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/174/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43903/oc/ye/collMinRf_1x3_shard1_replica_t2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43903/oc/ye/collMinRf_1x3_shard1_replica_t2
	at __randomizedtesting.SeedInfo.seed([C3CFF1AAF9EED2D0:4B9BCE705712BF28]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:555)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:592)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:284)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43903/oc/ye/collMinRf_1x3_shard1_replica_t2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
	... 48 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
	... 53 more




Build Log:
[...truncated 12351 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/init-core-data-001
   [junit4]   2> 1710544 INFO  (SUITE-HttpPartitionTest-seed#[C3CFF1AAF9EED2D0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1710546 INFO  (SUITE-HttpPartitionTest-seed#[C3CFF1AAF9EED2D0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1710546 INFO  (SUITE-HttpPartitionTest-seed#[C3CFF1AAF9EED2D0]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /oc/ye
   [junit4]   2> 1710547 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1710548 INFO  (Thread-690) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1710548 INFO  (Thread-690) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1710550 ERROR (Thread-690) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1710648 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ZkTestServer start zk server on port:34673
   [junit4]   2> 1710655 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1710656 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1710657 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1710658 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1710658 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1710659 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1710659 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1710659 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1710660 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1710660 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1710660 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1710661 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 1710753 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1710753 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@176f26d{/oc/ye,null,AVAILABLE}
   [junit4]   2> 1710760 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b44bfa{HTTP/1.1,[http/1.1]}{127.0.0.1:44923}
   [junit4]   2> 1710760 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server Started @1712433ms
   [junit4]   2> 1710760 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/tempDir-001/control/data, replicaType=NRT, hostContext=/oc/ye, hostPort=36921, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/control-001/cores}
   [junit4]   2> 1710761 ERROR (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1710761 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1710761 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1710761 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1710761 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-09T20:03:25.383Z
   [junit4]   2> 1710763 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1710763 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/control-001/solr.xml
   [junit4]   2> 1710765 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1710768 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34673/solr
   [junit4]   2> 1710806 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1710807 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36921_oc%2Fye
   [junit4]   2> 1710808 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.Overseer Overseer (id=98455322962886660-127.0.0.1:36921_oc%2Fye-n_0000000000) starting
   [junit4]   2> 1710811 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36921_oc%2Fye
   [junit4]   2> 1710814 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1710899 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1710902 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1710902 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1710903 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/control-001/cores
   [junit4]   2> 1710927 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1710928 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34673/solr ready
   [junit4]   2> 1710928 INFO  (SocketProxy-Acceptor-36921) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50322,localport=36921], receiveBufferSize:531000
   [junit4]   2> 1710931 INFO  (SocketProxy-Acceptor-36921) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44923,localport=57548], receiveBufferSize=530904
   [junit4]   2> 1710931 INFO  (qtp25481744-8607) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36921_oc%252Fye&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1710932 INFO  (OverseerThreadFactory-1950-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1711034 INFO  (SocketProxy-Acceptor-36921) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50326,localport=36921], receiveBufferSize:531000
   [junit4]   2> 1711034 INFO  (SocketProxy-Acceptor-36921) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44923,localport=57552], receiveBufferSize=530904
   [junit4]   2> 1711038 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1711039 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1711141 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1712046 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1712054 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1712101 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1712109 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1712109 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1712109 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1712109 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1712112 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4541785894445468]
   [junit4]   2> 1712114 WARN  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1712144 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1712144 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1712145 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1712145 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1712146 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7755527978682498]
   [junit4]   2> 1712146 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59b3c1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1712147 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1712147 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1712148 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1712148 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575285169082859520
   [junit4]   2> 1712149 INFO  (searcherExecutor-1953-thread-1-processing-n:127.0.0.1:36921_oc%2Fye x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@59b3c1[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1712151 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1712151 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1712151 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36921/oc/ye/control_collection_shard1_replica_n1/
   [junit4]   2> 1712151 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1712151 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36921/oc/ye/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1712151 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1712152 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36921/oc/ye/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1712253 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1712302 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1712304 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1265
   [junit4]   2> 1712306 INFO  (qtp25481744-8607) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1712405 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1712933 INFO  (OverseerCollectionConfigSetProcessor-98455322962886660-127.0.0.1:36921_oc%2Fye-n_0000000000) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1713306 INFO  (qtp25481744-8607) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36921_oc%252Fye&wt=javabin&version=2} status=0 QTime=2374
   [junit4]   2> 1713310 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1713311 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34673/solr ready
   [junit4]   2> 1713311 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1713311 INFO  (SocketProxy-Acceptor-36921) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50360,localport=36921], receiveBufferSize:531000
   [junit4]   2> 1713313 INFO  (SocketProxy-Acceptor-36921) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44923,localport=57586], receiveBufferSize=530904
   [junit4]   2> 1713314 INFO  (qtp25481744-8607) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1713321 INFO  (OverseerThreadFactory-1950-thread-2-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1713321 WARN  (OverseerThreadFactory-1950-thread-2-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1713524 INFO  (qtp25481744-8607) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1713524 INFO  (qtp25481744-8607) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=210
   [junit4]   2> 1713609 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-1-001 of type TLOG
   [junit4]   2> 1713609 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1713610 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d2a19e{/oc/ye,null,AVAILABLE}
   [junit4]   2> 1713611 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@171c484{HTTP/1.1,[http/1.1]}{127.0.0.1:42581}
   [junit4]   2> 1713611 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server Started @1715284ms
   [junit4]   2> 1713611 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/oc/ye, hostPort=44471, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-1-001/cores}
   [junit4]   2> 1713611 ERROR (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1713611 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1713611 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1713611 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1713611 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-09T20:03:28.233Z
   [junit4]   2> 1713613 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1713613 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-1-001/solr.xml
   [junit4]   2> 1713616 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1713618 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34673/solr
   [junit4]   2> 1713621 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1713621 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1713622 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44471_oc%2Fye
   [junit4]   2> 1713623 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1713623 INFO  (zkCallback-521-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1713626 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1713701 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1713705 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1713705 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1713706 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-1-001/cores
   [junit4]   2> 1713721 INFO  (qtp25481744-8608) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44471_oc%252Fye&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1713722 INFO  (OverseerCollectionConfigSetProcessor-98455322962886660-127.0.0.1:36921_oc%2Fye-n_0000000000) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1713722 INFO  (OverseerThreadFactory-1950-thread-3-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44471_oc%2Fye for creating new replica
   [junit4]   2> 1713722 INFO  (SocketProxy-Acceptor-44471) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36708,localport=44471], receiveBufferSize:531000
   [junit4]   2> 1713723 INFO  (SocketProxy-Acceptor-44471) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42581,localport=38566], receiveBufferSize=530904
   [junit4]   2> 1713724 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1713725 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1713826 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1714735 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1714745 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema [collection1_shard2_replica_t0] Schema name=test
   [junit4]   2> 1714822 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1714830 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t0' using configuration from collection collection1, trusted=true
   [junit4]   2> 1714830 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t0' (registry 'solr.core.collection1.shard2.replica_t0') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1714831 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1714831 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore [[collection1_shard2_replica_t0] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-1-001/cores/collection1_shard2_replica_t0], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-1-001/cores/collection1_shard2_replica_t0/data/]
   [junit4]   2> 1714832 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4541785894445468]
   [junit4]   2> 1714834 WARN  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1714866 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1714866 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1714867 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1714867 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1714867 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7755527978682498]
   [junit4]   2> 1714868 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.SolrIndexSearcher Opening [Searcher@41e44a[collection1_shard2_replica_t0] main]
   [junit4]   2> 1714872 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1714873 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1714874 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1714875 INFO  (searcherExecutor-1964-thread-1-processing-n:127.0.0.1:44471_oc%2Fye x:collection1_shard2_replica_t0 s:shard2 c:collection1) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore [collection1_shard2_replica_t0] Registered new searcher Searcher@41e44a[collection1_shard2_replica_t0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1714875 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575285171942326272
   [junit4]   2> 1714880 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1714880 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1714880 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44471/oc/ye/collection1_shard2_replica_t0/
   [junit4]   2> 1714880 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1714880 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy http://127.0.0.1:44471/oc/ye/collection1_shard2_replica_t0/ has no replicas
   [junit4]   2> 1714880 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1714880 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController collection1_shard2_replica_t0 stopping background replication from leader
   [junit4]   2> 1714881 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44471/oc/ye/collection1_shard2_replica_t0/ shard2
   [junit4]   2> 1714986 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1715032 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1715033 INFO  (qtp31265623-8655) [n:127.0.0.1:44471_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1308
   [junit4]   2> 1715034 INFO  (qtp25481744-8608) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:44471_oc%252Fye&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1313
   [junit4]   2> 1715097 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-2-001 of type TLOG
   [junit4]   2> 1715098 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1715099 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11bf2f5{/oc/ye,null,AVAILABLE}
   [junit4]   2> 1715099 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13a891{HTTP/1.1,[http/1.1]}{127.0.0.1:44641}
   [junit4]   2> 1715099 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server Started @1716772ms
   [junit4]   2> 1715099 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/oc/ye, hostPort=36985, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-2-001/cores}
   [junit4]   2> 1715100 ERROR (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1715100 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1715100 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1715100 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1715100 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-09T20:03:29.722Z
   [junit4]   2> 1715103 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1715103 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-2-001/solr.xml
   [junit4]   2> 1715107 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1715110 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34673/solr
   [junit4]   2> 1715120 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1715121 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1715122 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36985_oc%2Fye
   [junit4]   2> 1715123 INFO  (zkCallback-521-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1715130 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1715131 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1715142 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:36985_oc%2Fye) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1715228 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1715234 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1715234 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1715235 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-2-001/cores
   [junit4]   2> 1715246 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1715262 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:36985_oc%252Fye&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1715263 INFO  (OverseerCollectionConfigSetProcessor-98455322962886660-127.0.0.1:36921_oc%2Fye-n_0000000000) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1715263 INFO  (OverseerThreadFactory-1950-thread-4-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36985_oc%2Fye for creating new replica
   [junit4]   2> 1715264 INFO  (SocketProxy-Acceptor-36985) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49312,localport=36985], receiveBufferSize:531000
   [junit4]   2> 1715264 INFO  (SocketProxy-Acceptor-36985) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44641,localport=53470], receiveBufferSize=530904
   [junit4]   2> 1715266 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1715267 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1715370 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:36985_oc%2Fye) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1715370 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1716277 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1716285 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema [collection1_shard1_replica_t0] Schema name=test
   [junit4]   2> 1716348 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1716356 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t0' using configuration from collection collection1, trusted=true
   [junit4]   2> 1716356 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t0' (registry 'solr.core.collection1.shard1.replica_t0') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1716356 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1716356 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore [[collection1_shard1_replica_t0] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-2-001/cores/collection1_shard1_replica_t0], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-2-001/cores/collection1_shard1_replica_t0/data/]
   [junit4]   2> 1716358 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4541785894445468]
   [junit4]   2> 1716359 WARN  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1716387 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1716387 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1716387 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1716387 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1716388 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7755527978682498]
   [junit4]   2> 1716388 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.SolrIndexSearcher Opening [Searcher@1183d61[collection1_shard1_replica_t0] main]
   [junit4]   2> 1716389 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1716389 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1716390 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1716392 INFO  (searcherExecutor-1975-thread-1-processing-n:127.0.0.1:36985_oc%2Fye x:collection1_shard1_replica_t0 s:shard1 c:collection1) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore [collection1_shard1_replica_t0] Registered new searcher Searcher@1183d61[collection1_shard1_replica_t0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1716392 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575285173533016064
   [junit4]   2> 1716395 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1716395 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1716395 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36985/oc/ye/collection1_shard1_replica_t0/
   [junit4]   2> 1716395 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1716395 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy http://127.0.0.1:36985/oc/ye/collection1_shard1_replica_t0/ has no replicas
   [junit4]   2> 1716395 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1716399 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ZkController collection1_shard1_replica_t0 stopping background replication from leader
   [junit4]   2> 1716402 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36985/oc/ye/collection1_shard1_replica_t0/ shard1
   [junit4]   2> 1716504 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1716504 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:36985_oc%2Fye) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1716552 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1716553 INFO  (qtp31555340-8687) [n:127.0.0.1:36985_oc%2Fye c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1286
   [junit4]   2> 1716554 INFO  (qtp25481744-8609) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:36985_oc%252Fye&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1292
   [junit4]   2> 1716615 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-3-001 of type TLOG
   [junit4]   2> 1716615 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1716616 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@132dbe4{/oc/ye,null,AVAILABLE}
   [junit4]   2> 1716616 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9552bd{HTTP/1.1,[http/1.1]}{127.0.0.1:39771}
   [junit4]   2> 1716616 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.e.j.s.Server Started @1718289ms
   [junit4]   2> 1716617 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/oc/ye, hostPort=43903, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-3-001/cores}
   [junit4]   2> 1716617 ERROR (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1716617 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1716617 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1716617 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 1716617 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-09T20:03:31.239Z
   [junit4]   2> 1716620 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1716620 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-3-001/solr.xml
   [junit4]   2> 1716623 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1716625 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34673/solr
   [junit4]   2> 1716630 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1716630 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1716631 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43903_oc%2Fye
   [junit4]   2> 1716631 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1716632 INFO  (zkCallback-521-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1716632 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:36985_oc%2Fye) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1716632 INFO  (zkCallback-514-thread-1-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1716632 INFO  (zkCallback-538-thread-1-processing-n:127.0.0.1:43903_oc%2Fye) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1716707 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1716711 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1716711 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1716712 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-3-001/cores
   [junit4]   2> 1716733 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1716733 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:36985_oc%2Fye) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1716734 INFO  (qtp25481744-8604) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43903_oc%252Fye&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1716735 INFO  (OverseerCollectionConfigSetProcessor-98455322962886660-127.0.0.1:36921_oc%2Fye-n_0000000000) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1716735 INFO  (OverseerThreadFactory-1950-thread-5-processing-n:127.0.0.1:36921_oc%2Fye) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43903_oc%2Fye for creating new replica
   [junit4]   2> 1716736 INFO  (SocketProxy-Acceptor-43903) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=56684,localport=43903], receiveBufferSize:531000
   [junit4]   2> 1716736 INFO  (SocketProxy-Acceptor-43903) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39771,localport=49552], receiveBufferSize=530904
   [junit4]   2> 1716738 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1716738 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1716840 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:36985_oc%2Fye) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1716840 INFO  (zkCallback-538-thread-1-processing-n:127.0.0.1:43903_oc%2Fye) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1716840 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1717748 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1717759 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema [collection1_shard2_replica_t1] Schema name=test
   [junit4]   2> 1717834 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1717841 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1717841 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t1' (registry 'solr.core.collection1.shard2.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1aeea0
   [junit4]   2> 1717841 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1717841 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore [[collection1_shard2_replica_t1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-3-001/cores/collection1_shard2_replica_t1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001/shard-3-001/cores/collection1_shard2_replica_t1/data/]
   [junit4]   2> 1717843 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4541785894445468]
   [junit4]   2> 1717844 WARN  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1717871 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1717871 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1717872 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1717872 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1717872 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7755527978682498]
   [junit4]   2> 1717873 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1150c5f[collection1_shard2_replica_t1] main]
   [junit4]   2> 1717873 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1717873 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1717874 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1717875 INFO  (searcherExecutor-1986-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.SolrCore [collection1_shard2_replica_t1] Registered new searcher Searcher@1150c5f[collection1_shard2_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1717876 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575285175089102848
   [junit4]   2> 1717878 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t1
   [junit4]   2> 1717878 INFO  (updateExecutor-535-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1717878 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1717879 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1717879 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.c.ZkController collection1_shard2_replica_t1 stopping background replication from leader
   [junit4]   2> 1717879 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t1]
   [junit4]   2> 1717879 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1717879 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_t1] as recovering, leader is [http://127.0.0.1:44471/oc/ye/collection1_shard2_replica_t0/] and I am [http://127.0.0.1:43903/oc/ye/collection1_shard2_replica_t1/]
   [junit4]   2> 1717879 INFO  (qtp4201756-8719) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2  x:collection1_shard2_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1141
   [junit4]   2> 1717880 INFO  (qtp25481744-8604) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43903_oc%252Fye&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1145
   [junit4]   2> 1717880 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:44471/oc/ye]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_t0&nodeName=127.0.0.1:43903_oc%252Fye&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1717881 INFO  (SocketProxy-Acceptor-44471) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36778,localport=44471], receiveBufferSize:531000
   [junit4]   2> 1717883 INFO  (SocketProxy-Acceptor-44471) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42581,localport=38636], receiveBufferSize=530904
   [junit4]   2> 1717884 INFO  (qtp31265623-8657) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 1717884 INFO  (qtp31265623-8657) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t0, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:43903_oc%2Fye, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:43903/oc/ye","node_name":"127.0.0.1:43903_oc%2Fye","state":"down","type":"TLOG"}
   [junit4]   2> 1717885 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1717885 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 1717885 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1717981 INFO  (zkCallback-526-thread-1-processing-n:127.0.0.1:44471_oc%2Fye) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1717981 INFO  (zkCallback-538-thread-1-processing-n:127.0.0.1:43903_oc%2Fye) [n:127.0.0.1:43903_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1717981 INFO  (zkCallback-532-thread-1-processing-n:127.0.0.1:36985_oc%2Fye) [n:127.0.0.1:36985_oc%2Fye    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1718736 INFO  (OverseerCollectionConfigSetProcessor-98455322962886660-127.0.0.1:36921_oc%2Fye-n_0000000000) [n:127.0.0.1:36921_oc%2Fye    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1718884 INFO  (qtp31265623-8657) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t0, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:43903_oc%2Fye, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:43903/oc/ye","node_name":"127.0.0.1:43903_oc%2Fye","state":"recovering","type":"TLOG"}
   [junit4]   2> 1718885 INFO  (qtp31265623-8657) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1718885 INFO  (qtp31265623-8657) [n:127.0.0.1:44471_oc%2Fye    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:43903_oc%252Fye&onlyIfLeaderActive=true&core=collection1_shard2_replica_t0&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 1719385 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 1719385 INFO  (recoveryExecutor-536-thread-1-processing-n:127.0.0.1:43903_oc%2Fye x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43903_oc%2Fye c:coll

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

.ServletContextHandler@132dbe4{/oc/ye,null,UNAVAILABLE}
   [junit4]   2> 2336703 ERROR (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2336703 INFO  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34673 34673
   [junit4]   2> 2341738 INFO  (Thread-690) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34673 34673
   [junit4]   2> 2341739 WARN  (Thread-690) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/collMinRf_1x3/state.json
   [junit4]   2> 	2	/solr/collections/c8n_crud_1x2/state.json
   [junit4]   2> 	2	/solr/collections/collMinRf_1x3/leader_elect/shard1/election/98455322962886671-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2341739 WARN  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SocketProxy Closing 9 connections to: http://127.0.0.1:44471/oc/ye, target: http://127.0.0.1:42581/oc/ye
   [junit4]   2> 2341739 WARN  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:36921/oc/ye, target: http://127.0.0.1:44923/oc/ye
   [junit4]   2> 2341739 WARN  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SocketProxy Closing 11 connections to: http://127.0.0.1:43903/oc/ye, target: http://127.0.0.1:39771/oc/ye
   [junit4]   2> 2341739 WARN  (TEST-HttpPartitionTest.test-seed#[C3CFF1AAF9EED2D0]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:36985/oc/ye, target: http://127.0.0.1:44641/oc/ye
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=C3CFF1AAF9EED2D0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PE -Dtests.timezone=America/Barbados -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    631s J0 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43903/oc/ye/collMinRf_1x3_shard1_replica_t2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C3CFF1AAF9EED2D0:4B9BCE705712BF28]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:555)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:592)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:284)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43903/oc/ye/collMinRf_1x3_shard1_replica_t2
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:638)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
   [junit4]    > 	... 48 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:526)
   [junit4]    > 	... 53 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_C3CFF1AAF9EED2D0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Direct), text=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Lucene70), id_i1=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Memory), range_facet_l=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1756, maxMBSortInHeap=7.3044708462178285, sim=RandomSimilarity(queryNorm=true): {}, locale=es-PE, timezone=America/Barbados
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=378357688,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPushWriter, TestNoOpRegenerator, ZkNodePropsTest, OverseerCollectionConfigSetProcessorTest, TestCSVResponseWriter, SpatialRPTFieldTypeTest, DataDrivenBlockJoinTest, TestSolrConfigHandlerConcurrent, TestMacros, LeaderElectionIntegrationTest, VMParamsZkACLAndCredentialsProvidersTest, OutputWriterTest, ExternalFileFieldSortTest, HighlighterConfigTest, TestOrdValues, OverseerStatusTest, TestScoreJoinQPNoScore, DefaultValueUpdateProcessorTest, TestSolrQueryParser, SyncSliceTest, SolrRequestParserTest, TestSchemalessBufferedUpdates, TestSolr4Spatial, TestAnalyzeInfixSuggestions, ClassificationUpdateProcessorTest, XmlUpdateRequestHandlerTest, TestSolrConfigHandler, AddBlockUpdateTest, ExitableDirectoryReaderTest, TestGeoJSONResponseWriter, ResponseHeaderTest, TestAuthenticationFramework, CreateCollectionCleanupTest, TestSizeLimitedDistributedMap, TestExpandComponent, BlockJoinFacetDistribTest, TestBackupRepositoryFactory, TestDownShardTolerantSearch, TestNumericTerms32, SSLMigrationTest, SolrGraphiteReporterTest, BasicDistributedZkTest, IndexBasedSpellCheckerTest, TestRandomFaceting, TestComplexPhraseLeadingWildcard, TestFieldSortValues, TestStressLucene, V2StandaloneTest, HttpPartitionTest]
   [junit4] Completed [468/728 (1!)] on J0 in 631.21s, 1 test, 1 error <<< FAILURES!

[...truncated 40319 lines...]