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 2018/01/22 11:24:16 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1220/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.TestLTROnSolrCloud

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud:     1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud: 
   1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([A3A2000D48BD2A03]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.TestLTROnSolrCloud

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         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=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([A3A2000D48BD2A03]:0)


FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([6F1483593E3A9B62:E740BC8390C6F69A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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)




Build Log:
[...truncated 12944 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/init-core-data-001
   [junit4]   2> 1408567 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[6F1483593E3A9B62]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1408567 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[6F1483593E3A9B62]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1408568 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[6F1483593E3A9B62]-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> 1408568 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[6F1483593E3A9B62]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1408569 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[6F1483593E3A9B62]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /kt_qp/
   [junit4]   2> 1408570 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1408570 INFO  (Thread-3573) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1408570 INFO  (Thread-3573) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1408571 ERROR (Thread-3573) [    ] 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> 1408670 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.ZkTestServer start zk server on port:41521
   [junit4]   2> 1408672 INFO  (zkConnectionManagerCallback-2724-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408674 INFO  (zkConnectionManagerCallback-2726-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408676 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1408677 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1408678 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1408678 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1408679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1408679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1408679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1408680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1408680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1408681 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1408681 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1408682 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1408757 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1408757 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1408757 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1408757 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1408758 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4955b2{/kt_qp,null,AVAILABLE}
   [junit4]   2> 1408759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@df157e{HTTP/1.1,[http/1.1]}{127.0.0.1:33701}
   [junit4]   2> 1408759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server Started @1411184ms
   [junit4]   2> 1408759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/tempDir-001/control/data, replicaType=NRT, hostContext=/kt_qp, hostPort=33701, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/control-001/cores}
   [junit4]   2> 1408760 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1408760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1408760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1408760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1408760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T10:45:52.423Z
   [junit4]   2> 1408761 INFO  (zkConnectionManagerCallback-2728-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408762 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1408762 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/control-001/solr.xml
   [junit4]   2> 1408765 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1408765 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1408766 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1408788 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41521/solr
   [junit4]   2> 1408788 INFO  (zkConnectionManagerCallback-2732-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408790 INFO  (zkConnectionManagerCallback-2734-thread-1-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408819 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1408820 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33701_kt_qp
   [junit4]   2> 1408820 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.Overseer Overseer (id=99393074117607428-127.0.0.1:33701_kt_qp-n_0000000000) starting
   [junit4]   2> 1408823 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33701_kt_qp
   [junit4]   2> 1408824 INFO  (zkCallback-2733-thread-1-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1408873 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1408881 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1408881 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1408882 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/control-001/cores
   [junit4]   2> 1408901 INFO  (zkConnectionManagerCallback-2740-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408902 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1408902 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41521/solr ready
   [junit4]   2> 1408903 INFO  (qtp32164252-13395) [n:127.0.0.1:33701_kt_qp    ] 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:33701_kt_qp&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1408904 INFO  (OverseerThreadFactory-5446-thread-1-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1409007 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp    ] 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> 1409008 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1409110 INFO  (zkCallback-2733-thread-1-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] 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> 1410081 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1410089 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410156 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1410163 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410164 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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@10e073d
   [junit4]   2> 1410164 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1410164 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1410167 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6938730418405661]
   [junit4]   2> 1410169 WARN  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410209 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410209 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410210 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1410210 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1410211 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=86.154296875, floorSegmentMB=0.8037109375, forceMergeDeletesPctAllowed=15.587139397601884, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1410211 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1af79df[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1410212 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1410212 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410212 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1410213 INFO  (searcherExecutor-5449-thread-1-processing-n:127.0.0.1:33701_kt_qp x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:33701_kt_qp 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@1af79df[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1410213 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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 1590289187603480576
   [junit4]   2> 1410216 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1410216 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410216 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33701/kt_qp/control_collection_shard1_replica_n1/
   [junit4]   2> 1410216 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410216 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:33701/kt_qp/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1410216 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410217 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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:33701/kt_qp/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1410318 INFO  (zkCallback-2733-thread-2-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] 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> 1410368 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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> 1410369 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp 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=1361
   [junit4]   2> 1410371 INFO  (qtp32164252-13395) [n:127.0.0.1:33701_kt_qp    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1410469 INFO  (zkCallback-2733-thread-2-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] 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> 1410905 INFO  (OverseerCollectionConfigSetProcessor-99393074117607428-127.0.0.1:33701_kt_qp-n_0000000000) [n:127.0.0.1:33701_kt_qp    ] 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> 1411371 INFO  (qtp32164252-13395) [n:127.0.0.1:33701_kt_qp    ] 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:33701_kt_qp&wt=javabin&version=2} status=0 QTime=2467
   [junit4]   2> 1411406 INFO  (zkConnectionManagerCallback-2744-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411406 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1411407 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41521/solr ready
   [junit4]   2> 1411407 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1411407 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1411408 INFO  (OverseerThreadFactory-5446-thread-2-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1411408 WARN  (OverseerThreadFactory-5446-thread-2-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1411611 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1411611 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=203
   [junit4]   2> 1411691 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-1-001 of type NRT
   [junit4]   2> 1411691 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1066b8a{/kt_qp,null,AVAILABLE}
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b16c36{HTTP/1.1,[http/1.1]}{127.0.0.1:41359}
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server Started @1414117ms
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/kt_qp, hostPort=41359, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-1-001/cores}
   [junit4]   2> 1411692 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1411692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1411693 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1411693 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T10:45:55.356Z
   [junit4]   2> 1411694 INFO  (zkConnectionManagerCallback-2746-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411694 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1411695 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-1-001/solr.xml
   [junit4]   2> 1411698 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1411698 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1411699 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1411705 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41521/solr
   [junit4]   2> 1411706 INFO  (zkConnectionManagerCallback-2750-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411708 INFO  (zkConnectionManagerCallback-2752-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411710 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1411711 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1411712 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41359_kt_qp
   [junit4]   2> 1411712 INFO  (zkCallback-2733-thread-2-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1411712 INFO  (zkCallback-2743-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1411714 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1411782 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:41359_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1411790 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:41359_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1411790 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:41359_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1411791 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-1-001/cores
   [junit4]   2> 1411823 INFO  (qtp32164252-13430) [n:127.0.0.1:33701_kt_qp    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41359_kt_qp&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1411824 INFO  (OverseerCollectionConfigSetProcessor-99393074117607428-127.0.0.1:33701_kt_qp-n_0000000000) [n:127.0.0.1:33701_kt_qp    ] 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> 1411824 INFO  (OverseerThreadFactory-5446-thread-3-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41359_kt_qp for creating new replica
   [junit4]   2> 1411826 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411826 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1411928 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] 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> 1412843 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1412866 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1413034 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1413041 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 1413042 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1413042 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1413042 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1413044 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6938730418405661]
   [junit4]   2> 1413046 WARN  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] 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> 1413090 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1413091 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1413092 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1413092 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1413093 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=86.154296875, floorSegmentMB=0.8037109375, forceMergeDeletesPctAllowed=15.587139397601884, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1413094 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@29fcef[collection1_shard2_replica_n61] main]
   [junit4]   2> 1413095 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1413095 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1413095 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1413096 INFO  (searcherExecutor-5460-thread-1-processing-n:127.0.0.1:41359_kt_qp x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@29fcef[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1413096 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590289190626525184
   [junit4]   2> 1413099 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1413100 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1413100 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41359/kt_qp/collection1_shard2_replica_n61/
   [junit4]   2> 1413100 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1413100 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:41359/kt_qp/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 1413100 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1413101 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41359/kt_qp/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 1413202 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] 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> 1413251 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1413353 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] 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> 1413460 INFO  (qtp23031935-13446) [n:127.0.0.1:41359_kt_qp c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1634
   [junit4]   2> 1413462 INFO  (qtp32164252-13430) [n:127.0.0.1:33701_kt_qp    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41359_kt_qp&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1638
   [junit4]   2> 1413560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-2-001 of type NRT
   [junit4]   2> 1413560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1413561 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1413561 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1413561 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1413561 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32302b{/kt_qp,null,AVAILABLE}
   [junit4]   2> 1413561 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@17af5b1{HTTP/1.1,[http/1.1]}{127.0.0.1:34515}
   [junit4]   2> 1413562 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server Started @1415986ms
   [junit4]   2> 1413562 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/kt_qp, hostPort=34515, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-2-001/cores}
   [junit4]   2> 1413562 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1413562 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1413562 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1413562 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1413562 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T10:45:57.225Z
   [junit4]   2> 1413563 INFO  (zkConnectionManagerCallback-2756-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413564 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1413564 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-2-001/solr.xml
   [junit4]   2> 1413568 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1413568 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1413569 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1413572 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41521/solr
   [junit4]   2> 1413572 INFO  (zkConnectionManagerCallback-2760-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413574 INFO  (zkConnectionManagerCallback-2762-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413577 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1413578 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1413579 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34515_kt_qp
   [junit4]   2> 1413579 INFO  (zkCallback-2743-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1413580 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1413580 INFO  (zkCallback-2733-thread-2-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1413580 INFO  (zkCallback-2761-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1413669 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:34515_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1413679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:34515_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1413680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:34515_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1413681 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-2-001/cores
   [junit4]   2> 1413709 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34515_kt_qp&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1413714 INFO  (OverseerCollectionConfigSetProcessor-99393074117607428-127.0.0.1:33701_kt_qp-n_0000000000) [n:127.0.0.1:33701_kt_qp    ] 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> 1413714 INFO  (OverseerThreadFactory-5446-thread-4-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34515_kt_qp for creating new replica
   [junit4]   2> 1413716 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1413716 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1413819 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] 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> 1413819 INFO  (zkCallback-2761-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] 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> 1414787 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1414798 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 1414909 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1414916 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 1414917 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1414917 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1414917 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 1414919 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6938730418405661]
   [junit4]   2> 1414921 WARN  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] 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> 1414959 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1414959 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1414960 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1414960 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1414962 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=86.154296875, floorSegmentMB=0.8037109375, forceMergeDeletesPctAllowed=15.587139397601884, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1414962 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@19da1b4[collection1_shard3_replica_n63] main]
   [junit4]   2> 1414963 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1414963 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1414964 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1414964 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590289192585265152
   [junit4]   2> 1414964 INFO  (searcherExecutor-5471-thread-1-processing-n:127.0.0.1:34515_kt_qp x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@19da1b4[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1414967 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1414967 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1414967 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34515/kt_qp/collection1_shard3_replica_n63/
   [junit4]   2> 1414967 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1414967 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:34515/kt_qp/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 1414967 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1414968 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34515/kt_qp/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 1415069 INFO  (zkCallback-2761-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] 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> 1415069 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] 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> 1415118 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1415123 INFO  (qtp2884195-13478) [n:127.0.0.1:34515_kt_qp c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1406
   [junit4]   2> 1415124 INFO  (qtp32164252-13401) [n:127.0.0.1:33701_kt_qp    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34515_kt_qp&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1415
   [junit4]   2> 1415209 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-3-001 of type NRT
   [junit4]   2> 1415209 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@260c81{/kt_qp,null,AVAILABLE}
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1872e55{HTTP/1.1,[http/1.1]}{127.0.0.1:38531}
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.e.j.s.Server Started @1417635ms
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/kt_qp, hostPort=38531, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-3-001/cores}
   [junit4]   2> 1415210 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1415210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T10:45:58.873Z
   [junit4]   2> 1415211 INFO  (zkConnectionManagerCallback-2766-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1415212 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1415212 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-3-001/solr.xml
   [junit4]   2> 1415216 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1415216 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1415217 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1415220 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] 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> 1415220 INFO  (zkCallback-2761-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] 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> 1415222 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41521/solr
   [junit4]   2> 1415226 INFO  (zkConnectionManagerCallback-2770-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1415228 INFO  (zkConnectionManagerCallback-2772-thread-1-processing-n:127.0.0.1:38531_kt_qp) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1415231 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1415232 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1415233 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38531_kt_qp
   [junit4]   2> 1415234 INFO  (zkCallback-2761-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1415234 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1415234 INFO  (zkCallback-2743-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1415234 INFO  (zkCallback-2733-thread-2-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1415238 INFO  (zkCallback-2771-thread-1-processing-n:127.0.0.1:38531_kt_qp) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1415384 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:38531_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1415393 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:38531_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1415393 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:38531_kt_qp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1415395 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[6F1483593E3A9B62]) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-3-001/cores
   [junit4]   2> 1415430 INFO  (qtp32164252-13430) [n:127.0.0.1:33701_kt_qp    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:38531_kt_qp&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1415431 INFO  (OverseerCollectionConfigSetProcessor-99393074117607428-127.0.0.1:33701_kt_qp-n_0000000000) [n:127.0.0.1:33701_kt_qp    ] 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> 1415431 INFO  (OverseerThreadFactory-5446-thread-5-processing-n:127.0.0.1:33701_kt_qp) [n:127.0.0.1:33701_kt_qp    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38531_kt_qp for creating new replica
   [junit4]   2> 1415433 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1415433 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1415535 INFO  (zkCallback-2771-thread-1-processing-n:127.0.0.1:38531_kt_qp) [n:127.0.0.1:38531_kt_qp    ] 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> 1415535 INFO  (zkCallback-2751-thread-1-processing-n:127.0.0.1:41359_kt_qp) [n:127.0.0.1:41359_kt_qp    ] 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> 1415535 INFO  (zkCallback-2761-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] 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> 1416446 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1416458 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 1416567 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1416575 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 1416576 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10e073d
   [junit4]   2> 1416576 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1416576 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_6F1483593E3A9B62-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 1416579 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6938730418405661]
   [junit4]   2> 1416581 WARN  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] 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> 1416628 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1416628 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1416629 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1416629 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1416631 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=86.154296875, floorSegmentMB=0.8037109375, forceMergeDeletesPctAllowed=15.587139397601884, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1416631 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@193ad2[collection1_shard1_replica_n65] main]
   [junit4]   2> 1416632 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1416632 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1416633 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1416634 INFO  (searcherExecutor-5482-thread-1-processing-n:127.0.0.1:38531_kt_qp x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@193ad2[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1416634 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590289194336387072
   [junit4]   2> 1416637 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1416637 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1416637 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38531/kt_qp/collection1_shard1_replica_n65/
   [junit4]   2> 1416637 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1416637 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:38531/kt_qp/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 1416637 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1416639 INFO  (qtp32322964-13509) [n:127.0.0.1:38531_kt_qp c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38531/kt_qp/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 1416739 INFO  (zkCallback-2761-thread-1-processing-n:127.0.0.1:34515_kt_qp) [n:127.0.0.1:34515_kt_qp    ] 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> 1416739 INFO  (zkCallback-2771-thread-1-processing-n:127.0.0.1:38531_kt_qp) [n:127.0.0.1:38531_kt_qp    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.

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

@195c122{/solr,null,UNAVAILABLE}
   [junit4]   2> 22059 INFO  (jetty-closer-18-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18600b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 22059 INFO  (jetty-closer-18-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 22059 INFO  (jetty-closer-18-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 22059 INFO  (jetty-closer-18-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 22066 INFO  (jetty-closer-18-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@fd873b{/solr,null,UNAVAILABLE}
   [junit4]   2> 22068 INFO  (jetty-closer-18-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 22068 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1611d94a860000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 22079 INFO  (jetty-closer-18-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a63cc5{/solr,null,UNAVAILABLE}
   [junit4]   2> 22080 INFO  (jetty-closer-18-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 23558 INFO  (jetty-closer-18-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8b7313{/solr,null,UNAVAILABLE}
   [junit4]   2> 23558 INFO  (jetty-closer-18-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 52078 WARN  (jetty-closer-18-thread-5) [    ] o.e.j.u.t.QueuedThreadPool QueuedThreadPool@qtp8849662{STOPPING,8<=9<=10000,i=0,q=1} Couldn't stop Thread[qtp8849662-195,5,TGRP-TestLTROnSolrCloud]
   [junit4]   2> 52079 ERROR (TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[A3A2000D48BD2A03]) [    ] 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> 52079 INFO  (TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[A3A2000D48BD2A03]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36651 36651
   [junit4]   2> 57970 INFO  (Thread-46) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36651 36651
   [junit4]   2> 57971 WARN  (Thread-46) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	66	/solr/collections/collection1/state.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 
   [junit4]   2> 57971 INFO  (TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[A3A2000D48BD2A03]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
   [junit4]   2> 57980 INFO  (SUITE-TestLTROnSolrCloud-seed#[A3A2000D48BD2A03]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jan 22, 2018 11:16:22 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jan 22, 2018 11:16:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud: 
   [junit4]   2>    1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 22, 2018 11:16:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]   2> Jan 22, 2018 11:16:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {description=FSTOrd50, id=PostingsFormat(name=Asserting), text=PostingsFormat(name=LuceneFixedGap), title=FSTOrd50}, docValues:{_version_=DocValuesFormat(name=Memory), popularity=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=503, maxMBSortInHeap=6.706153809352182, sim=RandomSimilarity(queryNorm=true): {}, locale=is-IS, timezone=IET
   [junit4]   2> NOTE: Linux 4.13.0-26-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=2,free=145378608,total=235929600
   [junit4]   2> NOTE: All tests run in this JVM: [TestUserTermScorereQDF, TestSelectiveWeightCreation, TestLTRReRankingPipeline, TestFieldLengthFeature, TestModelManager, TestLTROnSolrCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLTROnSolrCloud -Dtests.seed=A3A2000D48BD2A03 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is-IS -Dtests.timezone=IET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLTROnSolrCloud (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud: 
   [junit4]    >    1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3A2000D48BD2A03]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=195, name=qtp8849662-195, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3A2000D48BD2A03]:0)
   [junit4] Completed [35/35 (1!)] on J0 in 68.42s, 1 test, 2 errors <<< FAILURES!

[...truncated 36498 lines...]