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/05/17 21:52:04 UTC

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

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

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

Error Message:
For input string: "׏ᜨᜨА"

Stack Trace:
java.lang.NumberFormatException: For input string: "׏ᜨᜨА"
	at __randomizedtesting.SeedInfo.seed([B6476D79CC865D6C:8BA644188B9440AC]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
	at java.lang.Float.parseFloat(Float.java:451)
	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter.incrementToken(ConditionalTokenFilter.java:186)
	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:77)
	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter$OneTimeWrapper.incrementToken(ConditionalTokenFilter.java:65)
	at org.apache.lucene.analysis.miscellaneous.CapitalizationFilter.incrementToken(CapitalizationFilter.java:97)
	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter.incrementToken(ConditionalTokenFilter.java:205)
	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:77)
	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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([447ABB600C7928A3:CC2E84BAA285455B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 3815 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
   [junit4]   2> TEST FAIL: useCharFilter=true text='q{0 \u04af\u05cf\uf3a0\u1728\u0410\ue7e2'
   [junit4]   2> Exception from random analyzer: 
   [junit4]   2> charfilters=
   [junit4]   2> tokenizer=
   [junit4]   2>   org.apache.lucene.analysis.core.UnicodeWhitespaceTokenizer()
   [junit4]   2> filters=
   [junit4]   2>   Conditional:org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter(OneTimeWrapper@39507812 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,keyword=false, false)
   [junit4]   2>   org.apache.lucene.analysis.ckb.SoraniStemFilter(ValidatingTokenFilter@4c9b17dd term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,keyword=false)
   [junit4]   2>   Conditional:org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter(OneTimeWrapper@71f8995 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,keyword=false,boost=1.0, ү)
   [junit4]   2>   Conditional:org.apache.lucene.analysis.miscellaneous.CapitalizationFilter(OneTimeWrapper@771024d3 term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,keyword=false,boost=1.0)
   [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=B6476D79CC865D6C -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=fr-CH -Dtests.timezone=Asia/Omsk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   83.9s J0 | TestRandomChains.testRandomChains <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: For input string: "׏ᜨᜨА"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B6476D79CC865D6C:8BA644188B9440AC]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
   [junit4]    > 	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
   [junit4]    > 	at java.lang.Float.parseFloat(Float.java:451)
   [junit4]    > 	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
   [junit4]    > 	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter.incrementToken(ConditionalTokenFilter.java:186)
   [junit4]    > 	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:77)
   [junit4]    > 	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter$OneTimeWrapper.incrementToken(ConditionalTokenFilter.java:65)
   [junit4]    > 	at org.apache.lucene.analysis.miscellaneous.CapitalizationFilter.incrementToken(CapitalizationFilter.java:97)
   [junit4]    > 	at org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter.incrementToken(ConditionalTokenFilter.java:205)
   [junit4]    > 	at org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:77)
   [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.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/analysis/common/test/J0/temp/lucene.analysis.core.TestRandomChains_B6476D79CC865D6C-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4323b820), locale=fr-CH, timezone=Asia/Omsk
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=255690208,total=354418688
   [junit4]   2> NOTE: All tests run in this JVM: [TestAnalyzers, TestScandinavianNormalizationFilterFactory, TestLatvianStemmer, TestRussianAnalyzer, TestConcatenateGraphFilterFactory, NGramTokenFilterTest, TypeAsPayloadTokenFilterTest, TestBrazilianAnalyzer, TestOnlyInCompound, TestSynonymFilterFactory, TestWordDelimiterGraphFilter, TestPorterStemFilter, TestGreekStemmer, TestGalicianAnalyzer, TestGermanAnalyzer, TestUAX29URLEmailTokenizerFactory, GreekAnalyzerTest, WikipediaTokenizerTest, TestEmptyTokenStream, TestPortugueseStemFilter, TestLimitTokenPositionFilterFactory, FixedShingleFilterTest, TestProtectedTermFilterFactory, TestTypeTokenFilter, TestPatternReplaceCharFilter, TestGermanNormalizationFilterFactory, TestTruncateTokenFilterFactory, TestLithuanianStemming, TestAlternateCasing, TestReverseStringFilter, TestFixBrokenOffsetsFilter, TestDictionary, TestDecimalDigitFilterFactory, TestCondition2, TestFinnishLightStemFilterFactory, TestSwedishLightStemFilterFactory, TestHomonyms, TestGermanMinimalStemFilter, TestCzechStemFilterFactory, TestMorphAlias, TestArmenianAnalyzer, TestSerbianNormalizationFilterFactory, TestGalicianStemFilter, TestTrimFilter, TestSpanishMinimalStemFilterFactory, TestDictionaryCompoundWordTokenFilterFactory, Test64kAffixes, TestApostropheFilter, TestIndonesianStemmer, TestRandomChains]
   [junit4] Completed [135/297 (1!)] on J0 in 95.75s, 2 tests, 1 error <<< FAILURES!

