You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/03/14 02:11:15 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 25 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/25/

2 tests failed.
FAILED:  org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9591A236899CD9DC:F46DDC6D7EBFA33B]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1011)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:971)
	at org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.testDefault(TestHighFrequencyDictionaryFactory.java:67)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='suggest']/lst[@name='fuzzy_suggest_analyzing_with_high_freq_dict']/lst[@name='chagr']/int[@name='numFound'][.='1']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="suggest"><lst name="fuzzy_suggest_analyzing_with_high_freq_dict"><lst name="chagr"><int name="numFound">0</int><arr name="suggestions"/></lst></lst></lst>
</response>

	request was:q=chagr&qt=/fuzzy_suggest_analyzing_with_high_freq_dict&suggest.count=3&suggest.dictionary=fuzzy_suggest_analyzing_with_high_freq_dict&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1004)
	... 41 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([9591A236899CD9DC:1DC59DEC2760B424]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 15489 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 7089958 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 7089958 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 7089959 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/data-dir-223-001
   [junit4]   2> 7089959 WARN  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 7089959 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 7089961 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 7089961 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /y_/mg
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 7090003 WARN  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7090004 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090005 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090005 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7090005 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7090006 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74d91d09{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 7090129 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@5d9ecbfe{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/jetty-lucene2-us-west_apache_org-37565-hadoop-hdfs-3_2_0-tests_jar-_-any-806520514774264745.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 7090130 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4d3757b0{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:37565}
   [junit4]   2> 7090130 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server Started @7090166ms
   [junit4]   2> 7090169 WARN  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7090170 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090171 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090171 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7090171 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7090171 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@650e7886{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 7090293 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@21c8cb04{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-46402-hadoop-hdfs-3_2_0-tests_jar-_-any-5729565424614520187.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 7090293 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f25d392{HTTP/1.1,[http/1.1]}{localhost:46402}
   [junit4]   2> 7090293 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server Started @7090329ms
   [junit4]   2> 7090309 WARN  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7090311 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090311 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090311 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7090311 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7090312 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@536d127f{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: Processing first storage report for DS-f668cd36-f1d6-4205-9c85-56834a83cf02 from datanode c26a6189-6fe2-47ce-a008-ae82951e49f2
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: from storage DS-f668cd36-f1d6-4205-9c85-56834a83cf02 node DatanodeRegistration(127.0.0.1:35899, datanodeUuid=c26a6189-6fe2-47ce-a008-ae82951e49f2, infoPort=34414, infoSecurePort=0, ipcPort=37837, storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: Processing first storage report for DS-49eec397-f301-4443-8b01-7a720c6dc042 from datanode c26a6189-6fe2-47ce-a008-ae82951e49f2
   [junit4]   2> 7090368 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x70922d7ac777dc7c: from storage DS-49eec397-f301-4443-8b01-7a720c6dc042 node DatanodeRegistration(127.0.0.1:35899, datanodeUuid=c26a6189-6fe2-47ce-a008-ae82951e49f2, infoPort=34414, infoSecurePort=0, ipcPort=37837, storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090443 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@213cd5cc{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-33153-hadoop-hdfs-3_2_0-tests_jar-_-any-4281211005403244786.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 7090443 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46ec797e{HTTP/1.1,[http/1.1]}{localhost:33153}
   [junit4]   2> 7090443 INFO  (SUITE-HdfsSyncSliceTest-seed#[9591A236899CD9DC]-worker) [     ] o.e.j.s.Server Started @7090479ms
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: Processing first storage report for DS-19e3e4b0-3447-479f-ba56-87e4118d8838 from datanode 8bc4a869-68f6-4d2a-9b19-cd430df25937
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: from storage DS-19e3e4b0-3447-479f-ba56-87e4118d8838 node DatanodeRegistration(127.0.0.1:43558, datanodeUuid=8bc4a869-68f6-4d2a-9b19-cd430df25937, infoPort=41459, infoSecurePort=0, ipcPort=46725, storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: Processing first storage report for DS-7acb7e02-99ab-416c-8462-2582ddab7166 from datanode 8bc4a869-68f6-4d2a-9b19-cd430df25937
   [junit4]   2> 7090519 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x584d3aaf9c4929f3: from storage DS-7acb7e02-99ab-416c-8462-2582ddab7166 node DatanodeRegistration(127.0.0.1:43558, datanodeUuid=8bc4a869-68f6-4d2a-9b19-cd430df25937, infoPort=41459, infoSecurePort=0, ipcPort=46725, storageInfo=lv=-57;cid=testClusterID;nsid=1848633313;c=1584148126099), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 7090609 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 7090609 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7090609 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 7090709 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer start zk server on port:42628
   [junit4]   2> 7090709 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42628
   [junit4]   2> 7090709 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42628
   [junit4]   2> 7090709 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42628
   [junit4]   2> 7090711 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090715 INFO  (zkConnectionManagerCallback-26528-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090716 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7090718 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090719 INFO  (zkConnectionManagerCallback-26530-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090720 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7090721 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 7090723 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 7090725 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7090726 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 7090727 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 7090728 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 7090729 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 7090731 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7090732 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7090733 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 7090733 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 7090735 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090736 INFO  (zkConnectionManagerCallback-26534-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090736 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7090838 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 7090967 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 7090967 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7090967 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7090967 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7090968 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7090968 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7090968 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7090970 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@763dddfc{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7090971 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@139cb51d{SSL,[ssl, http/1.1]}{127.0.0.1:42003}
   [junit4]   2> 7090971 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.s.Server Started @7091007ms
   [junit4]   2> 7090971 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_control_data, hostContext=/y_/mg, hostPort=42003, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/cores}
   [junit4]   2> 7090971 ERROR (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7090971 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7090971 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 7090971 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7090971 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7090972 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T01:08:47.096Z
   [junit4]   2> 7090973 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7090974 INFO  (zkConnectionManagerCallback-26536-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7090974 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7091075 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 7091075 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/solr.xml
   [junit4]   2> 7091080 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 7091080 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7091081 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 7091998 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 7091998 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 7091999 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1af355a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7091999 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1af355a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7092002 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 7092003 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2bcaac14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7092003 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2bcaac14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7092005 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42628/solr
   [junit4]   2> 7092006 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7092007 INFO  (zkConnectionManagerCallback-26543-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7092007 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7092109 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7092110 INFO  (zkConnectionManagerCallback-26545-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7092110 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7092193 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42003_y_%2Fmg
   [junit4]   2> 7092194 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.Overseer Overseer (id=72445807171731461-127.0.0.1:42003_y_%2Fmg-n_0000000000) starting
   [junit4]   2> 7092199 INFO  (OverseerStateUpdate-72445807171731461-127.0.0.1:42003_y_%2Fmg-n_0000000000) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42003_y_%2Fmg
   [junit4]   2> 7092200 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42003_y_%2Fmg
   [junit4]   2> 7092201 INFO  (zkCallback-26544-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7092203 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 7092204 WARN  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 7092224 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 7092256 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7092270 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7092270 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7092272 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/cores
   [junit4]   2> 7092298 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7092300 INFO  (zkConnectionManagerCallback-26554-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7092300 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7092301 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7092302 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42628/solr ready
   [junit4]   2> 7092332 INFO  (qtp1829574343-152591) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42003_y_%252Fmg&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7092335 INFO  (OverseerThreadFactory-19735-thread-1-processing-n:127.0.0.1:42003_y_%2Fmg) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 7092447 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg    x:control_collection_shard1_replica_n1 ] 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> 7092447 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 7093463 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 7093485 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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> 7093622 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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 configset conf1, trusted=true
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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@60a84069
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 7093642 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 7093644 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 7093652 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 7093652 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 7093655 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 7093656 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 7093671 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:39560/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 7093678 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 7093678 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 7093680 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 7093680 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=4, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 7093696 WARN  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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> 7093769 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 7093769 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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> 7093769 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 7093781 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7093781 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7093783 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.72265625, noCFSRatio=0.5054901986754671]
   [junit4]   2> 7093787 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d6287ae[control_collection_shard1_replica_n1] main]
   [junit4]   2> 7093789 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7093789 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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> 7093790 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7093791 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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 1661099709473751040
   [junit4]   2> 7093795 INFO  (searcherExecutor-19740-thread-1-processing-n:127.0.0.1:42003_y_%2Fmg x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:42003_y_%2Fmg 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@5d6287ae[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7093796 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 7093796 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 7093800 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7093800 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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> 7093800 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42003/y_/mg/control_collection_shard1_replica_n1/
   [junit4]   2> 7093800 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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> 7093801 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:42003/y_/mg/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 7093801 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72445807171731461-core_node2-n_0000000000
   [junit4]   2> 7093802 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42003/y_/mg/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 7093905 INFO  (zkCallback-26544-thread-1) [     ] 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> 7093905 INFO  (zkCallback-26544-thread-2) [     ] 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> 7093905 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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> 7093907 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg 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=1461
   [junit4]   2> 7093910 INFO  (qtp1829574343-152591) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 7094008 INFO  (zkCallback-26544-thread-1) [     ] 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> 7094008 INFO  (zkCallback-26544-thread-2) [     ] 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> 7094008 INFO  (zkCallback-26544-thread-3) [     ] 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> 7094008 INFO  (qtp1829574343-152591) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42003_y_%252Fmg&wt=javabin&version=2} status=0 QTime=1676
   [junit4]   2> 7094009 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 7094114 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094115 INFO  (zkConnectionManagerCallback-26560-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094115 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094116 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7094118 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42628/solr ready
   [junit4]   2> 7094118 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 7094120 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7094123 INFO  (OverseerThreadFactory-19735-thread-2-processing-n:127.0.0.1:42003_y_%2Fmg) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 7094124 INFO  (OverseerCollectionConfigSetProcessor-72445807171731461-127.0.0.1:42003_y_%2Fmg-n_0000000000) [n:127.0.0.1:42003_y_%2Fmg     ] 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> 7094328 WARN  (OverseerThreadFactory-19735-thread-2-processing-n:127.0.0.1:42003_y_%2Fmg) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 7094329 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 7094330 INFO  (qtp1829574343-152592) [n:127.0.0.1:42003_y_%2Fmg     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=210
   [junit4]   2> 7094331 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 7094331 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 7094332 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 7094332 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 7094332 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 7094332 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 7094332 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 7094450 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 7094452 WARN  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 7094452 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094452 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094452 INFO  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094453 INFO  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094453 INFO  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094453 INFO  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7094454 INFO  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f0b9be{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@73df53b9{SSL,[ssl, http/1.1]}{127.0.0.1:42299}
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.e.j.s.Server Started @7094491ms
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=42299, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-1-001/cores}
   [junit4]   2> 7094455 ERROR (closeThreadPool-26561-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094455 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T01:08:50.580Z
   [junit4]   2> 7094456 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094458 INFO  (zkConnectionManagerCallback-26563-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094458 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094559 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 7094559 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-1-001/solr.xml
   [junit4]   2> 7094563 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 7094563 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094565 INFO  (closeThreadPool-26561-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 7094573 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 7094575 WARN  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 7094575 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094575 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094575 INFO  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094576 INFO  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094576 INFO  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094576 INFO  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7094577 INFO  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c1c8bc8{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094577 INFO  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6e37b96d{SSL,[ssl, http/1.1]}{127.0.0.1:39797}
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] o.e.j.s.Server Started @7094614ms
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=39797, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-2-001/cores}
   [junit4]   2> 7094578 ERROR (closeThreadPool-26561-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094578 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T01:08:50.703Z
   [junit4]   2> 7094579 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094580 INFO  (zkConnectionManagerCallback-26566-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094580 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094681 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 7094681 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-2-001/solr.xml
   [junit4]   2> 7094686 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 7094686 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094687 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 7094699 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 7094701 WARN  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094702 INFO  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7094703 INFO  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39baef59{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1977d356{SSL,[ssl, http/1.1]}{127.0.0.1:37097}
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.e.j.s.Server Started @7094740ms
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=37097, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-3-001/cores}
   [junit4]   2> 7094704 ERROR (closeThreadPool-26561-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094704 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T01:08:50.829Z
   [junit4]   2> 7094706 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094707 INFO  (zkConnectionManagerCallback-26569-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094707 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094808 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 7094808 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-3-001/solr.xml
   [junit4]   2> 7094813 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 7094813 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094814 INFO  (closeThreadPool-26561-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 7094828 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 7094830 WARN  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 7094830 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094830 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094830 INFO  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7094831 INFO  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c81875b{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2c46bbaa{SSL,[ssl, http/1.1]}{127.0.0.1:42699}
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.e.j.s.Server Started @7094868ms
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty4, solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=42699, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-4-001/cores}
   [junit4]   2> 7094832 ERROR (closeThreadPool-26561-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094832 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T01:08:50.957Z
   [junit4]   2> 7094834 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094835 INFO  (zkConnectionManagerCallback-26572-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094835 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094862 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 7094863 WARN  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 7094863 WARN  (closeThreadPool-26561-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28dc3d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094863 WARN  (closeThreadPool-26561-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28dc3d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094866 WARN  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 7094867 WARN  (closeThreadPool-26561-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2e68e57f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094867 WARN  (closeThreadPool-26561-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2e68e57f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7094868 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42628/solr
   [junit4]   2> 7094869 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094870 INFO  (zkConnectionManagerCallback-26578-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094870 INFO  (closeThreadPool-26561-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7094936 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 7094936 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-4-001/solr.xml
   [junit4]   2> 7094941 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 7094941 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 7094942 INFO  (closeThreadPool-26561-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 7094956 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-5-001 of type NRT for shard1
   [junit4]   2> 7094958 WARN  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 7094958 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7094958 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7094958 INFO  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7094959 INFO  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5192face{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7094960 INFO  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@15016d3f{SSL,[ssl, http/1.1]}{127.0.0.1:33426}
   [junit4]   2> 7094960 INFO  (closeThreadPool-26561-thread-5) [     ] o.e.j.s.Server Started @7094997ms
   [junit4]   2> 7094960 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty5, solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=33426, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-5-001/cores}
   [junit4]   2> 7094961 ERROR (closeThreadPool-26561-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7094961 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T01:08:51.086Z
   [junit4]   2> 7094962 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7094963 INFO  (zkConnectionManagerCallback-26581-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7094963 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7095038 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7095038 INFO  (zkConnectionManagerCallback-26583-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7095038 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7095044 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7095049 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.ZkController Publish node=127.0.0.1:39797_y_%2Fmg as DOWN
   [junit4]   2> 7095050 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 7095050 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39797_y_%2Fmg
   [junit4]   2> 7095051 INFO  (zkCallback-26544-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7095051 INFO  (zkCallback-26582-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7095053 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 7095054 WARN  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 7095055 INFO  (zkCallback-26559-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7095075 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 7095103 INFO  (TEST-HdfsSyncSliceTest.test-seed#[9591A236899CD9DC]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-6-001 of type NRT for shard1
   [junit4]   2> 7095106 WARN  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 7095106 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 7095106 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 7095106 INFO  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 7095107 INFO  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66ced4ad{/y_/mg,null,AVAILABLE}
   [junit4]   2> 7095108 INFO  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@51b7a02d{SSL,[ssl, http/1.1]}{127.0.0.1:36435}
   [junit4]   2> 7095108 INFO  (closeThreadPool-26561-thread-6) [     ] o.e.j.s.Server Started @7095145ms
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39560/hdfs__lucene2-us-west.apache.org_39560__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001_tempDir-002_jetty6, solrconfig=solrconfig.xml, hostContext=/y_/mg, hostPort=36435, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-6-001/cores}
   [junit4]   2> 7095109 ERROR (closeThreadPool-26561-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 7095109 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T01:08:51.234Z
   [junit4]   2> 7095110 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 7095111 INFO  (zkConnectionManagerCallback-26589-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7095111 INFO  (closeThreadPool-26561-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 7095126 INFO  (closeThreadPool-26561-thread-2) [n:127.0.0.1:39797_y_%2Fmg     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@60a84069
   [junit4]   2> 7095137 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 7095137 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_9591A236899CD9DC-001/shard-5-001/solr.xml
   [junit4]   2> 7095142 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 7095142 INFO  (closeThreadPool-26561-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration i

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

l
   [junit4]   2> 8540129 INFO  (SUITE-TestHighFrequencyDictionaryFactory-seed#[9591A236899CD9DC]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f03b02b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@422c2779
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.TestHighFrequencyDictionaryFactory_9591A236899CD9DC-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17cf2fc6), locale=bg, timezone=Iran
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=143279168,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedQueryElevationComponentTest, MoreLikeThisComponentTest, CloudExitableDirectoryReaderTest, TestJavabinTupleStreamParser, TestRealTimeGet, FastVectorHighlighterTest, SplitByPrefixTest, TestTolerantUpdateProcessorCloud, TestReplicationHandlerDiskOverFlow, TestDeleteCollectionOnDownNodes, TestRandomFaceting, TriggerEventQueueTest, ReplaceNodeNoTargetTest, JvmMetricsTest, TransactionLogTest, SuggestComponentContextFilterQueryTest, MetricTriggerTest, IndexSizeEstimatorTest, UUIDFieldTest, TestTermsQParserPlugin, TestMaxScoreQueryParser, TestJsonFacetsStatsParsing, TestManagedStopFilterFactory, NestedShardedAtomicUpdateTest, TestSQLHandler, HdfsBasicDistributedZk2Test, ClusterStateUpdateTest, DistribCursorPagingTest, DistributedTermsComponentTest, SOLR749Test, OverseerStatusTest, TestSolrQueryResponse, TestNumericRangeQuery64, TemplateUpdateProcessorTest, TestConfigSetsAPIExclusivity, TestComplexPhraseQParserPlugin, TestRebalanceLeaders, SplitShardTest, TestMultiWordSynonyms, CdcrVersionReplicationTest, TestHashPartitioner, DebugComponentTest, TestSolrCloudWithSecureImpersonation, SolrSlf4jReporterTest, DirectSolrSpellCheckerTest, TestCoreAdminApis, TestHdfsBackupRestoreCore, TestDocSet, CloudReplicaSourceTest, TestSimTriggerIntegration, MinimalSchemaTest, GraphQueryTest, CSVRequestHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, TestQueryTypes, SignatureUpdateProcessorFactoryTest, NestedAtomicUpdateTest, PeerSyncTest, TestRestManager, TestQuerySenderNoQuery, RegexBoostProcessorTest, IndexSizeTriggerSizeEstimationTest, TestStressUserVersions, TestSolrQueryParser, TestWaitForStateWithJettyShutdowns, TestLFUCache, TestAuthorizationFramework, ChaosMonkeySafeLeaderWithPullReplicasTest, TestRequestStatusCollectionAPI, TestCaffeineCache, CurrencyRangeFacetCloudTest, DistributedMLTComponentTest, ZkSolrClientTest, TestSolrCoreSnapshots, SpatialRPTFieldTypeTest, HttpPartitionWithTlogReplicasTest, TestFieldCacheSort, TestXIncludeConfig, TestCustomDocTransformer, HdfsRecoveryZkTest, TestFastLRUCache, BasicDistributedZk2Test, JWTAuthPluginTest, TestLegacyField, ChangedSchemaMergeTest, TestPayloadCheckQParserPlugin, SuggesterFSTTest, TestCoreDiscovery, TestDistributedTracing, TestSimGenericDistributedQueue, URLClassifyProcessorTest, TestRandomCollapseQParserPlugin, SuggesterWFSTTest, TestExactSharedStatsCache, TestSolrDeletionPolicy2, TestLegacyTerms, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestHashQParserPlugin, ShardsWhitelistTest, DistributedFacetPivotSmallAdvancedTest, ConnectionManagerTest, TestReload, TestOmitPositions, ZkFailoverTest, EmbeddedSolrNoSerializeTest, RAMDirectoryFactoryTest, FullHLLTest, DistributedUpdateProcessorTest, TestSchemaVersionResource, AnalysisErrorHandlingTest, SystemLogListenerTest, TestSha256AuthenticationProvider, BadCopyFieldTest, TestWordDelimiterFilterFactory, TestIndexingPerformance, SortSpecParsingTest, TestNumericTerms64, TestSimpleTextCodec, SoftAutoCommitTest, TestAuthenticationFramework, DirectSolrConnectionTest, HdfsCollectionsAPIDistributedZkTest, TestMacroExpander, ResponseBuilderTest, TestFastOutputStream, TermVectorComponentTest, CdcrOpsAndBoundariesTest, TestJsonRequest, TestFaceting, TestBM25SimilarityFactory, TestSolrJacksonAnnotation, TestSimClusterStateProvider, TestCloudPseudoReturnFields, TestSolrCloudWithHadoopAuthPlugin, ByteBuffersDirectoryFactoryTest, MoveReplicaTest, ManagedSchemaRoundRobinCloudTest, OrderedExecutorTest, ForceLeaderTest, TestDirectoryFactory, ShardRoutingTest, BlockCacheTest, LeaderElectionTest, SolrRrdBackendFactoryTest, TestXmlQParser, MetricsHistoryHandlerTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, ChaosMonkeyNothingIsSafeTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, HealthCheckHandlerTest, LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerSolrResponseTest, OverseerTest, PackageManagerCLITest, RecoveryAfterSoftCommitTest, RecoveryZkTest, ReindexCollectionTest, RollingRestartTest, TestTlogReplayVsRecovery, TestZkChroot, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, ZkCLITest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, CollectionsAPIDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, NodeAddedTriggerTest, NodeLostTriggerIntegrationTest, NodeLostTriggerTest, NodeMarkersRegistrationTest, RestoreTriggerStateTest, ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, ScheduledTriggerTest, SearchRateTriggerIntegrationTest, TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, TestSnapshotCloudManager, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, StressHdfsTest, AlternateDirectoryTest, BlobRepositoryCloudTest, ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest, TestBackupRepositoryFactory, TestBadConfig, TestCodecSupport, TestConfig, TestConfigOverlay, TestConfigSetImmutable, TestDynamicURP, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestJmxIntegration, TestMergePolicyConfig, TestNRTOpen, FieldAnalysisRequestHandlerTest, JsonLoaderTest, MoreLikeThisHandlerTest, PingRequestHandlerTest, SearchHandlerTest, TestCSVLoader, TestConfigReload, TestSolrConfigHandlerConcurrent, TestStressThreadBackup, V2ApiIntegrationTest, V2StandaloneTest, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, AdminHandlersProxyTest, CoreAdminCreateDiscoverTest, CoreAdminHandlerTest, CoreAdminOperationTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, LoggingHandlerTest, LukeRequestHandlerTest, MBeansHandlerTest, SystemInfoHandlerTest, TestApiFramework, TestCollectionAPIs, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, TestExpandComponent, TestHttpShardHandlerFactory, TestPivotHelperCode, TestTrackingShardHandlerFactory, TestExportWriter, Tagger2Test, TaggerTest, TaggingAttributeTest, HighlighterMaxOffsetTest, HighlighterTest, HighlighterWithoutStoredIdTest, TestPostingsSolrHighlighter, TestUnifiedSolrHighlighter, TestUnifiedSolrHighlighterWithoutStoredId, TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, WrapperMergePolicyFactoryTest, SolrCoreMetricManagerTest, SolrMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, SolrGraphiteReporterTest, SolrJmxReporterCloudTest, RegexBytesRefFilterTest, SimpleFacetsTest, SubstringBytesRefFilterTest, TestRemoteStreaming, TestStreamBody, TestUnInvertedFieldException, JSONWriterTest, SmileWriterTest, TestBinaryResponseWriter, TestPushWriter, TestRawResponseWriter, TestRawTransformer, TestChildDocTransformerHierarchy, TestExplainDocTransformer, TestSubQueryTransformer, TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, TestManagedResource, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeResource, TestSchemaNameResource, DateFieldTest, DateRangeFieldTest, DocValuesMissingTest, EnumFieldTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, NumericFieldsTest, OpenExchangeRatesOrgProviderTest, PolyFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, SchemaApiFailureTest, TestBinaryField, TestBulkSchemaConcurrent, TestCollationFieldDocValues, TestManagedSchema, TestSolr4Spatial, SpatialHeatmapFacetsTest, BlockJoinFacetDistribTest, TestDFISimilarityFactory, TestLMDirichletSimilarityFactory, TestLegacyBM25SimilarityFactory, TestPerFieldSimilarity, TestPerFieldSimilarityWithDefaultOverride, AuditLoggerIntegrationTest, BasicAuthStandaloneTest, MultiDestinationAuditLoggerTest, PKIAuthenticationIntegrationTest, ResponseHeaderTest, IndexBasedSpellCheckerTest, SpellCheckCollatorTest, TestSuggestSpellingConverter, TestBlendedInfixSuggestions, TestFreeTextSuggestions, TestHighFrequencyDictionaryFactory]
   [junit4] Completed [836/900 (2!)] on J1 in 2.51s, 1 test, 1 error <<< FAILURES!

[...truncated 52746 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 27 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/27/

3 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestFactories.test

Error Message:
For input string: "){1"

Stack Trace:
java.lang.NumberFormatException: For input string: "){1"
	at __randomizedtesting.SeedInfo.seed([B557F038B1058C00:3D03CFE21FF9E1F8]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
	at java.lang.Float.parseFloat(Float.java:451)
	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
	at org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
	at org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:33349/mfxh

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:33349/mfxh
	at __randomizedtesting.SeedInfo.seed([725CF4821EBAC6CA:FA08CB58B046AB32]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 52 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([725CF4821EBAC6CA:FA08CB58B046AB32]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 3281 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestFactories
   [junit4]   2> TEST FAIL: useCharFilter=false text='-|){1 siqyw '
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFactories -Dtests.method=test -Dtests.seed=B557F038B1058C00 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=pl-PL -Dtests.timezone=Asia/Tomsk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.69s J2 | TestFactories.test <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: For input string: "){1"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B557F038B1058C00:3D03CFE21FF9E1F8]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
   [junit4]    > 	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
   [junit4]    > 	at java.lang.Float.parseFloat(Float.java:451)
   [junit4]    > 	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
   [junit4]    > 	at org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
   [junit4]    > 	at org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/analysis/common/test/J2/temp/lucene.analysis.core.TestFactories_B557F038B1058C00-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=15658, maxDocsPerChunk=805, blockShift=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=15658, blockSize=10)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e6561d2), locale=pl-PL, timezone=Asia/Tomsk
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=286219376,total=319291392
   [junit4]   2> NOTE: All tests run in this JVM: [TestArabicNormalizationFilter, TestFilesystemResourceLoader, TestFactories]
   [junit4] Completed [9/297 (1!)] on J2 in 0.75s, 1 test, 1 error <<< FAILURES!

[...truncated 11640 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> 2757389 INFO  (SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2757389 INFO  (SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2757389 INFO  (SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/data-dir-131-001
   [junit4]   2> 2757390 WARN  (SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 2757390 INFO  (SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2757391 INFO  (SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2757392 INFO  (SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /mfxh/
   [junit4]   2> 2757395 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2757395 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2757395 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2757495 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer start zk server on port:35335
   [junit4]   2> 2757495 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35335
   [junit4]   2> 2757495 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35335
   [junit4]   2> 2757495 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35335
   [junit4]   2> 2757497 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2757500 INFO  (zkConnectionManagerCallback-10871-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2757500 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2757503 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2757503 INFO  (zkConnectionManagerCallback-10873-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2757503 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2757504 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2757505 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2757506 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2757507 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2757508 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2757509 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2757510 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2757510 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2757511 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2757512 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2757513 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2757514 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2757515 INFO  (zkConnectionManagerCallback-10877-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2757515 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2757616 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2757701 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2757701 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2757701 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2757701 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2757702 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2757702 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2757702 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2757704 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a89e808{/mfxh,null,AVAILABLE}
   [junit4]   2> 2757704 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4d517fa3{SSL,[ssl, http/1.1]}{127.0.0.1:43553}
   [junit4]   2> 2757704 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.s.Server Started @2757739ms
   [junit4]   2> 2757704 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/control/data, hostContext=/mfxh, hostPort=43553, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores}
   [junit4]   2> 2757705 ERROR (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2757705 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2757705 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2757705 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2757705 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2757705 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:34.690Z
   [junit4]   2> 2757705 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2757706 INFO  (zkConnectionManagerCallback-10879-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2757706 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2757807 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2757807 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/solr.xml
   [junit4]   2> 2757811 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2757812 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2757813 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2758488 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2758489 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2758490 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6107a097[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2758490 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6107a097[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2758492 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2758493 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@22ada9b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2758493 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@22ada9b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2758494 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35335/solr
   [junit4]   2> 2758494 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2758495 INFO  (zkConnectionManagerCallback-10886-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2758495 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2758598 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2758599 INFO  (zkConnectionManagerCallback-10888-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2758599 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2758658 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43553_mfxh
   [junit4]   2> 2758658 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.Overseer Overseer (id=73415807166185477-127.0.0.1:43553_mfxh-n_0000000000) starting
   [junit4]   2> 2758662 INFO  (OverseerStateUpdate-73415807166185477-127.0.0.1:43553_mfxh-n_0000000000) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43553_mfxh
   [junit4]   2> 2758662 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43553_mfxh
   [junit4]   2> 2758666 INFO  (OverseerStateUpdate-73415807166185477-127.0.0.1:43553_mfxh-n_0000000000) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2758668 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2758669 WARN  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 2758684 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2758702 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3
   [junit4]   2> 2758709 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3
   [junit4]   2> 2758709 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3
   [junit4]   2> 2758710 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores
   [junit4]   2> 2758728 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2758729 INFO  (zkConnectionManagerCallback-10897-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2758729 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2758730 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2758730 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35335/solr ready
   [junit4]   2> 2758769 INFO  (qtp871558353-34730) [n:127.0.0.1:43553_mfxh     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43553_mfxh&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2758774 INFO  (OverseerThreadFactory-6869-thread-1-processing-n:127.0.0.1:43553_mfxh) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2758883 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh    x:control_collection_shard1_replica_n1 ] 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> 2758883 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2759898 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 2759914 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760029 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2760046 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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 configset conf1, trusted=true
   [junit4]   2> 2760046 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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@6a198db3
   [junit4]   2> 2760046 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2760049 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8767547581800471]
   [junit4]   2> 2760068 WARN  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760113 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760113 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760115 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2760115 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2760116 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1b2ee3e0
   [junit4]   2> 2760116 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@64118987[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2760118 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2760118 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760119 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2760119 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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 1661262204348923904
   [junit4]   2> 2760122 INFO  (searcherExecutor-6874-thread-1-processing-n:127.0.0.1:43553_mfxh x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:43553_mfxh 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@64118987[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2760124 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2760124 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2760127 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2760127 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760127 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43553/mfxh/control_collection_shard1_replica_n1/
   [junit4]   2> 2760128 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760128 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:43553/mfxh/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2760128 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/73415807166185477-core_node2-n_0000000000
   [junit4]   2> 2760130 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43553/mfxh/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2760232 INFO  (zkCallback-10887-thread-1) [     ] 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> 2760232 INFO  (zkCallback-10887-thread-2) [     ] 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> 2760235 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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> 2760239 INFO  (qtp871558353-34728) [n:127.0.0.1:43553_mfxh 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=1356
   [junit4]   2> 2760241 INFO  (qtp871558353-34730) [n:127.0.0.1:43553_mfxh     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2760337 INFO  (zkCallback-10887-thread-2) [     ] 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> 2760337 INFO  (zkCallback-10887-thread-1) [     ] 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> 2760337 INFO  (zkCallback-10887-thread-3) [     ] 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> 2760338 INFO  (qtp871558353-34730) [n:127.0.0.1:43553_mfxh     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43553_mfxh&wt=javabin&version=2} status=0 QTime=1568
   [junit4]   2> 2760338 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 2760444 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2760445 INFO  (zkConnectionManagerCallback-10903-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2760445 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2760446 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2760447 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35335/solr ready
   [junit4]   2> 2760447 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2760449 INFO  (qtp871558353-34726) [n:127.0.0.1:43553_mfxh     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2760452 INFO  (OverseerThreadFactory-6869-thread-2-processing-n:127.0.0.1:43553_mfxh) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2760452 INFO  (OverseerCollectionConfigSetProcessor-73415807166185477-127.0.0.1:43553_mfxh-n_0000000000) [n:127.0.0.1:43553_mfxh     ] 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> 2760657 WARN  (OverseerThreadFactory-6869-thread-2-processing-n:127.0.0.1:43553_mfxh) [n:127.0.0.1:43553_mfxh     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2760659 INFO  (qtp871558353-34726) [n:127.0.0.1:43553_mfxh     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2760660 INFO  (qtp871558353-34726) [n:127.0.0.1:43553_mfxh     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=210
   [junit4]   2> 2760661 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2760661 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2760661 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2760662 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2760662 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2760662 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2760662 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=16
   [junit4]   2> 2760751 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 2760753 WARN  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2760753 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2760753 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2760753 INFO  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2760758 INFO  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2760758 INFO  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2760758 INFO  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2760759 INFO  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ceb8a63{/mfxh,null,AVAILABLE}
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2785e055{SSL,[ssl, http/1.1]}{127.0.0.1:35561}
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.e.j.s.Server Started @2760794ms
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=35561, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-1-001/cores}
   [junit4]   2> 2760760 ERROR (closeThreadPool-10904-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2760760 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:37.745Z
   [junit4]   2> 2760762 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2760766 INFO  (zkConnectionManagerCallback-10906-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2760766 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2760845 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 2760847 WARN  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2760847 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2760847 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2760847 INFO  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2760850 INFO  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2760850 INFO  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2760850 INFO  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2760852 INFO  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@294ba97f{/mfxh,null,AVAILABLE}
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b640249{SSL,[ssl, http/1.1]}{127.0.0.1:34165}
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.e.j.s.Server Started @2760888ms
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=34165, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-2-001/cores}
   [junit4]   2> 2760853 ERROR (closeThreadPool-10904-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2760853 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:37.838Z
   [junit4]   2> 2760856 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2760858 INFO  (zkConnectionManagerCallback-10908-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2760858 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2760867 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2760867 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-1-001/solr.xml
   [junit4]   2> 2760882 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2760882 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2760883 INFO  (closeThreadPool-10904-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2760953 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 2760954 WARN  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2760954 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2760954 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2760954 INFO  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2760955 INFO  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2760955 INFO  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2760955 INFO  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2760960 INFO  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ab9bf4a{/mfxh,null,AVAILABLE}
   [junit4]   2> 2760961 INFO  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@73f0c973{SSL,[ssl, http/1.1]}{127.0.0.1:33569}
   [junit4]   2> 2760961 INFO  (closeThreadPool-10904-thread-3) [     ] o.e.j.s.Server Started @2760996ms
   [junit4]   2> 2760961 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=33569, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-3-001/cores}
   [junit4]   2> 2760961 ERROR (closeThreadPool-10904-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2760961 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2760961 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2760962 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2760962 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2760962 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:37.947Z
   [junit4]   2> 2760963 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2760963 INFO  (zkConnectionManagerCallback-10911-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2760963 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2760968 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2760968 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-2-001/solr.xml
   [junit4]   2> 2760972 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2760972 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2760973 INFO  (closeThreadPool-10904-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2761036 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 2761037 WARN  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2761037 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2761037 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2761037 INFO  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2761038 INFO  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2761038 INFO  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2761038 INFO  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2761038 INFO  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c634c{/mfxh,null,AVAILABLE}
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@303215f7{SSL,[ssl, http/1.1]}{127.0.0.1:39313}
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.e.j.s.Server Started @2761073ms
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=39313, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-4-001/cores}
   [junit4]   2> 2761039 ERROR (closeThreadPool-10904-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2761039 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:38.024Z
   [junit4]   2> 2761041 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2761046 INFO  (zkConnectionManagerCallback-10914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2761046 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2761068 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2761068 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-3-001/solr.xml
   [junit4]   2> 2761072 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2761072 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2761073 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2761122 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-5-001 of type NRT for shard2
   [junit4]   2> 2761143 WARN  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2761143 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2761143 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2761143 INFO  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2761178 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2761178 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-4-001/solr.xml
   [junit4]   2> 2761182 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2761182 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2761183 INFO  (closeThreadPool-10904-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2761216 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-6-001 of type NRT for shard1
   [junit4]   2> 2761230 INFO  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2761230 INFO  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2761230 INFO  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2761238 INFO  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35d4576e{/mfxh,null,AVAILABLE}
   [junit4]   2> 2761248 INFO  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@308a7741{SSL,[ssl, http/1.1]}{127.0.0.1:42137}
   [junit4]   2> 2761248 INFO  (closeThreadPool-10904-thread-5) [     ] o.e.j.s.Server Started @2761283ms
   [junit4]   2> 2761248 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty5, solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=42137, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-5-001/cores}
   [junit4]   2> 2761249 ERROR (closeThreadPool-10904-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2761249 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2761249 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2761249 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2761249 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2761249 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:38.234Z
   [junit4]   2> 2761258 WARN  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2761259 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2761259 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2761259 INFO  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2761266 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2761290 INFO  (zkConnectionManagerCallback-10918-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2761290 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2761351 INFO  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2761351 INFO  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2761351 INFO  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2761362 INFO  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b39ecaf{/mfxh,null,AVAILABLE}
   [junit4]   2> 2761363 INFO  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ee814a8{SSL,[ssl, http/1.1]}{127.0.0.1:42561}
   [junit4]   2> 2761363 INFO  (closeThreadPool-10904-thread-6) [     ] o.e.j.s.Server Started @2761398ms
   [junit4]   2> 2761363 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty6, solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=42561, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-6-001/cores}
   [junit4]   2> 2761363 ERROR (closeThreadPool-10904-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2761363 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2761363 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2761364 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2761364 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2761364 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:38.349Z
   [junit4]   2> 2761383 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2761403 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2761403 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-5-001/solr.xml
   [junit4]   2> 2761403 INFO  (zkConnectionManagerCallback-10920-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2761403 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2761407 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2761407 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2761408 INFO  (closeThreadPool-10904-thread-5) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2761434 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-7-001 of type NRT for shard2
   [junit4]   2> 2761459 WARN  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2761459 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2761459 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2761459 INFO  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2761495 INFO  (closeThreadPool-10904-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2761495 WARN  (closeThreadPool-10904-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2761534 INFO  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2761534 INFO  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2761534 INFO  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2761543 INFO  (TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 8 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-8-001 of type NRT for shard1
   [junit4]   2> 2761549 INFO  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1553d997{/mfxh,null,AVAILABLE}
   [junit4]   2> 2761566 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2761566 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-6-001/solr.xml
   [junit4]   2> 2761569 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2761569 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2761571 INFO  (closeThreadPool-10904-thread-6) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6c21c2ae{SSL,[ssl, http/1.1]}{127.0.0.1:33349}
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.e.j.s.Server Started @2761609ms
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty7, solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=33349, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-7-001/cores}
   [junit4]   2> 2761574 WARN  (closeThreadPool-10904-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@500ac097[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2761574 WARN  (closeThreadPool-10904-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@500ac097[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2761574 ERROR (closeThreadPool-10904-thread-7) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2761574 INFO  (closeThreadPool-10904-thread-7) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-15T20:11:38.559Z
   [junit4]   2> 2761580 WARN  (closeThreadPool-10904-thread-8) 

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

java:748)
   [junit4]   2> 4521055 WARN  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 4521058 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@895b62a{datanode,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 4521061 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3e1773bf{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 4521061 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4521061 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@120fcb63{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 4521062 WARN  (BP-2029043802-127.0.0.1-1584304812770 heartbeating to localhost.localdomain/127.0.0.1:39617) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 4521062 WARN  (BP-2029043802-127.0.0.1-1584304812770 heartbeating to localhost.localdomain/127.0.0.1:39617) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-2029043802-127.0.0.1-1584304812770 (Datanode Uuid 58d3fcc4-75ba-4c0f-8ac2-31fa50bf6d25) service to localhost.localdomain/127.0.0.1:39617
   [junit4]   2> 4521083 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@7cdae714{hdfs,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 4521083 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@268c0088{HTTP/1.1,[http/1.1]}{localhost.localdomain:0}
   [junit4]   2> 4521083 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4521083 INFO  (SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39da8293{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_725CF4821EBAC6CA-001
   [junit4]   2> Mar 15, 2020 8:40:58 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 17 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), _root_=FST50, id=PostingsFormat(name=Asserting), text=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1383, maxMBSortInHeap=5.142707736724628, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@347f54fc), locale=de-LU, timezone=Antarctica/Davis
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=4,free=122819472,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimDistribStateManager, DeleteStatusTest, ExplicitHLLTest, TestRecoveryHdfs, DimensionalRoutedAliasUpdateProcessorTest, TestFieldCacheReopen, TestWriterPerf, TestFieldCacheVsDocValues, HttpPartitionTest, PingRequestHandlerTest, DaemonStreamApiTest, XmlUpdateRequestHandlerTest, TestNestedDocsSort, TestDynamicLoadingUrl, ScheduledTriggerIntegrationTest, SampleTest, DistributedSuggestComponentTest, TestCoreBackup, TestCustomStream, ShardRoutingCustomTest, TestBinaryField, TestSolrConfigHandlerCloud, TestRandomDVFaceting, MetricsHandlerTest, NumberUtilsTest, CustomCollectionTest, TestSearchPerf, TestCharFilters, JWTVerificationkeyResolverTest, TestSizeLimitedDistributedMap, TestOrdValues, ClassificationUpdateProcessorTest, SimplePostToolTest, TestGraphTermsQParserPlugin, TestPivotHelperCode, TestReplicaProperties, DocValuesNotIndexedTest, OverseerSolrResponseUnsafeSerializationTest, IndexSchemaTest, TestManagedSynonymGraphFilterFactory, NodeAddedTriggerTest, TestTrie, TestSweetSpotSimilarityFactory, TermVectorComponentDistributedTest, TestGroupingSearch, TestFieldTypeResource, TestPullReplicaErrorHandling, CollectionStateFormat2Test, TestZkChroot, TestShardHandlerFactory, TestValueSourceCache, TestUpdate, CdcrRequestHandlerTest, TestRTGBase, BasicZkTest, CheckHdfsIndexTest, TestConfigsApi, TestCodecSupport, TestSimExtremeIndexing, TestReversedWildcardFilterFactory, NodeMarkersRegistrationTest, SliceStateTest, FullSolrCloudDistribCmdsTest, TestJsonFacets, MigrateRouteKeyTest, RootFieldTest, UpdateParamsTest, TestOverriddenPrefixQueryForCustomFieldType, CursorPagingTest, SecurityConfHandlerTest, TestSolrCachePerf, QueryParsingTest, TestDistributedStatsComponentCardinality, TestSolrCLIRunExample, TestAnalyzedSuggestions, TestNumericTerms32, AutoscalingHistoryHandlerTest, HighlighterMaxOffsetTest, NumericFieldsTest, ReplicationFactorTest, TestPhraseSuggestions, DistributedFacetPivotLongTailTest, UnloadDistributedZkTest, TestLeaderElectionZkExpiry, TestCloudDeleteByQuery, SolrLogAuditLoggerPluginTest, TestSolrXml, PeerSyncWithIndexFingerprintCachingTest, RequiredFieldsTest, TestSchemaField, TestManagedResourceStorage, QueryResultKeyTest, ExitableDirectoryReaderTest, TestRandomRequestDistribution, SolrIndexConfigTest, TestCoreContainer, TestCrossCoreJoin, TestEmbeddedSolrServerSchemaAPI, TestSubQueryTransformerCrossCore, TestConfigSetsAPI, TestLegacyNumericRangeQueryBuilder, CategoryRoutedAliasUpdateProcessorTest, BJQFilterAccessibleTest, TestLuceneIndexBackCompat, TestFacetMethods, OutOfBoxZkACLAndCredentialsProvidersTest, SimpleCollectionCreateDeleteTest, TestLegacyNumericUtils, TestObjectReleaseTracker, TestCloudPivotFacet, TestInitQParser, MetricUtilsTest, TestDistribIDF, TestCloudRecovery2, TestSchemaSimilarityResource, TestLMDirichletSimilarityFactory, EnumFieldTest, CurrencyFieldTypeTest, Tagger2Test, CreateRoutedAliasTest, SystemCollectionCompatTest, TestManagedSchemaThreadSafety, RegexBytesRefFilterTest, TestCloudSchemaless, CollectionsAPIAsyncDistributedZkTest, TestCSVResponseWriter, TestLazyCores, SolrXmlInZkTest, JavaBinAtomicUpdateMultivalueTest, TestNonDefinedSimilarityFactory, TestSortableTextField, FieldMutatingUpdateProcessorTest, MaxSizeAutoCommitTest, HdfsChaosMonkeyNothingIsSafeTest, TestExtendedDismaxParser, TestMissingGroups, TestPostingsSolrHighlighter, SolrCoreTest, IndexBasedSpellCheckerTest, TestSolrDeletionPolicy1, TestAtomicUpdateErrorCases, TestRuleBasedAuthorizationPlugin, SimpleMLTQParserTest, BinaryUpdateRequestHandlerTest, HLLUtilTest, LegacyCloudClusterPropTest, SignificantTermsQParserPluginTest, ClusterStateTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, TestDistributedMissingSort, TestDistributedSearch, BasicDistributedZkTest, CleanupOldIndexTest, ClusterStateMockUtilTest, ConfigSetsAPITest, DeleteShardTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, LeaderElectionTest, LeaderFailureAfterFreshStartTest, MoveReplicaHDFSTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OverseerRolesTest, PackageManagerCLITest, PeerSyncReplicationTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDistributedMap, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestOnReconnectListenerSupport, TestPrepRecovery, TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, TestTlogReplayVsRecovery, TestTlogReplica, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestWaitForStateWithJettyShutdowns, TestWithCollection, ZkControllerTest, ZkFailoverTest, ZkNodePropsTest, ZkShardTermsTest, ZkSolrClientTest, AssignTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionTooManyReplicasTest, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, IndexSizeTriggerMixedBoundsTest, IndexSizeTriggerSizeEstimationTest, IndexSizeTriggerTest, MetricTriggerIntegrationTest, NodeAddedTriggerIntegrationTest, SystemLogListenerTest, TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider, TestSimComputePlanAction, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimScenario, TestSimTriggerIntegration, TestSimUtils, TestSnapshotCloudManager, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, CdcrReplicationHandlerTest, HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest]
   [junit4] Completed [587/900 (2!)] on J0 in 48.60s, 1 test, 1 failure <<< FAILURES!

[...truncated 53568 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 26 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/26/

1 tests failed.
FAILED:  org.apache.lucene.analysis.ja.TestFactories.test

Error Message:
For input string: "|꽯㋽"

Stack Trace:
java.lang.NumberFormatException: For input string: "|꽯㋽"
	at __randomizedtesting.SeedInfo.seed([C1C5E160FB884A98:4991DEBA55742760]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
	at java.lang.Float.parseFloat(Float.java:451)
	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
	at org.apache.lucene.analysis.ja.TestFactories.doTestTokenFilter(TestFactories.java:98)
	at org.apache.lucene.analysis.ja.TestFactories.test(TestFactories.java:66)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 4742 lines...]
   [junit4] Suite: org.apache.lucene.analysis.ja.TestFactories
   [junit4]   2> TEST FAIL: useCharFilter=true text='\u0b5c|\uaf6f\u32fd\ue8b8 at'
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFactories -Dtests.method=test -Dtests.seed=C1C5E160FB884A98 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=en-AU -Dtests.timezone=America/Bogota -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.83s J2 | TestFactories.test <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: For input string: "|꽯㋽"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C1C5E160FB884A98:4991DEBA55742760]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
   [junit4]    > 	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
   [junit4]    > 	at java.lang.Float.parseFloat(Float.java:451)
   [junit4]    > 	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
   [junit4]    > 	at org.apache.lucene.analysis.ja.TestFactories.doTestTokenFilter(TestFactories.java:98)
   [junit4]    > 	at org.apache.lucene.analysis.ja.TestFactories.test(TestFactories.java:66)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/analysis/kuromoji/test/J2/temp/lucene.analysis.ja.TestFactories_C1C5E160FB884A98-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {dummy=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=98, maxMBSortInHeap=6.844871300072514, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17454767), locale=en-AU, timezone=America/Bogota
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=340513456,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearchMode, TestJapaneseReadingFormFilterFactory, TestFactories]
   [junit4] Completed [7/22 (1!)] on J2 in 4.08s, 1 test, 1 error <<< FAILURES!

[...truncated 64393 lines...]