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/18 22:49:09 UTC

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

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

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

Error Message:
For input string: "lh"

Stack Trace:
java.lang.NumberFormatException: For input string: "lh"
	at __randomizedtesting.SeedInfo.seed([8495CC5F3CB0D50F:CC1F385924CB8F7]: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.hdfs.HdfsSyncSliceTest.test

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([F2E0DB9E808DC80:877A326346F4B178]: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 3858 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestFactories
   [junit4]   2> TEST FAIL: useCharFilter=false text='gm{1,5}|lh nzq'
   [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=8495CC5F3CB0D50F -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=be -Dtests.timezone=Europe/Isle_of_Man -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.83s J2 | TestFactories.test <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: For input string: "lh"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8495CC5F3CB0D50F:CC1F385924CB8F7]: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_8495CC5F3CB0D50F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {dummy=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{}, maxPointsInLeafNode=1632, maxMBSortInHeap=6.035371737012428, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3cb4a181), locale=be, timezone=Europe/Isle_of_Man
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=242973040,total=378535936
   [junit4]   2> NOTE: All tests run in this JVM: [TestKeepFilterFactory, TestFullStrip, TestEnglishMinimalStemFilter, TestAllAnalyzersHaveFactories, TestRussianLightStemFilterFactory, TestRemoveDuplicatesTokenFilterFactory, TestKeywordTokenizer, TestPatternReplaceFilter, TestIrishLowerCaseFilterFactory, TestItalianAnalyzer, TestWikipediaTokenizerFactory, TestEscaped, TestHungarianLightStemFilterFactory, TestCJKWidthFilterFactory, TestCatalanAnalyzer, TestSwedishLightStemFilter, TestFinnishLightStemFilter, TestSolrSynonymParser, TestDecimalDigitFilter, TestUnicodeWhitespaceTokenizer, TestRomanianAnalyzer, TestGermanNormalizationFilter, TestLithuanianAnalyzer, TestMappingCharFilter, TestNGramFilters, CommonGramsFilterTest, TestKStemmer, TestDanishAnalyzer, TestTruncateTokenFilter, TestGalicianMinimalStemFilterFactory, TestCapitalizationFilterFactory, TestScandinavianNormalizationFilter, DateRecognizerFilterFactoryTest, TestSpaces, TestCondition, TestGreekStemFilterFactory, TestSynonymMapFilter, TestStemmerOverrideFilterFactory, TestCollationKeyAnalyzer, TestCharTokenizers, TestGermanStemFilterFactory, TestBengaliFilters, TestBasqueAnalyzer, TestProtectedTermFilter, DelimitedPayloadTokenFilterTest, TestNeedAffix, TestCzechAnalyzer, TestWordDelimiterFilter, TestPortugueseMinimalStemFilterFactory, TestCompoundWordTokenFilter, TestFactories]
   [junit4] Completed [139/297 (1!)] on J2 in 1.04s, 1 test, 1 error <<< FAILURES!

[...truncated 10172 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 666372 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-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> 666372 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/data-dir-46-001
   [junit4]   2> 666372 WARN  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> 666372 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 666374 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 666375 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 666375 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /nf_ly/ii
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 668087 WARN  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 668130 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-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> 668134 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 668134 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 668134 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 668138 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b40df3f{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> 668356 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@7abcfd3a{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-lucene2-us-west_apache_org-44634-hadoop-hdfs-3_2_0-tests_jar-_-any-8297548800716328578.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> 668357 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@63acfd7{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:44634}
   [junit4]   2> 668357 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.Server Started @668391ms
   [junit4]   2> 669215 WARN  (StorageLocationChecker thread 0) [     ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   2> 669305 WARN  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 669312 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-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> 669313 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 669313 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 669313 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 669313 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21b177e9{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> 669437 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@6b227cb0{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-37411-hadoop-hdfs-3_2_0-tests_jar-_-any-6725089181876819843.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> 669438 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@94a5f08{HTTP/1.1,[http/1.1]}{localhost:37411}
   [junit4]   2> 669438 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.Server Started @669472ms
   [junit4]   2> 670833 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x985119da452be2d9: Processing first storage report for DS-42d04e22-bf87-4db5-ab34-7a8ad740b664 from datanode 7a7185fc-3bf4-479d-b512-57b982e9ce08
   [junit4]   2> 670836 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x985119da452be2d9: from storage DS-42d04e22-bf87-4db5-ab34-7a8ad740b664 node DatanodeRegistration(127.0.0.1:45522, datanodeUuid=7a7185fc-3bf4-479d-b512-57b982e9ce08, infoPort=37653, infoSecurePort=0, ipcPort=35501, storageInfo=lv=-57;cid=testClusterID;nsid=616425098;c=1584561638882), blocks: 0, hasStaleStorage: true, processing time: 3 msecs, invalidatedBlocks: 0
   [junit4]   2> 670836 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x985119da452be2d9: Processing first storage report for DS-c72044d4-d4a5-4419-9965-4911e71232ea from datanode 7a7185fc-3bf4-479d-b512-57b982e9ce08
   [junit4]   2> 670836 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x985119da452be2d9: from storage DS-c72044d4-d4a5-4419-9965-4911e71232ea node DatanodeRegistration(127.0.0.1:45522, datanodeUuid=7a7185fc-3bf4-479d-b512-57b982e9ce08, infoPort=37653, infoSecurePort=0, ipcPort=35501, storageInfo=lv=-57;cid=testClusterID;nsid=616425098;c=1584561638882), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 671012 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 671012 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 671012 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 671112 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer start zk server on port:46554
   [junit4]   2> 671112 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46554
   [junit4]   2> 671112 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46554
   [junit4]   2> 671112 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46554
   [junit4]   2> 671114 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 671117 INFO  (zkConnectionManagerCallback-2445-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 671117 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 671121 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 671122 INFO  (zkConnectionManagerCallback-2447-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 671122 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 671124 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671126 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671127 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671128 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671129 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671130 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671132 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671132 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671134 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671134 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671135 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671137 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 671139 INFO  (zkConnectionManagerCallback-2451-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 671139 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 671241 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 671358 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 671358 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 671358 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 671358 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 671359 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 671359 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 671359 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 671360 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@698be46b{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@72e05b75{SSL,[ssl, http/1.1]}{127.0.0.1:40216}
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.s.Server Started @671396ms
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34353/hdfs__lucene2-us-west.apache.org_34353__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001_tempDir-002_control_data, hostContext=/nf_ly/ii, hostPort=40216, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/control-001/cores}
   [junit4]   2> 671362 ERROR (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 671362 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-18T20:00:42.677Z
   [junit4]   2> 671363 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 671365 INFO  (zkConnectionManagerCallback-2453-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 671365 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 671467 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 671467 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/control-001/solr.xml
   [junit4]   2> 671471 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 671471 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 671473 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 672058 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 672059 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 672060 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@759add1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 672060 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@759add1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 672064 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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> 672064 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6239160b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 672064 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6239160b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 672066 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46554/solr
   [junit4]   2> 672067 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672068 INFO  (zkConnectionManagerCallback-2460-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672068 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672170 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672172 INFO  (zkConnectionManagerCallback-2462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672172 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672252 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40216_nf_ly%2Fii
   [junit4]   2> 672253 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.Overseer Overseer (id=72472907329699845-127.0.0.1:40216_nf_ly%2Fii-n_0000000000) starting
   [junit4]   2> 672258 INFO  (OverseerStateUpdate-72472907329699845-127.0.0.1:40216_nf_ly%2Fii-n_0000000000) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40216_nf_ly%2Fii
   [junit4]   2> 672259 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40216_nf_ly%2Fii
   [junit4]   2> 672260 INFO  (OverseerStateUpdate-72472907329699845-127.0.0.1:40216_nf_ly%2Fii-n_0000000000) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 672262 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 672263 WARN  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] 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> 672284 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 672314 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad
   [junit4]   2> 672326 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad
   [junit4]   2> 672327 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad
   [junit4]   2> 672328 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [n:127.0.0.1:40216_nf_ly%2Fii     ] 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/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/control-001/cores
   [junit4]   2> 672354 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672355 INFO  (zkConnectionManagerCallback-2471-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672355 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672356 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 672358 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46554/solr ready
   [junit4]   2> 672405 INFO  (qtp2099124841-8609) [n:127.0.0.1:40216_nf_ly%2Fii     ] 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:40216_nf_ly%252Fii&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 672409 INFO  (OverseerThreadFactory-2190-thread-1-processing-n:127.0.0.1:40216_nf_ly%2Fii) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 672521 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii    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> 672521 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 673538 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 673567 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 673692 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 673712 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 673712 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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@63f5ebad
   [junit4]   2> 673724 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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:34353/solr_hdfs_home
   [junit4]   2> 673724 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 673724 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:34353/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 673726 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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:34353/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 673742 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 673742 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 673742 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 673865 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 673872 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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:34353/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 673900 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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:34353/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 673908 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 673908 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 673908 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 673917 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 673918 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=40.21875, floorSegmentMB=0.35546875, forceMergeDeletesPctAllowed=28.377245677280676, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=43.14254393606289
   [junit4]   2> 674587 WARN  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674667 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674667 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674667 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 674694 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 674694 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 674699 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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@2aba3e19
   [junit4]   2> 674825 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47143c5f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 674827 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 674827 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674831 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 674832 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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 1661533312670236672
   [junit4]   2> 674837 INFO  (searcherExecutor-2195-thread-1-processing-n:127.0.0.1:40216_nf_ly%2Fii x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:40216_nf_ly%2Fii 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@47143c5f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 674839 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674839 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674843 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 674843 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674843 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40216/nf_ly/ii/control_collection_shard1_replica_n1/
   [junit4]   2> 674844 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674844 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40216/nf_ly/ii/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 674844 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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/72472907329699845-core_node2-n_0000000000
   [junit4]   2> 674846 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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:40216/nf_ly/ii/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 674847 INFO  (zkCallback-2461-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> 674847 INFO  (zkCallback-2461-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> 674850 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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> 674852 INFO  (qtp2099124841-8610) [n:127.0.0.1:40216_nf_ly%2Fii 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=2331
   [junit4]   2> 674854 INFO  (qtp2099124841-8609) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 674952 INFO  (zkCallback-2461-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> 674952 INFO  (zkCallback-2461-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> 674952 INFO  (zkCallback-2461-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> 674953 INFO  (qtp2099124841-8609) [n:127.0.0.1:40216_nf_ly%2Fii     ] 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:40216_nf_ly%252Fii&wt=javabin&version=2} status=0 QTime=2547
   [junit4]   2> 674953 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 675059 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 675060 INFO  (zkConnectionManagerCallback-2477-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 675060 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 675061 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 675063 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46554/solr ready
   [junit4]   2> 675063 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 675066 INFO  (qtp2099124841-8608) [n:127.0.0.1:40216_nf_ly%2Fii     ] 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> 675069 INFO  (OverseerThreadFactory-2190-thread-2-processing-n:127.0.0.1:40216_nf_ly%2Fii) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 675069 INFO  (OverseerCollectionConfigSetProcessor-72472907329699845-127.0.0.1:40216_nf_ly%2Fii-n_0000000000) [n:127.0.0.1:40216_nf_ly%2Fii     ] 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> 675273 WARN  (OverseerThreadFactory-2190-thread-2-processing-n:127.0.0.1:40216_nf_ly%2Fii) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 675275 INFO  (qtp2099124841-8608) [n:127.0.0.1:40216_nf_ly%2Fii     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 675276 INFO  (qtp2099124841-8608) [n:127.0.0.1:40216_nf_ly%2Fii     ] 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> 675277 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 675277 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 675278 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 675278 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 675278 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 675278 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 675278 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 675393 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 675395 WARN  (closeThreadPool-2478-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 675395 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 675395 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 675395 INFO  (closeThreadPool-2478-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> 675396 INFO  (closeThreadPool-2478-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 675396 INFO  (closeThreadPool-2478-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 675396 INFO  (closeThreadPool-2478-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 675397 INFO  (closeThreadPool-2478-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25cbf204{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 675398 INFO  (closeThreadPool-2478-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@470864d5{SSL,[ssl, http/1.1]}{127.0.0.1:38288}
   [junit4]   2> 675398 INFO  (closeThreadPool-2478-thread-1) [     ] o.e.j.s.Server Started @675433ms
   [junit4]   2> 675398 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34353/hdfs__lucene2-us-west.apache.org_34353__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001_tempDir-002_jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/nf_ly/ii, hostPort=38288, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-1-001/cores}
   [junit4]   2> 675399 ERROR (closeThreadPool-2478-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 675399 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 675399 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 675399 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 675399 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 675399 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-18T20:00:46.714Z
   [junit4]   2> 675400 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 675402 INFO  (zkConnectionManagerCallback-2480-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 675402 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 675503 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 675503 INFO  (closeThreadPool-2478-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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-1-001/solr.xml
   [junit4]   2> 675507 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 675508 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 675509 INFO  (closeThreadPool-2478-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 675515 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 675517 WARN  (closeThreadPool-2478-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 675517 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 675517 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 675517 INFO  (closeThreadPool-2478-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> 675518 INFO  (closeThreadPool-2478-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 675518 INFO  (closeThreadPool-2478-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 675518 INFO  (closeThreadPool-2478-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 675518 INFO  (closeThreadPool-2478-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c0e3e38{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 675519 INFO  (closeThreadPool-2478-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@57d55b9e{SSL,[ssl, http/1.1]}{127.0.0.1:40110}
   [junit4]   2> 675520 INFO  (closeThreadPool-2478-thread-2) [     ] o.e.j.s.Server Started @675554ms
   [junit4]   2> 675520 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34353/hdfs__lucene2-us-west.apache.org_34353__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001_tempDir-002_jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/nf_ly/ii, hostPort=40110, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-2-001/cores}
   [junit4]   2> 675520 ERROR (closeThreadPool-2478-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 675520 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 675520 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 675520 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 675520 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 675520 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-18T20:00:46.835Z
   [junit4]   2> 675521 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 675523 INFO  (zkConnectionManagerCallback-2483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 675523 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 675625 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 675625 INFO  (closeThreadPool-2478-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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-2-001/solr.xml
   [junit4]   2> 675629 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 675629 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 675630 INFO  (closeThreadPool-2478-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 675640 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 675642 WARN  (closeThreadPool-2478-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 675642 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 675642 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 675642 INFO  (closeThreadPool-2478-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> 675643 INFO  (closeThreadPool-2478-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 675643 INFO  (closeThreadPool-2478-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 675643 INFO  (closeThreadPool-2478-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 675643 INFO  (closeThreadPool-2478-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d3bd1bc{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@78238737{SSL,[ssl, http/1.1]}{127.0.0.1:46861}
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.e.j.s.Server Started @675679ms
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34353/hdfs__lucene2-us-west.apache.org_34353__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001_tempDir-002_jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/nf_ly/ii, hostPort=46861, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-3-001/cores}
   [junit4]   2> 675645 ERROR (closeThreadPool-2478-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 675645 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-18T20:00:46.960Z
   [junit4]   2> 675646 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 675648 INFO  (zkConnectionManagerCallback-2486-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 675648 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 675749 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 675749 INFO  (closeThreadPool-2478-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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-3-001/solr.xml
   [junit4]   2> 675753 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 675754 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 675755 INFO  (closeThreadPool-2478-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 675768 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 675769 WARN  (closeThreadPool-2478-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 675769 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 675770 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 675770 INFO  (closeThreadPool-2478-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> 675771 INFO  (closeThreadPool-2478-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 675771 INFO  (closeThreadPool-2478-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 675771 INFO  (closeThreadPool-2478-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 675771 INFO  (closeThreadPool-2478-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9712d75{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 675772 INFO  (closeThreadPool-2478-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5ed459f8{SSL,[ssl, http/1.1]}{127.0.0.1:45782}
   [junit4]   2> 675772 INFO  (closeThreadPool-2478-thread-4) [     ] o.e.j.s.Server Started @675807ms
   [junit4]   2> 675772 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34353/hdfs__lucene2-us-west.apache.org_34353__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001_tempDir-002_jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/nf_ly/ii, hostPort=45782, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-4-001/cores}
   [junit4]   2> 675773 ERROR (closeThreadPool-2478-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 675773 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 675773 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 675773 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 675773 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 675773 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-18T20:00:47.088Z
   [junit4]   2> 675774 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 675775 INFO  (zkConnectionManagerCallback-2489-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 675775 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 675877 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 675877 INFO  (closeThreadPool-2478-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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-4-001/solr.xml
   [junit4]   2> 675881 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 675881 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 675882 INFO  (closeThreadPool-2478-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 675896 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-5-001 of type NRT for shard1
   [junit4]   2> 675898 WARN  (closeThreadPool-2478-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 675898 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 675898 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 675898 INFO  (closeThreadPool-2478-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> 675901 INFO  (closeThreadPool-2478-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 675901 INFO  (closeThreadPool-2478-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 675901 INFO  (closeThreadPool-2478-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 675901 INFO  (closeThreadPool-2478-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68480ec0{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2fc3e8b9{SSL,[ssl, http/1.1]}{127.0.0.1:36407}
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.e.j.s.Server Started @675937ms
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34353/hdfs__lucene2-us-west.apache.org_34353__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001_tempDir-002_jetty5, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/nf_ly/ii, hostPort=36407, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-5-001/cores}
   [junit4]   2> 675903 ERROR (closeThreadPool-2478-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 675903 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-18T20:00:47.218Z
   [junit4]   2> 675904 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 675907 INFO  (zkConnectionManagerCallback-2492-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 675907 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676017 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 676017 INFO  (closeThreadPool-2478-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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-5-001/solr.xml
   [junit4]   2> 676027 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 676028 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 676029 INFO  (closeThreadPool-2478-thread-5) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 676046 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-6-001 of type NRT for shard1
   [junit4]   2> 676049 WARN  (closeThreadPool-2478-thread-6) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 676049 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 676049 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 676049 INFO  (closeThreadPool-2478-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> 676069 INFO  (closeThreadPool-2478-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 676069 INFO  (closeThreadPool-2478-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 676069 INFO  (closeThreadPool-2478-thread-6) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 676069 INFO  (closeThreadPool-2478-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79f5781c{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7978c61f{SSL,[ssl, http/1.1]}{127.0.0.1:35864}
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.e.j.s.Server Started @676105ms
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34353/hdfs__lucene2-us-west.apache.org_34353__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001_tempDir-002_jetty6, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/nf_ly/ii, hostPort=35864, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-6-001/cores}
   [junit4]   2> 676071 ERROR (closeThreadPool-2478-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 676071 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-18T20:00:47.386Z
   [junit4]   2> 676073 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676076 INFO  (zkConnectionManagerCallback-2495-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676076 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676179 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 676179 INFO  (closeThreadPool-2478-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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-6-001/solr.xml
   [junit4]   2> 676184 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 676184 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 676185 INFO  (closeThreadPool-2478-thread-6) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@63f5ebad, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 676206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] 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/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_F2E0DB9E808DC80-001/shard-7-001 of type NRT for shard1
   [junit4]   2> 676208 WARN  (closeThreadPool-2478-thread-7) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 676208 INFO  (closeThreadPool-2478-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 676208 INFO  (closeThreadPool-2478-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 676208 INFO  (closeThreadPool-2478-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> 676209 INFO  (closeThreadPool-2478-thread-7) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 676209 INFO  (closeThreadPool-2478-thread-7) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 676209 INFO  (closeThreadPool-2478-thread-7) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 676209 INFO  (closeThreadPool-2478-thread-7) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12b8ca17{/nf_ly/ii,null,AVAILABLE}
   [junit4]   2> 676211 INFO  (closeThreadPool-2478-thread-7) [     ] o.e.j.s.AbstractConnector Started ServerConnector@10666d5d{SSL,[ssl, http/1.1]}{127.0.0.1:41441}
   [junit4]   2> 676211 INFO  (closeThreadPool-2478-thread-7) [     ] o.e.j.s.Server Started @676245ms
   [junit4]   2> 676211 INFO  (closeThreadPool-2478-thread

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

4]   1>               {
   [junit4]   1>                 "name":"inactive_shard_plan",
   [junit4]   1>                 "class":"solr.InactiveShardPlanAction"},
   [junit4]   1>               {
   [junit4]   1>                 "name":"inactive_markers_plan",
   [junit4]   1>                 "class":"solr.InactiveMarkersPlanAction"},
   [junit4]   1>               {
   [junit4]   1>                 "name":"execute_plan",
   [junit4]   1>                 "class":"solr.ExecutePlanAction"}]}},
   [junit4]   1>         "listeners":{
   [junit4]   1>           ".auto_add_replicas.system":{
   [junit4]   1>             "beforeAction":[],
   [junit4]   1>             "afterAction":[],
   [junit4]   1>             "stage":[
   [junit4]   1>               "STARTED",
   [junit4]   1>               "ABORTED",
   [junit4]   1>               "SUCCEEDED",
   [junit4]   1>               "FAILED",
   [junit4]   1>               "BEFORE_ACTION",
   [junit4]   1>               "AFTER_ACTION",
   [junit4]   1>               "IGNORED"],
   [junit4]   1>             "trigger":".auto_add_replicas",
   [junit4]   1>             "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"},
   [junit4]   1>           ".scheduled_maintenance.system":{
   [junit4]   1>             "beforeAction":[],
   [junit4]   1>             "afterAction":[],
   [junit4]   1>             "stage":[
   [junit4]   1>               "STARTED",
   [junit4]   1>               "ABORTED",
   [junit4]   1>               "SUCCEEDED",
   [junit4]   1>               "FAILED",
   [junit4]   1>               "BEFORE_ACTION",
   [junit4]   1>               "AFTER_ACTION",
   [junit4]   1>               "IGNORED"],
   [junit4]   1>             "trigger":".scheduled_maintenance",
   [junit4]   1>             "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"}},
   [junit4]   1>         "properties":{}}
   [junit4]   1>   /solr/clusterprops.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {
   [junit4]   1>         "legacyCloud":"true",
   [junit4]   1>         "urlScheme":"https"}
   [junit4]   1> 
   [junit4]   2> 736390 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 736595 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	8	/solr/configs/conf1
   [junit4]   2> 	7	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	353	/solr/collections/collection1/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72472907329699860-127.0.0.1:38288_nf_ly%2Fii-n_0000000003
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72472907329699856-core_node6-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	82	/solr/live_nodes
   [junit4]   2> 	75	/solr/overseer/queue
   [junit4]   2> 	21	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> 736598 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46554
   [junit4]   2> 736598 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46554
   [junit4]   2> 736598 INFO  (TEST-HdfsSyncSliceTest.test-seed#[F2E0DB9E808DC80]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46554
   [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=HdfsSyncSliceTest -Dtests.method=test -Dtests.seed=F2E0DB9E808DC80 -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=ca-ES -Dtests.timezone=America/Boise -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 65.6s J0 | HdfsSyncSliceTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F2E0DB9E808DC80:877A326346F4B178]:0)
   [junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 736602 WARN  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 736608 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@6b227cb0{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> 736608 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@94a5f08{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 736608 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 736609 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@21b177e9{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> 736610 WARN  (BP-847194042-127.0.0.1-1584561638882 heartbeating to lucene2-us-west.apache.org/127.0.0.1:34353) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 736610 WARN  (BP-847194042-127.0.0.1-1584561638882 heartbeating to lucene2-us-west.apache.org/127.0.0.1:34353) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-847194042-127.0.0.1-1584561638882 (Datanode Uuid 7a7185fc-3bf4-479d-b512-57b982e9ce08) service to lucene2-us-west.apache.org/127.0.0.1:34353
   [junit4]   2> 736639 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@7abcfd3a{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> 736640 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@63acfd7{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:0}
   [junit4]   2> 736640 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 736640 INFO  (SUITE-HdfsSyncSliceTest-seed#[F2E0DB9E808DC80]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7b40df3f{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_F2E0DB9E808DC80-001
   [junit4]   2> Mar 18, 2020 8:01:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 33 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@38487d79), locale=ca-ES, timezone=America/Boise
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=8,free=150693336,total=501743616
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreProperties, CurrencyFieldTypeTest, StatelessScriptUpdateProcessorFactoryTest, TestDocTermOrds, DistributedFacetSimpleRefinementLongTailTest, XmlUpdateRequestHandlerTest, TestOrdValues, SystemInfoHandlerTest, TestLogWatcher, DateMathParserTest, AutoscalingHistoryHandlerTest, TestCloudDeleteByQuery, TestLegacyNumericRangeQueryBuilder, ClassificationUpdateProcessorTest, JavaBinAtomicUpdateMultivalueTest, CursorPagingTest, UnloadDistributedZkTest, DistributedFacetPivotLongTailTest, RecoveryAfterSoftCommitTest, DeleteNodeTest, TestCustomStream, TestSolrDeletionPolicy1, ExecutePlanActionTest, JSONWriterTest, SolrCoreMetricManagerTest, SolrXmlInZkTest, NumericFieldsTest, SimplePostToolTest, TestLMDirichletSimilarityFactory, SpellPossibilityIteratorTest, AnalyticsQueryTest, FullSolrCloudDistribCmdsTest, UtilsToolTest, DistributedExpandComponentTest, EnumFieldTest, TestInfoStreamLogging, TestStressInPlaceUpdates, TestHalfAndHalfDocValues, SolrMetricsIntegrationTest, TestRestoreCore, MetricUtilsTest, TestSolrXml, CdcrBootstrapTest, TestNamedUpdateProcessors, TestExportTool, HdfsSyncSliceTest]
   [junit4] Completed [124/900 (1!)] on J0 in 73.37s, 1 test, 1 failure <<< FAILURES!

[...truncated 55159 lines...]