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/02/13 06:35:09 UTC

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 2102 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/2102/

2 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestRandomChains.testRandomChains

Error Message:
last stage: inconsistent endOffset at pos=1: 9 vs 11; token=Ì צ ull 00

Stack Trace:
java.lang.IllegalStateException: last stage: inconsistent endOffset at pos=1: 9 vs 11; token=Ì צ ull 00
	at __randomizedtesting.SeedInfo.seed([58CA4A183199D0BD:652B6379768BCD7D]:0)
	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:146)
	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.TestRandomChains.testRandomChains(TestRandomChains.java:872)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


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([6CCD7BB939BB5778:E499446397473A80]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 3773 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
   [junit4]   2> stage 0: Ì<[1-2] +1> צ<[5-6] +1> ull<[7-9] +1> 00<[10-11] +1> 
   [junit4]   2> stage 1: Ì<[1-2] +1> צ<[5-6] +1> ull<[7-9] +1> 00<[10-11] +1> 
   [junit4]   2> stage 2: Ì<[1-2] +1> Ì צ<[1-6] +0> צ<[5-6] +1> צ ull<[5-9] +0> ull<[7-9] +1> ull 00<[7-11] +0> 
   [junit4]   2> stage 3: Ì<[1-2] +1> Ì צ<[1-6] +0> צ<[5-6] +1> צ ull<[5-9] +0> ull<[7-9] +1> ull 00<[7-11] +0> 
   [junit4]   2> last stage: Ì צ ull<[1-9] +1> Ì צ ull 00<[1-11] +0> 
   [junit4]   2> TEST FAIL: useCharFilter=true text='\u00b8\u00cc\u00be\u00b4 \u05e6 ul{0 \ufee5 yupf'
   [junit4]   2> Exception from random analyzer: 
   [junit4]   2> charfilters=
   [junit4]   2> tokenizer=
   [junit4]   2>   org.apache.lucene.analysis.standard.ClassicTokenizer(org.apache.lucene.util.AttributeFactory$1@44d8229a)
   [junit4]   2> filters=
   [junit4]   2>   org.apache.lucene.analysis.MockGraphTokenFilter(java.util.Random@31bfff4d, ValidatingTokenFilter@2ac82e5f term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null)
   [junit4]   2>   org.apache.lucene.analysis.shingle.ShingleFilter(ValidatingTokenFilter@5da51c84 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null)
   [junit4]   2>   org.apache.lucene.analysis.miscellaneous.ScandinavianNormalizationFilter(ValidatingTokenFilter@1d1d44f3 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null)
   [junit4]   2>   org.apache.lucene.analysis.shingle.FixedShingleFilter(ValidatingTokenFilter@7ddb602d term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,flags=0,payload=null, 3)
   [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=TestRandomChains -Dtests.method=testRandomChains -Dtests.seed=58CA4A183199D0BD -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=gsw -Dtests.timezone=Pacific/Chatham -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   50.0s J1 | TestRandomChains.testRandomChains <<<
   [junit4]    > Throwable #1: java.lang.IllegalStateException: last stage: inconsistent endOffset at pos=1: 9 vs 11; token=Ì צ ull 00
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([58CA4A183199D0BD:652B6379768BCD7D]:0)
   [junit4]    > 	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:146)
   [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.TestRandomChains.testRandomChains(TestRandomChains.java:872)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/common/test/J1/temp/lucene.analysis.core.TestRandomChains_58CA4A183199D0BD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {dummy=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=754, maxMBSortInHeap=5.703149664826868, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3efc60eb), locale=gsw, timezone=Pacific/Chatham
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=244960992,total=309329920
   [junit4]   2> NOTE: All tests run in this JVM: [TestThaiTokenizerFactory, TestBengaliStemmer, TestGermanLightStemFilterFactory, TestCompoundWordTokenFilter, TestPatternReplaceFilter, TestStopFilterFactory, TestDecimalDigitFilter, TestCJKBigramFilter, TestScandinavianNormalizationFilter, TestKStemmer, TestCaseSensitive, TestEscaped, TestRomanianAnalyzer, TestASCIIFoldingFilter, TestKeywordTokenizer, TestPortugueseMinimalStemFilterFactory, ShingleFilterTest, DelimitedPayloadTokenFilterTest, TestGermanStemFilterFactory, TestSpanishMinimalStemFilter, TestStemmerOverrideFilterFactory, TestNorwegianLightStemFilter, QueryAutoStopWordAnalyzerTest, TestCatalanAnalyzer, TestTwoFold, TestRemoveDuplicatesTokenFilterFactory, TestArabicFilters, TestHungarianLightStemFilterFactory, TokenOffsetPayloadTokenFilterTest, TestHindiStemmer, TestHunspellStemFilterFactory, TestWikipediaTokenizerFactory, TestClassicAnalyzer, TestSnowball, TestAllAnalyzersHaveFactories, TestPersianNormalizationFilter, TestCollationKeyAnalyzer, CommonGramsFilterTest, TestPortugueseLightStemFilter, TestConcatenateGraphFilter, TestConditionalTokenFilter, TestLimitTokenCountFilterFactory, TestGreekStemFilterFactory, TestProtectedTermFilter, TestLengthFilterFactory, TestMorph, TestGermanNormalizationFilter, TestCapitalizationFilterFactory, TestFactories, TestMappingCharFilter, TestDictionaryCompoundWordTokenFilterFactory, TestFlattenGraphFilter, TestRandomChains]
   [junit4] Completed [213/296 (1!)] on J1 in 58.01s, 2 tests, 1 error <<< FAILURES!

[...truncated 11142 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 5376375 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/data-dir-266-001
   [junit4]   2> 5376375 WARN  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=60 numCloses=60
   [junit4]   2> 5376376 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5376377 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 5376377 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5376378 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /sz/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 5376512 WARN  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5376514 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5376523 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5376523 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5376523 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5376526 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79d0ead2{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> 5376706 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@2d430bf5{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost_localdomain-39415-hadoop-hdfs-3_2_0-tests_jar-_-any-17067571096289045107.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> 5376707 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@16fcfca1{HTTP/1.1,[http/1.1]}{localhost.localdomain:39415}
   [junit4]   2> 5376707 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.Server Started @5376748ms
   [junit4]   2> 5376763 WARN  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 5376764 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5376765 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5376765 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5376765 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5376765 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bcff17b{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> 5376876 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@5a68554f{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-36047-hadoop-hdfs-3_2_0-tests_jar-_-any-2271371764044763286.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> 5376876 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2311c47f{HTTP/1.1,[http/1.1]}{localhost:36047}
   [junit4]   2> 5376876 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.Server Started @5376918ms
   [junit4]   2> 5377037 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3a41aa5b64ca51e7: Processing first storage report for DS-24a64f68-c91a-4232-87e8-1b788f91b7db from datanode 94377182-565d-4f0a-8343-72c63ff842ee
   [junit4]   2> 5377038 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3a41aa5b64ca51e7: from storage DS-24a64f68-c91a-4232-87e8-1b788f91b7db node DatanodeRegistration(127.0.0.1:43255, datanodeUuid=94377182-565d-4f0a-8343-72c63ff842ee, infoPort=42979, infoSecurePort=0, ipcPort=46143, storageInfo=lv=-57;cid=testClusterID;nsid=1760777240;c=1581573364310), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 5377038 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3a41aa5b64ca51e7: Processing first storage report for DS-47d35805-69b4-4376-b121-6f7a2a91f62d from datanode 94377182-565d-4f0a-8343-72c63ff842ee
   [junit4]   2> 5377038 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3a41aa5b64ca51e7: from storage DS-47d35805-69b4-4376-b121-6f7a2a91f62d node DatanodeRegistration(127.0.0.1:43255, datanodeUuid=94377182-565d-4f0a-8343-72c63ff842ee, infoPort=42979, infoSecurePort=0, ipcPort=46143, storageInfo=lv=-57;cid=testClusterID;nsid=1760777240;c=1581573364310), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 5377109 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5377109 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5377109 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5377209 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer start zk server on port:34149
   [junit4]   2> 5377209 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34149
   [junit4]   2> 5377209 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34149
   [junit4]   2> 5377209 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34149
   [junit4]   2> 5377211 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5377213 INFO  (zkConnectionManagerCallback-30724-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5377213 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5377215 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5377216 INFO  (zkConnectionManagerCallback-30726-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5377216 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5377217 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5377218 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5377220 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5377221 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5377222 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5377223 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5377224 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5377225 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5377226 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5377227 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5377228 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5377229 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5377230 INFO  (zkConnectionManagerCallback-30730-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5377230 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5377332 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 5377576 WARN  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5377576 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5377576 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5377576 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5377577 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5377577 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5377577 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5377578 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ab7046f{/sz,null,AVAILABLE}
   [junit4]   2> 5377579 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@16ac1d8b{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40663}
   [junit4]   2> 5377579 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.s.Server Started @5377620ms
   [junit4]   2> 5377579 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/sz, solr.data.dir=hdfs://localhost.localdomain:45425/hdfs__localhost.localdomain_45425__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001_tempDir-002_control_data, hostPort=40663, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 5377579 ERROR (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5377579 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5377579 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 5377579 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5377579 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr
   [junit4]   2> 5377580 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-13T05:56:05.488988Z
   [junit4]   2> 5377580 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5377581 INFO  (zkConnectionManagerCallback-30732-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5377581 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5377683 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5377683 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/control-001/solr.xml
   [junit4]   2> 5377687 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5377687 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5377689 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5378636 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 5378638 WARN  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@794332d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5378638 WARN  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@794332d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5378641 WARN  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67f2e8aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5378641 WARN  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67f2e8aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5378643 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34149/solr
   [junit4]   2> 5378643 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5378645 INFO  (zkConnectionManagerCallback-30739-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5378645 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5378748 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5378749 INFO  (zkConnectionManagerCallback-30741-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5378749 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5378825 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40663_sz
   [junit4]   2> 5378826 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.c.Overseer Overseer (id=73236911622782981-127.0.0.1:40663_sz-n_0000000000) starting
   [junit4]   2> 5378830 INFO  (OverseerStateUpdate-73236911622782981-127.0.0.1:40663_sz-n_0000000000) [n:127.0.0.1:40663_sz     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40663_sz
   [junit4]   2> 5378830 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40663_sz
   [junit4]   2> 5378831 INFO  (zkCallback-30740-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5378833 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 5378833 WARN  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] 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> 5378852 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5378872 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a
   [junit4]   2> 5378879 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a
   [junit4]   2> 5378879 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a
   [junit4]   2> 5378881 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [n:127.0.0.1:40663_sz     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/control-001/cores
   [junit4]   2> 5378896 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5378896 INFO  (zkConnectionManagerCallback-30750-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5378896 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5378898 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5378898 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34149/solr ready
   [junit4]   2> 5378941 INFO  (qtp1538578475-146506) [n:127.0.0.1:40663_sz     ] 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:40663_sz&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5378944 INFO  (OverseerThreadFactory-21894-thread-1-processing-n:127.0.0.1:40663_sz) [n:127.0.0.1:40663_sz     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 5379058 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz    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> 5379059 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 5380070 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5380088 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380202 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380216 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380217 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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@ea33d1a
   [junit4]   2> 5380217 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:45425/solr_hdfs_home
   [junit4]   2> 5380217 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 5380217 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost.localdomain:45425/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 5380218 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:45425/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 5380225 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380225 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380225 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 5380229 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380230 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:45425/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 5380246 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:45425/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 5380252 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380252 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380252 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 5380255 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380255 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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@568c5839
   [junit4]   2> 5380268 WARN  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380329 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380329 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380329 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 5380339 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5380339 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5380341 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 5380345 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29edefca[control_collection_shard1_replica_n1] main]
   [junit4]   2> 5380346 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5380346 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380347 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5380347 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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 1658399876192403456
   [junit4]   2> 5380350 INFO  (searcherExecutor-21899-thread-1-processing-n:127.0.0.1:40663_sz x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:40663_sz 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@29edefca[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5380352 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380352 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380356 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5380356 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380356 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40663/sz/control_collection_shard1_replica_n1/
   [junit4]   2> 5380358 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380358 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40663/sz/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 5380358 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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/73236911622782981-core_node2-n_0000000000
   [junit4]   2> 5380359 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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:40663/sz/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 5380461 INFO  (zkCallback-30740-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> 5380461 INFO  (zkCallback-30740-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> 5380462 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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> 5380464 INFO  (qtp1538578475-146505) [n:127.0.0.1:40663_sz 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=1405
   [junit4]   2> 5380466 INFO  (qtp1538578475-146506) [n:127.0.0.1:40663_sz     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 5380564 INFO  (zkCallback-30740-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> 5380564 INFO  (zkCallback-30740-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> 5380564 INFO  (zkCallback-30740-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> 5380564 INFO  (qtp1538578475-146506) [n:127.0.0.1:40663_sz     ] 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:40663_sz&wt=javabin&version=2} status=0 QTime=1623
   [junit4]   2> 5380565 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 5380688 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5380690 INFO  (zkConnectionManagerCallback-30756-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5380690 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5380694 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5380695 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34149/solr ready
   [junit4]   2> 5380695 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5380731 INFO  (qtp1538578475-146504) [n:127.0.0.1:40663_sz     ] 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> 5380733 INFO  (OverseerThreadFactory-21894-thread-2-processing-n:127.0.0.1:40663_sz) [n:127.0.0.1:40663_sz     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 5380733 INFO  (OverseerCollectionConfigSetProcessor-73236911622782981-127.0.0.1:40663_sz-n_0000000000) [n:127.0.0.1:40663_sz     ] 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> 5380937 WARN  (OverseerThreadFactory-21894-thread-2-processing-n:127.0.0.1:40663_sz) [n:127.0.0.1:40663_sz     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 5380938 INFO  (qtp1538578475-146504) [n:127.0.0.1:40663_sz     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 5380939 INFO  (qtp1538578475-146504) [n:127.0.0.1:40663_sz     ] 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=208
   [junit4]   2> 5380940 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 5380940 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5380940 INFO  (watches-30753-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 5380940 INFO  (watches-30753-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5380940 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 5380940 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5380940 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 5380940 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5380940 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 5381172 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 5381178 WARN  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5381178 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5381178 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5381178 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5381186 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5381186 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5381186 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5381186 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66e63cd5{/sz,null,AVAILABLE}
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@f27ef61{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:35129}
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.Server Started @5381228ms
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/sz, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost.localdomain:45425/hdfs__localhost.localdomain_45425__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001_tempDir-002_jetty1, hostPort=35129, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-1-001/cores}
   [junit4]   2> 5381187 ERROR (closeThreadPool-30757-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr
   [junit4]   2> 5381187 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-13T05:56:09.096817Z
   [junit4]   2> 5381194 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5381202 INFO  (zkConnectionManagerCallback-30759-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5381202 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5381307 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5381307 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-1-001/solr.xml
   [junit4]   2> 5381310 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5381310 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5381311 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5381458 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 5381462 WARN  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5381462 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5381462 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5381462 INFO  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5381463 INFO  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5381463 INFO  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5381463 INFO  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5381463 INFO  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@421a5e7b{/sz,null,AVAILABLE}
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1c493c87{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:44453}
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.e.j.s.Server Started @5381505ms
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/sz, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost.localdomain:45425/hdfs__localhost.localdomain_45425__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001_tempDir-002_jetty2, hostPort=44453, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-2-001/cores}
   [junit4]   2> 5381464 ERROR (closeThreadPool-30757-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr
   [junit4]   2> 5381464 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-13T05:56:09.373833Z
   [junit4]   2> 5381467 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5381468 INFO  (zkConnectionManagerCallback-30762-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5381468 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5381570 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5381570 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-2-001/solr.xml
   [junit4]   2> 5381573 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5381573 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5381575 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5381781 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 5381792 WARN  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5381792 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5381792 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5381792 INFO  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5381793 INFO  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5381793 INFO  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5381793 INFO  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5381793 INFO  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6406cc64{/sz,null,AVAILABLE}
   [junit4]   2> 5381794 INFO  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7339245{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:32773}
   [junit4]   2> 5381794 INFO  (closeThreadPool-30757-thread-3) [     ] o.e.j.s.Server Started @5381836ms
   [junit4]   2> 5381794 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/sz, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost.localdomain:45425/hdfs__localhost.localdomain_45425__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001_tempDir-002_jetty3, hostPort=32773, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-3-001/cores}
   [junit4]   2> 5381795 ERROR (closeThreadPool-30757-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5381795 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5381795 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 5381795 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5381795 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr
   [junit4]   2> 5381795 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-13T05:56:09.704246Z
   [junit4]   2> 5381810 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5381810 INFO  (zkConnectionManagerCallback-30765-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5381810 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5381911 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5381911 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-3-001/solr.xml
   [junit4]   2> 5381916 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5381916 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5381918 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5382008 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 5382010 WARN  (closeThreadPool-30757-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c80bbe4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382010 WARN  (closeThreadPool-30757-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c80bbe4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382016 WARN  (closeThreadPool-30757-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e7848fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382016 WARN  (closeThreadPool-30757-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e7848fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382017 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34149/solr
   [junit4]   2> 5382018 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5382022 INFO  (zkConnectionManagerCallback-30772-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5382022 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5382056 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 5382061 WARN  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5382061 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5382061 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5382061 INFO  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5382062 INFO  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5382062 INFO  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5382062 INFO  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5382062 INFO  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ee1169{/sz,null,AVAILABLE}
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@35be7e80{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:38939}
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.e.j.s.Server Started @5382104ms
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/sz, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost.localdomain:45425/hdfs__localhost.localdomain_45425__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001_tempDir-002_jetty4, hostPort=38939, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-4-001/cores}
   [junit4]   2> 5382063 ERROR (closeThreadPool-30757-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr
   [junit4]   2> 5382063 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-13T05:56:09.972678Z
   [junit4]   2> 5382064 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5382066 INFO  (zkConnectionManagerCallback-30774-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5382066 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5382124 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5382125 INFO  (zkConnectionManagerCallback-30776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5382125 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5382128 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5382130 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.c.ZkController Publish node=127.0.0.1:35129_sz as DOWN
   [junit4]   2> 5382131 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 5382131 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35129_sz
   [junit4]   2> 5382132 INFO  (zkCallback-30740-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5382133 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 5382133 WARN  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] 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> 5382142 INFO  (zkCallback-30755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5382148 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 5382153 INFO  (zkCallback-30775-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5382153 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5382153 WARN  (closeThreadPool-30757-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fbd31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382153 WARN  (closeThreadPool-30757-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fbd31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382182 WARN  (closeThreadPool-30757-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b1f9599[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382182 WARN  (closeThreadPool-30757-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b1f9599[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382184 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34149/solr
   [junit4]   2> 5382185 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5382185 INFO  (zkConnectionManagerCallback-30786-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5382185 INFO  (closeThreadPool-30757-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5382187 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a
   [junit4]   2> 5382197 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a
   [junit4]   2> 5382197 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a
   [junit4]   2> 5382198 INFO  (closeThreadPool-30757-thread-1) [n:127.0.0.1:35129_sz     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-1-001/cores
   [junit4]   2> 5382223 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5382223 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-4-001/solr.xml
   [junit4]   2> 5382226 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5382226 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5382227 INFO  (closeThreadPool-30757-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@ea33d1a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5382264 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 5382266 WARN  (closeThreadPool-30757-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3570d1f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382266 WARN  (closeThreadPool-30757-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3570d1f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382269 WARN  (closeThreadPool-30757-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2010c785[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382269 WARN  (closeThreadPool-30757-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2010c785[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5382271 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34149/solr
   [junit4]   2> 5382272 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5382274 INFO  (zkConnectionManagerCallback-30793-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5382274 INFO  (closeThreadPool-30757-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5382290 INFO  (closeThreadPool-30757-thread-3) [n:127.0.0.1:32773_sz     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5382293 INFO  (zkConnectionManagerCallback-30795-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5382293 INFO  (closeThreadPool-30757-thread-3) [n:127.0.0.1:32773_sz     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5382311 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:35129_sz
   [junit4]   2> 5382327 INFO  (TEST-HdfsSyncSliceTest.test-seed#[6CCD7BB939BB5778]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001/shard-5-001 of type NRT for shard1
   [junit4]   2> 5382330 WARN  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5382330 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5382330 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5382330 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 5382330 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5382330 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5382330 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5382331 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25bf8871{/sz,null,AVAILABLE}
   [junit4]   2> 5382332 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@a00127f{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:43293}
   [junit4]   2> 5382332 INFO  (closeThreadPool-30757-thread-1) [     ] o.e.j.s.Server Started @5382373ms
   [junit4]   2> 5382332 INFO  (closeThreadPool-30757-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/sz, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost.localdomain:45425/hdfs__localhost.localdomain_45425__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-m

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

extHandler Stopped o.e.j.w.WebAppContext@5a68554f{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> 5422597 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2311c47f{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 5422597 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5422597 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@bcff17b{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> 5422599 WARN  (BP-1772992184-127.0.0.1-1581573364310 heartbeating to localhost.localdomain/127.0.0.1:45425) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 5422599 WARN  (BP-1772992184-127.0.0.1-1581573364310 heartbeating to localhost.localdomain/127.0.0.1:45425) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1772992184-127.0.0.1-1581573364310 (Datanode Uuid 94377182-565d-4f0a-8343-72c63ff842ee) service to localhost.localdomain/127.0.0.1:45425
   [junit4]   2> 5422622 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@2d430bf5{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> 5422622 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@16fcfca1{HTTP/1.1,[http/1.1]}{localhost.localdomain:0}
   [junit4]   2> 5422622 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 5422622 INFO  (SUITE-HdfsSyncSliceTest-seed#[6CCD7BB939BB5778]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79d0ead2{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-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsSyncSliceTest_6CCD7BB939BB5778-001
   [junit4]   2> Feb 13, 2020 5:56:50 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 17 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=6, maxDocsPerChunk=880, blockShift=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=6, blockSize=6)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2dc71f6e), locale=cu, timezone=Asia/Saigon
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=5,free=299063552,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressCloudBlindAtomicUpdates, TestCoreAdminApis, HdfsThreadLeakTest, TestElisionMultitermQuery, ExplicitHLLTest, ManagedSchemaRoundRobinCloudTest, DistanceUnitsTest, TestUnifiedSolrHighlighter, TestStressVersions, IgnoreCommitOptimizeUpdateProcessorFactoryTest, HdfsRecoveryZkTest, TestDynamicURP, TestAuthorizationFramework, TestStressRecovery, TestJsonRequest, TestQuerySenderNoQuery, ClassificationUpdateProcessorFactoryTest, TestXIncludeConfig, TestHalfAndHalfDocValues, DateFieldTest, DisMaxRequestHandlerTest, TestHdfsBackupRestoreCore, HighlighterTest, TestCryptoKeys, ZkNodePropsTest, RAMDirectoryFactoryTest, TriLevelCompositeIdRoutingTest, TestSolrCoreSnapshots, TestCustomDocTransformer, ShardsWhitelistTest, TestMiniSolrCloudClusterSSL, UpdateRequestProcessorFactoryTest, TestPayloadScoreQParserPlugin, TestHashPartitioner, MetricUtilsTest, TestNumericRangeQuery64, TestGraphTermsQParserPlugin, TestFieldCacheWithThreads, NodeLostTriggerIntegrationTest, OverseerStatusTest, TestSolrFieldCacheBean, DistributedQueueTest, TestRecovery, HdfsCollectionsAPIDistributedZkTest, DebugComponentTest, EmbeddedSolrNoSerializeTest, TestBinaryField, TestRestManager, TestSolrCloudWithDelegationTokens, NestedShardedAtomicUpdateTest, TestPerFieldSimilarity, TestRandomFaceting, TestJettySolrRunner, BigEndianAscendingWordDeserializerTest, AddReplicaTest, TestExportTool, TestAuthenticationFramework, TestSchemaField, TemplateUpdateProcessorTest, SuggesterWFSTTest, TestCloudPivotFacet, TestSolrCLIRunExample, CdcrVersionReplicationTest, TestExpandComponent, OverseerRolesTest, TestBlendedInfixSuggestions, QueryEqualityTest, TestSolrQueryResponse, HLLUtilTest, DistributedMLTComponentTest, RecoveryZkTest, TestCSVLoader, HdfsAutoAddReplicasIntegrationTest, DistributedFacetPivotSmallAdvancedTest, IndexSizeTriggerSizeEstimationTest, TestSolrConfigHandlerConcurrent, TestSolrTestCaseJ4, TestHighlightDedupGrouping, HdfsChaosMonkeySafeLeaderTest, OpenExchangeRatesOrgProviderTest, BasicAuthOnSingleNodeTest, LukeRequestHandlerTest, MetricTriggerTest, TestInPlaceUpdatesDistrib, TestJavabinTupleStreamParser, TestCloudRecovery2, TestTolerantUpdateProcessorRandomCloud, TestStreamBody, CollectionTooManyReplicasTest, TermVectorComponentTest, DirectUpdateHandlerTest, TestSimGenericDistributedQueue, DistributedQueryElevationComponentTest, AuditLoggerIntegrationTest, IndexSizeEstimatorTest, TestDocTermOrdsUninvertLimit, DirectSolrConnectionTest, TestDistributedSearch, CSVRequestHandlerTest, TestManagedSchemaThreadSafety, ResolveAnalyzerByNameTest, TestDirectoryFactory, SolrIndexMetricsTest, ChangedSchemaMergeTest, ForceLeaderTest, DeleteReplicaTest, TestObjectReleaseTracker, TestIndexingPerformance, VersionInfoTest, LeaderElectionTest, SpellCheckCollatorTest, TestCloudNestedDocsSort, TestExplainDocTransformer, TestInitQParser, TestCoreDiscovery, CloudExitableDirectoryReaderTest, SSLMigrationTest, TestConfigSetProperties, TestSimpleTextCodec, TestTlogReplayVsRecovery, TestNumericTerms64, TestSQLHandler, TestPartialUpdateDeduplication, TestLMJelinekMercerSimilarityFactory, PeerSyncTest, OrderedExecutorTest, TestInitParams, TestDistributedMap, V2ApiIntegrationTest, SoftAutoCommitTest, MetricsHistoryIntegrationTest, BasicDistributedZk2Test, MetricsHistoryHandlerTest, TestCloudDeleteByQuery, ScheduledTriggerTest, OverriddenZkACLAndCredentialsProvidersTest, DeleteInactiveReplicaTest, TestSimTriggerIntegration, TestSortableTextField, TestReloadDeadlock, TestCloudSchemaless, HdfsWriteToMultipleCollectionsTest, TestFuzzyAnalyzedSuggestions, ResponseBuilderTest, ChaosMonkeyNothingIsSafeTest, HdfsBasicDistributedZk2Test, TestSolrDeletionPolicy2, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestGroupingSearch, TestSolrCoreProperties, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestDeprecatedFilters, TestLuceneMatchVersion, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, BasicZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, HttpPartitionTest, HttpPartitionWithTlogReplicasTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerTest, PackageManagerCLITest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, RoutingToNodesWithPropertiesTest, ShardRoutingCustomTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SplitShardTest, SyncSliceTest, TestCloudPhrasesIdentificationComponent, TestCloudRecovery, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDynamicFieldNamesIndexCorrectly, TestExactSharedStatsCacheCloud, TestExactStatsCacheCloud, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLocalStatsCacheCloud, TestPrepRecovery, TestPullReplica, TestPullReplicaErrorHandling, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestRebalanceLeaders, TestRequestForwarding, TestSSLRandomization, TestSegmentSorting, TestShortCircuitedRequests, TestTolerantUpdateProcessorCloud, TestWithCollection, ZkFailoverTest, CollectionsAPIDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, TestRequestStatusCollectionAPI, AutoScalingHandlerTest, ComputePlanActionTest, IndexSizeTriggerMixedBoundsTest, ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, SearchRateTriggerTest, TestPolicyCloud, TriggerEventQueueTest, TriggerIntegrationTest, CdcrRequestHandlerTest, HdfsSyncSliceTest]
   [junit4] Completed [604/904 (1!)] on J1 in 49.38s, 1 test, 1 failure <<< FAILURES!

[...truncated 53378 lines...]