[...truncated 11484 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 6025629 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 6025629 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 6025629 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/data-dir-251-001
   [junit4]   2> 6025629 WARN  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 6025630 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 6025631 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 6025632 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/wp
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 6025671 WARN  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6025673 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6025674 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6025674 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6025674 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6025674 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26b18c6b{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> 6025801 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4210804e{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-lucene2-us-west_apache_org-38957-hadoop-hdfs-3_2_0-tests_jar-_-any-36101157710450111.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> 6025801 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@38d8ef44{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:38957}
   [junit4]   2> 6025801 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.Server Started @6025837ms
   [junit4]   2> 6025839 WARN  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6025840 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6025841 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6025841 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6025841 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6025841 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@498c044e{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> 6025966 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3a23f18b{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-41755-hadoop-hdfs-3_2_0-tests_jar-_-any-2134234176898890394.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> 6025966 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2cb6b465{HTTP/1.1,[http/1.1]}{localhost:41755}
   [junit4]   2> 6025966 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.Server Started @6026001ms
   [junit4]   2> 6026039 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf1c06645bf127672: Processing first storage report for DS-d16568a8-f7d7-4cbe-a94e-0837296cdeaa from datanode 32c0df45-1274-4892-a392-4cadf2e9e62a
   [junit4]   2> 6026039 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf1c06645bf127672: from storage DS-d16568a8-f7d7-4cbe-a94e-0837296cdeaa node DatanodeRegistration(127.0.0.1:39616, datanodeUuid=32c0df45-1274-4892-a392-4cadf2e9e62a, infoPort=45628, infoSecurePort=0, ipcPort=35027, storageInfo=lv=-57;cid=testClusterID;nsid=1273936095;c=1589747247572), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
   [junit4]   2> 6026039 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf1c06645bf127672: Processing first storage report for DS-bd9a03ad-f4ea-456c-b18f-b54a74bcf1db from datanode 32c0df45-1274-4892-a392-4cadf2e9e62a
   [junit4]   2> 6026039 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf1c06645bf127672: from storage DS-bd9a03ad-f4ea-456c-b18f-b54a74bcf1db node DatanodeRegistration(127.0.0.1:39616, datanodeUuid=32c0df45-1274-4892-a392-4cadf2e9e62a, infoPort=45628, infoSecurePort=0, ipcPort=35027, storageInfo=lv=-57;cid=testClusterID;nsid=1273936095;c=1589747247572), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6026110 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6026111 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6026111 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6026211 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer start zk server on port:43651
   [junit4]   2> 6026211 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43651
   [junit4]   2> 6026211 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43651
   [junit4]   2> 6026211 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43651
   [junit4]   2> 6026213 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6026215 INFO  (zkConnectionManagerCallback-22868-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6026215 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6026218 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6026220 INFO  (zkConnectionManagerCallback-22870-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6026220 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6026221 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6026223 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 6026224 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6026225 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6026226 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6026227 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6026228 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6026229 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6026230 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6026231 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6026232 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6026234 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6026235 INFO  (zkConnectionManagerCallback-22874-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6026235 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6026337 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 6026460 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 6026460 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6026460 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6026460 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6026461 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6026461 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6026461 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6026463 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b78ac9d{/_/wp,null,AVAILABLE}
   [junit4]   2> 6026464 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@733afdc0{SSL,[ssl, http/1.1]}{127.0.0.1:45692}
   [junit4]   2> 6026464 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.s.Server Started @6026500ms
   [junit4]   2> 6026464 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39352/hdfs__lucene2-us-west.apache.org_39352__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001_tempDir-002_control_data, replicaType=NRT, hostContext=/_/wp, hostPort=45692, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/control-001/cores}
   [junit4]   2> 6026465 ERROR (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6026465 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6026465 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.2
   [junit4]   2> 6026465 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6026465 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 6026465 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-17T20:27:28.392Z
   [junit4]   2> 6026466 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6026467 INFO  (zkConnectionManagerCallback-22876-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6026467 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6026569 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6026569 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/control-001/solr.xml
   [junit4]   2> 6026573 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6026573 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6026575 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6027446 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6027446 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6027447 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65301941[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6027447 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65301941[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6027450 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6027450 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@313cad94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6027450 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@313cad94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6027452 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43651/solr
   [junit4]   2> 6027453 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6027454 INFO  (zkConnectionManagerCallback-22883-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6027454 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6027557 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6027558 INFO  (zkConnectionManagerCallback-22885-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6027558 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6027644 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45692__%2Fwp
   [junit4]   2> 6027645 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.Overseer Overseer (id=72812751185444869-127.0.0.1:45692__%2Fwp-n_0000000000) starting
   [junit4]   2> 6027650 INFO  (OverseerStateUpdate-72812751185444869-127.0.0.1:45692__%2Fwp-n_0000000000) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45692__%2Fwp
   [junit4]   2> 6027650 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45692__%2Fwp
   [junit4]   2> 6027651 INFO  (OverseerStateUpdate-72812751185444869-127.0.0.1:45692__%2Fwp-n_0000000000) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6027654 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6027655 WARN  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] 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> 6027675 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6027709 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366
   [junit4]   2> 6027724 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366
   [junit4]   2> 6027724 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366
   [junit4]   2> 6027725 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/control-001/cores
   [junit4]   2> 6027752 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6027753 INFO  (zkConnectionManagerCallback-22894-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6027753 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6027754 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6027756 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43651/solr ready
   [junit4]   2> 6027784 INFO  (qtp1754560602-124631) [n:127.0.0.1:45692__%2Fwp     ] 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:45692__%252Fwp&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6027788 INFO  (OverseerThreadFactory-20123-thread-1-processing-n:127.0.0.1:45692__%2Fwp) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 6027897 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp    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> 6027897 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6028912 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.2
   [junit4]   2> 6028934 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029084 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029104 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029104 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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@25a09366
   [junit4]   2> 6029105 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:39352/solr_hdfs_home
   [junit4]   2> 6029105 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 6029105 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:39352/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 6029106 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:39352/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 6029114 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029114 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029114 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 6029120 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029121 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:39352/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 6029138 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:39352/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 6029145 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029145 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029145 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 6029150 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029151 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7252556704898291]
   [junit4]   2> 6029566 WARN  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029636 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029636 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029636 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 6029656 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6029656 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6029658 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=7, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=78.5322265625, floorSegmentMB=2.1787109375, forceMergeDeletesPctAllowed=25.171214280154814, segmentsPerTier=12.0, maxCFSSegmentSizeMB=0.8017578125, noCFSRatio=1.0, deletesPctAllowed=43.041644495194646
   [junit4]   2> 6029663 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fab345a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 6029664 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6029665 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029665 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6029666 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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 1666970814086381568
   [junit4]   2> 6029670 INFO  (searcherExecutor-20128-thread-1-processing-n:127.0.0.1:45692__%2Fwp x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:45692__%2Fwp 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@2fab345a[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6029672 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029672 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029676 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6029676 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029676 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45692/_/wp/control_collection_shard1_replica_n1/
   [junit4]   2> 6029676 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029676 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:45692/_/wp/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 6029676 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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/72812751185444869-core_node2-n_0000000000
   [junit4]   2> 6029678 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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:45692/_/wp/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6029780 INFO  (zkCallback-22884-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> 6029780 INFO  (zkCallback-22884-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> 6029780 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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> 6029782 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp 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=1886
   [junit4]   2> 6029785 INFO  (qtp1754560602-124631) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6029790 INFO  (OverseerCollectionConfigSetProcessor-72812751185444869-127.0.0.1:45692__%2Fwp-n_0000000000) [n:127.0.0.1:45692__%2Fwp     ] 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> 6029883 INFO  (zkCallback-22884-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> 6029883 INFO  (zkCallback-22884-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> 6029883 INFO  (zkCallback-22884-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> 6029883 INFO  (qtp1754560602-124631) [n:127.0.0.1:45692__%2Fwp     ] 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:45692__%252Fwp&wt=javabin&version=2} status=0 QTime=2099
   [junit4]   2> 6029884 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 6029989 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6029990 INFO  (zkConnectionManagerCallback-22900-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6029990 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6029991 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6029992 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43651/solr ready
   [junit4]   2> 6029992 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6029995 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp     ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6029998 INFO  (OverseerThreadFactory-20123-thread-2-processing-n:127.0.0.1:45692__%2Fwp) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 6030202 WARN  (OverseerThreadFactory-20123-thread-2-processing-n:127.0.0.1:45692__%2Fwp) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 6030204 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6030204 INFO  (qtp1754560602-124632) [n:127.0.0.1:45692__%2Fwp     ] 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=1&wt=javabin&version=2} status=0 QTime=209
   [junit4]   2> 6030206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 6030206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 6030206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 6030206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 6030206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 6030206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 6030206 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 6030329 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 6030332 WARN  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 6030332 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6030332 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6030332 INFO  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6030333 INFO  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6030333 INFO  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6030333 INFO  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6030333 INFO  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5abc37d8{/_/wp,null,AVAILABLE}
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6807ba71{SSL,[ssl, http/1.1]}{127.0.0.1:39223}
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.e.j.s.Server Started @6030369ms
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39352/hdfs__lucene2-us-west.apache.org_39352__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/_/wp, hostPort=39223, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-1-001/cores}
   [junit4]   2> 6030334 ERROR (closeThreadPool-22901-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.2
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 6030334 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-17T20:27:32.261Z
   [junit4]   2> 6030336 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6030336 INFO  (zkConnectionManagerCallback-22903-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6030336 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6030438 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6030438 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-1-001/solr.xml
   [junit4]   2> 6030442 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6030442 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6030444 INFO  (closeThreadPool-22901-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6030456 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 6030459 WARN  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 6030459 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6030459 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6030459 INFO  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6030460 INFO  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6030460 INFO  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6030460 INFO  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6030460 INFO  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73c176fa{/_/wp,null,AVAILABLE}
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@54c96eae{SSL,[ssl, http/1.1]}{127.0.0.1:35503}
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.e.j.s.Server Started @6030496ms
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39352/hdfs__lucene2-us-west.apache.org_39352__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/_/wp, hostPort=35503, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-2-001/cores}
   [junit4]   2> 6030461 ERROR (closeThreadPool-22901-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.2
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 6030461 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-17T20:27:32.388Z
   [junit4]   2> 6030463 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6030463 INFO  (zkConnectionManagerCallback-22906-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6030464 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6030565 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6030565 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-2-001/solr.xml
   [junit4]   2> 6030569 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6030569 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6030571 INFO  (closeThreadPool-22901-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6030583 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 6030585 WARN  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 6030585 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6030585 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6030585 INFO  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6030586 INFO  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6030586 INFO  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6030586 INFO  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6030586 INFO  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ff66bd4{/_/wp,null,AVAILABLE}
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ed1b8cb{SSL,[ssl, http/1.1]}{127.0.0.1:43669}
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.e.j.s.Server Started @6030622ms
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39352/hdfs__lucene2-us-west.apache.org_39352__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/_/wp, hostPort=43669, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-3-001/cores}
   [junit4]   2> 6030587 ERROR (closeThreadPool-22901-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.2
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 6030587 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-17T20:27:32.514Z
   [junit4]   2> 6030589 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6030590 INFO  (zkConnectionManagerCallback-22909-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6030590 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6030691 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6030691 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-3-001/solr.xml
   [junit4]   2> 6030695 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6030695 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6030697 INFO  (closeThreadPool-22901-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6030711 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 6030713 WARN  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 6030713 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6030713 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6030713 INFO  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6030714 INFO  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6030714 INFO  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6030714 INFO  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6030715 INFO  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f2186ac{/_/wp,null,AVAILABLE}
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@42449423{SSL,[ssl, http/1.1]}{127.0.0.1:35613}
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.e.j.s.Server Started @6030751ms
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39352/hdfs__lucene2-us-west.apache.org_39352__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001_tempDir-002_jetty4, solrconfig=solrconfig.xml, hostContext=/_/wp, hostPort=35613, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-4-001/cores}
   [junit4]   2> 6030716 ERROR (closeThreadPool-22901-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.2
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 6030716 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-17T20:27:32.643Z
   [junit4]   2> 6030717 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6030718 INFO  (zkConnectionManagerCallback-22912-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6030718 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6030820 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6030820 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-4-001/solr.xml
   [junit4]   2> 6030824 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6030824 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6030826 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6030845 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-5-001 of type NRT for shard1
   [junit4]   2> 6030847 WARN  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 6030847 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6030847 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6030847 INFO  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6030848 INFO  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6030848 INFO  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6030848 INFO  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6030848 INFO  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30a63839{/_/wp,null,AVAILABLE}
   [junit4]   2> 6030849 INFO  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1c73223{SSL,[ssl, http/1.1]}{127.0.0.1:46661}
   [junit4]   2> 6030849 INFO  (closeThreadPool-22901-thread-5) [     ] o.e.j.s.Server Started @6030885ms
   [junit4]   2> 6030849 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39352/hdfs__lucene2-us-west.apache.org_39352__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001_tempDir-002_jetty5, solrconfig=solrconfig.xml, hostContext=/_/wp, hostPort=46661, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-5-001/cores}
   [junit4]   2> 6030850 ERROR (closeThreadPool-22901-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6030850 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6030850 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.2
   [junit4]   2> 6030850 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6030850 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 6030850 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-17T20:27:32.777Z
   [junit4]   2> 6030851 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6030852 INFO  (zkConnectionManagerCallback-22915-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6030852 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6030954 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6030954 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-5-001/solr.xml
   [junit4]   2> 6030958 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6030958 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6030960 INFO  (closeThreadPool-22901-thread-5) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@25a09366, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6030980 INFO  (TEST-HdfsSyncSliceTest.test-seed#[447ABB600C7928A3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-6-001 of type NRT for shard1
   [junit4]   2> 6030983 WARN  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 6030983 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6030983 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6030983 INFO  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 6030990 INFO  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6030990 INFO  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6030990 INFO  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6030990 INFO  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46309271{/_/wp,null,AVAILABLE}
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7f80fb24{SSL,[ssl, http/1.1]}{127.0.0.1:33311}
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.e.j.s.Server Started @6031026ms
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:39352/hdfs__lucene2-us-west.apache.org_39352__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001_tempDir-002_jetty6, solrconfig=solrconfig.xml, hostContext=/_/wp, hostPort=33311, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001/shard-6-001/cores}
   [junit4]   2> 6030991 ERROR (closeThreadPool-22901-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.2
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 6030991 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-17T20:27:32.918Z
   [junit4]   2> 6031009 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6031009 INFO  (zkConnectionManagerCallback-22918-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6031009 INFO  (closeThreadPool-22901-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6031044 INFO  (closeThreadPool-22901-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6031044 WARN  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6031045 WARN  (closeThreadPool-22901-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fad1f18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6031045 WARN  (closeThreadPool-22901-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fad1f18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6031047 WARN  (closeThreadPool-22901-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6031048 WARN  (closeThreadPool-22901-thread-4) [     ] o.e.j.u.s.S.

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

WARN  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 6077840 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@3a23f18b{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> 6077840 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2cb6b465{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 6077840 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 6077840 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@498c044e{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> 6077841 WARN  (BP-1428242082-127.0.0.1-1589747247572 heartbeating to lucene2-us-west.apache.org/127.0.0.1:39352) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 6077842 WARN  (BP-1428242082-127.0.0.1-1589747247572 heartbeating to lucene2-us-west.apache.org/127.0.0.1:39352) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1428242082-127.0.0.1-1589747247572 (Datanode Uuid 32c0df45-1274-4892-a392-4cadf2e9e62a) service to lucene2-us-west.apache.org/127.0.0.1:39352
   [junit4]   2> 6077873 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@4210804e{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> 6077874 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@38d8ef44{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:0}
   [junit4]   2> 6077874 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 6077874 INFO  (SUITE-HdfsSyncSliceTest-seed#[447ABB600C7928A3]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@26b18c6b{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_447ABB600C7928A3-001
   [junit4]   2> May 17, 2020 8:28:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 33 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), _root_=FST50, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), text=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1720, maxMBSortInHeap=5.324513880847805, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6b9200db), locale=th, timezone=Pacific/Tahiti
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=4,free=213033680,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: [ConfigureRecoveryStrategyTest, AssignBackwardCompatibilityTest, MultiThreadedOCPTest, TestCodecSupport, OverseerTest, TestPullReplicaErrorHandling, TestUninvertingReader, CollectionsAPIAsyncDistributedZkTest, TestDistributedMissingSort, DistributedSuggestComponentTest, RecoveryAfterSoftCommitTest, TestLogWatcher, CollectionStateFormat2Test, TestCloudNestedDocsSort, TestExclusionRuleCollectionAccess, HttpPartitionTest, DocValuesNotIndexedTest, LoggingHandlerTest, TermVectorComponentDistributedTest, TestStressRecovery, IndexSchemaTest, TestConfigSetImmutable, TestClassicSimilarityFactory, TestNestedUpdateProcessor, AtomicUpdatesTest, DistributedQueryComponentOptimizationTest, TestSystemCollAutoCreate, DistributedFacetPivotWhiteBoxTest, DeleteNodeTest, SolrIndexSplitterTest, EchoParamsTest, MetricsHandlerTest, QueryElevationComponentTest, TestLRUCache, DeleteStatusTest, TestLegacyFieldCache, PrimUtilsTest, SimpleCollectionCreateDeleteTest, TestPerFieldSimilarityWithDefaultOverride, TestSubQueryTransformerCrossCore, TestManagedResourceStorage, ActionThrottleTest, TestSolrFieldCacheBean, TestPivotHelperCode, AnalyticsQueryTest, TestBinaryField, SearchRateTriggerTest, TestHdfsUpdateLog, TestDynamicLoadingUrl, MigrateRouteKeyTest, TestNoOpRegenerator, TriggerCooldownIntegrationTest, DistributedFacetPivotLongTailTest, XmlUpdateRequestHandlerTest, FileBasedSpellCheckerTest, SolrPluginUtilsTest, TestLeaderElectionZkExpiry, LeaderElectionIntegrationTest, UnloadDistributedZkTest, SolrShardReporterTest, ResourceLoaderTest, AutoscalingHistoryHandlerTest, CustomCollectionTest, ZkShardTermsTest, SpatialHeatmapFacetsTest, SystemInfoHandlerTest, FileUtilsTest, TestFileDictionaryLookup, XMLAtomicUpdateMultivalueTest, TestJsonFacetsWithNestedObjects, TestPKIAuthenticationPlugin, MetricTriggerIntegrationTest, TestSort, TimeRoutedAliasUpdateProcessorTest, TestFieldSortValues, ZkControllerTest, TestDistributedMap, DocumentBuilderTest, OutOfBoxZkACLAndCredentialsProvidersTest, Tagger2Test, TestSolrCloudWithKerberosAlt, TestManagedSynonymGraphFilterFactory, TestInPlaceUpdatesRequiredField, RegexBytesRefFilterTest, SparseHLLTest, NumericFieldsTest, TestChildDocTransformerHierarchy, TestSolr4Spatial2, TestBlobHandler, ClusterStateTest, CloudMLTQParserTest, TestRecovery, NodeAddedTriggerTest, JavabinLoaderTest, CustomTermsComponentTest, QueryResultKeyTest, TestSSLRandomization, BasicZkTest, RemoteQueryErrorTest, HighlighterMaxOffsetTest, ReplicationFactorTest, SolrCmdDistributorTest, TestManagedSchemaThreadSafety, RulesTest, TestSchemaField, TestConfigSetsAPI, TestCrossCoreJoin, FullSolrCloudDistribCmdsTest, TestFacetMethods, TestRestoreCore, TestRemoteStreaming, TestSizeLimitedDistributedMap, TestPostingsSolrHighlighter, EnumFieldTest, TestCloudRecovery2, TestSimpleQParserPlugin, SystemCollectionCompatTest, TestSolrXml, DistribJoinFromCollectionTest, TestIBSimilarityFactory, TestSimDistribStateManager, OverseerSolrResponseUnsafeSerializationTest, CursorPagingTest, MoveReplicaHDFSTest, TestSimExtremeIndexing, TestFieldCacheSortRandom, DOMUtilTest, TestRandomRequestDistribution, ZkStateWriterTest, TestInfoStreamLogging, TestRangeQuery, TestStressInPlaceUpdates, TimeZoneUtilsTest, TestCSVResponseWriter, TestIndexSearcher, SpatialFilterTest, SliceStateTest, TestLazyCores, TestDefaultStatsCache, ShardRoutingCustomTest, ConfigSetsAPITest, DocExpirationUpdateProcessorFactoryTest, AnalysisAfterCoreReloadTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestTrie, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerSchemaAPI, AddReplicaTest, AliasIntegrationTest, BasicDistributedZk2Test, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CleanupOldIndexTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, CreateRoutedAliasTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, DistributedVersionInfoTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OverseerModifyCollectionTest, OverseerStatusTest, OverseerTaskQueueTest, PackageManagerCLITest, PeerSyncReplicationTest, RecoveryZkTest, ReindexCollectionTest, RoutingToNodesWithPropertiesTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudConsistency, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudSearcherWarming, TestClusterProperties, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestLockTree, TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, TestQueryingOnDownCollection, TestRandomFlRTGCloud, TestRebalanceLeaders, TestRequestForwarding, TestSegmentSorting, TestShortCircuitedRequests, TestTlogReplica, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, AssignTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionsAPIDistributedZkTest, TestCollectionAPI, TestReplicaProperties, AutoAddReplicasPlanActionTest, ExecutePlanActionTest, IndexSizeTriggerMixedBoundsTest, NodeMarkersRegistrationTest, SystemLogListenerTest, TestPolicyCloud, TriggerEventQueueTest, TriggerIntegrationTest, CdcrRequestHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsNNFailoverTest, HdfsSyncSliceTest]
   [junit4] Completed [511/901 (1!)] on J0 in 55.39s, 1 test, 1 failure <<< FAILURES!

[...truncated 53929 lines...]